NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::surfaceBoundary::Processor< ValueType > Class Template Reference

#include <processor.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::surfaceBoundary::Processor< ValueType >:

Public Member Functions

 Processor (const UnstructuredMesh &mesh, const Dictionary &dict, localIdx patchID)
 
virtual void set (Field< ValueType > &domainVector) final
 
virtual void update (Field< ValueType > &domainVector) final
 
virtual void correctBoundaryCondition (Field< ValueType > &domainVector) final
 
virtual std::unique_ptr< SurfaceBoundaryFactory< 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::surfaceBoundary::Processor< ValueType >

Definition at line 32 of file processor.hpp.

Constructor & Destructor Documentation

◆ Processor()

template<typename ValueType >
NeoN::finiteVolume::cellCentred::surfaceBoundary::Processor< ValueType >::Processor ( const UnstructuredMesh mesh,
const Dictionary dict,
localIdx  patchID 
)
inline

Definition at line 38 of file processor.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
virtual std::unique_ptr< SurfaceBoundaryFactory< ValueType > > NeoN::finiteVolume::cellCentred::surfaceBoundary::Processor< ValueType >::clone ( ) const
inlineoverridevirtual

Definition at line 80 of file processor.hpp.

◆ correctBoundaryCondition()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::surfaceBoundary::Processor< ValueType >::correctBoundaryCondition ( Field< ValueType > &  domainVector)
inlinefinalvirtual

Definition at line 64 of file processor.hpp.

◆ doc()

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

Definition at line 73 of file processor.hpp.

◆ name()

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

Definition at line 71 of file processor.hpp.

◆ schema()

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

Definition at line 78 of file processor.hpp.

◆ set()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::surfaceBoundary::Processor< ValueType >::set ( Field< ValueType > &  domainVector)
inlinefinalvirtual

Definition at line 43 of file processor.hpp.

◆ update()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::surfaceBoundary::Processor< ValueType >::update ( Field< ValueType > &  domainVector)
inlinefinalvirtual

Definition at line 60 of file processor.hpp.


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