N
M
Yves Detandt
T` ´ ´
’ ´
D S ’I ´
’U´ L B
P . G. D
Bruxelles, Aoˆut 2007.
Acknowledgments
Je voudrais tout d’abord remercier le Professeur G´erard Degrez. Ses capacit´es didactiques et ses conseils judicieux ont jalonn´e mon parcours tout au long de cette th`ese. A la fin de quatre ann´ees de th`ese, je conserve un bon nombre de formules griffonn´ees le plus souvent sur une serviette `a l’heure du repas. Ce sont ces quelques formules et les tr`es nombreuses discussions que nous avons eues qui m’ont guid´e dans mes recherches. Je le remercie aussi pour la confiance dont il m’a fait part tout au long de ces 4 ann´ees, me confiant tour `a tour des projets situ´es bien loin de l’a´eroacoustique, mais qui m’ont assur´e une th`ese aussi diverse que passionante.
Je tiens aussi `a remercier tout particuli`erement le Professeur Daniele Carati pour ses conseils avis´es. Au d´ebut de cette th`ese, mes connaissances sur le logiciel libre
´etaient proches du z´ero absolu, mais ses encouragements accompagn´es de ceux de G´erard m’ont amen´e `a prendre une part de plus en plus grande dans la gestion et la conception du parc informatique commun de nos deux services. Le nom d’Anic n’aura certainement plus la mˆeme signifcation pour moi apr`es ces 4 ans, mˆeme si, loi de Murphy oblige, les op´erations se d´eroulaient toujours au moment o`u j’avais le moins de temps `a y consacrer. Je crois avoir beaucoup appris sur le plan personnel et tiens `a remercier Daniele et G´erard pour leur confiance dans ce domaine.
Je voudrais aussi exprimer ma plus profonde gratitude envers David Vanden Abeele. Ton exp´erience en programmation scientifique et ton goˆut pour de ”belles solutions” num´eriques ont ´et´e un exemple tout au long de ces 4 ans. Je garde aussi des souvenirs d’interminables corrections d’articles, mais toujours impressionn´e par la cons´equente am´elioration du papier.
Je remercie ´egalement le Professeur Jean-Louis Migeot. Sa passion et l’int´erˆet pour l’acoustique qu’il a fait naˆıtre lors de son cours ne sont sans doute pas ´etrangers
`a mon choix de sujet de th`ese. Je le remercie aussi, ainsi que toute l’´equipe de Free Field Technologies, avec un attention sp´eciale pour St´ephane Caro et Gr´egory Lie- lens, pour leur disponibilit´e, leur ´ecoute et leur gentillesse lors des nombreux contacts que j’ai eu l’occasion d’entretenir pendant ces 4 ans.
i
J’exprime aussi toute ma reconnaissance vis `a vis de Christophe Schram. Ton manuscrit de th`ese a ´et´e `a la fois une introduction et un fil conducteur me guidant
`a travers les raisonnements parfois compliqu´es des analogies a´eroacoustiques. Tes connaissances et les discussions sur le bruit de jet m’ont aussi beaucoup aid´e pour obtenir une solution num´erique similaire aux exp´eriences.
Je remercie le Professeur G. Winckelmans et le Professeur H. Deconinck pour avoir accept´e de participer au jury de cette th`ese.
Une th`ese est aussi une formidable exp´erience humaine et professionnelle. Je re- mercie Patrick, Pietro, Michel, Franc¸ois, Christophe, Dries, Frank, Didier, Olivier et Pierre-Alexis pour ces temps de midi et moments que nous avons partag´es ensemble.
Ces discussions anodines m’ont souvent permis d’aborder les questions sous un autre angle, me rapprochant ainsi sans aucun doute de la solution.
Dans le cadre de cette th`ese j’ai aussi eu le plaisir d’accompagner Axelle Vir´e, David Vangeenberghe, Isma¨el Yabda, Zakarias Djoudi et Pierre Gousseau. Leur m´emoire a ´et´e l’occasion d’un ´echange de points de vue tr`es int´eressant et qui a conduit `a pas mal d’am´eliorations du code.
Je remercie Shirley Wayne pour sa disponibilit´e et son efficacit´e `a r´esoudre les nombreux soucis administratifs.
Je n’oublie pas non plus l’´equipe technique ; Dany, Guy, Claude, Rapha¨el, Pascal et Yves qui ont toujours ´et´e de la partie depuis la construction du ”poulailler” pour ordinateurs jusqu’aux ”casseroles `a moules” sur lesquelles les ´etudiants de Thermo
´etudieront bientˆot les propri´et´es des cycles frigo.
Enfin, et ce ne sont pas des moindres, j’adresse mes plus vifs remerciements `a ma famille et mes parents en particulier pour leur soutien. A la fin de cette th`ese et de mes
´etudes, je mesure l’importance de leurs encouragements. Je garde le mot de la fin `a l’attention de mon ´epouse, Marie-Astrid. Je n’oublierai jamais ta compr´ehension pour ces longs week-ends de travail, mais aussi pour ta pr´esence `a mes cˆot´es depuis plus de 7 ans. Tu as ´et´e de toutes les d´ecisions et ton sourire est certainement le meilleur des rem`edes pour oublier les tracas et probl`emes dont j’ai l’art de m’entourer.
Cette th`ese a ´et´e support´ee financi`erement par le Fonds pour la formation `a la
Recherche dans l’Industrie et dans l’Agriculture (FRIA). Les simulations ont ´et´e
r´ealis´ees sur le cluster Anic4 financ´e par plusieurs fonds et contrats de recherche
(http ://anic4.ulb.ac.be).
Contents
1 Introduction 1
1.1 Context . . . . 1
1.2 Aeroacoustic simulations . . . . 2
1.2.1 Direct approach . . . . 2
1.2.2 Hybrid approach . . . . 2
1.3 Flow simulations . . . . 3
1.4 Turbulence . . . . 4
1.5 Acoustic simulations . . . . 4
2 3D Flow solver 7 2.1 Incompressible Navier-Stokes equations . . . . 8
2.1.1 Conservation laws . . . . 10
2.1.2 Weak forms . . . . 11
2.2 Discretized equations . . . . 13
2.2.1 Finite element method . . . . 13
2.2.2 Spectral expansion . . . . 14
2.2.3 Convective Terms . . . . 16
2.2.4 Matrix form . . . . 21
2.2.5 Time discretization . . . . 24
2.2.6 Conclusion . . . . 29
2.3 Boundary conditions . . . . 30
2.3.1 Inlet boundary . . . . 31
2.3.2 Outlet boundary . . . . 32
2.3.3 Wall . . . . 33
2.3.4 Axis boundary . . . . 34
2.4 Stabilization . . . . 38
2.4.1 Pressure oscillations . . . . 38
2.4.2 Convective oscillations . . . . 41
2.5 Conclusion . . . . 44
iii
3 Flow test cases 47
3.1 Computed quantities . . . . 47
3.1.1 Force - Torque . . . . 48
3.1.2 Kinetic energy . . . . 50
3.1.3 Enstrophy . . . . 50
3.1.4 Angular momentum . . . . 51
3.2 Flow past a sphere at moderate Reynolds numbers . . . . 51
3.2.1 Stokes flow . . . . 52
3.2.2 Steady axisymmetric flow . . . . 53
3.2.3 Unsteady non-axisymmetric flows . . . . 57
3.3 Taylor-Couette flow . . . . 64
3.3.1 Axisymmetric Taylor-Couette flow . . . . 66
3.3.2 Turbulent Taylor-Couette flow . . . . 68
3.4 Conclusion . . . . 75
4 Turbulence modeling 77 4.1 Turbulence concepts . . . . 77
4.2 LES modeling . . . . 79
4.2.1 Eddy viscosity models . . . . 85
4.2.2 Dynamic procedure . . . . 90
4.2.3 Variational multiscale approach . . . . 91
4.3 Conclusion . . . . 94
5 Aeroacoustics 95 5.1 Acoustic equations . . . . 99
5.2 Analogies . . . . 102
5.2.1 Lighthill analogy . . . . 103
5.2.2 Vortex sound . . . . 105
5.3 Acoustic solutions . . . . 106
5.3.1 Integral methods . . . . 107
5.3.2 Variational solution . . . . 111
5.4 Conclusion . . . . 116
6 Aeroacoustic simulations 119 6.1 Introduction . . . . 119
6.2 Cylinder . . . . 119
6.2.1 Hydrodynamic simulation . . . . 120
6.2.2 Noise extraction . . . . 123
6.2.3 Acoustic solution . . . . 126
6.2.4 Conclusion . . . . 132
6.3 Jet noise . . . . 132
6.3.1 Re=5000 . . . . 133
CONTENTS v 6.3.2 Re = 14000 . . . . 150 6.4 Conclusion . . . . 173
7 Conclusions 177
A Finite element integrals 191
B Derivation of regularity conditions on the axis 193
C Stokes solution past a sphere 197
D Computation of force and torque 201
E Dispersive character of di ff erent schemes 205
F Damping of noise sources 211
Chapter 1
Introduction
1.1 Context
The present work focuses on the computation of the noise generated by unsteady tur- bulent flows. The conversion from flow energy into acoustics has been neglected in the past due to the relative ine ffi ciency of the transfer. Even if generally flow and sound propagate in the same medium, the acoustic and fluid research communities have been interested by completely different topics. Some fluid dynamicists however used the acoustic signature of vortex shedding to identify the frequency associated to this pure flow phenomenon and acoustic excitation has been extensively used in flow experiments to trigger or stabilize some periodic mechanisms. These are probably precursors of aeroacoustics which is a branch between acoustics and fluid dynamics analyzing the sound generated by unsteady flows.
The development of jet engines in the 1950’s triggered the interest of engineers and scientists who attempted to estimate the noise generated by di ff erent designs of this noisy propulsion technique. Lighthill, a fluid dynamics specialist, proposed a theoretical explanation for jet noise which was subsequently extended to more com- plicated flows. At this time, theory was restricted by flow analysis tools and scaling laws derived from theory were the basic tools for the design of quiet flows.
In the 1990’s, the development of efficient computers at an affordable cost led to a deeper analysis of flow phenomena and opened new trends for aeroacoustic methods.
Economical development of civil air transport tends to increase the number of flight operations at different airports and mainly during night. People living around the airports claim for silent aircraft and the international rules for aircraft noise are more and more drastic. The last Silencer program funded by the European Union shows significant noise reduction, but also illustrates that these reductions are probably the best compromise for the actual design. New technologies have to be evaluated to
1
meet the future imposition of noise reduction. The development of new numerical tools, which compare and point out the best designs are therefore necessary. This tendency is not limited to the civil aircraft industry. People are now used to higher and higher comfort level, and require reduction of noise generated for instance by their cars air supply system. These methods combining tools developed for flow and acoustic simulations are the central interest of this thesis and will be briefly discussed to outline the di ff erent chapters which subdivide the present work.
1.2 Aeroacoustic simulations
Aeroacoustics is based on the common research e ff ort of two distinct branches of physics. Fluid dynamics solutions are generally classified by a set of relevant non- dimensional numbers. For aeroacoustic problems, the Reynolds number, the Strouhal number and the Mach number fully define the problem. For a given geometry, the Reynolds number compares convective and viscous effects. The Strouhal number relates the frequency of unsteady flow mechanisms to the geometrical and velocity scales of the problem. The Mach number compares the flow velocity to the sound speed. This sound speed is defined by measuring the ratio between pressure to den- sity fluctuations. Two methods are presented in the following to solve aeroacoustic problems.
1.2.1 Direct approach
Acoustic signals are low amplitude pressure fluctuations in a compressible medium like air. These pressure fluctuations satisfy the compressible Navier-Stokes equations which are the fundamental fluid dynamics equations. The first method computes flow and acoustic quantities together during the same simulation. Flow and acous- tics are however characterised by length and velocity scales which are completely di ff erent. The acoustics propagates over large domains which eventually extend to infinity. Flows are generally confined in a smaller region of space. For low Mach numbers, this solution leads to maximal computational requirements as illustrated in chapter 5. The direct approach of the problem is mainly suited for flows at Mach number close to or higher than unity where the acoustic requirements are closer to flow requirements.
1.2.2 Hybrid approach
At low Mach numbers, acoustics is weakly coupled to fluid dynamics and we can
compute the flow field separately from the acoustic solution. This phenomenon is
mainly due to the disparity between di ff erent scales characterizing flow and acous-
tics. In this hybrid approach we compute first the flow, extract the equivalent source
distribution and propagate these sources up to the listener position. For low Mach
1.3 Flow simulations 3 number flows, density fluctuations have a negligible impact on the flow. The Incom- pressible Navier-Stokes equations can be used and the solver provides a flow field which is post-processed in order to extract the equivalent sound sources. This ex- traction is based on analogies derived by Lighthill, Powell, M¨ohring and many other scientists who devoted a large attention to flow noise.
1.3 Flow simulations
In the present work, we compute the incompressible flow field around axisymmetric geometries. A cylindrical coordinate system is the natural choice since it facilitates the imposition of the boundary conditions on the axisymmetric boundaries. For low Mach numbers, density fluctuations do not affect the flow and density can be consid- ered as constant. We therefore solve the incompressible Navier-Stokes equations for pressure and three flow velocity components. Acoustics, which is the compressible part, is not present in this solution, but the equivalent acoustic sources are extracted using different means which allow to recover an equivalent compressible information.
Except for some particular configurations, the analytical solution of the Navier- Stokes equations is not available, and different simulations provide a numerical so- lution which approximates the exact one. The accuracy of these approximations de- pends mainly on the number of parameters which define the numerical solution and on the order of interpolation used for the approximate solution. CFD codes are based on two di ff erent classes of discretization techniques:
• Finite volumes of finite differences methods relate nodal values (which ap- proximate the sampled values of the exact solution) using Taylor’s expansions or balances over small control volumes surrounding each of these points.
• Finite elements or spectral methods use a continuous description of the numer- ical solution. A number of parameters define the numerical solution and are the unknowns of the simulation (solution at nodal positions for finite element method and mode amplitudes for spectral methods). Unknowns are related us- ing weighted residual techniques and a number of submethods differ by the weight applied on the residual during integration.
In the present work, we solve the incompressible Navier-Stokes equations in a cylin-
drical coordinate system. The azimuthal direction is periodic by definition and a
spectral method in this direction is used for all unknowns (p, v z , v r , v θ ). For radial
and axial directions which define meridional planes, we use a Galerkin finite ele-
ment method on unstructured meshes. The flow solver is therefore able to handle
flow around axisymmetric geometries which can be very complex in a meridional
plane. This combination between these two discretization techniques has a number
of advantages which are presented in chapter 2.
1.4 Turbulence
The Navier-Stokes equations involve linear and non-linear terms. In general, en- gineering applications are convection dominated and the solutions are completely di ff erent for di ff erent values of Reynolds number, which compares convective and viscous effects. Turbulent flow solutions are made out of a large number of vortices which are characterized by their size. The smallest size of vortices decreases as the Reynolds number increases. The numerical cost associated to a simulation in which all turbulent structures are resolved, including the smallest ones, corresponds to the product of the number of points used for spatial resolution by the number of time steps for one characteristic period, and scales like Re 3 . This cost indicates that most of engineering flows are untractable with the present computational power. Different modeling techniques reduce these requirements to an a ff ordable cost for presently available computational power.
• Reynolds Averaged Navier Stokes (RANS) where an ensemble average is applied on the equations. As a result, high frequency (temporal) fluctuations and high wavenumber (spatial fluctuations) are discarded.
• Large Eddy Simulation (LES) approach is based on spatial filtering. Mesh spacing cannot resolve the smallest turbulent structures and subgrid scale mod- els replace their influence on the large resolved structures.
LES models and their practical implementations are presented in chapter 4.
1.5 Acoustic simulations
Acoustics corresponds to small compressible fluctuations in the medium. In the present work, we demonstrate the practical ability of an hybrid method for aeroa- coustics problems. The equivalent noise sources are extracted from the computed flow field. The sound is propagated to the listener position which is usually located at a large number of acoustic wavelengths from the flow itself. The acoustic solver propagates sound over these large distances and evaluates the sound level at listener position. The same discretization technique as the one proposed for flow simulations can be used. The numerical scheme directly influences the way numerical acoustic waves propagate:
• The amplitude of the acoustic waves can be a ff ected along the propagation.
This is related to the dissipative characteristic of the scheme used for the spatial discretization.
• For different frequencies, the numerical acoustic waves do not propagate at the
speed of sound. This affects the solution and creates interferences which affect
1.5 Acoustic simulations 5 the sound evaluated at listener position. This corresponds to the dispersive characteristic of the discretization.
These two points are discussed in chapter 5 where we derive the acoustic equa- tions, present different analogies to extract the equivalent noise sources and different methods to compute the acoustic propagation of this noise. The last chapter 6 presents some cases where the noise is generated by periodic processes in a laminar solution.
These tests show the accuracy of the method and are compared with literature results.
Chapter 2
3D Flow solver
The resolution of an aeroacoustic problem involves flow simulations in order to com- pute the equivalent acoustic source terms. The temperature e ff ects will not be con- sidered in the present work and the flow variables reduce to pressure, density and velocity components which are related trough 4 di ff erential equations and an alge- braic equation:
∂ρ
∂t + ∂ρv i
∂x i = 0 (2.1)
ρ ∂v i
∂t + ρv j
∂v i
∂x j = − ∂p
∂ x i
− ∂τ i j
∂x j
(2.2)
p = F (ρ) (2.3)
The first one corresponds to mass conservation or continuity equation. The second, which is in fact a vectorial relation, corresponds to the Newton’s law applied to flu- ids and involves a non-linear convective term. The last equation relates pressure to density (generally called a state equation) and is fluid specific. The non-linear char- acter introduced by the convective term in the momentum equations is the origin of the turbulent mechanisms which makes Fluid Dynamics a so interesting but complex science. Turbulence concepts and modelling aspects are discussed in chapter 4. Dif- ferent parameters are derived from these equations. These non-dimensional numbers fully define the problem and are used to scale observation from experimental mock up to real size applications:
• Strouhal number is defined as the ratio between the convective time U L and the period associated to flow mechanisms T : S t = UT L = f L U
• Mach number relates the flow velocity scale U to sound speed c 0 = q ∂p
∂ρ
s : M = c U
0. The sound speed definition also shows that this non-dimensional number is a measure of the importance of compressible effects.
7
• Reynolds number compares convective time U L to viscous time L ν
2: Re = U L ν In the present work, we focus on low Mach number flows. The sound speed is very high compared to flow speed and density is almost insensitive to pressure vari- ations. Density is considered as constant in the flow simulations and therefore drops out of the unknowns. The incompressible flow equations reduce only to momentum and continuity equations:
∂v i
∂x i = 0 (2.4)
ρ ∂v i
∂t + ρv j
∂v i
∂ x j = − ∂ p
∂x i
− ∂τ i j
∂x j
(2.5) In practice, the incompressible limit is valid up to a Mach number of around 0.3. The incompressible flow solution does not di ff er from the real flow solution as long as the Mach number is in this range. This solution however does not involve any acoustic part, which is related to compressible effects. Acoustic informations will therefore need to be recovered in a source term propagated to a listener position as explained in chapter 5.
2.1 Incompressible Navier-Stokes equations
In the present thesis, we develop a solver for axisymmetric geometries. A cylindrical coordinate system is a natural choice for this type of geometry. Axial and radial co- ordinates refer the position in a meridional plane referenced by the azimuthal angle θ from a reference direction. Di ff erent techniques are used in the Computational Fluid Dynamics (CFD) community to transform the set of differential equations into a dis- crete system relating numerical values at some dedicated points. Except for special cases, these numerical values are not a sampling of the exact solution : the numer- ical solution approximates the exact solution and the convergence property ensures that increasing this number of sampling positions will lead to a better approximation, closer to exact solution.
Spectral and finite element methods use a continuous description of the numerical
solution based on some nodal (or modal for spectral methods) values. On the other
hand, finite differences and finite volume methods express derivatives and fluxes as
a function of nodal neighbouring values of the solution. Spectral methods have a
high level of accuracy and lead to easily invertible systems. This method is proba-
bly optimal for turbulence physics analysis, but is mainly restricted to fully periodic
problems or designed for particular applications. The other discretization techniques
are able to compute flow in general three-dimensional geometries, but create large
systems of coupled equations which are difficult to solve.
2.1 Incompressible Navier-Stokes equations 9 In the present chapter, we develop an incompressible flow solver based on a mixed spectral/finite element discretization. The combination of spectral and finite element discretization has been used by Snyder [95] for flow computations in a Carte- sian coordinate system. For axisymmetric geometries (jets, sphere, ...), a cylindrical coordinate system is the most natural choice. Positions are referenced in a meridional plane by the axial and radial coordinates and the azimuthal coordinate measures the position of this plane according to a reference direction. In this coordinate system, the azimuthal direction is periodic by definition and leads naturally to a spectral expan- sion. On the other hand, for the sake of generality of problems investigated using this solver, we use a linear finite element interpolation on unstructured triangular meshes.
The solver is able to compute fully three-dimensional flows with the restriction that boundaries have an axisymmetric shape.
Continuity equation - Conservation of mass
L c (~ u, p) = ∂rv r
∂r + ∂v θ
∂θ + r ∂v z
∂z = 0, (2.6)
where L c is the linear operator associated with the continuity equation. For incom- pressible flows, the pressure is not explicitly present in the continuity equation. This causes problems in our discretization as presented in section 2.4.1. This equation has to be solved together with the momentum balance :
z-momentum equation
∂rv z
∂t + L z (~ u, p) = −C z , (2.7)
where
• L z = r ∂ p
∂z − ν( ∂
∂r (r ∂v z
∂r ) + 1 r
∂ 2 v z
∂θ 2 + r ∂ 2 v z
∂z 2 ) is the linear operator associated with the z-momentum equation,
• C z = rv r
∂v z
∂r + v θ ∂v z
∂θ + rv z
∂v z
∂z + α c v z
" ∂rv r
∂r + ∂v θ
∂θ + r ∂v z
∂z
#
is the corresponding convective term.
r-momentum equation :
∂rv r
∂t + L r (~ u, p) = −C r , (2.8)
where
• L r = r ∂ p
∂r − ν(r ∂
∂r ( 1 r
∂rv r
∂r ) + 1 r
∂ 2 v r
∂θ 2 − 2 r
∂v θ
∂θ + r ∂ 2 v r
∂z 2 ) is the linear operator
associated with the r-momentum equation,
• C r = rv r
∂v r
∂r + v θ ∂v r
∂θ − v 2 θ + rv z
∂v r
∂z + α c v r
" ∂rv r
∂r + ∂v θ
∂θ + r ∂v z
∂z
#
is the corre- sponding convective term.
θ-momentum equation :
∂rv θ
∂t + L θ (~ u, p) = −C θ , (2.9)
where
• L θ = ∂ p
∂θ − ν(r ∂
∂r ( 1 r
∂rv θ
∂r ) + 1 r
∂ 2 v θ
∂θ 2 + 2 r
∂v r
∂θ + r ∂ 2 v θ
∂z 2 ) is the linear part associated with the θ-momentum equation,
• C θ = rv r
∂v θ
∂r + v θ ∂v θ
∂θ + v r v θ + rv z
∂v θ
∂z + α c v θ
" ∂rv r
∂r + ∂v θ
∂θ + r ∂v z
∂z
#
is the corre- sponding convective term.
The parameter α c leads to di ff erent expressions of the convective terms which are equivalent at the continuum level since they differ by a term proportional to the di- vergence of velocity (which is zero for incompressible flows). In practice, only three di ff erent values are of interest, leading to the following formulas:
• Convective form (α c = 0) : C i = v j ∂v
i∂x
j• Skew-symmetric form (α c = 1/2) : C i = 1 2 v j ∂v
i∂x
j+ 1 2 ∂v ∂x
iv
jj• Divergence form (α c = 1) : C i = ∂v ∂x
iv
jj2.1.1 Conservation laws
The Navier-Stokes equations are derived from classical mass balance and Newton’s laws applied to an infinitesimal volume (dxdydz in a Cartesian reference frame, drdzrdθ in a cylindrical coordinate system). Global balances can be derived in a same manner by integrating the Navier-Stokes over an open volume Ω delimited by the surface ∂ Ω .
The first equation expresses the conservation of mass in an open system:
I
∂ Ω
rv r n r seg + rv z n z seg
dS = 0 (2.10)
For incompressible flow, density is constant and does not allow any mass variation
inside the system and fluxes trough boundaries have to compensate each other.
2.1 Incompressible Navier-Stokes equations 11 If we integrate the Momentum equation, we recover Newton’s law for an open system ( conservation of impulse )
d dt
Z
Ω ρv i dV = − I
∂ Ω (ρv i v j + pδ i j + τ i j )n j dS + Z
Ω ρ f i dV (2.11)
This relation clearly shows the origin of convective terms which are the momen- tum fluxes trough the boundaries. The last conservation principle corresponds to an equation for kinetic energy k e = ρv 2
iv
i. This equation is derived by taking the scalar product of the momentum equation with velocity:
d dt
Z
Ω k e dV = − I
∂ Ω (k e δ i j + pδ i j + τ i j )v i n j dS + Z
Ω ρ f j v j dV + Z
Ω τ i j
∂v i
∂x j
dV (2.12)
The surface term corresponds to energy introduced trough the boundaries. The last volumic term R
Ω τ i j ∂v
i∂x
jdV represents viscous dissipation and is always negative.
2.1.2 Weak forms
The first part of the discretization process relies on a spatial representation of the solution as a function of sampled values which are the unknowns of the discrete problem. The second step of the procedure derives as many discrete equations as unknowns. This procedure will be based on weighted residual techniques. Residuals are weighted by a function denoted by w and integrated over the volume. In practice the support of this function is limited such that a minimal number of unknowns are involved in each relation.
For the Navier-Stokes equations in a cylindrical coordinate system, we derive the
following weak forms:
Z 2π 0
Z
Ω wL c drdzdθ = 0, (2.13)
Z 2π 0
Z
Ω w ∂rv z
∂t + C z − p ∂rw
∂z
!
drdzdθ + I
∂ Ω wr
"
pn z seg − ν ∂v z
∂z n z seg − ν ∂v z
∂r n r seg
# dldθ
+ ν Z 2π
0
Z
Ω
"
r ∂w
∂z
∂v z
∂z + r ∂w
∂r
∂v z
∂r − w r
∂ 2 v z
∂θ 2
#
drdzdθ = 0, (2.14)
Z 2π 0
Z
Ω w ∂rv r
∂t + C r − p ∂rw
∂r
!
drdzdθ + I
∂ Ω wr
"
pn r seg − ν ∂v r
∂z n z seg − ν ∂v r
∂r n r seg
# dldθ
+ ν Z 2π 0
Z
Ω
"
r ∂w
∂z
∂v r
∂z + r ∂w
∂r
∂v r
∂r − w r
∂ 2 v r
∂θ 2 − 2 ∂v θ
∂θ − v r
!#
drdzdθ = 0, (2.15) Z 2π
0
Z
Ω w ∂rv θ
∂t + C θ + w ∂p
∂θ
!
drdzdθ + I
∂ Ω wr
"
−ν ∂v θ
∂z n z seg − ν ∂v θ
∂r n r seg
# dldθ
+ ν Z 2π
0
Z
Ω
"
r ∂w
∂z
∂v θ
∂z + r ∂w
∂r
∂v θ
∂r − w r
∂ 2 v θ
∂θ 2 + 2 ∂v r
∂θ − v θ
!#
drdzdθ = 0. (2.16)
These weak forms involve a volume integral and are therefore strongly linked to conservation principles derived in section 2.1.1. In particular the choice w = 1 leads to the conservation of mass and momentum if the conservative expression (α c = 1) is used for the convective terms. Even if all convective expressions are equivalent at the continuum level, the parameter α c ensures conservation principles for aforemen- tioned discrete solutions.
Most operators involved in the Navier-Stokes equations are singular on the axis.
The Navier-Stokes equations presented in Bird [7] are obtained by a transformation from a Cartesian to a cylindrical coordinate system and involve axis singularity for convective, pressure and viscous terms. In the present case, we multiply the equations by a radial coordinate r. Equations are mathematically the same, but the weak forms show that some conservation principles are observed in the numerical solution. This form multiplied by the radial coordinate corresponds to a natural expression with a physical interpretation 1 . There is only a remaining axis singularity involved in viscous terms which will be removed by appropriate regularity conditions on the axis of revolution 2.3.4.
1