34 #ifndef reducedFaceNormalStencil_H
35 #define reducedFaceNormalStencil_H
38 #include "volFields.H"
68 tmp<surfaceVectorField>
Grad(
const volScalarField& iF);
71 tmp<surfaceTensorField>
Grad(
const volVectorField& iVF);
74 tmp<surfaceScalarField>
Div(
const volVectorField& iVF);
77 tmp<surfaceVectorField>
Div(
const volTensorField& iTF);
This is a method for calculation the differential operators without tangential derivatives. They are further used in the calculation of the QGD terms.
tmp< surfaceScalarField > Div(const volVectorField &iVF)
reduced(const IOobject &)
Construct from IOobject.
tmp< surfaceVectorField > Grad(const volScalarField &iF)
Calculate gradient of volume scalar function on the faces.
Methods calculating of differential operators.