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

#include <fixedValue.hpp>

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

Public Member Functions

 FixedValue (const UnstructuredMesh &mesh, const Dictionary &dict, localIdx patchID)
 
virtual void correctBoundaryCondition (Field< ValueType > &domainVector) final
 
virtual std::unique_ptr< VolumeBoundaryFactory< ValueType > > clone () const final
 

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::FixedValue< ValueType >

Definition at line 48 of file fixedValue.hpp.

Constructor & Destructor Documentation

◆ FixedValue()

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

Definition at line 54 of file fixedValue.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 69 of file fixedValue.hpp.

◆ correctBoundaryCondition()

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

Definition at line 58 of file fixedValue.hpp.

◆ doc()

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

Definition at line 65 of file fixedValue.hpp.

◆ name()

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

Definition at line 63 of file fixedValue.hpp.

◆ schema()

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

Definition at line 67 of file fixedValue.hpp.


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