34 #include "addToRunTimeSelectionTable.H"
69 tmp<surfaceVectorField> tgradIF(
nf_ * fvc::snGrad(vF));
83 tmp<surfaceTensorField> tgradIVF(
nf_ * fvc::snGrad(iVF));
90 tmp<surfaceScalarField> tdivIVF(
nf_ & fvc::snGrad(iVF));
103 tmp<surfaceVectorField> tdivITF(
nf_ & fvc::snGrad(iTF));
tmp< surfaceScalarField > Div(const volVectorField &iVF)
addToRunTimeSelectionTable(fvscStencil, GaussVolPoint, components)
reduced(const IOobject &)
Construct from IOobject.
fvscStencil(const IOobject &io)
Construct from components.
tmp< surfaceVectorField > Grad(const volScalarField &iF)
Calculate gradient of volume scalar function on the faces.
defineTypeNameAndDebug(fvscStencil, 0)