12#ifndef DUMUX_NAVIERSTOKES_MOMENTUM_CVFE_INDICES_HH
13#define DUMUX_NAVIERSTOKES_MOMENTUM_CVFE_INDICES_HH
23template <
int dimension>
30 static constexpr auto dim = dimension;
The common indices for the isothermal Navier-Stokes model.
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:25
static constexpr int velocityYIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:37
static constexpr int momentumYBalanceIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:33
static constexpr int dimXIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:26
static constexpr int velocity(int dirIdx)
Index of the velocity in a solution vector given a certain direction.
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:44
static constexpr int momentumXBalanceIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:32
static constexpr auto dim
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:30
static constexpr int velocityZIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:38
static constexpr int dimZIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:28
static constexpr int momentumBalanceIdx(int dirIdx)
Index of the momentum balance equation given the direction.
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:53
static constexpr int velocityXIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:36
static constexpr int momentumZBalanceIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:34
static constexpr int dimYIdx
Definition freeflow/navierstokes/momentum/cvfe/indices.hh:27