adding helper fuction to calculate frictional pressure loss

not tested yet.
This commit is contained in:
Kai Bao
2017-09-27 18:16:45 +02:00
parent f4f26395f6
commit 391abcec7f
2 changed files with 75 additions and 0 deletions

View File

@@ -333,7 +333,17 @@ namespace Opm
double scalingFactor(const int comp_idx) const;
// TODO: the value should not be hard-coded, while has not found a correct way to handle it
double cf() const
{
return 2.679e-15;
}
double cr() const
{
return 0.01158;
}
};
}