Basic second-order laplacian using face-gradients and Gauss' theorem. More...
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information. More... | |
gaussLaplacianScheme (const faMesh &mesh) | |
Construct null. More... | |
gaussLaplacianScheme (const faMesh &mesh, Istream &is) | |
Construct from Istream. More... | |
tmp< faMatrix< Type > > | famLaplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const GeometricField< Type, faPatchField, areaMesh > &) |
tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
![]() | |
declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
laplacianScheme (const faMesh &mesh) | |
Construct from mesh. More... | |
laplacianScheme (const faMesh &mesh, Istream &is) | |
Construct from mesh and Istream. More... | |
virtual | ~laplacianScheme () |
Destructor. More... | |
const faMesh & | mesh () const |
Return mesh reference. More... | |
virtual tmp< faMatrix< Type > > | famLaplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
![]() | |
constexpr | refCount () noexcept |
Default construct, initializing count to 0. More... | |
int | count () const noexcept |
Return the current reference count. More... | |
bool | unique () const noexcept |
Return true if the reference count is zero. More... | |
void | operator++ () noexcept |
Increment the reference count. More... | |
void | operator++ (int) noexcept |
Increment the reference count. More... | |
void | operator-- () noexcept |
Decrement the reference count. More... | |
void | operator-- (int) noexcept |
Decrement the reference count. More... | |
Additional Inherited Members | |
![]() | |
static tmp< laplacianScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Return a pointer to a new laplacianScheme created on freestore. More... | |
![]() | |
laplacianScheme (const laplacianScheme &)=delete | |
No copy construct. More... | |
void | operator= (const laplacianScheme &)=delete |
No copy assignment. More... | |
![]() | |
const faMesh & | mesh_ |
tmp< edgeInterpolationScheme< scalar > > | tinterpGammaScheme_ |
tmp< lnGradScheme< Type > > | tlnGradScheme_ |
Basic second-order laplacian using face-gradients and Gauss' theorem.
Definition at line 57 of file gaussFaLaplacianScheme.H.
|
inline |
Construct null.
Definition at line 79 of file gaussFaLaplacianScheme.H.
|
inline |
Construct from Istream.
Definition at line 85 of file gaussFaLaplacianScheme.H.
TypeName | ( | "Gauss" | ) |
Runtime type information.
|
virtual |
Implements laplacianScheme< Type >.
Definition at line 47 of file gaussFaLaplacianScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::correction(), Foam::fac::div(), faMatrix< Type >::faceFluxCorrectionPtr(), forAll, gamma, faPatchField< Type >::gradientBoundaryCoeffs(), faPatchField< Type >::gradientInternalCoeffs(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, and tmp< T >::ref().
|
virtual |
Implements laplacianScheme< Type >.
Definition at line 116 of file gaussFaLaplacianScheme.C.
References Foam::fac::div(), Foam::fac::lnGrad(), and tmp< T >::ref().
|
virtual |
Implements laplacianScheme< Type >.
Definition at line 134 of file gaussFaLaplacianScheme.C.
References Foam::fac::div(), gamma, Foam::fac::lnGrad(), and tmp< T >::ref().