The common indices for isothermal two-equation RANS models. More...
#include <dumux/freeflow/rans/twoeq/indices.hh>
The common indices for isothermal two-equation RANS models.
dimension | The dimension of the problem |
numComponents | The number of considered transported components |
Static Public Member Functions | |
static constexpr int | velocity (int dirIdx) |
Index of the velocity in a solution vector given a certain direction. More... | |
Static Public Attributes | |
static constexpr auto | turbulentKineticEnergyEqIdx = dimension + numComponents |
static constexpr auto | turbulentKineticEnergyIdx = turbulentKineticEnergyEqIdx |
static constexpr auto | dissipationEqIdx = turbulentKineticEnergyEqIdx + 1 |
static constexpr auto | dissipationIdx = dissipationEqIdx |
static constexpr int | dimXIdx = 0 |
Index of the x-component of a vector of size dim. More... | |
static constexpr int | dimYIdx = 1 |
Index of the y-component of a vector of size dim. More... | |
static constexpr int | dimZIdx = 2 |
Index of the z-component of a vector of size dim. More... | |
static constexpr int | conti0EqIdx = dimension |
Index of the total mass balance equation. More... | |
static constexpr int | pressureIdx = conti0EqIdx |
Index of the pressure in a solution vector. More... | |
static constexpr auto | dim = dimension |
static constexpr int | momentumXBalanceIdx = 0 |
Index of the momentum balance equation. More... | |
static constexpr int | momentumYBalanceIdx = 1 |
Index of the momentum balance equation. More... | |
static constexpr int | momentumZBalanceIdx = 2 |
Index of the momentum balance equation. More... | |
static constexpr int | velocityXIdx = 0 |
Index of the velocity in a solution vector. More... | |
static constexpr int | velocityYIdx = 1 |
Index of the velocity in a solution vector. More... | |
static constexpr int | velocityZIdx = 2 |
Index of the velocity in a solution vector. More... | |
|
inlinestaticconstexprinherited |
Index of the velocity in a solution vector given a certain direction.
dirIdx | The index of the direction. |
|
staticconstexprinherited |
Index of the total mass balance equation.
|
staticconstexprinherited |
|
staticconstexprinherited |
Index of the x-component of a vector of size dim.
|
staticconstexprinherited |
Index of the y-component of a vector of size dim.
|
staticconstexprinherited |
Index of the z-component of a vector of size dim.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexprinherited |
Index of the momentum balance equation.
|
staticconstexprinherited |
Index of the momentum balance equation.
|
staticconstexprinherited |
Index of the momentum balance equation.
|
staticconstexprinherited |
Index of the pressure in a solution vector.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexprinherited |
Index of the velocity in a solution vector.
|
staticconstexprinherited |
Index of the velocity in a solution vector.
|
staticconstexprinherited |
Index of the velocity in a solution vector.