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

#include <processor.hpp>

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

Public Types

using ProcessorType = 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< VolumeBoundaryFactory< ValueType > > clone () const final
 
std::string getName () 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::volumeBoundary::Processor< ValueType >

Definition at line 50 of file processor.hpp.

Member Typedef Documentation

◆ ProcessorType

template<typename ValueType >
using NeoN::finiteVolume::cellCentred::volumeBoundary::Processor< ValueType >::ProcessorType = Processor<ValueType>

Definition at line 56 of file processor.hpp.

Constructor & Destructor Documentation

◆ Processor()

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

Definition at line 58 of file processor.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
virtual std::unique_ptr< VolumeBoundaryFactory< ValueType > > NeoN::finiteVolume::cellCentred::volumeBoundary::Processor< ValueType >::clone ( ) const
inlinefinalvirtual

Definition at line 98 of file processor.hpp.

◆ correctBoundaryCondition()

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

Definition at line 83 of file processor.hpp.

◆ doc()

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

Definition at line 91 of file processor.hpp.

◆ getName()

template<typename ValueType >
std::string NeoN::finiteVolume::cellCentred::volumeBoundary::Processor< ValueType >::getName ( ) const
inlineoverride

Definition at line 103 of file processor.hpp.

◆ name()

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

Definition at line 89 of file processor.hpp.

◆ schema()

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

Definition at line 96 of file processor.hpp.

◆ set()

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

Definition at line 63 of file processor.hpp.

◆ update()

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

Definition at line 69 of file processor.hpp.


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