The available free flow turbulence models in Dumux. More...
Go to the source code of this file.
The available free flow turbulence models in Dumux.
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Enumerations | |
enum class | Dumux::TurbulenceModel { Dumux::TurbulenceModel::none , Dumux::TurbulenceModel::zeroeq , Dumux::TurbulenceModel::oneeq , Dumux::TurbulenceModel::kepsilon , Dumux::TurbulenceModel::lowrekepsilon , Dumux::TurbulenceModel::komega , Dumux::TurbulenceModel::sst } |
The available free flow turbulence models in Dumux. More... | |
enum class | Dumux::SSTModel { Dumux::SSTModel::BSL , Dumux::SSTModel::SST } |
The available variations of the SST Turbulence Model. More... | |
Functions | |
constexpr unsigned int | Dumux::numTurbulenceEq (TurbulenceModel model) |
std::string | Dumux::turbulenceModelToString (TurbulenceModel turbulenceModel) |
return the name of the Turbulence Model More... | |
std::string | Dumux::sstModelToString (SSTModel sstModel) |
return the name of the sst Model as a string More... | |
SSTModel | Dumux::sstModelFromString (const std::string &sstModel) |
Convenience function to convert user input given as std::string to the corresponding enum class used for choosing the SST Model. More... | |