QGDsolver
The open source CFD toolbox
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Groups
scalarTransportQHDFoam
createFaceFluxes.H
Go to the documentation of this file.
1
2
surfaceVectorField
gradTf
3
(
4
"gradTf"
,
fvsc::grad
(
T
)
5
);
6
7
surfaceTensorField
gradUf
8
(
9
"gradUf"
,
10
fvsc::grad
(
U
)
11
);
12
13
surfaceScalarField
phiTf
14
(
15
"phiTf"
,
16
phi
*
Tf
17
);
18
19
surfaceScalarField
Hif
20
(
21
"Hif"
,
22
alphaf
/
rhof
23
);
24
25
//---------End---------
U
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
alphaf
alphaf
Definition:
updateFields.H:18
gradUf
gradUf
Definition:
updateFields.H:34
phiTf
surfaceScalarField phiTf("phiTf", phi *Tf)
gradTf
gradTf
Definition:
updateFields.H:10
rhof
rhof
Definition:
updateFields.H:27
Tf
Tf
Definition:
updateFields.H:33
Hif
Hif
Definition:
updateFields.H:39
phi
phi
Definition:
createFaceFluxes.H:70
Foam::fvsc::grad
tmp< surfaceVectorField > grad(const volScalarField &vF)
T
const volScalarField & T
Definition:
createFields.H:15
Generated by
1.8.5