structUseMoles<TypeTag,TTag::NavierStokesNC>{staticconstexprboolvalue=false;};//!< Defines whether molar (true) or mass (false) density is used
SET_INT_PROP(NavierStokesNC,ReplaceCompEqIdx,0);//<! Set the ReplaceCompEqIdx to 0 by default
template<classTypeTag>
structReplaceCompEqIdx<TypeTag,TTag::NavierStokesNC>{staticconstexprintvalue=0;};//<! Set the ReplaceCompEqIdx to 0 by default
template<classTypeTag>
structNormalizePressure<TypeTag,TTag::NavierStokesNC>{staticconstexprboolvalue=true;};//!< Normalize the pressure term in the momentum balance by default
SET_TYPE_PROP(TwoPNC,LocalResidual,CompositionalLocalResidual<TypeTag>);//!< Use the compositional local residual
SET_INT_PROP(TwoPNC,ReplaceCompEqIdx,GetPropType<TypeTag,Properties::FluidSystem>::numComponents);//!< Per default, no component mass balance is replaced
template<classTypeTag>
structReplaceCompEqIdx<TypeTag,TTag::TwoPNC>{staticconstexprintvalue=GetPropType<TypeTag,Properties::FluidSystem>::numComponents;};//!< Per default, no component mass balance is replaced
//! Default formulation is pw-Sn, overwrite if necessary