Loading...
Searching...
No Matches
gaussLaplacianScheme< Type > Class Template Reference

Basic second-order laplacian using face-gradients and Gauss' theorem. More...

#include <gaussFaLaplacianScheme.H>

Inheritance diagram for gaussLaplacianScheme< Type >:
Collaboration diagram for gaussLaplacianScheme< Type >:

Public Member Functions

 TypeName ("Gauss")
 Runtime type information.
 gaussLaplacianScheme (const gaussLaplacianScheme &)=delete
 No copy construct.
void operator= (const gaussLaplacianScheme &)=delete
 No copy assignment.
 gaussLaplacianScheme (const faMesh &mesh)
 Construct from mesh.
 gaussLaplacianScheme (const faMesh &mesh, Istream &is)
 Construct from Istream.
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 > &)
Public Member Functions inherited from laplacianScheme< Type >
 declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 laplacianScheme (const laplacianScheme &)=delete
 No copy construct.
void operator= (const laplacianScheme &)=delete
 No copy assignment.
 laplacianScheme (const faMesh &mesh)
 Construct from mesh.
 laplacianScheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream.
virtual ~laplacianScheme ()
 Destructor.
const faMeshmesh () const
 Return mesh reference.
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 > &)
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 laplacianScheme< Type >
static tmp< laplacianScheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new laplacianScheme created on freestore.
Protected Attributes inherited from laplacianScheme< Type >
const faMeshmesh_
tmp< edgeInterpolationScheme< scalar > > tinterpGammaScheme_
tmp< lnGradScheme< Type > > tlnGradScheme_

Detailed Description

template<class Type>
class Foam::fa::gaussLaplacianScheme< Type >

Basic second-order laplacian using face-gradients and Gauss' theorem.

Source files

Definition at line 53 of file gaussFaLaplacianScheme.H.

Constructor & Destructor Documentation

◆ gaussLaplacianScheme() [1/3]

template<class Type>
gaussLaplacianScheme ( const gaussLaplacianScheme< Type > & )
delete

No copy construct.

References gaussLaplacianScheme().

Referenced by gaussLaplacianScheme(), and operator=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gaussLaplacianScheme() [2/3]

template<class Type>
gaussLaplacianScheme ( const faMesh & mesh)
inline

Construct from mesh.

Definition at line 83 of file gaussFaLaplacianScheme.H.

References laplacianScheme< Type >::laplacianScheme(), and laplacianScheme< Type >::mesh().

Here is the call graph for this function:

◆ gaussLaplacianScheme() [3/3]

template<class Type>
gaussLaplacianScheme ( const faMesh & mesh,
Istream & is )
inline

Construct from Istream.

Definition at line 91 of file gaussFaLaplacianScheme.H.

References laplacianScheme< Type >::laplacianScheme(), and laplacianScheme< Type >::mesh().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

template<class Type>
TypeName ( "Gauss" )

Runtime type information.

◆ operator=()

template<class Type>
void operator= ( const gaussLaplacianScheme< Type > & )
delete

No copy assignment.

References gaussLaplacianScheme().

Here is the call graph for this function:

◆ famLaplacian()

◆ facLaplacian() [1/2]

template<class Type>
tmp< GeometricField< Type, faPatchField, areaMesh > > facLaplacian ( const GeometricField< Type, faPatchField, areaMesh > & vf)
virtual

◆ facLaplacian() [2/2]

template<class Type>
tmp< GeometricField< Type, faPatchField, areaMesh > > facLaplacian ( const edgeScalarField & gamma,
const GeometricField< Type, faPatchField, areaMesh > & vf )
virtual

The documentation for this class was generated from the following files: