25#ifndef DUMUX_IO_DEFAULT_IO_FIELDS_HH
26#define DUMUX_IO_DEFAULT_IO_FIELDS_HH
28#include <dune/common/exceptions.hh>
39 template<
class OutputModule>
42 DUNE_THROW(Dune::NotImplemented,
"This model doesn't implement default output fields!");
45 template <
class Flu
idSystem =
void,
class Sol
idSystem =
void>
48 DUNE_THROW(Dune::NotImplemented,
"This model doesn't implement primaryVariableName!");
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Adds output fields to a given output module.
Definition: defaultiofields.hh:37
static void initOutputModule(OutputModule &out)
Definition: defaultiofields.hh:40
static std::string primaryVariableName(int pvIdx=0, int state=0)
Definition: defaultiofields.hh:46