Go to the documentation of this file.
47 #ifndef boundedConvectionScheme_H
48 #define boundedConvectionScheme_H
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
Bounded form of the selected convection scheme.
A class for managing temporary objects.
static tmp< convectionScheme< Type > > New(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
const convectionScheme< Type > & scheme() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for convection schemes.
tmp< fvMatrix< Type > > fvmDiv(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
const fvMesh & mesh() const
Generic GeometricField class.