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 }
pEqn.H
nCorr
const int nCorr
Definition: readFluidMultiRegionPIMPLEControls.H:3
thermo
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
rho
rho
Definition: solveFluid.H:28
frozenFlow
const bool frozenFlow
Definition: setRegionFluidFields.H:29
UEqn.H
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
turb
compressible::turbulenceModel & turb
Definition: setRegionFluidFields.H:10
EEqn.H