From 1a37ffac6417ed64e38b49d9795afd7e910620a1 Mon Sep 17 00:00:00 2001 From: Klaus Mosthaf <klmos@env.dtu.dk> Date: Thu, 28 Nov 2013 09:12:40 +0000 Subject: [PATCH] added comment about the validity range of the saturated vapor pressure curve according to IAPWS git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12088 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/components/iapws/region4.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dumux/material/components/iapws/region4.hh b/dumux/material/components/iapws/region4.hh index 6f8fee6073..236eb6a787 100644 --- a/dumux/material/components/iapws/region4.hh +++ b/dumux/material/components/iapws/region4.hh @@ -63,7 +63,8 @@ public: * *\param temperature temperature of component in \f$\mathrm{[K]}\f$ * - * The saturation pressure is often also called vapor pressure. + * The saturation pressure is often also called vapor pressure. This formulation is valid + * for a temperature range between 273.15 K and 647.096 K (critical temperature). */ static Scalar saturationPressure(Scalar temperature) { -- GitLab