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::surfaceBoundary::Calculated< ValueType > Class Template Reference

#include <calculated.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::surfaceBoundary::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) override
 
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::Calculated< ValueType >

Definition at line 15 of file calculated.hpp.

Member Typedef Documentation

◆ CalculatedType

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

Definition at line 22 of file calculated.hpp.

Constructor & Destructor Documentation

◆ Calculated()

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

Definition at line 24 of file calculated.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 37 of file calculated.hpp.

◆ correctBoundaryCondition()

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

Definition at line 28 of file calculated.hpp.

◆ doc()

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

Definition at line 33 of file calculated.hpp.

◆ name()

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

Definition at line 31 of file calculated.hpp.

◆ schema()

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

Definition at line 35 of file calculated.hpp.


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