DAFoam
v3.0.6
Discrete Adjoint with OpenFOAM
Main Page
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
i
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
Typedefs
Related Functions
Files
File List
File Members
All
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Functions
a
c
d
e
f
h
i
l
m
p
r
s
t
u
v
w
Variables
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
Macros
a
c
m
n
p
s
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
dafoam
src
adjoint
DASolver
DASimpleFoam
createRefsSimple.H
Go to the documentation of this file.
1
Time&
runTime
= runTimePtr_();
2
// reset time to 0
3
runTime
.setTime(0.0, 0);
4
fvMesh&
mesh
= meshPtr_();
5
simpleControl&
simple
= simplePtr_();
6
volScalarField&
p
= pPtr_();
7
volVectorField&
U
= UPtr_();
8
surfaceScalarField&
phi
= phiPtr_();
9
volScalarField&
alphaPorosity
= alphaPorosityPtr_();
10
singlePhaseTransportModel&
laminarTransport
= laminarTransportPtr_();
11
scalar&
cumulativeContErr
= cumulativeContErr_;
12
label&
pRefCell
= pRefCell_;
13
scalar&
pRefValue
= pRefValue_;
14
volVectorField&
fvSource
= fvSourcePtr_();
15
IOMRFZoneListDF&
MRF
= MRFPtr_();
runTime
Time & runTime
Definition:
createRefsSimple.H:1
U
volVectorField & U
Definition:
createRefsSimple.H:7
pRefCell
label & pRefCell
Definition:
createRefsSimple.H:12
p
volScalarField & p
Definition:
createRefsSimple.H:6
laminarTransport
singlePhaseTransportModel & laminarTransport
Definition:
createRefsSimple.H:10
simple
simpleControl & simple
Definition:
createRefsSimple.H:5
MRF
IOMRFZoneListDF & MRF
Definition:
createRefsSimple.H:15
cumulativeContErr
scalar & cumulativeContErr
Definition:
createRefsSimple.H:11
mesh
fvMesh & mesh
Definition:
createRefsSimple.H:4
pRefValue
scalar & pRefValue
Definition:
createRefsSimple.H:13
alphaPorosity
volScalarField & alphaPorosity
Definition:
createRefsSimple.H:9
fvSource
volVectorField & fvSource
Definition:
createRefsSimple.H:14
phi
surfaceScalarField & phi
Definition:
createRefsSimple.H:8
Generated by
1.8.17