NeoFOAM
WIP Prototype of a modern OpenFOAM core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Concepts
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType > Class Template Referenceabstract

#include <surfaceInterpolation.hpp>

Inheritance diagram for NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >:
NeoFOAM::RuntimeSelectionFactory< SurfaceInterpolationFactory< ValueType >, Parameters< const Executor &, const UnstructuredMesh &, const Input & > >

Public Member Functions

 SurfaceInterpolationFactory (const Executor &exec, const UnstructuredMesh &mesh)
 
virtual ~SurfaceInterpolationFactory ()
 
virtual void interpolate (const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const =0
 
virtual void interpolate (const SurfaceField< scalar > &flux, const VolumeField< ValueType > &src, SurfaceField< ValueType > &dst) const =0
 
virtual std::unique_ptr< SurfaceInterpolationFactory< ValueType > > clone () const =0
 

Static Public Member Functions

static std::unique_ptr< SurfaceInterpolationFactory< ValueType > > create (const Executor &exec, const UnstructuredMesh &uMesh, const Input &inputs)
 
static std::string name ()
 

Protected Attributes

const Executor exec_
 
const UnstructuredMeshmesh_
 

Detailed Description

template<typename ValueType>
class NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >

Definition at line 25 of file surfaceInterpolation.hpp.

Constructor & Destructor Documentation

◆ SurfaceInterpolationFactory()

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

Definition at line 49 of file surfaceInterpolation.hpp.

◆ ~SurfaceInterpolationFactory()

template<typename ValueType >
virtual NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >::~SurfaceInterpolationFactory ( )
inlinevirtual

Definition at line 52 of file surfaceInterpolation.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
virtual std::unique_ptr< SurfaceInterpolationFactory< ValueType > > NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >::clone ( ) const
pure virtual

◆ create()

template<typename ValueType >
static std::unique_ptr< SurfaceInterpolationFactory< ValueType > > NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >::create ( const Executor exec,
const UnstructuredMesh uMesh,
const Input inputs 
)
inlinestatic

Definition at line 35 of file surfaceInterpolation.hpp.

◆ interpolate() [1/2]

template<typename ValueType >
virtual void NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >::interpolate ( const SurfaceField< scalar > &  flux,
const VolumeField< ValueType > &  src,
SurfaceField< ValueType > &  dst 
) const
pure virtual

◆ interpolate() [2/2]

template<typename ValueType >
virtual void NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >::interpolate ( const VolumeField< ValueType > &  src,
SurfaceField< ValueType > &  dst 
) const
pure virtual

◆ name()

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

Definition at line 47 of file surfaceInterpolation.hpp.

Member Data Documentation

◆ exec_

template<typename ValueType >
const Executor NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >::exec_
protected

Definition at line 68 of file surfaceInterpolation.hpp.

◆ mesh_

template<typename ValueType >
const UnstructuredMesh& NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory< ValueType >::mesh_
protected

Definition at line 69 of file surfaceInterpolation.hpp.


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