24#ifndef DUMUX_FREEFLOW_SHALLOW_WATER_PROBLEM_HH
25#define DUMUX_FREEFLOW_SHALLOW_WATER_PROBLEM_HH
37template<
class TypeTag>
79 {
return *spatialParams_; }
85 std::shared_ptr<SpatialParams> spatialParams_;
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
Base class for all finite-volume problems.
Definition: common/fvproblem.hh:55
const std::string & paramGroup() const
The parameter group in which to retrieve runtime parameters.
Definition: common/fvproblem.hh:544
const GridGeometry & gridGeometry() const
The finite volume grid geometry.
Definition: common/fvproblem.hh:540
Shallow water problem base class.
Definition: freeflow/shallowwater/problem.hh:39
ShallowWaterProblem(std::shared_ptr< const GridGeometry > gridGeometry, std::shared_ptr< SpatialParams > spatialParams, const std::string ¶mGroup="")
Constructor, passing the spatial parameters.
Definition: freeflow/shallowwater/problem.hh:53
GetPropType< TypeTag, Properties::SpatialParams > SpatialParams
Definition: freeflow/shallowwater/problem.hh:44
ShallowWaterProblem(std::shared_ptr< const GridGeometry > gridGeometry, const std::string ¶mGroup="")
Constructor, constructing the spatial parameters.
Definition: freeflow/shallowwater/problem.hh:66
const SpatialParams & spatialParams() const
Returns the spatial parameters object.
Definition: freeflow/shallowwater/problem.hh:78
Base class for all finite volume problems.
Declares all properties used in Dumux.
Adaption of the fully implicit scheme to the tracer transport model.