37#ifndef upwindEdgeInterpolation_H
38#define upwindEdgeInterpolation_H
132 return pos(faceFlux_);
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Abstract base class for edge interpolation schemes.
edgeInterpolationScheme(const edgeInterpolationScheme &)=delete
No copy construct.
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 ...
A class for managing temporary objects.
upwindEdgeInterpolation(const faMesh &mesh, Istream &is)
Construct from Istream.
upwindEdgeInterpolation(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &)
Construct from faceFlux and Istream.
upwindEdgeInterpolation(const faMesh &mesh, const edgeScalarField &faceFlux)
Construct from faceFlux.
upwindEdgeInterpolation(const upwindEdgeInterpolation &)=delete
No copy construct.
virtual tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &) const
Return the interpolation weighting factors.
TypeName("upwind")
Runtime type information.
void operator=(const upwindEdgeInterpolation &)=delete
No copy assignment.
A class for handling words, derived from Foam::string.
dimensionedScalar pos(const dimensionedScalar &ds)
GeometricField< scalar, faePatchField, edgeMesh > edgeScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.