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

#include <linear.hpp>

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

Public Member Functions

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

Definition at line 38 of file linear.hpp.

Constructor & Destructor Documentation

◆ Linear() [1/2]

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

Definition at line 44 of file linear.hpp.

◆ Linear() [2/2]

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

Definition at line 47 of file linear.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 86 of file linear.hpp.

◆ doc()

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

Definition at line 53 of file linear.hpp.

◆ interpolate() [1/2]

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

Definition at line 62 of file linear.hpp.

◆ interpolate() [2/2]

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

Definition at line 57 of file linear.hpp.

◆ name()

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

Definition at line 51 of file linear.hpp.

◆ schema()

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

Definition at line 55 of file linear.hpp.

◆ weight() [1/2]

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

Definition at line 76 of file linear.hpp.

◆ weight() [2/2]

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

Definition at line 69 of file linear.hpp.


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