24#ifndef DUMUX_FREEFLOW_SPATIAL_PARAMS_HH
25#define DUMUX_FREEFLOW_SPATIAL_PARAMS_HH
35template<
class Gr
idGeometry,
class Scalar,
class Implementation>
51template<
class Gr
idGeometry,
class Scalar>
53:
public FreeFlowSpatialParams<GridGeometry, Scalar, FreeFlowDefaultSpatialParams<GridGeometry, Scalar>>
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
The base class for spatial parameters used with finite-volume schemes.
Definition: common/fvspatialparams.hh:46
const GridGeometry & gridGeometry() const
The finite volume grid geometry.
Definition: common/fvspatialparams.hh:142
Definition of the spatial parameters for the freeflow problems.
Definition: freeflow/spatialparams.hh:38
FreeFlowSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition: freeflow/spatialparams.hh:42
Definition of the spatial parameters for the freeflow problems.
Definition: freeflow/spatialparams.hh:54
Basic spatial parameters to be used with finite-volume schemes.