Skip to content
Snippets Groups Projects
Commit e371876c authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[ doxygen ]

adapted detailed description of the models


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10235 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 207a8991
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ namespace Dumux {
* Energy balance equation:
* \f[
\frac{\partial (\varrho_g u_g)}{\partial t}
+ \boldsymbol{\nabla} \boldsymbol{\cdot} \varrho_g h_g {\boldsymbol{v}}_g
- \lambda_g \boldsymbol{\nabla} T - q_T = 0
+ \boldsymbol{\nabla} \left( \boldsymbol{\cdot} \varrho_g h_g {\boldsymbol{v}}_g
- \lambda_g \boldsymbol{\nabla} T \right) - q_T = 0
* \f]
*
* This is discretized using a fully-coupled vertex
......
......@@ -34,6 +34,7 @@ namespace Dumux
/*!
* \ingroup CO2Model
* \brief Adaption of the BOX or CC scheme to the non-isothermal two-phase two-component flow model.
*
* See TwoPTwoCModel for reference to the equations used.
* The CO2 model is derived from the 2p2c model. In the CO2 model the phase switch criterion
* is different from the 2p2c model.
......
......@@ -33,6 +33,7 @@ namespace Dumux {
/*!
* \ingroup CO2NIModel
* \brief Adaption of the BOX or CC scheme to the non-isothermal two-phase two-component flow model.
*
* See TwoPTwoCNI model for reference to the equations.
* The CO2NI model is derived from the CO2 model. In the CO2 model the phase switch criterion
* is different from the 2p2c model.
......
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