Go to the documentation of this file.
135 "cubic::correction(" + vf.name() +
')',
149 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)
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
TypeName("cubic")
Runtime type information.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &)
Return the face-interpolate of the given cell field.
Basic second-order gradient scheme using face-interpolation and Gauss' theorem.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
const surfaceScalarField & magSf() const
Return cell face area magnitudes.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the explicit correction to the face-interpolate.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
const surfaceVectorField & Sf() const
Return cell face area vectors.
Mesh data needed to do the Finite Volume discretisation.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
Traits class for primitives.
const surfaceScalarField & weights() const
Return reference to linear difference weighting factors.
cubic(const fvMesh &mesh)
Construct from mesh.
Abstract base class for surface interpolation schemes.
void replace(const direction, const GeometricField< cmptType, PatchField, GeoMesh > &)
const Time & time() const
Return the top-level database.
void operator=(const cubic &)
Disallow default bitwise assignment.
const fvMesh & mesh() const
Return mesh reference.
Central-differencing interpolation scheme class.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
cubic(const cubic &)
Disallow default bitwise copy construct.
dimensionedScalar lambda(laminarTransport.lookup("lambda"))
Cubic interpolation scheme class derived from linear and returns linear weighting factors but also ap...