Basic second-order convection using face-gradients and Gauss' theorem. More...
#include <gaussFaConvectionScheme.H>


Public Member Functions | |
| TypeName ("Gauss") | |
| Runtime type information. | |
| gaussConvectionScheme (const gaussConvectionScheme &)=delete | |
| No copy construct. | |
| void | operator= (const gaussConvectionScheme &)=delete |
| No copy assignment. | |
| gaussConvectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux, const tmp< edgeInterpolationScheme< Type > > &scheme) | |
| Construct from flux and interpolation scheme. | |
| gaussConvectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is) | |
| Construct from flux and Istream. | |
| tmp< GeometricField< Type, faePatchField, edgeMesh > > | flux (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const |
| tmp< faMatrix< Type > > | famDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const |
| tmp< GeometricField< Type, faPatchField, areaMesh > > | facDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const |
| Public Member Functions inherited from convectionScheme< Type > | |
| declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
| convectionScheme (const convectionScheme &)=delete | |
| No copy construct. | |
| void | operator= (const convectionScheme &)=delete |
| No copy assignment. | |
| convectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux) | |
| Construct from mesh, flux and Istream. | |
| virtual | ~convectionScheme () |
| Destructor. | |
| const faMesh & | mesh () const noexcept |
| Return mesh reference. | |
| 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 faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) |
| Return a pointer to a new convectionScheme created on freestore. | |
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 54 of file gaussFaConvectionScheme.H.
|
delete |
No copy construct.
References gaussConvectionScheme().
Referenced by gaussConvectionScheme(), and operator=().


|
inline |
Construct from flux and interpolation scheme.
Definition at line 92 of file gaussFaConvectionScheme.H.
References convectionScheme< Type >::convectionScheme(), and convectionScheme< Type >::mesh().

|
inline |
Construct from flux and Istream.
Definition at line 106 of file gaussFaConvectionScheme.H.
References convectionScheme< Type >::convectionScheme(), convectionScheme< Type >::mesh(), and convectionScheme< Type >::New().

| TypeName | ( | "Gauss" | ) |
Runtime type information.
|
delete |
|
virtual |
Implements convectionScheme< Type >.
Definition at line 39 of file gaussFaConvectionScheme.C.
Referenced by facDiv(), and famDiv().

|
virtual |
Implements convectionScheme< Type >.
Definition at line 51 of file gaussFaConvectionScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::fac::edgeIntegrate(), flux(), forAll, GeometricField< Type, PatchField, GeoMesh >::internalField(), tmp< T >::ref(), faPatchField< Type >::valueBoundaryCoeffs(), and faPatchField< Type >::valueInternalCoeffs().

|
virtual |
Implements convectionScheme< Type >.
Definition at line 104 of file gaussFaConvectionScheme.C.
References Foam::fac::edgeIntegrate(), flux(), IOobject::name(), and tmp< T >::ref().
