solveFluid.H
Go to the documentation of this file.
1 if (finalIter)
2 {
3  mesh.data::add("finalIteration", true);
4 }
5 
7 {
8  #include "EEqn.H"
9 }
10 else
11 {
12  if (oCorr == 0)
13  {
14  #include "rhoEqn.H"
15  }
16 
17  #include "UEqn.H"
18  #include "EEqn.H"
19 
20  // --- PISO loop
21  for (int corr=0; corr<nCorr; corr++)
22  {
23  #include "pEqn.H"
24  }
25 
26  turb.correct();
27 
28  rho = thermo.rho();
29 }
30 
31 if (finalIter)
32 {
33  mesh.data::remove("finalIteration");
34 }
compressible::turbulenceModel & turb
psiReactionThermo & thermo
Definition: createFields.H:31
dynamicFvMesh & mesh
const bool frozenFlow