36 #include "addToRunTimeSelectionTable.H"
71 tmp<surfaceVectorField> tgradIF(nf_ * fvc::snGrad(vF));
85 tmp<surfaceTensorField> tgradIVF(nf_ * fvc::snGrad(iVF));
92 tmp<surfaceScalarField> tdivIVF(nf_ & fvc::snGrad(iVF));
105 tmp<surfaceVectorField> tdivITF(nf_ & fvc::snGrad(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)
addToRunTimeSelectionTable(fvscStencil, GaussVolPoint, components)
reduced(const IOobject &)
Construct from IOobject.
tmp< surfaceVectorField > Grad(const volScalarField &iF)
Calculate gradient of volume scalar function on the faces.
defineTypeNameAndDebug(fvscStencil, 0)