37#ifndef blendedEdgeInterpolation_H
38#define blendedEdgeInterpolation_H
62 const scalar blendingFactor_;
87 const scalar blendingFactor
93 blendingFactor_(blendingFactor)
115 blendingFactor_(readScalar(is))
129 blendingFactor_(readScalar(is))
144 + (1 - blendingFactor_)*
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void operator=(const blendedEdgeInterpolation &)=delete
No copy assignment.
TypeName("blended")
Runtime type information.
blendedEdgeInterpolation(const faMesh &mesh, Istream &is)
Construct from mesh and Istream.
blendedEdgeInterpolation(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is)
Construct from mesh, faceFlux and Istream.
blendedEdgeInterpolation(const faMesh &mesh, const edgeScalarField &faceFlux, const scalar blendingFactor)
Construct from mesh, faceFlux and blendingFactor.
virtual tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &vf) const
Return the interpolation weighting factors.
blendedEdgeInterpolation(const blendedEdgeInterpolation &)=delete
No copy construct.
Abstract base class for edge interpolation schemes.
const faMesh & mesh() const
Return mesh reference.
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
Central-differencing interpolation scheme class.
linearEdgeInterpolation(const linearEdgeInterpolation &)=delete
No copy construct.
tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &) const
Return the interpolation weighting factors.
A class for managing temporary objects.
Upwind differencing scheme class.
upwindEdgeInterpolation(const upwindEdgeInterpolation &)=delete
No copy construct.
virtual tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &) const
Return the interpolation weighting factors.
A class for handling words, derived from Foam::string.
GeometricField< scalar, faePatchField, edgeMesh > edgeScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.