NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Functions
NeoN::finiteVolume::cellCentred::volumeBoundary::detail Namespace Reference

Functions

template<typename ValueType >
void extrapolateValue (Field< ValueType > &domainVector, const UnstructuredMesh &mesh, std::pair< localIdx, localIdx > range)
 
template<typename ValueType >
void setGradientValue (Field< ValueType > &domainVector, const UnstructuredMesh &mesh, std::pair< localIdx, localIdx > range, ValueType fixedGradient)
 
template<typename ValueType >
void setFixedValue (Field< ValueType > &domainVector, std::pair< size_t, size_t > range, ValueType fixedValue)
 

Function Documentation

◆ extrapolateValue()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::volumeBoundary::detail::extrapolateValue ( Field< ValueType > &  domainVector,
const UnstructuredMesh mesh,
std::pair< localIdx, localIdx range 
)

Definition at line 22 of file extrapolated.hpp.

◆ setFixedValue()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::volumeBoundary::detail::setFixedValue ( Field< ValueType > &  domainVector,
std::pair< size_t, size_t range,
ValueType  fixedValue 
)

Definition at line 22 of file fixedValue.hpp.

◆ setGradientValue()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::volumeBoundary::detail::setGradientValue ( Field< ValueType > &  domainVector,
const UnstructuredMesh mesh,
std::pair< localIdx, localIdx range,
ValueType  fixedGradient 
)

Definition at line 23 of file fixedGradient.hpp.