Skip to content
Snippets Groups Projects
Commit bc592548 authored by Simon Emmert's avatar Simon Emmert
Browse files

[ni][doxygen] fix doxygen to work again, wrong equation style

parent 1a3b5a7c
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -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[
\f{align*}{
\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,12 +42,12 @@
\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
* phase
* phase.
*/
#ifndef DUMUX_NONISOTHERMAL_MODEL_HH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment