FreeFOAM The Cross-Platform CFD Toolkit
solveFluid.H
Go to the documentation of this file.
1 if (oCorr == 0)
2 {
3  #include <finiteVolume/rhoEqn.H>
4 }
5 
6 #include "UEqn.H"
7 
8 #include "hEqn.H"
9 
10 // --- PISO loop
11 for (int corr=0; corr<nCorr; corr++)
12 {
13  #include "pEqn.H"
14 }
15 
16 turb.correct();
17 
18 rho = thermo.rho();