42#ifndef reverseLinear_H
43#define reverseLinear_H
60 public surfaceInterpolationScheme<Type>
79 surfaceInterpolationScheme<Type>(
mesh)
96 surfaceInterpolationScheme<Type>(
mesh)
112 mesh.surfaceInterpolation::weights()
118 "reverseLinearWeights",
123 auto& reverseLinearWeights = treverseLinearWeights.ref();
125 reverseLinearWeights.primitiveFieldRef() =
128 auto& rlwbf = reverseLinearWeights.boundaryFieldRef();
143 return treverseLinearWeights;
Generic GeometricField class.
static tmp< GeometricField< scalar, fvsPatchField, surfaceMesh > > New(const word &name, IOobjectOption::registerOption regOpt, const Mesh &mesh, const dimensionSet &dims, const word &patchFieldType=fvsPatchField< scalar >::calculatedType())
const Internal::FieldType & primitiveField() const noexcept
Return a const-reference to the internal field values.
const Boundary & boundaryField() const noexcept
Return const-reference to the boundary field.
@ NO_REGISTER
Do not request registration (bool: false).
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Mesh data needed to do the Finite Volume discretisation.
reverseLinear(const fvMesh &mesh, Istream &)
Construct from Istream.
reverseLinear(const fvMesh &mesh, const surfaceScalarField &, Istream &)
Construct from faceFlux and Istream.
reverseLinear(const fvMesh &mesh)
Construct from mesh.
TypeName("reverseLinear")
Runtime type information.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
Abstract base class for surface interpolation schemes.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
const dimensionSet dimless
Dimensionless.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
#define forAll(list, i)
Loop across all elements in list.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.