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

#include <uncorrected.hpp>

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

Public Member Functions

 Uncorrected (const Executor &exec, const UnstructuredMesh &mesh, Input input)
 
 Uncorrected (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
 
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 NeoFOAM::finiteVolume::cellCentred::Uncorrected< ValueType >

Definition at line 64 of file uncorrected.hpp.

Constructor & Destructor Documentation

◆ Uncorrected() [1/2]

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

Definition at line 72 of file uncorrected.hpp.

◆ Uncorrected() [2/2]

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

Definition at line 75 of file uncorrected.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 96 of file uncorrected.hpp.

◆ deltaCoeffs()

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

Definition at line 91 of file uncorrected.hpp.

◆ doc()

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

Definition at line 80 of file uncorrected.hpp.

◆ faceNormalGrad()

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

Definition at line 84 of file uncorrected.hpp.

◆ name()

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

Definition at line 78 of file uncorrected.hpp.

◆ schema()

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

Definition at line 82 of file uncorrected.hpp.


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