#include <dumux/common/properties.hh>
#include <dumux/discretization/method.hh>
#include <dumux/freeflow/navierstokes/localresidual.hh>
#include <dumux/freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh>
Go to the source code of this file.
The local residual class for the low-Reynolds k-epsilon model. This is a convenience alias for the actual, discretization-specific local residual.
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class TypeTag , class BaseLocalResidual > | |
using | Dumux::LowReKEpsilonResidual = LowReKEpsilonResidualImpl< TypeTag, BaseLocalResidual, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod > |
The local residual class for the low-Reynolds k-epsilon model. This is a convenience alias for the actual, discretization-specific local residual. More... | |