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

#include <upwind.hpp>

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

Public Member Functions

 Upwind (const Executor &exec, const UnstructuredMesh &mesh, Input input)
 
void interpolate (const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const override
 
void interpolate (const SurfaceField< scalar > &flux, const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const override
 
void weight (const VolumeField< ValueType > &, SurfaceField< scalar > &) const override
 
void weight (const SurfaceField< scalar > &, const VolumeField< ValueType > &, SurfaceField< scalar > &) const override
 
std::unique_ptr< SurfaceInterpolationFactory< 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::Upwind< ValueType >

Definition at line 39 of file upwind.hpp.

Constructor & Destructor Documentation

◆ Upwind()

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

Definition at line 46 of file upwind.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 86 of file upwind.hpp.

◆ doc()

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

Definition at line 51 of file upwind.hpp.

◆ interpolate() [1/2]

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::Upwind< ValueType >::interpolate ( const SurfaceField< scalar > &  flux,
const VolumeField< ValueType > &  src,
SurfaceField< ValueType > &  dst 
) const
inlineoverride

Definition at line 63 of file upwind.hpp.

◆ interpolate() [2/2]

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::Upwind< ValueType >::interpolate ( const VolumeField< ValueType > &  src,
SurfaceField< ValueType > &  dst 
) const
inlineoverride

Definition at line 55 of file upwind.hpp.

◆ name()

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

Definition at line 49 of file upwind.hpp.

◆ schema()

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

Definition at line 53 of file upwind.hpp.

◆ weight() [1/2]

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::Upwind< ValueType >::weight ( const SurfaceField< scalar > &  ,
const VolumeField< ValueType > &  ,
SurfaceField< scalar > &   
) const
inlineoverride

Definition at line 79 of file upwind.hpp.

◆ weight() [2/2]

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::Upwind< ValueType >::weight ( const VolumeField< ValueType > &  ,
SurfaceField< scalar > &   
) const
inlineoverride

Definition at line 73 of file upwind.hpp.


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