Go to the documentation of this file.
37 #ifndef blendedEdgeInterpolation_H
38 #define blendedEdgeInterpolation_H
61 const scalar blendingFactor_;
86 const scalar blendingFactor
92 blendingFactor_(blendingFactor)
114 blendingFactor_(readScalar(is))
128 blendingFactor_(readScalar(is))
143 + (1 - blendingFactor_)*
Abstract base class for edge interpolation schemes.
A class for handling words, derived from Foam::string.
linear/upwind blended differencing scheme.
A class for managing temporary objects.
const faMesh & mesh() const
Upwind differencing scheme class.
Registry of regIOobjects.
tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &vf) const
Central-differencing interpolation scheme class.
Finite area mesh. Used for 2-D non-Euclidian finite area method.
Generic GeometricField class.