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

Small correction of the docu

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12032 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 8430cf9c
No related branches found
No related tags found
No related merge requests found
......@@ -127,20 +127,18 @@ public:
}
/*!
* \brief Returns the mass fraction of a given component in a
* given phase within the control volume.
* \brief Returns the mass fraction of a given component in the
* given fluid phase within the control volume.
*
* \param phaseIdx The phase index
* \param compIdx The component index
*/
Scalar massFraction(const int compIdx) const
{ return this->fluidState_.massFraction(phaseIdx, compIdx); }
/*!
* \brief Returns the mass fraction of a given component in a
* given phase within the control volume.
* \brief Returns the mass fraction of a given component in the
* given fluid phase within the control volume.
*
* \param phaseIdx The phase index
* \param compIdx The component index
*/
Scalar moleFraction(const int compIdx) const
......
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