24#ifndef DUMUX_FREEFLOW_SHALLOW_WATER_INDICES_HH
25#define DUMUX_FREEFLOW_SHALLOW_WATER_INDICES_HH
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
The common indices for the shallow water equations model.
Definition: freeflow/shallowwater/indices.hh:35
static constexpr int dimYIdx
Index of the y-component of a vector of size dim.
Definition: freeflow/shallowwater/indices.hh:37
static constexpr int waterdepthIdx
Index of the velocity in a solution vector.
Definition: freeflow/shallowwater/indices.hh:43
static constexpr int velocityXIdx
Index of the velocity in a solution vector.
Definition: freeflow/shallowwater/indices.hh:44
static constexpr int momentumYBalanceIdx
Index of the y momentum balance equation.
Definition: freeflow/shallowwater/indices.hh:41
static constexpr int massBalanceIdx
Index of the mass balance equation.
Definition: freeflow/shallowwater/indices.hh:39
static constexpr int velocityYIdx
Index of the velocity in a solution vector.
Definition: freeflow/shallowwater/indices.hh:45
static constexpr int momentumXBalanceIdx
Index of the x momentum balance equation.
Definition: freeflow/shallowwater/indices.hh:40
static constexpr int velocityOffset
Offset for the velocity index.
Definition: freeflow/shallowwater/indices.hh:46
static constexpr int dimXIdx
Index of the x-component of a vector of size dim.
Definition: freeflow/shallowwater/indices.hh:36