NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType > Class Template Reference

#include <gaussGreenDiv.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType >:

Public Member Functions

 GaussGreenDiv (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs)
 
virtual VolumeField< FieldValueType > div (const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override
 
virtual void div (VolumeField< FieldValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override
 
virtual void div (Vector< FieldValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override
 
virtual void div (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &faceFlux, const VolumeField< FieldValueType > &phi, const dsl::Coeff operatorScaling) const override
 
std::unique_ptr< DivOperatorFactory< FieldValueType, AssemblyType > > clone () const override
 

Static Public Member Functions

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

Detailed Description

template<typename FieldValueType, typename AssemblyType = FieldValueType>
class NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType >

Definition at line 21 of file gaussGreenDiv.hpp.

Constructor & Destructor Documentation

◆ GaussGreenDiv()

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

Definition at line 36 of file gaussGreenDiv.hpp.

Member Function Documentation

◆ clone()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
std::unique_ptr< DivOperatorFactory< FieldValueType, AssemblyType > > NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType >::clone ( ) const
inlineoverride

Definition at line 62 of file gaussGreenDiv.hpp.

◆ div() [1/4]

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

◆ div() [2/4]

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

◆ div() [3/4]

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

◆ div() [4/4]

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

◆ doc()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
static std::string NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType >::doc ( )
inlinestatic

Definition at line 32 of file gaussGreenDiv.hpp.

◆ name()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
static std::string NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType >::name ( )
inlinestatic

Definition at line 30 of file gaussGreenDiv.hpp.

◆ schema()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
static std::string NeoN::finiteVolume::cellCentred::GaussGreenDiv< FieldValueType, AssemblyType >::schema ( )
inlinestatic

Definition at line 34 of file gaussGreenDiv.hpp.


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