#include <algorithm>#include <dune/common/fmatrix.hh>#include <dumux/common/properties.hh>#include <dumux/common/staggeredfvproblem.hh>#include <dumux/discretization/localview.hh>#include <dumux/discretization/method.hh>#include <dumux/discretization/walldistance.hh>#include <dumux/discretization/staggered/elementsolution.hh>#include <dumux/freeflow/navierstokes/staggered/problem.hh>#include "model.hh"Go to the source code of this file.
the turbulence-model-specfic RANS problem
Classes | |
| class | Dumux::RANSProblemBase< TypeTag > |
| Reynolds-Averaged Navier-Stokes problem base class. More... | |
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Typedefs | |
| template<class TypeTag > | |
| using | Dumux::RANSProblem = RANSProblemImpl< TypeTag, GetPropType< TypeTag, Properties::ModelTraits >::turbulenceModel()> |
| the turbulence-model-specfic RANS problem More... | |