NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory Class Referenceabstract

#include <surfaceInterpolation.hpp>

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

Public Member Functions

 SurfaceInterpolationFactory (const Executor &exec, const UnstructuredMesh &mesh)
 
virtual ~SurfaceInterpolationFactory ()
 
virtual void interpolate (const VolumeField< scalar > &volField, ScalarSurfaceField &surfaceField) const =0
 
virtual void interpolate (const ScalarSurfaceField &faceFlux, const VolumeField< scalar > &volField, ScalarSurfaceField &surfaceField) const =0
 
virtual std::unique_ptr< SurfaceInterpolationFactoryclone () const =0
 

Static Public Member Functions

static std::unique_ptr< SurfaceInterpolationFactorycreate (const Executor &exec, const UnstructuredMesh &uMesh, Input inputs)
 
static std::string name ()
 

Protected Attributes

const Executor exec_
 
const UnstructuredMeshmesh_
 

Detailed Description

Definition at line 21 of file surfaceInterpolation.hpp.

Constructor & Destructor Documentation

◆ SurfaceInterpolationFactory()

NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory::SurfaceInterpolationFactory ( const Executor exec,
const UnstructuredMesh mesh 
)
inline

Definition at line 45 of file surfaceInterpolation.hpp.

◆ ~SurfaceInterpolationFactory()

virtual NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory::~SurfaceInterpolationFactory ( )
inlinevirtual

Definition at line 48 of file surfaceInterpolation.hpp.

Member Function Documentation

◆ clone()

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

◆ create()

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

Definition at line 31 of file surfaceInterpolation.hpp.

◆ interpolate() [1/2]

virtual void NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory::interpolate ( const ScalarSurfaceField faceFlux,
const VolumeField< scalar > &  volField,
ScalarSurfaceField surfaceField 
) const
pure virtual

◆ interpolate() [2/2]

virtual void NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory::interpolate ( const VolumeField< scalar > &  volField,
ScalarSurfaceField surfaceField 
) const
pure virtual

◆ name()

static std::string NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory::name ( )
inlinestatic

Definition at line 43 of file surfaceInterpolation.hpp.

Member Data Documentation

◆ exec_

const Executor NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory::exec_
protected

Definition at line 64 of file surfaceInterpolation.hpp.

◆ mesh_

const UnstructuredMesh& NeoFOAM::finiteVolume::cellCentred::SurfaceInterpolationFactory::mesh_
protected

Definition at line 65 of file surfaceInterpolation.hpp.


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