solveFluid.H
Go to the documentation of this file.
1// Pressure-velocity SIMPLE corrector
2
3 {
4 if (frozenFlow)
5 {
6 #include "EEqn.H"
7 }
8 else
9 {
10 p_rgh.storePrevIter();
11 rho.storePrevIter();
12
13 #include "UEqn.H"
14 #include "EEqn.H"
15 if (!coupled)
16 {
17 #include "pEqn.H"
18 turb.correct();
19 }
20 }
21 }
volScalarField & p_rgh
bool frozenFlow
compressible::turbulenceModel & turb
bool coupled(solutionDict.getOrDefault("coupledEnergyField", false))