Collection of functions, calculating dimensionless numbers. More...
#include <cmath>
#include <iostream>
#include <dune/common/exceptions.hh>
#include <dune/common/math.hh>
Go to the source code of this file.
All the input to the dimensionless numbers has to be provided as function arguments. Rendering this collection generic in the sense that it can be used by any model.
Classes | |
class | Dumux::DimensionlessNumbers< Scalar > |
Collection of functions which calculate dimensionless numbers. Each number has it's own function. All the parameters for the calculation have to be handed over. Rendering this collection generic in the sense that it can be used by any model. More... | |
Namespaces | |
namespace | Dumux |
Enumerations | |
enum class | Dumux::NusseltFormulation { Dumux::dittusBoelter , Dumux::WakaoKaguei , Dumux::VDI } |
A container for possible values of the property for selecting which Nusselt parametrization to choose. The actual value is set via the property NusseltFormulation. More... | |
enum class | Dumux::SherwoodFormulation { Dumux::WakaoKaguei } |
A container for possible values of the property for selecting which Sherwood parametrization to choose. The actual value is set via the property SherwoodFormulation. More... | |