From cac1282c536c9821098866547c1975fbff4378a6 Mon Sep 17 00:00:00 2001 From: Maziar Veyskarami <maziar.veyskarami@iws.uni-stuttgart.de> Date: Wed, 27 Mar 2024 11:10:00 +0100 Subject: [PATCH] [bugfix][nonequilibrium] add problem as an input to the interface of computeStorage to be combatibale with the new implementation --- dumux/porousmediumflow/nonequilibrium/localresidual.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/porousmediumflow/nonequilibrium/localresidual.hh b/dumux/porousmediumflow/nonequilibrium/localresidual.hh index ddf40be671..d60de847e2 100644 --- a/dumux/porousmediumflow/nonequilibrium/localresidual.hh +++ b/dumux/porousmediumflow/nonequilibrium/localresidual.hh @@ -157,7 +157,7 @@ public: * volVars.moleFraction(phaseIdx, compIdx); } //! The energy storage in the fluid phase with index phaseIdx - EnergyLocalResidual::fluidPhaseStorage(storage, scv, volVars, phaseIdx); + EnergyLocalResidual::fluidPhaseStorage(storage, problem, scv, volVars, phaseIdx); } //! The energy storage in the solid matrix EnergyLocalResidual::solidPhaseStorage(storage, scv, volVars); -- GitLab