Abstract base class for convection schemes. More...


Public Member Functions | |
| virtual const word & | type () const =0 |
| Runtime type information. More... | |
| 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 &) | |
| Copy construct. More... | |
| convectionScheme (const fvMesh &mesh, const surfaceScalarField &) | |
| Construct from mesh, flux and Istream. More... | |
| virtual | ~convectionScheme () |
| Destructor. More... | |
| const fvMesh & | mesh () const |
| Return mesh reference. More... | |
| 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 > &) |
Public Member Functions inherited from refCount | |
| int | count () const |
| Return the current reference count. More... | |
| bool | unique () const |
| Return true if the reference count is zero. More... | |
| void | operator++ () |
| Increment the reference count. More... | |
| void | operator++ (int) |
| Increment the reference count. More... | |
| void | operator-- () |
| Decrement the reference count. More... | |
| void | operator-- (int) |
| Decrement the reference count. More... | |
Static Public Member Functions | |
| static tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
| Return a pointer to a new convectionScheme created on freestore. More... | |
| static tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
| Return a pointer to a new multivariate convectionScheme. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from refCount | |
| refCount () | |
| Construct null initializing count to 0. More... | |
Abstract base class for convection schemes.
Definition at line 64 of file convectionScheme.H.
| convectionScheme | ( | const convectionScheme< Type > & | cs | ) |
Copy construct.
Definition at line 47 of file convectionScheme.C.
References convectionScheme< Type >::New().

|
inline |
Construct from mesh, flux and Istream.
Definition at line 117 of file convectionScheme.H.
References convectionScheme< Type >::New(), and convectionScheme< Type >::~convectionScheme().

|
virtual |
Destructor.
Definition at line 149 of file convectionScheme.C.
Referenced by convectionScheme< Type >::convectionScheme().

|
pure virtual |
Runtime type information.
| 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 |
Return a pointer to a new convectionScheme created on freestore.
Definition at line 58 of file convectionScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, InfoInFunction, convectionScheme< Type >::mesh(), and Foam::nl.
Referenced by convectionScheme< Type >::convectionScheme(), Foam::fvm::div(), Foam::fvc::div(), and Foam::fvc::flux().


|
static |
Return a pointer to a new multivariate convectionScheme.
created on freestore
Definition at line 102 of file convectionScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, fields, InfoInFunction, convectionScheme< Type >::mesh(), and Foam::nl.

|
inline |
Return mesh reference.
Definition at line 156 of file convectionScheme.H.
References convectionScheme< Type >::flux(), convectionScheme< Type >::fvcDiv(), convectionScheme< Type >::fvmDiv(), convectionScheme< Type >::interpolate(), and convectionScheme< Type >::operator=().
Referenced by convectionScheme< Type >::New().


|
pure virtual |
Implemented in gaussConvectionScheme< Type >, boundedConvectionScheme< Type >, and multivariateGaussConvectionScheme< Type >.
Referenced by convectionScheme< Type >::mesh().

|
pure virtual |
Implemented in gaussConvectionScheme< Type >, boundedConvectionScheme< Type >, and multivariateGaussConvectionScheme< Type >.
Referenced by convectionScheme< Type >::mesh().

|
pure virtual |
Implemented in gaussConvectionScheme< Type >, boundedConvectionScheme< Type >, and multivariateGaussConvectionScheme< Type >.
Referenced by convectionScheme< Type >::mesh().

|
pure virtual |
Implemented in gaussConvectionScheme< Type >, boundedConvectionScheme< Type >, and multivariateGaussConvectionScheme< Type >.
Referenced by convectionScheme< Type >::mesh().

| void operator= | ( | const convectionScheme< Type > & | cs | ) |
Definition at line 156 of file convectionScheme.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
Referenced by convectionScheme< Type >::mesh().


1.8.13