repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
heatTransfer
/
chtMultiRegionFoam
/
fluid
/
solveFluid.H
blob
b36cf89d34e0821d116be4614d00d60708040da2
1
if (finalIter)
2
{
3
mesh.data::add("finalIteration", true);
4
}
5
6
if (oCorr == 0)
7
{
8
#include "rhoEqn.H"
9
}
10
11
#include "UEqn.H"
12
13
#include "hEqn.H"
14
15
// --- PISO loop
16
for (int corr=0; corr<nCorr; corr++)
17
{
18
#include "pEqn.H"
19
}
20
21
turb.correct();
22
23
rho = thermo.rho();
24
25
if (finalIter)
26
{
27
mesh.data::remove("finalIteration");
28
}