Generic multi-variate discretisation scheme class which may be instantiated for any of the NVD, CNVD or NVDV schemes.
More...
|
| TypeName ("multivariateScheme") |
| Runtime type information. More...
|
|
| multivariateScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
| Construct for field, faceFlux and Istream. More...
|
|
tmp< surfaceInterpolationScheme< Type > > | operator() (const GeometricField< Type, fvPatchField, volMesh > &field) const |
|
virtual const word & | type () const =0 |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (tmp, multivariateSurfaceInterpolationScheme, Istream,(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is),(mesh, fields, faceFlux, is)) |
|
| multivariateSurfaceInterpolationScheme (const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
| Construct for interpolating given field. More...
|
|
virtual | ~multivariateSurfaceInterpolationScheme () |
| Destructor. More...
|
|
const fvMesh & | mesh () const |
| Return mesh reference. More...
|
|
const fieldTable & | fields () const |
| Return fields to be interpolated. More...
|
|
| refCount () |
| Construct null with zero count. More...
|
|
int | count () const |
| Return the reference count. More...
|
|
bool | okToDelete () const |
| Return true if the reference count is zero. More...
|
|
void | resetRefCount () |
| Reset the reference count to 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...
|
|
template<class Type, class Scheme>
class Foam::multivariateScheme< Type, Scheme >
Generic multi-variate discretisation scheme class which may be instantiated for any of the NVD, CNVD or NVDV schemes.
- Source files
-
Definition at line 51 of file multivariateScheme.H.