30 #ifndef GaussVolPointStencil_H
31 #define GaussVolPointStencil_H
34 #include "volFields.H"
66 tmp<surfaceVectorField>
Grad(
const volScalarField& iF);
69 tmp<surfaceTensorField>
Grad(
const volVectorField& iVF);
72 tmp<surfaceScalarField>
Div(
const volVectorField& iVF);
75 tmp<surfaceVectorField>
Div(
const volTensorField& iTF);
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...
fvscStencil(const IOobject &io)
Construct from components.
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.