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


Public Member Functions | |
| TypeName ("Gauss") | |
| Runtime type information. | |
| gaussDivScheme (const fvMesh &mesh) | |
| Construct null. | |
| gaussDivScheme (const fvMesh &mesh, Istream &is) | |
| Construct from Istream. | |
| tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > | fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &) |
| Public Member Functions inherited from divScheme< Type > | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| divScheme (const fvMesh &mesh) | |
| Construct from mesh. | |
| divScheme (const fvMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. | |
| virtual | ~divScheme ()=default |
| Destructor. | |
| const fvMesh & | mesh () const |
| 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 divScheme< Type > | |
| static tmp< divScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
| Return a pointer to a new divScheme created on freestore. | |
| Protected Member Functions inherited from divScheme< Type > | |
| divScheme (const divScheme &)=delete | |
| No copy construct. | |
| void | operator= (const divScheme &)=delete |
| No copy assignment. | |
| Protected Attributes inherited from divScheme< Type > | |
| const fvMesh & | mesh_ |
| tmp< surfaceInterpolationScheme< Type > > | tinterpScheme_ |
Basic second-order div using face-gradients and Gauss' theorem.
Definition at line 55 of file gaussDivScheme.H.
|
inline |
Construct null.
Definition at line 85 of file gaussDivScheme.H.
References divScheme< Type >::divScheme(), and divScheme< Type >::mesh().

Construct from Istream.
Definition at line 93 of file gaussDivScheme.H.
References divScheme< Type >::divScheme(), and divScheme< Type >::mesh().

| TypeName | ( | "Gauss" | ) |
Runtime type information.
|
virtual |
Implements divScheme< Type >.
Definition at line 43 of file gaussDivScheme.C.
References divScheme< Type >::mesh_, IOobject::name(), Foam::fvc::surfaceIntegrate(), and divScheme< Type >::tinterpScheme_.
