3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
problem.hh File Reference

Navier-Stokes problem base class. More...

#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>

Go to the source code of this file.

Description

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

Typedefs

template<class TypeTag>
using Dumux::NavierStokesParentProblem
 The actual NavierStokesParentProblem.