Go to the documentation of this file.
37 #ifndef multivariateUpwind_H
38 #define multivariateUpwind_H
140 tmp<surfaceInterpolationScheme<Type>> operator()
142 const GeometricField<Type, fvPatchField, volMesh>&
field
145 return tmp<surfaceInterpolationScheme<Type>>
147 new fieldScheme(
field, faceFlux_)
A class for managing temporary objects.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
dimensionedScalar pos0(const dimensionedScalar &ds)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
fieldScheme(const GeometricField< Type, fvPatchField, volMesh > &field, const surfaceScalarField &faceFlux)
Abstract base class for multi-variate surface interpolation schemes.
const fvMesh & mesh() const
Mesh data needed to do the Finite Volume discretisation.
Upwind-difference form of the multivariate surfaceInterpolationScheme.
const fieldTable & fields() const
Generic GeometricField class.