#include <dune/common/deprecated.hh>
#include <dune/common/exceptions.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/staggeredfvproblem.hh>
#include <dumux/discretization/method.hh>
#include "model.hh"
Go to the source code of this file.
Navier-Stokes problem base class.
This implements gravity (if desired) and a function returning the temperature. Includes a specialized method used only by the staggered grid discretization.
Classes | |
struct | Dumux::NavierStokesParentProblemImpl< TypeTag, DiscretizationMethod::staggered > |
class | Dumux::NavierStokesProblem< TypeTag > |
Navier-Stokes problem base class. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Typedefs | |
template<class TypeTag > | |
using | Dumux::NavierStokesParentProblem = typename NavierStokesParentProblemImpl< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod >::type |
The actual NavierStokesParentProblem. More... | |