Upwind-difference form of the multivariate surfaceInterpolationScheme. More...
#include <finiteVolume/multivariateUpwind.H>
Upwind-difference form of the multivariate surfaceInterpolationScheme.
Definition at line 51 of file multivariateUpwind.H.
Classes | |
class | fieldScheme |
surfaceInterpolationScheme sub-class returned by operator(field) More... |
Public Member Functions | |
TypeName ("upwind") | |
Runtime type information. | |
multivariateUpwind (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) | |
Construct for field, faceFlux and Istream. | |
tmp < surfaceInterpolationScheme < Type > > | operator() (const GeometricField< Type, fvPatchField, volMesh > &field) const |
![]() | |
virtual const word & | type () const =0 |
Runtime type information. | |
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. | |
virtual | ~multivariateSurfaceInterpolationScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
const fieldTable & | fields () const |
Return fields to be interpolated. | |
![]() | |
refCount () | |
Construct null with zero count. | |
int | count () const |
Return the reference count. | |
bool | okToDelete () const |
Return true if the reference count is zero. | |
void | resetRefCount () |
Reset the reference count to zero. | |
void | operator++ () |
Increment the reference count. | |
void | operator++ (int) |
Increment the reference count. | |
void | operator-- () |
Decrement the reference count. | |
void | operator-- (int) |
Decrement the reference count. |
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. |
|
inline |
Construct for field, faceFlux and Istream.
Definition at line 79 of file multivariateUpwind.H.
TypeName | ( | "upwind" | ) |
Runtime type information.
|
inlinevirtual |
Implements multivariateSurfaceInterpolationScheme< Type >.
Definition at line 139 of file multivariateUpwind.H.