DAFoam
v3.0.6
Discrete Adjoint with OpenFOAM
dafoam
src
adjoint
DASolver
DASimpleTFoam
createRefsSimpleT.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_();
16
volScalarField&
T
= TPtr_();
17
dimensionedScalar
Pr
= PrPtr_();
18
dimensionedScalar
Prt
= PrtPtr_();
19
volScalarField&
alphat
= alphatPtr_();
Pr
dimensionedScalar Pr
Definition:
createRefsSimpleT.H:17
simple
simpleControl & simple
Definition:
createRefsSimpleT.H:5
pRefValue
scalar & pRefValue
Definition:
createRefsSimpleT.H:13
mesh
fvMesh & mesh
Definition:
createRefsSimpleT.H:4
T
volScalarField & T
Definition:
createRefsSimpleT.H:16
fvSource
volVectorField & fvSource
Definition:
createRefsSimpleT.H:14
phi
surfaceScalarField & phi
Definition:
createRefsSimpleT.H:8
alphaPorosity
volScalarField & alphaPorosity
Definition:
createRefsSimpleT.H:9
runTime
Time & runTime
Definition:
createRefsSimpleT.H:1
U
volVectorField & U
Definition:
createRefsSimpleT.H:7
p
volScalarField & p
Definition:
createRefsSimpleT.H:6
cumulativeContErr
scalar & cumulativeContErr
Definition:
createRefsSimpleT.H:11
pRefCell
label & pRefCell
Definition:
createRefsSimpleT.H:12
Prt
dimensionedScalar Prt
Definition:
createRefsSimpleT.H:18
alphat
volScalarField & alphat
Definition:
createRefsSimpleT.H:19
MRF
IOMRFZoneListDF & MRF
Definition:
createRefsSimpleT.H:15
laminarTransport
singlePhaseTransportModel & laminarTransport
Definition:
createRefsSimpleT.H:10
Generated by
1.8.17