#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/staggered/elementsolution.hh>
#include <dumux/discretization/method.hh>
#include <dumux/freeflow/navierstokes/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 |
Typedefs | |
template<class TypeTag > | |
using | Dumux::RANSProblem = RANSProblemImpl< TypeTag, GetPropType< TypeTag, Properties::ModelTraits >::turbulenceModel()> |
the turbulence-model-specfic RANS problem More... | |