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

#include <fixedGradient.hpp>

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

Public Types

using FixedGradientType = FixedGradient< ValueType >
 

Public Member Functions

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

Definition at line 58 of file fixedGradient.hpp.

Member Typedef Documentation

◆ FixedGradientType

template<typename ValueType >
using NeoN::finiteVolume::cellCentred::volumeBoundary::FixedGradient< ValueType >::FixedGradientType = FixedGradient<ValueType>

Definition at line 65 of file fixedGradient.hpp.

Constructor & Destructor Documentation

◆ FixedGradient()

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

Definition at line 67 of file fixedGradient.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 83 of file fixedGradient.hpp.

◆ correctBoundaryCondition()

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

Definition at line 72 of file fixedGradient.hpp.

◆ doc()

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

Definition at line 79 of file fixedGradient.hpp.

◆ name()

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

Definition at line 77 of file fixedGradient.hpp.

◆ schema()

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

Definition at line 81 of file fixedGradient.hpp.


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