#include <dune/common/exceptions.hh>
#include <dune/common/typetraits.hh>
#include <dumux/common/numeqvector.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/fvproblemwithspatialparams.hh>
#include <dumux/discretization/method.hh>
Go to the source code of this file.
Navier-Stokes problem class.
Inherit from this problem to implement Navier-Stokes problems
Classes | |
class | Dumux::NavierStokesMassProblemImpl< TypeTag, DiscretizationMethod > |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Typedefs | |
template<class TypeTag > | |
using | Dumux::NavierStokesMassProblem = NavierStokesMassProblemImpl< TypeTag, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod > |
Navier-Stokes mass problem class. More... | |