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_)*
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
TypeName("blended")
Runtime type information.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Abstract base class for edge interpolation schemes.
virtual tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &vf) const
Return the interpolation weighting factors.
blendedEdgeInterpolation(const blendedEdgeInterpolation &)=delete
No copy construct.
A class for handling words, derived from Foam::string.
void operator=(const blendedEdgeInterpolation &)=delete
No copy assignment.
linear/upwind blended differencing scheme.
Upwind differencing scheme class.
Central-differencing interpolation scheme class.
const faMesh & mesh() const
Return mesh reference.
tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &) const
Return the interpolation weighting factors.
A class for managing temporary objects.