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

#include <corrected.hpp>

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

Public Member Functions

 Corrected (const Executor &exec, const UnstructuredMesh &mesh, Input)
 
 Corrected (const Executor &exec, const UnstructuredMesh &mesh)
 
virtual void faceNormalGrad (const VolumeField< ValueType > &volField, SurfaceField< ValueType > &surfaceField) const override
 
virtual const SurfaceField< scalar > & deltaCoeffs () const override
 
bool hasImplicitCorrection () const override
 
virtual void implicitCorrection (const VolumeField< ValueType > &phi, SurfaceField< ValueType > &corrField) const override
 
std::unique_ptr< FaceNormalGradientFactory< 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::Corrected< ValueType >

Definition at line 37 of file corrected.hpp.

Constructor & Destructor Documentation

◆ Corrected() [1/2]

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

Definition at line 44 of file corrected.hpp.

◆ Corrected() [2/2]

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

Definition at line 47 of file corrected.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 80 of file corrected.hpp.

◆ deltaCoeffs()

template<typename ValueType >
virtual const SurfaceField< scalar > & NeoN::finiteVolume::cellCentred::Corrected< ValueType >::deltaCoeffs ( ) const
inlineoverridevirtual

Definition at line 66 of file corrected.hpp.

◆ doc()

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

Definition at line 52 of file corrected.hpp.

◆ faceNormalGrad()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::Corrected< ValueType >::faceNormalGrad ( const VolumeField< ValueType > &  volField,
SurfaceField< ValueType > &  surfaceField 
) const
inlineoverridevirtual

Definition at line 59 of file corrected.hpp.

◆ hasImplicitCorrection()

template<typename ValueType >
bool NeoN::finiteVolume::cellCentred::Corrected< ValueType >::hasImplicitCorrection ( ) const
inlineoverride

Definition at line 71 of file corrected.hpp.

◆ implicitCorrection()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::Corrected< ValueType >::implicitCorrection ( const VolumeField< ValueType > &  phi,
SurfaceField< ValueType > &  corrField 
) const
inlineoverridevirtual

Definition at line 73 of file corrected.hpp.

◆ name()

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

Definition at line 50 of file corrected.hpp.

◆ schema()

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

Definition at line 57 of file corrected.hpp.


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