Skip to content
Snippets Groups Projects
Commit 7d9532a4 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

corrected typo and improved documentation

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8979 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a275d2fb
No related branches found
No related tags found
No related merge requests found
...@@ -355,6 +355,6 @@ protected: ...@@ -355,6 +355,6 @@ protected:
int faceIdx_; int faceIdx_;
}; };
} // end namepace } // end namespace
#endif #endif
...@@ -99,7 +99,7 @@ public: ...@@ -99,7 +99,7 @@ public:
/*! /*!
* \brief The average molar mass of a fluid phase [kg/mol] * \brief The average molar mass of a fluid phase [kg/mol]
* *
* The average mass is the mean molar mass of a molecule of the * The average molar mass is the mean mass of a mole of the
* fluid at current composition. It is defined as the sum of the * fluid at current composition. It is defined as the sum of the
* component's molar masses weighted by the current mole fraction: * component's molar masses weighted by the current mole fraction:
* \f[ \bar M_\alpha = \sum_\kappa M^\kappa x_\alpha^\kappa \f] * \f[ \bar M_\alpha = \sum_\kappa M^\kappa x_\alpha^\kappa \f]
...@@ -264,7 +264,9 @@ public: ...@@ -264,7 +264,9 @@ public:
{ saturation_[phaseIdx] = value; } { saturation_[phaseIdx] = value; }
/*! /*!
* \brief Set the mole fraction of a component in a phase [] * \brief Set the mole fraction of a component in a phase []
* and update the average molar mass [kg/mol] according
* to the current composition of the phase
*/ */
void setMoleFraction(int phaseIdx, int compIdx, Scalar value) void setMoleFraction(int phaseIdx, int compIdx, Scalar value)
{ {
......
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