Finite Volume for Fusion Simulations

Size: px
Start display at page:

Download "Finite Volume for Fusion Simulations"

Transcription

1 Finite Volume for Fusion Simulations Elise Estibals, Hervé Guillard, Afeintou Sangam To cite this version: Elise Estibals, Hervé Guillard, Afeintou Sangam. Finite Volume for Fusion Simulations. Jorek Meeting 2016, Apr 2016, Sophia Antipolis, France. <hal > HAL Id: hal Submitted on 18 Nov 2016 HAL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau recherche, publiés ou non, émanant des établissements d enseignement et de recherche français ou étrangers, des laboratoires publics ou privés.

2 Finite Volume for Fusion Simulations E. Estibals H. Guillard A. Sangam Inria Sophia Antipolis Méditerranée November 15, / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

3 Plan MHD equations and issues 1 MHD equations and issues 2 Well-known methods Vector potential Divergence cleaning methods Proposed method 3 2-D system Evolution step 4 2 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

4 Resistive MHD equations Non-conservative equations: E hd = E = B u + ηj p γ ρu2, t ρ + (ρu) = 0, t (ρu) + (ρu u) + p = J B, t E hd + [(E hd + p)u ] = (J B) u + ηj 2, t B + E = 0. Conservative equations: E = E hd B2, p = p B2 t ρ + (ρu) = 0, t (ρu) + (ρu u B B) + p = 0, t E + [(E + p )u (u B)B] = (ηj B), t B + (u B B u) = (ηj). 3 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

5 MHD system MHD equations and issues Hyperbolic part of the system: 3 wave types 2 Alfvén waves, 4 magneto-acoustic waves (2 fast and 2 slow), 2 material waves (moving with u). Involution equation: Then Numerical issues: t ( B) = 0. B(t = 0) = 0 B(t) = 0 t. 1 Shock capturing: need a robust and accurate scheme. 2 constraint. 3 Time scale T >> T alfven = L/v alfven : need implicit scheme. 4 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

6 Well-known methods Vector potential Divergence cleaning methods Proposed method constraint: Well-known methods 2 families of methods: Vector potential A: B = A. Divergence cleaning methods: Enforce B = 0. 5 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

7 Vector potential A MHD equations and issues Well-known methods Vector potential Divergence cleaning methods Proposed method Replace B by A in the equation: t A u ( A) + η ( A) = U. Advantage: Insure B = 0. Drawbacks: One order higher in the spatial derivatives. More complex system of equation. 6 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

8 Well-known methods Vector potential Divergence cleaning methods Proposed method Divergence cleaning methods: Previous works Powell et al. (JCP, 1999): Add a source term proportionnal to B. t B + (u B B u) = ( B)u. Munz et al. (JCP, 2000), Dedner et al. (JCP, 2001): Generalized Lagrange Multiplier (GLM) method. t B + (u B B u) + Ψ = 0, D(Ψ) + B = 0, D(Ψ) = 1 ch 2 t Ψ + 1 Ψ. cp 2 Balsara and Spicer (JCP, 1998): Constrained transport method. d B ds = E dl. dt 7 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation S S

9 Divergence cleaning methods Well-known methods Vector potential Divergence cleaning methods Proposed method Advantages: Easily incorporated with a Riemann type scheme. Drawbacks: Divergence cleaning: B appears in several equations. Not approximated with the same discretization. Divergence cleaning method insure B = 0 for one discrete approximation. Constrained transport: difficult to implement for arbitrary meshes. 8 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

10 Proposed method MHD equations and issues Well-known methods Vector potential Divergence cleaning methods Proposed method A mixture of the two methods. Idea: work with a redundant system. Both vector potential and magnetic fields equations. Based on the relaxation scheme method: 1 Evolution step: FV method for all the variables. 2 Projection step: enforce B = A. 9 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

11 2-D implementation MHD equations and issues 2-D system Evolution step Scalar potential ψ: B = B z e z + e z ψ. Augmented system: t ρ + (ρu) = 0, t (ρu) + (ρu u B B) + p = 0, t E + [(E + p )u (u B)B] = η (J B), t B + (u B B u) = η 2 B, t ψ + u ψ = η 2 ψ. 10 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

12 Evolution step MHD equations and issues 2-D system Evolution step System t U + x F (U) + y G(U) = 0: U n+1 i,j = U n i,j t x (F i+1/2,j F i 1/2,j ) t y (G i,j+1/2 G i,j 1/2 ). F i+1/2,j and G i,j+1/2 computed with a Riemann solver. 11 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

13 Evolution step: HLLD scheme 2-D system Evolution step Miyoshi and Kusano (JCP, 2005). Approximate Riemann solver with 4 intermediate states. S L S L S M S R S R U L U L U R U R U L U R Figure : Riemann fan with four intermediate states. 12 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

14 Evolution step: HLLD scheme 2-D system Evolution step Intermediate fluxes: { F K = F K + S K UK S K U K FK = F K + SK U K (S K S K )UK S, K = L, R. K U K ρψ flux: { ψl, 0 S F (ρψ) = F (ρ) M. ψ R, 0 S M 13 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

15 2-D system Evolution step 1 Evolution step: HLLD scheme { B n+1/2 i,j, ψ n+1/2 i,j. 2 Projection step: { ψ n+1 i,j = ψ n+1/2 i,j, B n+1 i,j = B n+1/2 z,i,j e z + e z ( ψ) n+1 i,j. 14 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

16 MHD equations and issues Shock capturing tests:,, Kelvin-Helmholtz. Plasma fusion tests:. 15 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

17 1-D shock tube Magnetic field: B = B x e x + x ψe y. 1-D equation for the potential ψ: Initial conditions: t (ρψ) + x (ρψu) = B x ρv. ρ u p B x B y = x ψ ψ x < x x > x 1-D mesh: 100 points Final time: / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

18 1-D : Magnetic component B y Figure : HLLD O(1). Figure : HLLD O(2). 17 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

19 2-D shock tube Potential: ψ(x, y) = 2-D mesh: cells. { x 0.75y, x < x 0.75y, x > / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

20 2-D shock tube Figure : B y HLLD O(2). Figure : ψ, HLLD O(2). 19 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

21 MHD equations and issues Initial conditions: γ = 5/3 ρ u(x, y) v(x, y) p(x, y) B x (x, y) B y (x, y) ψ(x, y) γ 2 sin(2πy) sin(2πx) γ sin(2πy) sin(4πx) 1 2π cos(2πy) 1 4π cos(4πx) Mesh: cells. Final time: / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

22 : Pressure field Figure : Without projection. Figure : With projection. 21 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

23 MHD equations and issues Figure : Pressure at y = Red: without projection, Blue: with projection. 22 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

24 MHD equations and issues Figure : B. 23 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

25 Initial data ρ p u(x, y) v(x, y) B x (x, y) B y (x, y) B z (x, y) ψ(x, y) 1 1 γ 1 2 tanh( y y 0 ) cos( π 3 ) ρ sin( π 3 ) ρ 0.1 cos( π 3 ) ρy Single mode pertubation v(x, y) = 0.01 sin(2πx) exp( y 2 Mesh: points B pol B 2 B tor = x +By 2 B z. ), σ = σ2 24 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

26 Kelvin-Helmholtz: t = 5.0 Figure : Without projection. Figure : With projection. 25 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

27 Kelvin-Helmholtz: t = 8.0 Figure : Without projection. Figure : With projection. 26 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

28 Kelvin-Helmholtz: t = 12.0 Figure : Without projection. Figure : With projection. 27 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

29 Kelvin-Helmholtz: t = 20.0 Figure : Without projection. Figure : With projection. 28 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

30 Kelvin-Helmholtz MHD equations and issues Figure : B. 29 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

31 Preliminary test for fusion plasma Equilibrium computation: p = J B. Initial conditions: R 0 = 10, B r = 0, r ρ = 1, B θ (r) = R 0 (3r 2 +1), u = 0, B z = 1, 1 p(r) = 6R0 2(3r, ψ(r) = ) 2 6R 0 ln(3r 2 + 1). Aligned mesh: cylindrical coordinates ( cells). Non aligned mesh: Cartesian coordinates ( cells). 30 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

32 Cylindrical coordinates Figure : B θ. Figure : p. 31 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

33 Cylindrical coordinates: steady state Figure : Residual on r-momentum equation. Figure : Relative error of B θ. 32 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

34 Cartesian coordinates Figure : Relative error of p in function of Alfvén time. Non aligned meshes: with projection simulations maintains the equilibrium on 1000 Alfvén times (around 0.5ms and 10 6 time steps). However, we want to perform the simulation on several milliseconds. 33 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

35 Remedies MHD equations and issues A simple trick: remove the truncation error evaluated at time t = 0. t (ρu) + (ρu u) + p J B ( h p J h B h ) eq = 0. Well-balanced scheme: work in progress. Figure : Relative error of p. 34 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

36 Conclusions and perspectives Conclusions: Shock capturing tests: gives satisfactory results. Plasma fusion test: Work in progress on well-balanced scheme. Perspectives: Perform more tests for plasma fusion (kink instability). Adapt to 3-D geometry. Test on resistive problems. 35 / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

37 Cylindrical equations MHD equations and issues t (rρ) + r (rρu [ r ) + θ (ρu θ ) ] = 0, t (rρu r ) + r r(ρur 2 + p Br 2 ) + θ (ρu r u θ B r B θ ) = ρuθ 2 + p B 2 ] ] θ, t (r 2 ρu θ ) + r [r 2 (ρu r u θ B r B θ ) + θ [r(ρuθ 2 + p Bθ 2 ) = 0, t (rρu z ) + [ r [r(ρu r u z B r B z )] + θ (ρu θ u z B θ B z ) = 0, t (re) + r r[(e + p )ur (u B)B r ] ] [ + θ (E + p ] )uθ (u B)B θ = 0, t (rb r ) + θ (u θ B r u r B θ ) = 0, t B θ + r (u r B θ u θ B r ) = 0, t (rb z ) + r [r(u r B z u z B r )] + θ (u θ B z u z B θ ) = 0, t (rρψ) + r (rρψu r ) + θ (ρψu θ ) = / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

38 1 Evolution step: HLLD scheme 2 Projection step: p n+1/2 i,j, B n+1/2 i,j, ψ n+1/2 i,j. ψ n+1 i,j = ψ n+1/2 i,j, B n+1 i,j = B n+1/2 z,i,j e z + e z ( ψ) n+1 i,j, E n+1 i,j = pn+1/2 i,j γ ρn+1/2 u (Bn+1 i,j ) / 35 E. Estibals, H. Guillard, A. Sangam FV method for fusion simulation

A new simple recursive algorithm for finding prime numbers using Rosser s theorem

A new simple recursive algorithm for finding prime numbers using Rosser s theorem A new simple recursive algorithm for finding prime numbers using Rosser s theorem Rédoane Daoudi To cite this version: Rédoane Daoudi. A new simple recursive algorithm for finding prime numbers using Rosser

More information

Methylation-associated PHOX2B gene silencing is a rare event in human neuroblastoma.

Methylation-associated PHOX2B gene silencing is a rare event in human neuroblastoma. Methylation-associated PHOX2B gene silencing is a rare event in human neuroblastoma. Loïc De Pontual, Delphine Trochet, Franck Bourdeaut, Sophie Thomas, Heather Etchevers, Agnes Chompret, Véronique Minard,

More information

Thomas Lugand. To cite this version: HAL Id: tel

Thomas Lugand. To cite this version: HAL Id: tel Contribution à la Modélisation et à l Optimisation de la Machine Asynchrone Double Alimentation pour des Applications Hydrauliques de Pompage Turbinage Thomas Lugand To cite this version: Thomas Lugand.

More information

Easter bracelets for years

Easter bracelets for years Easter bracelets for 5700000 years Denis Roegel To cite this version: Denis Roegel. Easter bracelets for 5700000 years. [Research Report] 2014. HAL Id: hal-01009457 https://hal.inria.fr/hal-01009457

More information

Vibro-acoustic simulation of a car window

Vibro-acoustic simulation of a car window Vibro-acoustic simulation of a car window Christophe Barras To cite this version: Christophe Barras. Vibro-acoustic simulation of a car window. Société Française d Acoustique. Acoustics 12, Apr 12, Nantes,

More information

Smart Bolometer: Toward Monolithic Bolometer with Smart Functions

Smart Bolometer: Toward Monolithic Bolometer with Smart Functions Smart Bolometer: Toward Monolithic Bolometer with Smart Functions Matthieu Denoual, Gilles Allègre, Patrick Attia, Olivier De Sagazan To cite this version: Matthieu Denoual, Gilles Allègre, Patrick Attia,

More information

On Symmetric Norm Inequalities And Hermitian Block-Matrices

On Symmetric Norm Inequalities And Hermitian Block-Matrices On Symmetric Norm Inequalities And Hermitian lock-matrices Antoine Mhanna To cite this version: Antoine Mhanna On Symmetric Norm Inequalities And Hermitian lock-matrices 015 HAL Id: hal-0131860

More information

The sound power output of a monopole source in a cylindrical pipe containing area discontinuities

The sound power output of a monopole source in a cylindrical pipe containing area discontinuities The sound power output of a monopole source in a cylindrical pipe containing area discontinuities Wenbo Duan, Ray Kirby To cite this version: Wenbo Duan, Ray Kirby. The sound power output of a monopole

More information

Dispersion relation results for VCS at JLab

Dispersion relation results for VCS at JLab Dispersion relation results for VCS at JLab G. Laveissiere To cite this version: G. Laveissiere. Dispersion relation results for VCS at JLab. Compton Scattering from Low to High Momentum Transfer, Mar

More information

Passerelle entre les arts : la sculpture sonore

Passerelle entre les arts : la sculpture sonore Passerelle entre les arts : la sculpture sonore Anaïs Rolez To cite this version: Anaïs Rolez. Passerelle entre les arts : la sculpture sonore. Article destiné à l origine à la Revue de l Institut National

More information

Case report on the article Water nanoelectrolysis: A simple model, Journal of Applied Physics (2017) 122,

Case report on the article Water nanoelectrolysis: A simple model, Journal of Applied Physics (2017) 122, Case report on the article Water nanoelectrolysis: A simple model, Journal of Applied Physics (2017) 122, 244902 Juan Olives, Zoubida Hammadi, Roger Morin, Laurent Lapena To cite this version: Juan Olives,

More information

Impedance Transmission Conditions for the Electric Potential across a Highly Conductive Casing

Impedance Transmission Conditions for the Electric Potential across a Highly Conductive Casing Impedance Transmission Conditions for the Electric Potential across a Highly Conductive Casing Hélène Barucq, Aralar Erdozain, David Pardo, Victor Péron To cite this version: Hélène Barucq, Aralar Erdozain,

More information

Analysis of Boyer and Moore s MJRTY algorithm

Analysis of Boyer and Moore s MJRTY algorithm Analysis of Boyer and Moore s MJRTY algorithm Laurent Alonso, Edward M. Reingold To cite this version: Laurent Alonso, Edward M. Reingold. Analysis of Boyer and Moore s MJRTY algorithm. Information Processing

More information

L institution sportive : rêve et illusion

L institution sportive : rêve et illusion L institution sportive : rêve et illusion Hafsi Bedhioufi, Sida Ayachi, Imen Ben Amar To cite this version: Hafsi Bedhioufi, Sida Ayachi, Imen Ben Amar. L institution sportive : rêve et illusion. Revue

More information

Can we reduce health inequalities? An analysis of the English strategy ( )

Can we reduce health inequalities? An analysis of the English strategy ( ) Can we reduce health inequalities? An analysis of the English strategy (1997-2010) Johan P Mackenbach To cite this version: Johan P Mackenbach. Can we reduce health inequalities? An analysis of the English

More information

A Simple Model for Cavitation with Non-condensable Gases

A Simple Model for Cavitation with Non-condensable Gases A Simple Model for Cavitation with Non-condensable Gases Mathieu Bachmann, Siegfried Müller, Philippe Helluy, Hélène Mathis To cite this version: Mathieu Bachmann, Siegfried Müller, Philippe Helluy, Hélène

More information

The FLRW cosmological model revisited: relation of the local time with th e local curvature and consequences on the Heisenberg uncertainty principle

The FLRW cosmological model revisited: relation of the local time with th e local curvature and consequences on the Heisenberg uncertainty principle The FLRW cosmological model revisited: relation of the local time with th e local curvature and consequences on the Heisenberg uncertainty principle Nathalie Olivi-Tran, Paul M Gauthier To cite this version:

More information

Evolution of the cooperation and consequences of a decrease in plant diversity on the root symbiont diversity

Evolution of the cooperation and consequences of a decrease in plant diversity on the root symbiont diversity Evolution of the cooperation and consequences of a decrease in plant diversity on the root symbiont diversity Marie Duhamel To cite this version: Marie Duhamel. Evolution of the cooperation and consequences

More information

Completeness of the Tree System for Propositional Classical Logic

Completeness of the Tree System for Propositional Classical Logic Completeness of the Tree System for Propositional Classical Logic Shahid Rahman To cite this version: Shahid Rahman. Completeness of the Tree System for Propositional Classical Logic. Licence. France.

More information

On size, radius and minimum degree

On size, radius and minimum degree On size, radius and minimum degree Simon Mukwembi To cite this version: Simon Mukwembi. On size, radius and minimum degree. Discrete Mathematics and Theoretical Computer Science, DMTCS, 2014, Vol. 16 no.

More information

Soundness of the System of Semantic Trees for Classical Logic based on Fitting and Smullyan

Soundness of the System of Semantic Trees for Classical Logic based on Fitting and Smullyan Soundness of the System of Semantic Trees for Classical Logic based on Fitting and Smullyan Shahid Rahman To cite this version: Shahid Rahman. Soundness of the System of Semantic Trees for Classical Logic

More information

A new approach of the concept of prime number

A new approach of the concept of prime number A new approach of the concept of prime number Jamel Ghannouchi To cite this version: Jamel Ghannouchi. A new approach of the concept of prime number. 4 pages. 24. HAL Id: hal-3943 https://hal.archives-ouvertes.fr/hal-3943

More information

Posterior Covariance vs. Analysis Error Covariance in Data Assimilation

Posterior Covariance vs. Analysis Error Covariance in Data Assimilation Posterior Covariance vs. Analysis Error Covariance in Data Assimilation François-Xavier Le Dimet, Victor Shutyaev, Igor Gejadze To cite this version: François-Xavier Le Dimet, Victor Shutyaev, Igor Gejadze.

More information

Gaia astrometric accuracy in the past

Gaia astrometric accuracy in the past Gaia astrometric accuracy in the past François Mignard To cite this version: François Mignard. Gaia astrometric accuracy in the past. IMCCE. International Workshop NAROO-GAIA A new reduction of old observations

More information

Solving the neutron slowing down equation

Solving the neutron slowing down equation Solving the neutron slowing down equation Bertrand Mercier, Jinghan Peng To cite this version: Bertrand Mercier, Jinghan Peng. Solving the neutron slowing down equation. 2014. HAL Id: hal-01081772

More information

Palindromic Discontinuous Galerkin Method

Palindromic Discontinuous Galerkin Method Palindromic Discontinuous Galerkin Method David Coulette, Emmanuel Franck, Philippe Helluy, Michel Mehrenberger, Laurent Navoret To cite this version: David Coulette, Emmanuel Franck, Philippe Helluy,

More information

A Study of the Regular Pentagon with a Classic Geometric Approach

A Study of the Regular Pentagon with a Classic Geometric Approach A Study of the Regular Pentagon with a Classic Geometric Approach Amelia Carolina Sparavigna, Mauro Maria Baldi To cite this version: Amelia Carolina Sparavigna, Mauro Maria Baldi. A Study of the Regular

More information

Nonlocal computational methods applied to composites structures

Nonlocal computational methods applied to composites structures Nonlocal computational methods applied to composites structures Norbert Germain, Frédéric Feyel, Jacques Besson To cite this version: Norbert Germain, Frédéric Feyel, Jacques Besson. Nonlocal computational

More information

On Symmetric Norm Inequalities And Hermitian Block-Matrices

On Symmetric Norm Inequalities And Hermitian Block-Matrices On Symmetric Norm Inequalities And Hermitian lock-matrices Antoine Mhanna To cite this version: Antoine Mhanna On Symmetric Norm Inequalities And Hermitian lock-matrices 016 HAL Id: hal-0131860

More information

Numerical Modeling of Eddy Current Nondestructive Evaluation of Ferromagnetic Tubes via an Integral. Equation Approach

Numerical Modeling of Eddy Current Nondestructive Evaluation of Ferromagnetic Tubes via an Integral. Equation Approach Numerical Modeling of Eddy Current Nondestructive Evaluation of Ferromagnetic Tubes via an Integral Equation Approach Anastassios Skarlatos, Grégoire Pichenot, Dominique Lesselier, Marc Lambert, Bernard

More information

Higgs searches at L3

Higgs searches at L3 Higgs searches at L3 D. Teyssier To cite this version: D. Teyssier. Higgs searches at L3. High Energy Physics Conference - HEP-MAD 0, Sep 200, Antananariv, Madagascar. World Scientific, pp.67-72, 2002.

More information

Impulse response measurement of ultrasonic transducers

Impulse response measurement of ultrasonic transducers Impulse response measurement of ultrasonic transducers F. Kadlec To cite this version: F. Kadlec. Impulse response measurement of ultrasonic transducers. Journal de Physique IV Colloque, 1994, 04 (C5),

More information

From Unstructured 3D Point Clouds to Structured Knowledge - A Semantics Approach

From Unstructured 3D Point Clouds to Structured Knowledge - A Semantics Approach From Unstructured 3D Point Clouds to Structured Knowledge - A Semantics Approach Christophe Cruz, Helmi Ben Hmida, Frank Boochs, Christophe Nicolle To cite this version: Christophe Cruz, Helmi Ben Hmida,

More information

STATISTICAL ENERGY ANALYSIS: CORRELATION BETWEEN DIFFUSE FIELD AND ENERGY EQUIPARTITION

STATISTICAL ENERGY ANALYSIS: CORRELATION BETWEEN DIFFUSE FIELD AND ENERGY EQUIPARTITION STATISTICAL ENERGY ANALYSIS: CORRELATION BETWEEN DIFFUSE FIELD AND ENERGY EQUIPARTITION Thibault Lafont, Alain Le Bot, Nicolas Totaro To cite this version: Thibault Lafont, Alain Le Bot, Nicolas Totaro.

More information

Linear Quadratic Zero-Sum Two-Person Differential Games

Linear Quadratic Zero-Sum Two-Person Differential Games Linear Quadratic Zero-Sum Two-Person Differential Games Pierre Bernhard To cite this version: Pierre Bernhard. Linear Quadratic Zero-Sum Two-Person Differential Games. Encyclopaedia of Systems and Control,

More information

3D-CE5.h: Merge candidate list for disparity compensated prediction

3D-CE5.h: Merge candidate list for disparity compensated prediction 3D-CE5.h: Merge candidate list for disparity compensated prediction Thomas Guionnet, Laurent Guillo, Guillemot Christine To cite this version: Thomas Guionnet, Laurent Guillo, Guillemot Christine. 3D-CE5.h:

More information

Finite volume method for nonlinear transmission problems

Finite volume method for nonlinear transmission problems Finite volume method for nonlinear transmission problems Franck Boyer, Florence Hubert To cite this version: Franck Boyer, Florence Hubert. Finite volume method for nonlinear transmission problems. Proceedings

More information

The beam-gas method for luminosity measurement at LHCb

The beam-gas method for luminosity measurement at LHCb The beam-gas method for luminosity measurement at LHCb P. Hopchev To cite this version: P. Hopchev. The beam-gas method for luminosity measurement at LHCb. XLVth Rencontres de Moriond: Electroweak Interactions

More information

A simple kinetic equation of swarm formation: blow up and global existence

A simple kinetic equation of swarm formation: blow up and global existence A simple kinetic equation of swarm formation: blow up and global existence Miroslaw Lachowicz, Henryk Leszczyński, Martin Parisot To cite this version: Miroslaw Lachowicz, Henryk Leszczyński, Martin Parisot.

More information

Nodal and divergence-conforming boundary-element methods applied to electromagnetic scattering problems

Nodal and divergence-conforming boundary-element methods applied to electromagnetic scattering problems Nodal and divergence-conforming boundary-element methods applied to electromagnetic scattering problems M. Afonso, Joao Vasconcelos, Renato Mesquita, Christian Vollaire, Laurent Nicolas To cite this version:

More information

Reduced Models (and control) of in-situ decontamination of large water resources

Reduced Models (and control) of in-situ decontamination of large water resources Reduced Models (and control) of in-situ decontamination of large water resources Antoine Rousseau, Alain Rapaport To cite this version: Antoine Rousseau, Alain Rapaport. Reduced Models (and control) of

More information

Thermodynamic form of the equation of motion for perfect fluids of grade n

Thermodynamic form of the equation of motion for perfect fluids of grade n Thermodynamic form of the equation of motion for perfect fluids of grade n Henri Gouin To cite this version: Henri Gouin. Thermodynamic form of the equation of motion for perfect fluids of grade n. Comptes

More information

Dedicating Finite Volume Method to Electromagnetic Plasma Modeling: Circuit Breaker Application

Dedicating Finite Volume Method to Electromagnetic Plasma Modeling: Circuit Breaker Application Dedicating Finite Volume Method to Electromagnetic Plasma Modeling: Circuit Breaker Application Loïc Rondot, Vincent Mazauric, Yves Delannoy, Gérard Meunier To cite this version: Loïc Rondot, Vincent Mazauric,

More information

Particle-in-cell simulations of high energy electron production by intense laser pulses in underdense plasmas

Particle-in-cell simulations of high energy electron production by intense laser pulses in underdense plasmas Particle-in-cell simulations of high energy electron production by intense laser pulses in underdense plasmas Susumu Kato, Eisuke Miura, Mitsumori Tanimoto, Masahiro Adachi, Kazuyoshi Koyama To cite this

More information

Some tight polynomial-exponential lower bounds for an exponential function

Some tight polynomial-exponential lower bounds for an exponential function Some tight polynomial-exponential lower bounds for an exponential function Christophe Chesneau To cite this version: Christophe Chesneau. Some tight polynomial-exponential lower bounds for an exponential

More information

Question order experimental constraints on quantum-like models of judgement

Question order experimental constraints on quantum-like models of judgement Question order experimental constraints on quantum-like models of judgement Patrick Cassam-Chenaï To cite this version: Patrick Cassam-Chenaï. Question order experimental constraints on quantum-like models

More information

AC Transport Losses Calculation in a Bi-2223 Current Lead Using Thermal Coupling With an Analytical Formula

AC Transport Losses Calculation in a Bi-2223 Current Lead Using Thermal Coupling With an Analytical Formula AC Transport Losses Calculation in a Bi-2223 Current Lead Using Thermal Coupling With an Analytical Formula Kévin Berger, Jean Lévêque, Denis Netter, Bruno Douine, Abderrezak Rezzoug To cite this version:

More information

On sl3 KZ equations and W3 null-vector equations

On sl3 KZ equations and W3 null-vector equations On sl3 KZ equations and W3 null-vector equations Sylvain Ribault To cite this version: Sylvain Ribault. On sl3 KZ equations and W3 null-vector equations. Conformal Field Theory, Integrable Models, and

More information

Characterization of Equilibrium Paths in a Two-Sector Economy with CES Production Functions and Sector-Specific Externality

Characterization of Equilibrium Paths in a Two-Sector Economy with CES Production Functions and Sector-Specific Externality Characterization of Equilibrium Paths in a Two-Sector Economy with CES Production Functions and Sector-Specific Externality Miki Matsuo, Kazuo Nishimura, Tomoya Sakagami, Alain Venditti To cite this version:

More information

Analyzing large-scale spike trains data with spatio-temporal constraints

Analyzing large-scale spike trains data with spatio-temporal constraints Analyzing large-scale spike trains data with spatio-temporal constraints Hassan Nasser, Olivier Marre, Selim Kraria, Thierry Viéville, Bruno Cessac To cite this version: Hassan Nasser, Olivier Marre, Selim

More information

RHEOLOGICAL INTERPRETATION OF RAYLEIGH DAMPING

RHEOLOGICAL INTERPRETATION OF RAYLEIGH DAMPING RHEOLOGICAL INTERPRETATION OF RAYLEIGH DAMPING Jean-François Semblat To cite this version: Jean-François Semblat. RHEOLOGICAL INTERPRETATION OF RAYLEIGH DAMPING. Journal of Sound and Vibration, Elsevier,

More information

Quasi-periodic solutions of the 2D Euler equation

Quasi-periodic solutions of the 2D Euler equation Quasi-periodic solutions of the 2D Euler equation Nicolas Crouseilles, Erwan Faou To cite this version: Nicolas Crouseilles, Erwan Faou. Quasi-periodic solutions of the 2D Euler equation. Asymptotic Analysis,

More information

The Riemann Hypothesis Proof And The Quadrivium Theory

The Riemann Hypothesis Proof And The Quadrivium Theory The Riemann Hypothesis Proof And The Quadrivium Theory Thierno M. Sow To cite this version: Thierno M. Sow. The Riemann Hypothesis Proof And The Quadrivium Theory. 2017. HAL Id: hal-01513658 https://hal.archives-ouvertes.fr/hal-01513658

More information

Two-step centered spatio-temporal auto-logistic regression model

Two-step centered spatio-temporal auto-logistic regression model Two-step centered spatio-temporal auto-logistic regression model Anne Gégout-Petit, Shuxian Li To cite this version: Anne Gégout-Petit, Shuxian Li. Two-step centered spatio-temporal auto-logistic regression

More information

Quantum efficiency and metastable lifetime measurements in ruby ( Cr 3+ : Al2O3) via lock-in rate-window photothermal radiometry

Quantum efficiency and metastable lifetime measurements in ruby ( Cr 3+ : Al2O3) via lock-in rate-window photothermal radiometry Quantum efficiency and metastable lifetime measurements in ruby ( Cr 3+ : Al2O3) via lock-in rate-window photothermal radiometry A. Mandelis, Z. Chen, R. Bleiss To cite this version: A. Mandelis, Z. Chen,

More information

Solution to Sylvester equation associated to linear descriptor systems

Solution to Sylvester equation associated to linear descriptor systems Solution to Sylvester equation associated to linear descriptor systems Mohamed Darouach To cite this version: Mohamed Darouach. Solution to Sylvester equation associated to linear descriptor systems. Systems

More information

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications Alexandre Sedoglavic To cite this version: Alexandre Sedoglavic. A non-commutative algorithm for multiplying (7 7) matrices

More information

Sound intensity as a function of sound insulation partition

Sound intensity as a function of sound insulation partition Sound intensity as a function of sound insulation partition S. Cvetkovic, R. Prascevic To cite this version: S. Cvetkovic, R. Prascevic. Sound intensity as a function of sound insulation partition. Journal

More information

Solving an integrated Job-Shop problem with human resource constraints

Solving an integrated Job-Shop problem with human resource constraints Solving an integrated Job-Shop problem with human resource constraints Olivier Guyon, Pierre Lemaire, Eric Pinson, David Rivreau To cite this version: Olivier Guyon, Pierre Lemaire, Eric Pinson, David

More information

Dorian Mazauric. To cite this version: HAL Id: tel https://tel.archives-ouvertes.fr/tel

Dorian Mazauric. To cite this version: HAL Id: tel https://tel.archives-ouvertes.fr/tel Optimisation discrète dans les réseaux de télécommunication : reconfiguration du routage, routage efficace en énergie, ordonnancement de liens et placement de données Dorian Mazauric To cite this version:

More information

Sparse multivariate factorization by mean of a few bivariate factorizations

Sparse multivariate factorization by mean of a few bivariate factorizations Sparse multivariate factorization by mean of a few bivariate factorizations Bernard Parisse To cite this version: Bernard Parisse. Sparse multivariate factorization by mean of a few bivariate factorizations.

More information

Some explanations about the IWLS algorithm to fit generalized linear models

Some explanations about the IWLS algorithm to fit generalized linear models Some explanations about the IWLS algorithm to fit generalized linear models Christophe Dutang To cite this version: Christophe Dutang. Some explanations about the IWLS algorithm to fit generalized linear

More information

ON THE UNIQUENESS IN THE 3D NAVIER-STOKES EQUATIONS

ON THE UNIQUENESS IN THE 3D NAVIER-STOKES EQUATIONS ON THE UNIQUENESS IN THE 3D NAVIER-STOKES EQUATIONS Abdelhafid Younsi To cite this version: Abdelhafid Younsi. ON THE UNIQUENESS IN THE 3D NAVIER-STOKES EQUATIONS. 4 pages. 212. HAL Id:

More information

Voltage Stability of Multiple Distributed Generators in Distribution Networks

Voltage Stability of Multiple Distributed Generators in Distribution Networks oltage Stability of Multiple Distributed Generators in Distribution Networks Andi Wang, Chongxin Liu, Hervé Guéguen, Zhenquan Sun To cite this version: Andi Wang, Chongxin Liu, Hervé Guéguen, Zhenquan

More information

A Novel Aggregation Method based on Graph Matching for Algebraic MultiGrid Preconditioning of Sparse Linear Systems

A Novel Aggregation Method based on Graph Matching for Algebraic MultiGrid Preconditioning of Sparse Linear Systems A Novel Aggregation Method based on Graph Matching for Algebraic MultiGrid Preconditioning of Sparse Linear Systems Pasqua D Ambra, Alfredo Buttari, Daniela Di Serafino, Salvatore Filippone, Simone Gentile,

More information

Exogenous input estimation in Electronic Power Steering (EPS) systems

Exogenous input estimation in Electronic Power Steering (EPS) systems Exogenous input estimation in Electronic Power Steering (EPS) systems Valentina Ciarla, Carlos Canudas de Wit, Franck Quaine, Violaine Cahouet To cite this version: Valentina Ciarla, Carlos Canudas de

More information

Dissipative Systems Analysis and Control, Theory and Applications: Addendum/Erratum

Dissipative Systems Analysis and Control, Theory and Applications: Addendum/Erratum Dissipative Systems Analysis and Control, Theory and Applications: Addendum/Erratum Bernard Brogliato To cite this version: Bernard Brogliato. Dissipative Systems Analysis and Control, Theory and Applications:

More information

Impairment of Shooting Performance by Background Complexity and Motion

Impairment of Shooting Performance by Background Complexity and Motion Impairment of Shooting Performance by Background Complexity and Motion Loïc Caroux, Ludovic Le Bigot, Nicolas Vibert To cite this version: Loïc Caroux, Ludovic Le Bigot, Nicolas Vibert. Impairment of Shooting

More information

Basic concepts and models in continuum damage mechanics

Basic concepts and models in continuum damage mechanics Basic concepts and models in continuum damage mechanics Djimedo Kondo, Hélène Welemane, Fabrice Cormery To cite this version: Djimedo Kondo, Hélène Welemane, Fabrice Cormery. Basic concepts and models

More information

On the Earth s magnetic field and the Hall effect

On the Earth s magnetic field and the Hall effect On the Earth s magnetic field and the Hall effect J. E. Allen To cite this version: J. E. Allen. On the Earth s magnetic field and the Hall effect. Nonlinear rocesses in Geophysics, European Geosciences

More information

Parallel Repetition of entangled games on the uniform distribution

Parallel Repetition of entangled games on the uniform distribution Parallel Repetition of entangled games on the uniform distribution André Chailloux, Scarpa Giannicola To cite this version: André Chailloux, Scarpa Giannicola. Parallel Repetition of entangled games on

More information

FORMAL TREATMENT OF RADIATION FIELD FLUCTUATIONS IN VACUUM

FORMAL TREATMENT OF RADIATION FIELD FLUCTUATIONS IN VACUUM FORMAL TREATMENT OF RADIATION FIELD FLUCTUATIONS IN VACUUM Frederic Schuller, Renaud Savalle, Michael Neumann-Spallart To cite this version: Frederic Schuller, Renaud Savalle, Michael Neumann-Spallart.

More information

Full-order observers for linear systems with unknown inputs

Full-order observers for linear systems with unknown inputs Full-order observers for linear systems with unknown inputs Mohamed Darouach, Michel Zasadzinski, Shi Jie Xu To cite this version: Mohamed Darouach, Michel Zasadzinski, Shi Jie Xu. Full-order observers

More information

Exact Comparison of Quadratic Irrationals

Exact Comparison of Quadratic Irrationals Exact Comparison of Quadratic Irrationals Phuc Ngo To cite this version: Phuc Ngo. Exact Comparison of Quadratic Irrationals. [Research Report] LIGM. 20. HAL Id: hal-0069762 https://hal.archives-ouvertes.fr/hal-0069762

More information

Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques

Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques Helene Barucq, Henri Calandra, Aurélien Citrain, Julien Diaz, Christian Gout To cite this version: Helene Barucq, Henri Calandra, Aurélien

More information

On the longest path in a recursively partitionable graph

On the longest path in a recursively partitionable graph On the longest path in a recursively partitionable graph Julien Bensmail To cite this version: Julien Bensmail. On the longest path in a recursively partitionable graph. 2012. HAL Id:

More information

Simulation and measurement of loudspeaker nonlinearity with a broad-band noise excitation

Simulation and measurement of loudspeaker nonlinearity with a broad-band noise excitation Simulation and measurement of loudspeaker nonlinearity with a broad-band noise excitation Andrzej Dobrucki, Rafal Siczek To cite this version: Andrzej Dobrucki, Rafal Siczek. Simulation and measurement

More information

b-chromatic number of cacti

b-chromatic number of cacti b-chromatic number of cacti Victor Campos, Claudia Linhares Sales, Frédéric Maffray, Ana Silva To cite this version: Victor Campos, Claudia Linhares Sales, Frédéric Maffray, Ana Silva. b-chromatic number

More information

Numerical modification of atmospheric models to include the feedback of oceanic currents on air-sea fluxes in ocean-atmosphere coupled models

Numerical modification of atmospheric models to include the feedback of oceanic currents on air-sea fluxes in ocean-atmosphere coupled models Numerical modification of atmospheric models to include the feedback of oceanic currents on air-sea fluxes in ocean-atmosphere coupled models Florian Lemarié To cite this version: Florian Lemarié. Numerical

More information

Entropies and fractal dimensions

Entropies and fractal dimensions Entropies and fractal dimensions Amelia Carolina Sparavigna To cite this version: Amelia Carolina Sparavigna. Entropies and fractal dimensions. Philica, Philica, 2016. HAL Id: hal-01377975

More information

Unbiased minimum variance estimation for systems with unknown exogenous inputs

Unbiased minimum variance estimation for systems with unknown exogenous inputs Unbiased minimum variance estimation for systems with unknown exogenous inputs Mohamed Darouach, Michel Zasadzinski To cite this version: Mohamed Darouach, Michel Zasadzinski. Unbiased minimum variance

More information

Beat phenomenon at the arrival of a guided mode in a semi-infinite acoustic duct

Beat phenomenon at the arrival of a guided mode in a semi-infinite acoustic duct Beat phenomenon at the arrival of a guided mode in a semi-infinite acoustic duct Philippe GATIGNOL, Michel Bruneau, Patrick LANCELEUR, Catherine Potel To cite this version: Philippe GATIGNOL, Michel Bruneau,

More information

Ultra low frequency pressure transducer calibration

Ultra low frequency pressure transducer calibration Ultra low frequency pressure transducer calibration A. Semenov To cite this version: A. Semenov. Ultra low frequency pressure transducer calibration. Journal de Physique IV Colloque, 1994, 04 (C5), pp.c7-251-c7-254.

More information

The Learner s Dictionary and the Sciences:

The Learner s Dictionary and the Sciences: The Learner s Dictionary and the Sciences: Geoffrey Williams To cite this version: Geoffrey Williams. The Learner s Dictionary and the Sciences:: Mismatch or no match?. Corpora, Language, Teaching, and

More information

A remark on a theorem of A. E. Ingham.

A remark on a theorem of A. E. Ingham. A remark on a theorem of A. E. Ingham. K G Bhat, K Ramachandra To cite this version: K G Bhat, K Ramachandra. A remark on a theorem of A. E. Ingham.. Hardy-Ramanujan Journal, Hardy-Ramanujan Society, 2006,

More information

The Windy Postman Problem on Series-Parallel Graphs

The Windy Postman Problem on Series-Parallel Graphs The Windy Postman Problem on Series-Parallel Graphs Francisco Javier Zaragoza Martínez To cite this version: Francisco Javier Zaragoza Martínez. The Windy Postman Problem on Series-Parallel Graphs. Stefan

More information

New estimates for the div-curl-grad operators and elliptic problems with L1-data in the half-space

New estimates for the div-curl-grad operators and elliptic problems with L1-data in the half-space New estimates for the div-curl-grad operators and elliptic problems with L1-data in the half-space Chérif Amrouche, Huy Hoang Nguyen To cite this version: Chérif Amrouche, Huy Hoang Nguyen. New estimates

More information

On a series of Ramanujan

On a series of Ramanujan On a series of Ramanujan Olivier Oloa To cite this version: Olivier Oloa. On a series of Ramanujan. Gems in Experimental Mathematics, pp.35-3,, . HAL Id: hal-55866 https://hal.archives-ouvertes.fr/hal-55866

More information

Towards an active anechoic room

Towards an active anechoic room Towards an active anechoic room Dominique Habault, Philippe Herzog, Emmanuel Friot, Cédric Pinhède To cite this version: Dominique Habault, Philippe Herzog, Emmanuel Friot, Cédric Pinhède. Towards an active

More information

A Context free language associated with interval maps

A Context free language associated with interval maps A Context free language associated with interval maps M Archana, V Kannan To cite this version: M Archana, V Kannan. A Context free language associated with interval maps. Discrete Mathematics and Theoretical

More information

Evaluation of the Magnetic Fields and Mutual Inductance between Circular Coils Arbitrarily Positioned in Space

Evaluation of the Magnetic Fields and Mutual Inductance between Circular Coils Arbitrarily Positioned in Space valuation of the Magnetic Fields and Mutual Inductance between Circular Coils Arbitrarily Positioned in Space Ao Anele, Y Hamam, L Chassagne, J Linares, Y Alayli, Karim Djouani To cite this version: Ao

More information

Characterization of the local Electrical Properties of Electrical Machine Parts with non-trivial Geometry

Characterization of the local Electrical Properties of Electrical Machine Parts with non-trivial Geometry Characterization of the local Electrical Properties of Electrical Machine Parts with non-trivial Geometry Laure Arbenz, Abdelkader Benabou, Stéphane Clenet, Jean Claude Mipo, Pierre Faverolle To cite this

More information

A non-linear simulator written in C for orbital spacecraft rendezvous applications.

A non-linear simulator written in C for orbital spacecraft rendezvous applications. A non-linear simulator written in C for orbital spacecraft rendezvous applications. Paulo Ricardo Arantes Gilz To cite this version: Paulo Ricardo Arantes Gilz. A non-linear simulator written in C for

More information

Lorentz force velocimetry using small-size permanent magnet systems and a multi-degree-of-freedom force/torque sensor

Lorentz force velocimetry using small-size permanent magnet systems and a multi-degree-of-freedom force/torque sensor Lorentz force velocimetry using small-size permanent magnet systems and a multi-degree-of-freedom force/torque sensor D Hernández, C Karcher To cite this version: D Hernández, C Karcher. Lorentz force

More information

The status of VIRGO. To cite this version: HAL Id: in2p

The status of VIRGO. To cite this version: HAL Id: in2p The status of VIRGO E. Tournefier, F. Acernese, P. Amico, M. Al-Shourbagy, S. Aoudia, S. Avino, D. Babusci, G. Ballardin, R. Barillé, F. Barone, et al. To cite this version: E. Tournefier, F. Acernese,

More information

The magnetic field diffusion equation including dynamic, hysteresis: A linear formulation of the problem

The magnetic field diffusion equation including dynamic, hysteresis: A linear formulation of the problem The magnetic field diffusion equation including dynamic, hysteresis: A linear formulation of the problem Marie-Ange Raulet, Benjamin Ducharne, Jean-Pierre Masson, G. Bayada To cite this version: Marie-Ange

More information

Some approaches to modeling of the effective properties for thermoelastic composites

Some approaches to modeling of the effective properties for thermoelastic composites Some approaches to modeling of the ective properties for thermoelastic composites Anna Nasedkina Andrey Nasedkin Vladimir Remizov To cite this version: Anna Nasedkina Andrey Nasedkin Vladimir Remizov.

More information

Hardware Operator for Simultaneous Sine and Cosine Evaluation

Hardware Operator for Simultaneous Sine and Cosine Evaluation Hardware Operator for Simultaneous Sine and Cosine Evaluation Arnaud Tisserand To cite this version: Arnaud Tisserand. Hardware Operator for Simultaneous Sine and Cosine Evaluation. ICASSP 6: International

More information

Eddy-Current Effects in Circuit Breakers During Arc Displacement Phase

Eddy-Current Effects in Circuit Breakers During Arc Displacement Phase Eddy-Current Effects in Circuit Breakers During Arc Displacement Phase Olivier Chadebec, Gerard Meunier, V. Mazauric, Yann Le Floch, Patrice Labie To cite this version: Olivier Chadebec, Gerard Meunier,

More information

Electromagnetic characterization of magnetic steel alloys with respect to the temperature

Electromagnetic characterization of magnetic steel alloys with respect to the temperature Electromagnetic characterization of magnetic steel alloys with respect to the temperature B Paya, P Teixeira To cite this version: B Paya, P Teixeira. Electromagnetic characterization of magnetic steel

More information