1

Previous: turbulentMixingLengthDissipationRateInlet – Up: Inlet Boundary Conditions Next: Outlet Boundary Conditions

This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Inlet Boundary Conditions for Dissipation Rate of TKE – 28

For 28 are being used exactly the same inlet boundary conditions as for 27 1.

Running Simulation - Convergence Monitoring - Head

head can be followed during the simulation. Head is plot by efficiency function object (configured in system/efficiency.fun). Simple script head.gp can plot the head during computation:

 

set grid
set xlabel "iterations"
set ylabel "Head [m]"
set key box above
set yrange [10.:20.]

plot "< cat ./log | grep 'head = ' | awk '{print $3}' " with lines title "Head [ m ]"
     
pause 10
reread

Run the script:

# gnuplot head.gp

openfoam example head water turbine

Figure: Water turbine CFD, head monitoring plot example.