NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::volumeBoundary::Calculated< ValueType > Class Template Reference

#include <calculated.hpp>

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

Public Types

using CalculatedType = Calculated< ValueType >
 

Public Member Functions

 Calculated (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::Calculated< ValueType >

Definition at line 15 of file calculated.hpp.

Member Typedef Documentation

◆ CalculatedType

template<typename ValueType >
using NeoN::finiteVolume::cellCentred::volumeBoundary::Calculated< ValueType >::CalculatedType = Calculated<ValueType>

Definition at line 21 of file calculated.hpp.

Constructor & Destructor Documentation

◆ Calculated()

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

Definition at line 23 of file calculated.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 35 of file calculated.hpp.

◆ correctBoundaryCondition()

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

Definition at line 27 of file calculated.hpp.

◆ doc()

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

Definition at line 31 of file calculated.hpp.

◆ name()

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

Definition at line 29 of file calculated.hpp.

◆ schema()

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

Definition at line 33 of file calculated.hpp.


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