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

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
parent 187c9577
No related branches found
No related tags found
No related merge requests found
...@@ -184,6 +184,7 @@ public: ...@@ -184,6 +184,7 @@ public:
pressure); pressure);
} }
else { else {
#warning "TODO: Viscosity of gas phase does not depend on composition!"
return N2::gasViscosity(temperature, return N2::gasViscosity(temperature,
pressure); pressure);
/* Wilke method. See: /* Wilke method. See:
......
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