32 #ifndef GaussVolPointStencil_H
33 #define GaussVolPointStencil_H
36 #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.
GaussVolPoint(const IOobject &)
Construct from IOobject.
This is a method for approximating derivatives of tangents to a face. They are further used in the ca...
Methods calculating of differential operators.
TypeName("GaussVolPoint")
~GaussVolPoint()
Destructor.
tmp< surfaceScalarField > Div(const volVectorField &iVF)
tmp< surfaceVectorField > Grad(const volScalarField &iF)
Calculate gradient of volume scalar function on the faces.