staticconstexprintmomentumXBalanceIdx=momentumBalanceIdx;//!< Index of the momentum balance equation
staticconstexprintmomentumYBalanceIdx=momentumBalanceIdx+1;//!< Index of the momentum balance equation
staticconstexprintmomentumZBalanceIdx=momentumBalanceIdx+2;//!< Index of the momentum balance equation
staticconstexprintvelocityIdx=PVOffset+momentumBalanceIdx;//!< Index of the velocity in a solution vector (NOTE: This PV lives in a different vector than the pressure)
staticconstexprintvelocityIdx=momentumBalanceIdx;//!< Index of the velocity in a solution vector (NOTE: This PV lives in a different vector than the pressure)
staticconstexprintvelocityXIdx=velocityIdx;//!< Index of the velocity in a solution vector (NOTE: This PV lives in a different vector than the pressure)
staticconstexprintvelocityYIdx=velocityIdx+1;//!< Index of the velocity in a solution vector (NOTE: This PV lives in a different vector than the pressure)
staticconstexprintvelocityZIdx=velocityIdx+2;//!< Index of the velocity in a solution vector (NOTE: This PV lives in a different vector than the pressure)