From 737363dd0e8bd63e6f18899b8d4d76806d670465 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Thu, 31 Jan 2013 08:31:10 +0000 Subject: [PATCH] cleanup up comments git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10122 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/binarycoefficients/brine_co2.hh | 3 ++- dumux/material/components/co2.hh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dumux/material/binarycoefficients/brine_co2.hh b/dumux/material/binarycoefficients/brine_co2.hh index c03fcf75f5..3f64300213 100644 --- a/dumux/material/binarycoefficients/brine_co2.hh +++ b/dumux/material/binarycoefficients/brine_co2.hh @@ -48,7 +48,8 @@ public: /*! * \brief Binary diffusion coefficent [m^2/s] of water in the CO2 phase. * - * According to "Diffusion of Water in Liquid and Supercritical Carbon Dioxide: An NMR Study",Bin Xu et al., 2002 + * According to "Diffusion of Water in Liquid and Supercritical Carbon + * Dioxide: An NMR Study", Bin Xu et al., 2002. * \param temperature the temperature [K] * \param pressure the phase pressure [Pa] */ diff --git a/dumux/material/components/co2.hh b/dumux/material/components/co2.hh index 5123a379d9..ebff5f73c4 100644 --- a/dumux/material/components/co2.hh +++ b/dumux/material/components/co2.hh @@ -255,7 +255,7 @@ public: /*! * \brief The dynamic viscosity [N/m^3*s] of CO2. * Equations given in: - Vesovic et al., 1990 - * - Fenhour etl al., 1998 + * - Fenhour et al., 1998 */ static Scalar gasViscosity(Scalar temperature, Scalar pressure) { -- GitLab