Creates the face fields: linear interpolation of fields from volumes to face centers.
More...
Go to the source code of this file.
|
surfaceScalarField | rhof ("rhof",) |
|
surfaceVectorField | Uf ("Uf",) |
|
surfaceScalarField | pf ("pf",) |
|
surfaceScalarField | gammaf ("gammaf",) |
|
surfaceScalarField | gammam1f ("gammam1", gammaf-1) |
|
surfaceScalarField | Cpf ("Cpf",) |
|
surfaceScalarField | Hf ("Hf",) |
|
surfaceScalarField | muf ("muf",) |
|
surfaceScalarField | alphauf ("alphauf", muf *0.0) |
|
surfaceScalarField | cf ("cf",) |
|
Creates the face fields: linear interpolation of fields from volumes to face centers.
Original source file createFaceFields.H
Definition in file createFaceFields.H.
surfaceScalarField rhof |
( |
"rhof" |
| ) |
|
surfaceVectorField Uf |
( |
"Uf" |
| ) |
|
surfaceScalarField pf |
( |
"pf" |
| ) |
|
surfaceScalarField gammaf |
( |
"gammaf" |
| ) |
|
surfaceScalarField gammam1f |
( |
"gammam1" |
, |
|
|
gammaf- |
1 |
|
) |
| |
surfaceScalarField Cpf |
( |
"Cpf" |
| ) |
|
surfaceScalarField Hf |
( |
"Hf" |
| ) |
|
surfaceScalarField muf |
( |
"muf" |
| ) |
|
surfaceScalarField alphauf |
( |
"alphauf" |
, |
|
|
muf *0. |
0 |
|
) |
| |
surfaceScalarField cf |
( |
"cf" |
| ) |
|