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  #include "pEqn.H"
16 
17  turb.correct();
18  }
19  }
compressible::turbulenceModel & turb
const bool frozenFlow
volScalarField & p_rgh