From 986b6284055649ae1093ce0cc5de89f2017d9f6c Mon Sep 17 00:00:00 2001 From: Melanie Lipp <melaniel@darth.iws.uni-stuttgart.de> Date: Tue, 19 Dec 2017 14:43:15 +0100 Subject: [PATCH] [docu] tried to make the description of the nonisothermal model appear. --- dumux/porousmediumflow/nonisothermal/model.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dumux/porousmediumflow/nonisothermal/model.hh b/dumux/porousmediumflow/nonisothermal/model.hh index e7e6815526..3bf903e0fd 100644 --- a/dumux/porousmediumflow/nonisothermal/model.hh +++ b/dumux/porousmediumflow/nonisothermal/model.hh @@ -30,7 +30,7 @@ * For the energy balance, local thermal equilibrium is assumed. This * results in one energy conservation equation for the porous solid * matrix and the fluids: - \f{align*}{ +\f[ \phi \frac{\partial \sum_\alpha \varrho_\alpha u_\alpha S_\alpha}{\partial t} & + \left( 1 - \phi \right) \frac{\partial (\varrho_s c_s T)}{\partial t} @@ -42,8 +42,8 @@ \left( \textbf{grad}\,p_\alpha - \varrho_\alpha \mbox{\bf g} \right) \right\} \\ & - \text{div} \left(\lambda_{pm} \textbf{grad} \, T \right) - - q^h = 0. - \f} + - q^h = 0, + \f] * where \f$h_\alpha\f$ is the specific enthalpy of a fluid phase * \f$\alpha\f$ and \f$u_\alpha = h_\alpha - * p_\alpha/\varrho_\alpha\f$ is the specific internal energy of the -- GitLab