OpenFOAM
5.0
The OpenFOAM Foundation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
+
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
v
w
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Related Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Typedefs
b
c
d
f
g
k
l
m
p
r
s
t
v
w
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
applications
solvers
heatTransfer
chtMultiRegionFoam
fluid
solveFluid.H
Go to the documentation of this file.
1
if
(finalIter)
2
{
3
mesh
.data::add(
"finalIteration"
,
true
);
4
}
5
6
if
(
frozenFlow
)
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
}
rho
rho
Definition:
readInitialConditions.H:96
turb
compressible::turbulenceModel & turb
Definition:
setRegionFluidFields.H:10
thermo
psiReactionThermo & thermo
Definition:
createFields.H:31
EEqn.H
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
frozenFlow
const bool frozenFlow
Definition:
setRegionFluidFields.H:29
nCorr
const int nCorr
Definition:
readFluidMultiRegionPIMPLEControls.H:3
UEqn.H
pEqn.H
Generated by
1.8.13