3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Typedefs
freeflow/navierstokes/problem.hh File Reference
#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 = typename NavierStokesParentProblemImpl< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod >::type
 The actual NavierStokesParentProblem. More...
 
Include dependency graph for freeflow/navierstokes/problem.hh: