Classes | |
class | reducedFaceNormalStencil |
Methods calculating of differential operators without tangential direvatives. More... | |
Public Member Functions | |
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... | |
Definition at line 41 of file reducedFaceNormalStencil.H.
reduced | ( | const IOobject & | io | ) |
Construct from IOobject.
Definition at line 44 of file reducedFaceNormalStencil.C.
~reduced | ( | ) |
Destructor.
Definition at line 50 of file reducedFaceNormalStencil.C.
TypeName | ( | "reduced" | ) |
Foam::tmp< Foam::surfaceVectorField > Grad | ( | const volScalarField & | vF | ) |
Calculate gradient of volume scalar function on the faces.
iF | Internal scalar field. Allowable values: constant reference to the volScalarField. |
Definition at line 63 of file reducedFaceNormalStencil.C.
References nf_.
Foam::tmp< Foam::surfaceTensorField > Grad | ( | const volVectorField & | iVF | ) |
Calculate gradient of volume vector field on the faces.
iVF | Internal vector field. Allowable values: constant reference to the volVectorField. |
Definition at line 79 of file reducedFaceNormalStencil.C.
References nf_.
Foam::tmp< Foam::surfaceScalarField > Div | ( | const volVectorField & | iVF | ) |
Definition at line 87 of file reducedFaceNormalStencil.C.
References nf_.
Foam::tmp< Foam::surfaceVectorField > Div | ( | const volTensorField & | iTF | ) |
Calculate divergence of volume tensor field on the faces.
iTF | Internal tensor field. Allowable values: constant reference to the volTensorField. |
Definition at line 103 of file reducedFaceNormalStencil.C.