Generic multi-variate discretisation scheme class for which any of the NVD, CNVD or NVDV schemes may be selected for each variable and applied independently. More...
Public Member Functions | |
TypeName ("multivariateIndependent") | |
Runtime type information. More... | |
multivariateIndependentScheme (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... | |
Private Member Functions | |
multivariateIndependentScheme (const multivariateIndependentScheme &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const multivariateIndependentScheme &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
dictionary | schemes_ |
const surfaceScalarField & | faceFlux_ |
Additional Inherited Members | |
![]() | |
static tmp< multivariateSurfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new gradScheme created on freestore. More... | |
Generic multi-variate discretisation scheme class for which any of the NVD, CNVD or NVDV schemes may be selected for each variable and applied independently.
This is equivalent to using separate "div" terms and schemes for each variable/equation.
Definition at line 56 of file multivariateIndependentScheme.H.
|
private |
Disallow default bitwise copy construct.
multivariateIndependentScheme | ( | const fvMesh & | mesh, |
const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable & | fields, | ||
const surfaceScalarField & | faceFlux, | ||
Istream & | schemeData | ||
) |
Construct for field, faceFlux and Istream.
Definition at line 37 of file multivariateIndependentScheme.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "multivariateIndependent" | ) |
Runtime type information.
|
inlinevirtual |
Implements multivariateSurfaceInterpolationScheme< Type >.
Definition at line 97 of file multivariateIndependentScheme.H.
References multivariateIndependentScheme< Type >::faceFlux_, dictionary::lookup(), surfaceInterpolationScheme< Type >::New(), and multivariateIndependentScheme< Type >::schemes_.
|
private |
Definition at line 62 of file multivariateIndependentScheme.H.
Referenced by multivariateIndependentScheme< Type >::operator()().
|
private |
Definition at line 63 of file multivariateIndependentScheme.H.
Referenced by multivariateIndependentScheme< Type >::operator()().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.