From 1d35295878853de58ea43f8bb5d2224e87c44372 Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Fri, 9 Feb 2018 09:45:29 +0100 Subject: [PATCH] [doxygen][fluidsystems] Fix erroneous formula --- dumux/material/fluidsystems/2pimmiscible.hh | 2 +- dumux/material/fluidsystems/base.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dumux/material/fluidsystems/2pimmiscible.hh b/dumux/material/fluidsystems/2pimmiscible.hh index 577b8f3ec7..9673242e13 100644 --- a/dumux/material/fluidsystems/2pimmiscible.hh +++ b/dumux/material/fluidsystems/2pimmiscible.hh @@ -290,7 +290,7 @@ public: * \brief Calculate the fugacity coefficient \f$\mathrm{[-]}\f$ of an individual * component in a fluid phase * - * The fugacity coefficient \f$\mathrm{\phi_\kappa_\alpha}\f$ is connected to the + * The fugacity coefficient \f$\mathrm{\phi^\kappa_\alpha}\f$ is connected to the * fugacity \f$\mathrm{f^\kappa_\alpha}\f$ and the component's mole * fraction \f$\mathrm{x^\kappa_\alpha}\f$ by means of the relation * diff --git a/dumux/material/fluidsystems/base.hh b/dumux/material/fluidsystems/base.hh index 1be0448426..fbd4b070eb 100644 --- a/dumux/material/fluidsystems/base.hh +++ b/dumux/material/fluidsystems/base.hh @@ -124,7 +124,7 @@ public: * \brief Calculate the fugacity coefficient \f$\mathrm{[-]}\f$ of an individual * component in a fluid phase * - * The fugacity coefficient \f$\mathrm{\phi_\kappa_\alpha}\f$ is connected to the + * The fugacity coefficient \f$\mathrm{\phi^\kappa_\alpha}\f$ is connected to the * fugacity \f$\mathrm{f^\kappa_\alpha}\f$ and the component's mole * fraction \f$\mathrm{x^\kappa_\alpha}\f$ by means of the relation * -- GitLab