This class contains different functions for estimating turbulence properties.
More...
template<class Scalar, unsigned dim, bool verbose = false>
class Dumux::TurbulenceProperties< Scalar, dim, verbose >
This class contains different functions for estimating turbulence properties.
|
Scalar | yPlusEstimation (const Scalar velocity, const Dune::FieldVector< Scalar, dim > position, const Scalar kinematicViscosity, const Scalar density, int yCoordDim=dim-1, bool print=verbose) const |
| Estimates dimensionless wall distance \( y^+ \) based on a formula given in http://www.cfd-online.com/Wiki/Y_plus_wall_distance_estimation. More...
|
|
Scalar | entranceLength (const Scalar velocity, const Scalar diameter, const Scalar kinematicViscosity, bool print=verbose) const |
| Estimates the entrance length for this pipe. More...
|
|
Scalar | reynoldsNumber (const Scalar velocity, const Scalar charLengthScale, const Scalar kinematicViscosity, bool print=verbose) const |
| Calculates the Reynolds number. More...
|
|
Scalar | turbulenceIntensity (const Scalar reynoldsNumber, bool print=verbose) const |
| Estimates the turbulence intensity based on a formula given in the ANSYS Fluent user guide [7]. More...
|
|
Scalar | turbulenceLengthScale (const Scalar charLengthScale, bool print=verbose) const |
| Estimates the turbulence length scale based on a formula given in the ANSYS Fluent user guide [7]. More...
|
|
Scalar | turbulentKineticEnergy (const Scalar velocity, const Scalar diameter, const Scalar kinematicViscosity, bool print=verbose) const |
| Estimates the turbulent kinetic energy based on a formula given in the ANSYS Fluent user guide [7]. More...
|
|
Scalar | dissipation (const Scalar velocity, const Scalar diameter, const Scalar kinematicViscosity, bool print=verbose) const |
| Estimates the dissipation based on a formula given in the ANSYS Fluent user guide [7]. More...
|
|
Scalar | dissipationRate (const Scalar velocity, const Scalar diameter, const Scalar kinematicViscosity, bool print=verbose) const |
| Estimates the dissipation rate based on a formula given in the ANSYS Fluent user guide [7]. More...
|
|
Scalar | viscosityTilde (const Scalar velocity, const Scalar diameter, const Scalar kinematicViscosity, bool print=verbose) const |
| Estimates the viscosity tilde based on a formula given in in the ANSYS Fluent user guide [7]. More...
|
|