NeoFOAM
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, std::size_t patchID) | |
virtual void | correctBoundaryCondition (DomainField< ValueType > &domainField) 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 49 of file fixedGradient.hpp.
using NeoFOAM::finiteVolume::cellCentred::volumeBoundary::FixedGradient< ValueType >::FixedGradientType = FixedGradient<ValueType> |
Definition at line 56 of file fixedGradient.hpp.
|
inline |
Definition at line 58 of file fixedGradient.hpp.
|
inlinefinalvirtual |
Definition at line 76 of file fixedGradient.hpp.
|
inlinefinalvirtual |
Definition at line 63 of file fixedGradient.hpp.
|
inlinestatic |
Definition at line 72 of file fixedGradient.hpp.
|
inlinestatic |
Definition at line 70 of file fixedGradient.hpp.
|
inlinestatic |
Definition at line 74 of file fixedGradient.hpp.