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::Uncorrected< ValueType > Class Template Reference

#include <uncorrected.hpp>

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

Public Member Functions

 Uncorrected (const Executor &exec, const UnstructuredMesh &mesh, Input)
 
 Uncorrected (const Executor &exec, const UnstructuredMesh &mesh)
 
virtual void faceNormalGrad (const VolumeField< ValueType > &volVector, SurfaceField< ValueType > &surfaceVector) const override
 
virtual const SurfaceField< scalar > & deltaCoeffs () 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::Uncorrected< ValueType >

Definition at line 28 of file uncorrected.hpp.

Constructor & Destructor Documentation

◆ Uncorrected() [1/2]

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

Definition at line 36 of file uncorrected.hpp.

◆ Uncorrected() [2/2]

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

Definition at line 39 of file uncorrected.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 60 of file uncorrected.hpp.

◆ deltaCoeffs()

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

Definition at line 55 of file uncorrected.hpp.

◆ doc()

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

Definition at line 44 of file uncorrected.hpp.

◆ faceNormalGrad()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::Uncorrected< ValueType >::faceNormalGrad ( const VolumeField< ValueType > &  volVector,
SurfaceField< ValueType > &  surfaceVector 
) const
inlineoverridevirtual

Definition at line 48 of file uncorrected.hpp.

◆ name()

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

Definition at line 42 of file uncorrected.hpp.

◆ schema()

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

Definition at line 46 of file uncorrected.hpp.


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