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


Public Member Functions | |
| TypeName ("Gauss") | |
| Runtime type information. | |
| gaussDivScheme (const gaussDivScheme &)=delete | |
| No copy construct. | |
| void | operator= (const gaussDivScheme &)=delete |
| No copy assignment. | |
| gaussDivScheme (const faMesh &mesh) | |
| Construct from mesh. | |
| gaussDivScheme (const faMesh &mesh, Istream &is) | |
| Construct from Istream. | |
| tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | facDiv (const GeometricField< Type, faPatchField, areaMesh > &) |
| Public Member Functions inherited from divScheme< Type > | |
| declareRunTimeSelectionTable (tmp, divScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| divScheme (const divScheme &)=delete | |
| No copy construct. | |
| void | operator= (const divScheme &)=delete |
| No copy assignment. | |
| divScheme (const faMesh &mesh) | |
| Construct from mesh. | |
| divScheme (const faMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. | |
| virtual | ~divScheme ()=default |
| 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 divScheme< Type > | |
| static tmp< divScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
| Return a pointer to a new divScheme created on freestore. | |
| Protected Attributes inherited from divScheme< Type > | |
| const faMesh & | mesh_ |
| Reference to mesh. | |
| tmp< edgeInterpolationScheme< Type > > | tinterpScheme_ |
| Edge interpolation scheme. | |
Basic second-order div using face-gradients and Gauss' theorem.
Definition at line 53 of file gaussFaDivScheme.H.
|
delete |
No copy construct.
References gaussDivScheme().
Referenced by gaussDivScheme(), and operator=().


|
inline |
Construct from mesh.
Definition at line 83 of file gaussFaDivScheme.H.
References divScheme< Type >::divScheme(), and divScheme< Type >::mesh().

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

| TypeName | ( | "Gauss" | ) |
Runtime type information.
|
delete |
|
virtual |
Implements divScheme< Type >.
Definition at line 43 of file gaussFaDivScheme.C.
References Foam::fac::edgeIntegrate(), divScheme< Type >::mesh_, and IOobject::name().
