NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType > Class Template Reference

#include <gaussGreenDiv.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >:

Public Member Functions

 GaussGreenDiv (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs)
 
virtual void div (VolumeField< ValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override
 
virtual void div (la::LinearSystem< ValueType, localIdx > &ls, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override
 
virtual void div (Vector< ValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override
 
virtual VolumeField< ValueType > div (const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override
 
std::unique_ptr< DivOperatorFactory< 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 NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >

Definition at line 35 of file gaussGreenDiv.hpp.

Constructor & Destructor Documentation

◆ GaussGreenDiv()

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

Definition at line 48 of file gaussGreenDiv.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
std::unique_ptr< DivOperatorFactory< ValueType > > NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::clone ( ) const
inlineoverride

Definition at line 101 of file gaussGreenDiv.hpp.

◆ div() [1/4]

template<typename ValueType >
virtual VolumeField< ValueType > NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::div ( const SurfaceField< scalar > &  faceFlux,
const VolumeField< ValueType > &  phi,
const dsl::Coeff  operatorScaling 
) const
inlineoverridevirtual

Definition at line 82 of file gaussGreenDiv.hpp.

◆ div() [2/4]

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::div ( la::LinearSystem< ValueType, localIdx > &  ls,
const SurfaceField< scalar > &  faceFlux,
const VolumeField< ValueType > &  phi,
const dsl::Coeff  operatorScaling 
) const
inlineoverridevirtual

Definition at line 64 of file gaussGreenDiv.hpp.

◆ div() [3/4]

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::div ( Vector< ValueType > &  divPhi,
const SurfaceField< scalar > &  faceFlux,
const VolumeField< ValueType > &  phi,
const dsl::Coeff  operatorScaling 
) const
inlineoverridevirtual

Definition at line 73 of file gaussGreenDiv.hpp.

◆ div() [4/4]

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::div ( VolumeField< ValueType > &  divPhi,
const SurfaceField< scalar > &  faceFlux,
const VolumeField< ValueType > &  phi,
const dsl::Coeff  operatorScaling 
) const
inlineoverridevirtual

Definition at line 53 of file gaussGreenDiv.hpp.

◆ doc()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::doc ( )
inlinestatic

Definition at line 44 of file gaussGreenDiv.hpp.

◆ name()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::name ( )
inlinestatic

Definition at line 42 of file gaussGreenDiv.hpp.

◆ schema()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >::schema ( )
inlinestatic

Definition at line 46 of file gaussGreenDiv.hpp.


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