Sunteți pe pagina 1din 15

Evaluation of OpenFOAM

for CFD of turbulent flow in water turbines

Financed by SVC (www.svc.nu):


Swedish Energy Agency, ELFORSK, Svenska Kraftnät, a
Chalmers, LTU, KTH, UU
a
Companies involved: CarlBro, E.ON Vattenkraft Sverige, Fortum Generation, Jämtkraft, Jönköping Energi, Mälarenergi, Skellefteå Kraft, Sollefteåforsens,
Statoil Lubricants, Sweco VBB, Sweco Energuide, SweMin, Tekniska Verken i Link öping, Vattenfall Research and Development, Vattenfall Vattenkraft, Waplans,
VG Power and Öresundskraft

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Purpose of the presentation
Presentation of OpenFOAM (www.openfoam.org)
Validation of OpenFOAM against CFX-5 and measurements
Visualization of the results

Studied cases:
Quasi-steady flow in the Hölleforsen draft tube
(www.turbine-99.org)
Unsteady flow in the Hölleforsen draft tube
Steady flow in the Hölleforsen runner with tip clearance
Steady flow in the Hölleforsen runner with tip and hub clearances

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Runner tip and hub clearances
(and lowest predicted static pressure iso-surface)

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


The OpenSource OpenFOAM CFD solver
OpenFOAM = Open Field Operation and Manipulation, www.openfoam.org
An OpenSource object oriented C++ tool for solving PDE’s
Preprocessing (grid generator, converters, manipulators, case setup)
Postprocessing (using OpenSource Paraview)
Many specialized CFD solvers implemented, e.g.
. – simpleFoam: A finite volume steady-state solver for incompressible,
. turbulent flow of non-Newtonian fluids, using the SIMPLE algorithm
. – turbFoam: A finite volume solver for unsteady incompressible, turbulent
. flow of non-Newtonian fluids, using the PISO algorithm
. – icoDyMFoam: Sliding/moving grid
OpenSource = possibility to have insight into the code
. * Makes development and tailor-made solvers possible
. – simpleUnsteadyRotatingFoam: Unsteady SIMPLE solver
. with Coriolis and centrifugal terms
. – cavInterFoam: Cavitation using VOF and the Kunz’ cavitation model
. * Makes research implementations available and results reproducable.
Access to an international community of OpenFOAM users
Runs in parallel using automatic/manual domain decomposition.

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Geometry and measurement sections

Z Above the blade


R

Section Ia

Section Ib

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Settings
60% load, close to the best efficiency for the system
Standard turbulence model with wall-functions


Inlet BC: Steady axi-symmetric , ,


Draft tube: from experiments, Runner: from separate guide vane computations
Velocity BC: Wall functions at walls and Neumann at outlet
and BC: Wall functions at walls and Neumann at outlet


Draft tube: Backflow values derived from the average at the inlet
Pressure BC: Neumann pressure at all boundaries except at the outlet:
Runner: Neumann, Draft tube: Constant
Draft tube grid: Block-structured, grid points.






 



Runner grid: Block-structured, grid points.




 




Gamma discretization scheme. A smooth and bounded blend between the second-
order central scheme and the first-order upwind scheme.

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Validation of engineering quantities, definitions
Normalization factor (dynamic pressure at Ia):











The pressure coefficient
 







The mean pressure recovery





























 






The energy loss coefficient
! $

! #$" 
&

&
# "

( '
)

( '







*

*




















%
 

! ,

&
# "

( '
+

+



*

+  +

+







Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Validation of engineering quantities, results
Quasi-steady draft tube computation
OpenFOAM 0.2 OpenFOAM
1.1 cfx-5 cfx-5
1 0.18
0.9 0.16
0.8 0.14


  

0.7
PSfrag replacements 0.12


 
0.6 0.1
0.5 0.08
 0.4
PSfrag replacements
0.06
0.3
0.2 cfx-5 0.04
0.1 0.02
0 Ib II III IVa 0 Ib II III IVa
OpenFOAM results

1.20 1.20
1.00 PSfrag replacements 1.00
0.80 0.80
PSfrag replacements 0.60 0.60
corner



0.40 cfx-5 0.40
0.20 0.20
cfx-5
0.00 OpenFOAM 0.00 OpenFOAM
-0.20 elbow OpenFOAM results
cfx-5
-0.20 elbow cfx-5
experiments experiments
OpenFOAM results
0 0.5 1 1.5 2 2.5 3 3.5 4 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5
Distance [m] Distance [m]

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Validation of velocity profiles at section Ia
2

Z Above the blade


R
1.5

Section Ia
1


Section Ib

PSfrag replacements 0.5

0
0 0.2 0.4 0.6 0.8 1
Hub (0) to shroud (1)
2 1.5
PSfrag replacements
1.5 1
Hub (0) to shroud (1)
g replacements 1 0.5




Hub (0) to shroud (1) Hub (0) to shroud (1)


0.5 0

0 −0.5
0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1
Hub (0) to shroud (1) Hub (0) to shroud (1)

Squares: measured axial velocity. Triangles: measured tangential velocity. In (a) the colors
correspond to two different measurements. In (b) and (c): Blue curve: quasi-steady draft tube,
Black curve: runner without hub clearance, Red curve: runner with hub clearance.

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Convergence of the quasi-steady draft tube computation
The residuals drop rapidly in the initial phase of the computation, but are
then oscillating in a periodic fashion about a mean level.
Inherent unsteadiness in the flow makes a steady solution impossible
with the present level of diffusion (turbulence and numerical).
One period in the fluctuating residuals correspond to one period in the
vortex rope.
Chosen averaging interval shown with dashed lines, yielding the ’quasi-
steady’ solution that is presented in the present work.
0
10
Ux
Uy
Uz
p
k
−1
10
Residual

−2 6000 6361
10

PSfrag replacements −3
10

−4
10
0 1000 2000 3000 4000 5000 6000 7000

Iteration

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Unsteadiness in the quasi-steady draft tube computation
Two snapshots of the flow to show the mag-
nitude of the flow oscillations. The solid lines
are where the vertical velocity is zero.

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Unsteadiness, the movie

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Vortex rope of the unsteady draft tube computation
Periodicity in time: (same as CFX-5)




Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Conclusions
The steady draft tube computation was unable to dampen
the physical unsteadiness of the vortex rope, i.e. neither
the turbulence model nor the numerical schemes were


diffusive enough to yield a fully steady solution.
The averaged ’quasi-steady’ solution yields results very sim-
ilar to those of CFX-5 and the experiments
An unsteady computation yields a highly unsteady vortex
rope with a period of 0.48s, similar to CFX-5
The steady runner computations compare well with the ex-
perimental results at sections Ia and Ib.
The inclusion of the runner blade hub clearance is impor-
tant for the correct flow to develop downstream the runner
and in the draft tube.
OpenFOAM is able to generate good computational results
in an efficient way.
The free OpenFOAM common platform facilitates interna-
tional collaboration.

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics


Thank you for your attention!

Acknowledgements
The OpenFOAM developers (www.openfoam.org)
Dr. Niklas Nordin, SCANIA
Dr. Hrvoje Jasak, Wikki Ltd.
Dr. Maryse Page, IREQ, Hydro Quebec
Financed by SVC (www.svc.nu):
Swedish Energy Agency, ELFORSK, Svenska Kraftnät, 1
Chalmers, LTU, KTH, UU
1
Companies involved: CarlBro, E.ON Vattenkraft Sverige, Fortum Generation, Jämtkraft, Jönköping Energi, Mälarenergi, Skellefteå Kraft, Sollefteåforsens,
Statoil Lubricants, Sweco VBB, Sweco Energuide, SweMin, Tekniska Verken i Link öping, Vattenfall Research and Development, Vattenfall Vattenkraft, Waplans,
VG Power and Öresundskraft

Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics

S-ar putea să vă placă și