Abstract base class for convection schemes. More...
Public Member Functions | |
virtual const word & | type () const =0 |
declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
declareRunTimeSelectionTable (tmp, convectionScheme, Multivariate,(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, fields, faceFlux, schemeData)) | |
convectionScheme (const convectionScheme &) | |
convectionScheme (const fvMesh &mesh, const surfaceScalarField &) | |
virtual | ~convectionScheme () |
const fvMesh & | mesh () const |
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
virtual tmp< fvMatrix< Type > > | fvmDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
void | operator= (const convectionScheme< Type > &) |
![]() | |
constexpr | refCount () noexcept |
int | count () const noexcept |
bool | unique () const noexcept |
void | operator++ () noexcept |
void | operator++ (int) noexcept |
void | operator-- () noexcept |
void | operator-- (int) noexcept |
Static Public Member Functions | |
static tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
static tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
Abstract base class for convection schemes.
Definition at line 65 of file convectionScheme.H.
convectionScheme | ( | const convectionScheme< Type > & | cs | ) |
Definition at line 44 of file convectionScheme.C.
|
inline |
Definition at line 118 of file convectionScheme.H.
|
virtual |
Definition at line 145 of file convectionScheme.C.
|
pure virtual |
declareRunTimeSelectionTable | ( | tmp | , |
convectionScheme< Type > | , | ||
Istream | , | ||
(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) | , | ||
(mesh, faceFlux, schemeData) | |||
) |
declareRunTimeSelectionTable | ( | tmp | , |
convectionScheme< Type > | , | ||
Multivariate | , | ||
(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) | , | ||
(mesh, fields, faceFlux, schemeData) | |||
) |
|
static |
Definition at line 55 of file convectionScheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, and mesh.
Referenced by Foam::fvm::div(), Foam::fvc::div(), and Foam::fvc::flux().
|
static |
Definition at line 101 of file convectionScheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, fields, InfoInFunction, and mesh.
|
inline |
Definition at line 157 of file convectionScheme.H.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
void operator= | ( | const convectionScheme< Type > & | cs | ) |
Definition at line 152 of file convectionScheme.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.