Go to the documentation of this file.
53 mesh.nonOrthCorrectionVectors()
59 mesh.gradScheme(
"grad(" + vf.name() +
')')
60 )().
grad(vf,
"grad(" + vf.name() +
')')
62 tssf().rename(
"snGradCorr(" + vf.name() +
')');
84 "snGradCorr("+vf.name()+
')',
91 vf.dimensions()*
mesh.nonOrthDeltaCoeffs().dimensions()
96 for (
direction cmpt = 0; cmpt < pTraits<Type>::nComponents; cmpt++)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
tmp< GeometricField< cmptType, PatchField, GeoMesh > > component(const direction) const
Return a component of the field.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for managing temporary objects.
tmp< surfaceScalarField > interpolate(const RhoType &rho)
virtual ~correctedSnGrad()
Destructor.
Abstract base class for gradient schemes.
Mesh data needed to do the Finite Volume discretisation.
Traits class for primitives.
Calculate the gradient of the given field.
Simple central-difference snGrad scheme with non-orthogonal correction.
void replace(const direction, const GeometricField< cmptType, PatchField, GeoMesh > &)
Central-differencing interpolation scheme class.
Generic GeometricField class.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > fullGradCorrection(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the correctedSnGrad.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the correctedSnGrad.