The available free flow turbulence models in Dumux.
Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| 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 | |
| std::string | Dumux::sstModelToString (SSTModel sstModel) | 
| return the name of the sst Model as a string | |
| 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. | |