Skip to content
Snippets Groups Projects
Commit da409b0a authored by Andreas Lauser's avatar Andreas Lauser
Browse files

resubmit documentation deleted in r6896 and copied further details from h20-air

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7085 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 208b097c
No related branches found
No related tags found
No related merge requests found
...@@ -284,6 +284,12 @@ public: ...@@ -284,6 +284,12 @@ public:
/*! /*!
* \brief Calculate the density [kg/m^3] of a fluid phase * \brief Calculate the density [kg/m^3] of a fluid phase
* *
* If useComplexRelations == true, we apply
* Formula (2.6) from S.O.Ochs:
* "Development of a multiphase multicomponent
* model for PEMFC - Technical report: IRTG-NUPUS",
* University of Stuttgart, 2008
*
* \param fluidState An abitrary fluid state * \param fluidState An abitrary fluid state
* \param phaseIdx The index of the fluid phase to consider * \param phaseIdx The index of the fluid phase to consider
*/ */
...@@ -308,7 +314,6 @@ public: ...@@ -308,7 +314,6 @@ public:
else else
{ {
// See: Ochs 2008 // See: Ochs 2008
// \todo: proper citation
Scalar rholH2O = H2O::liquidDensity(T, p); Scalar rholH2O = H2O::liquidDensity(T, p);
Scalar clH2O = rholH2O/H2O::molarMass(); Scalar clH2O = rholH2O/H2O::molarMass();
......
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