13#ifndef DUMUX_POROUSMEDIUMFLOW_RICHARDS_BALANCE_EQUATION_OPTIONS_HH
14#define DUMUX_POROUSMEDIUMFLOW_RICHARDS_BALANCE_EQUATION_OPTIONS_HH
23template <
class Flu
idSystem>
32 {
return phaseIdx == FluidSystem::phase0Idx; }
Traits class to set options used by the local residual when when evaluating the balance equations.
Definition: porousmediumflow/richards/balanceequationopts.hh:25
static constexpr bool mainComponentIsBalanced(int phaseIdx)
Definition: porousmediumflow/richards/balanceequationopts.hh:31