Basic second-order convection using face-gradients and Gauss' theorem. More...


Public Member Functions | |
| TypeName ("Gauss") | |
| Runtime type information. More... | |
| multivariateGaussConvectionScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is) | |
| Construct from flux and Istream. More... | |
| 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 &, const GeometricField< Type, fvPatchField, volMesh > &) const |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
Public Member Functions inherited from convectionScheme< Type > | |
| 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... | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from convectionScheme< Type > | |
| 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... | |
Protected Member Functions inherited from refCount | |
| refCount () | |
| Construct null initializing count to 0. More... | |
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 54 of file multivariateGaussConvectionScheme.H.
|
inline |
Construct from flux and Istream.
Definition at line 73 of file multivariateGaussConvectionScheme.H.
| TypeName | ( | "Gauss" | ) |
Runtime type information.
|
inline |
Definition at line 95 of file multivariateGaussConvectionScheme.H.
References multivariateGaussConvectionScheme< Type >::flux(), multivariateGaussConvectionScheme< Type >::fvcDiv(), multivariateGaussConvectionScheme< Type >::fvmDiv(), and multivariateGaussConvectionScheme< Type >::interpolate().

|
virtual |
Implements convectionScheme< Type >.
Definition at line 45 of file multivariateGaussConvectionScheme.C.
References multivariateGaussConvectionScheme< Type >::flux(), gaussConvectionScheme< Type >::interpolate(), and mesh.
Referenced by multivariateGaussConvectionScheme< Type >::interpolationScheme().


|
virtual |
Implements convectionScheme< Type >.
Definition at line 62 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::flux(), multivariateGaussConvectionScheme< Type >::fvmDiv(), and mesh.
Referenced by multivariateGaussConvectionScheme< Type >::interpolate(), and multivariateGaussConvectionScheme< Type >::interpolationScheme().


|
virtual |
Implements convectionScheme< Type >.
Definition at line 79 of file multivariateGaussConvectionScheme.C.
References multivariateGaussConvectionScheme< Type >::fvcDiv(), gaussConvectionScheme< Type >::fvmDiv(), and mesh.
Referenced by multivariateGaussConvectionScheme< Type >::flux(), and multivariateGaussConvectionScheme< Type >::interpolationScheme().


|
virtual |
Implements convectionScheme< Type >.
Definition at line 96 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::fvcDiv(), and mesh.
Referenced by multivariateGaussConvectionScheme< Type >::fvmDiv(), and multivariateGaussConvectionScheme< Type >::interpolationScheme().


1.8.13