The available free flow turbulence models in Dumux. More...
#include <string>
Go to the source code of this file.
The available free flow turbulence models in Dumux.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Enumerations | |
enum class | Dumux::TurbulenceModel { Dumux::TurbulenceModel::none , Dumux::TurbulenceModel::zeroeq , Dumux::TurbulenceModel::oneeq , Dumux::TurbulenceModel::kepsilon , Dumux::TurbulenceModel::lowrekepsilon , Dumux::TurbulenceModel::komega } |
The available free flow turbulence models in Dumux. More... | |
Functions | |
constexpr unsigned int | Dumux::numTurbulenceEq (TurbulenceModel model) |
std::string | Dumux::turbulenceModelToString (TurbulenceModel turbulenceModel) |
return the name of the Turbulence Model More... | |