Creates the face fields: linear interpolation of fields from volumes to face centers.
More...
Go to the source code of this file.
|
| surfaceScalarField | alpha1f ("alpha1f",) |
| |
| surfaceScalarField | alpha2f ("alpha2f", 1.0-alpha1f) |
| |
| surfaceVectorField | Uf ("Uf",) |
| |
| surfaceVectorField | W1 ("Wf", linearInterpolate(U)*0.0) |
| |
| surfaceVectorField | W2 ("Wf", linearInterpolate(U)*0.0) |
| |
| surfaceVectorField | BdFrcf ("BdFrcf",) |
| |
| surfaceVectorField | cFrcf ("cFrcf",) |
| |
| surfaceScalarField | muf ("muf",) |
| |
Creates the face fields: linear interpolation of fields from volumes to face centers.
Original source file createFaceFields.H
Definition in file createFaceFields.H.
| surfaceScalarField alpha1f |
( |
"alpha1f" |
| ) |
|
| surfaceScalarField alpha2f |
( |
"alpha2f" |
, |
|
|
1.0- |
alpha1f |
|
) |
| |
| surfaceVectorField Uf |
( |
"Uf" |
| ) |
|
| surfaceVectorField W1 |
( |
"Wf" |
, |
|
|
linearInterpolate(U)*0. |
0 |
|
) |
| |
| surfaceVectorField W2 |
( |
"Wf" |
, |
|
|
linearInterpolate(U)*0. |
0 |
|
) |
| |
| surfaceVectorField BdFrcf |
( |
"BdFrcf" |
| ) |
|
| surfaceVectorField cFrcf |
( |
"cFrcf" |
| ) |
|
| surfaceScalarField muf |
( |
"muf" |
| ) |
|