Basic second-order convection using face-gradients and Gauss' theorem. More...
#include <finiteVolume/multivariateGaussConvectionScheme.H>
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 55 of file multivariateGaussConvectionScheme.H.
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information. | |
multivariateGaussConvectionScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from flux and Istream. | |
tmp < multivariateSurfaceInterpolationScheme < Type > > | interpolationScheme () const |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
tmp< fvMatrix< Type > > | fvmDiv (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &) const |
tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
![]() | |
virtual const word & | type () const =0 |
Runtime type information. | |
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. | |
convectionScheme (const fvMesh &mesh, const surfaceScalarField &) | |
Construct from mesh, flux and Istream. | |
virtual | ~convectionScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
void | operator= (const convectionScheme< Type > &) |
![]() | |
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< convectionScheme < Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new convectionScheme created on freestore. | |
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. |
|
inline |
Construct from flux and Istream.
Definition at line 74 of file multivariateGaussConvectionScheme.H.
TypeName | ( | "Gauss" | ) |
Runtime type information.
|
inline |
Definition at line 96 of file multivariateGaussConvectionScheme.H.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 47 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::interpolate(), and mesh.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 64 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::flux(), and mesh.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 81 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::fvmDiv(), and mesh.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 98 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::fvcDiv(), and mesh.