|
| TypeName ("reduced") |
|
| reduced (const IOobject &) |
| Construct from IOobject. More...
|
|
| ~reduced () |
| Destructor. More...
|
|
tmp< surfaceVectorField > | Grad (const volScalarField &iF) |
| Calculate gradient of volume scalar function on the faces. More...
|
|
tmp< surfaceTensorField > | Grad (const volVectorField &iVF) |
| Calculate gradient of volume vector field on the faces. More...
|
|
tmp< surfaceScalarField > | Div (const volVectorField &iVF) |
|
tmp< surfaceVectorField > | Div (const volTensorField &iTF) |
| Calculate divergence of volume tensor field on the faces. More...
|
|
| TypeName ("fvscStencil") |
|
| declareRunTimeSelectionTable (autoPtr, fvscStencil, components,(const IOobject &io),(io)) |
|
| fvscStencil (const IOobject &io) |
| Construct from components. More...
|
|
virtual | ~fvscStencil () |
|
virtual bool | writeData (Ostream &) const |
|
Definition at line 43 of file reducedFaceNormalStencil.H.
Foam::tmp< Foam::surfaceVectorField > Grad |
( |
const volScalarField & |
vF | ) |
|
|
virtual |
Calculate gradient of volume scalar function on the faces.
- Parameters
-
iF | Internal scalar field. Allowable values: constant reference to the volScalarField. |
- Returns
- Gradient of iF (vector field) which was computed on the faces of mesh.
Reimplemented from fvscStencil.
Definition at line 65 of file reducedFaceNormalStencil.C.
Foam::tmp< Foam::surfaceTensorField > Grad |
( |
const volVectorField & |
iVF | ) |
|
|
virtual |
Calculate gradient of volume vector field on the faces.
- Parameters
-
iVF | Internal vector field. Allowable values: constant reference to the volVectorField. |
- Returns
- Gradient of iVF (tensor field) which was computed on the faces of mesh.
Reimplemented from fvscStencil.
Definition at line 81 of file reducedFaceNormalStencil.C.
Foam::tmp< Foam::surfaceScalarField > Div |
( |
const volVectorField & |
iVF | ) |
|
|
virtual |
Foam::tmp< Foam::surfaceVectorField > Div |
( |
const volTensorField & |
iTF | ) |
|
|
virtual |
Calculate divergence of volume tensor field on the faces.
- Parameters
-
iTF | Internal tensor field. Allowable values: constant reference to the volTensorField. |
- Returns
- Divergence of iTF (vector field) which was computed on the faces of mesh.
Reimplemented from fvscStencil.
Definition at line 105 of file reducedFaceNormalStencil.C.
The documentation for this class was generated from the following files: