Basic second-order convection using face-gradients and Gauss' theorem. More...
#include <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 &, 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. | |
| 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 () |
| Destructor. | |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
| void | operator= (const convectionScheme< Type > &) |
| Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. | |
| int | use_count () const noexcept |
| Return the current reference count. | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. | |
| void | operator++ () noexcept |
| Increment the reference count. | |
| void | operator++ (int) noexcept |
| Increment the reference count. | |
| void | operator-- () noexcept |
| Decrement the reference count. | |
| void | operator-- (int) noexcept |
| Decrement the reference count. | |
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. | |
| 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. | |
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 55 of file multivariateGaussConvectionScheme.H.
|
inline |
Construct from flux and Istream.
Definition at line 77 of file multivariateGaussConvectionScheme.H.
References convectionScheme< Type >::convectionScheme(), fields, convectionScheme< Type >::mesh(), and convectionScheme< Type >::New().

| TypeName | ( | "Gauss" | ) |
Runtime type information.
|
inline |
Definition at line 100 of file multivariateGaussConvectionScheme.H.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 39 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::interpolate(), and mesh.

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

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

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