Go to the documentation of this file.
37 #ifndef reverseLinear_H
38 #define reverseLinear_H
107 mesh.surfaceInterpolation::weights()
117 "reverseLinearWeights",
144 return treverseLinearWeights;
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
TypeName("reverseLinear")
Runtime type information.
void operator=(const reverseLinear &)
Disallow default bitwise assignment.
reverseLinear(const fvMesh &mesh, Istream &)
Construct from Istream.
Inversed weight central-differencing interpolation scheme class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
InternalField & internalField()
Return internal field.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
reverseLinear(const fvMesh &mesh)
Construct from mesh.
Mesh data needed to do the Finite Volume discretisation.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
Abstract base class for surface interpolation schemes.
const Time & time() const
Return the top-level database.
const fvMesh & mesh() const
Return mesh reference.
Generic GeometricField class.