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

Removed some constant viscosities...

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7754 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 1e26b070
No related branches found
No related tags found
No related merge requests found
......@@ -446,7 +446,6 @@ public:
if (phaseIdx == lPhaseIdx)
{
return 0.0013;
// assume pure water for the liquid phase
// TODO: viscosity of mixture
// couldn't find a way to solve the mixture problem
......@@ -454,7 +453,6 @@ public:
}
else if (phaseIdx == gPhaseIdx)
{
return 1.8e-5;
if(!useComplexRelations){
return Air::gasViscosity(T, p);
}
......
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