From ecb70e16ec14597b4c9320baf938500a9fd2c5c5 Mon Sep 17 00:00:00 2001 From: Klaus Mosthaf <klmos@env.dtu.dk> Date: Mon, 20 Jun 2011 15:33:11 +0000 Subject: [PATCH] added warning in h2o-n2 fluidsystem: Gas phase viscosity does not depend on composition so far git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6030 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/fluidsystems/h2o_n2_system.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/material/fluidsystems/h2o_n2_system.hh b/dumux/material/fluidsystems/h2o_n2_system.hh index 4329d2ae96..9ee3433766 100644 --- a/dumux/material/fluidsystems/h2o_n2_system.hh +++ b/dumux/material/fluidsystems/h2o_n2_system.hh @@ -184,6 +184,7 @@ public: pressure); } else { +#warning "TODO: Viscosity of gas phase does not depend on composition!" return N2::gasViscosity(temperature, pressure); /* Wilke method. See: -- GitLab