NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <fixedGradient.hpp>
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 () |
Definition at line 58 of file fixedGradient.hpp.
using NeoN::finiteVolume::cellCentred::volumeBoundary::FixedGradient< ValueType >::FixedGradientType = FixedGradient<ValueType> |
Definition at line 65 of file fixedGradient.hpp.
|
inline |
Definition at line 67 of file fixedGradient.hpp.
|
inlinefinalvirtual |
Definition at line 83 of file fixedGradient.hpp.
|
inlinefinalvirtual |
Definition at line 72 of file fixedGradient.hpp.
|
inlinestatic |
Definition at line 79 of file fixedGradient.hpp.
|
inlinestatic |
Definition at line 77 of file fixedGradient.hpp.
|
inlinestatic |
Definition at line 81 of file fixedGradient.hpp.