NeoFOAM
WIP Prototype of a modern OpenFOAM core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Concepts
Public Member Functions | Static Public Member Functions | List of all members
NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType > Class Template Reference

#include <gaussGreenLaplacian.hpp>

Inheritance diagram for NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >:

Public Member Functions

 GaussGreenLaplacian (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs)
 
la::LinearSystem< ValueType, localIdxcreateEmptyLinearSystem () const override
 
virtual void laplacian (VolumeField< ValueType > &lapPhi, const SurfaceField< scalar > &gamma, VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) override
 
virtual void laplacian (Field< ValueType > &lapPhi, const SurfaceField< scalar > &gamma, VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) override
 
virtual void laplacian (la::LinearSystem< ValueType, localIdx > &ls, const SurfaceField< scalar > &gamma, VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) override
 
std::unique_ptr< LaplacianOperatorFactory< ValueType > > clone () const override
 

Static Public Member Functions

static std::string name ()
 
static std::string doc ()
 
static std::string schema ()
 

Detailed Description

template<typename ValueType>
class NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >

Definition at line 102 of file gaussGreenLaplacian.hpp.

Constructor & Destructor Documentation

◆ GaussGreenLaplacian()

template<typename ValueType >
NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::GaussGreenLaplacian ( const Executor exec,
const UnstructuredMesh mesh,
const Input inputs 
)
inline

Definition at line 116 of file gaussGreenLaplacian.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
std::unique_ptr< LaplacianOperatorFactory< ValueType > > NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::clone ( ) const
inlineoverride

Definition at line 253 of file gaussGreenLaplacian.hpp.

◆ createEmptyLinearSystem()

template<typename ValueType >
la::LinearSystem< ValueType, localIdx > NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::createEmptyLinearSystem ( ) const
inlineoverride

Definition at line 121 of file gaussGreenLaplacian.hpp.

◆ doc()

template<typename ValueType >
static std::string NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::doc ( )
inlinestatic

Definition at line 112 of file gaussGreenLaplacian.hpp.

◆ laplacian() [1/3]

template<typename ValueType >
virtual void NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::laplacian ( Field< ValueType > &  lapPhi,
const SurfaceField< scalar > &  gamma,
VolumeField< ValueType > &  phi,
const dsl::Coeff  operatorScaling 
)
inlineoverridevirtual

Definition at line 149 of file gaussGreenLaplacian.hpp.

◆ laplacian() [2/3]

template<typename ValueType >
virtual void NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::laplacian ( la::LinearSystem< ValueType, localIdx > &  ls,
const SurfaceField< scalar > &  gamma,
VolumeField< ValueType > &  phi,
const dsl::Coeff  operatorScaling 
)
inlineoverridevirtual

Definition at line 159 of file gaussGreenLaplacian.hpp.

◆ laplacian() [3/3]

template<typename ValueType >
virtual void NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::laplacian ( VolumeField< ValueType > &  lapPhi,
const SurfaceField< scalar > &  gamma,
VolumeField< ValueType > &  phi,
const dsl::Coeff  operatorScaling 
)
inlineoverridevirtual

Definition at line 137 of file gaussGreenLaplacian.hpp.

◆ name()

template<typename ValueType >
static std::string NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::name ( )
inlinestatic

Definition at line 110 of file gaussGreenLaplacian.hpp.

◆ schema()

template<typename ValueType >
static std::string NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType >::schema ( )
inlinestatic

Definition at line 114 of file gaussGreenLaplacian.hpp.


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