mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding helper fuction to calculate frictional pressure loss
not tested yet.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user