mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add condictivity conversion method
From pre-proto branch, to delete it there. Unused for now
This commit is contained in:
@@ -43,5 +43,8 @@ public:
|
||||
static double inchToMeter(double inch) { return (inch / 12)*meterPerFeet(); }
|
||||
|
||||
static double darcysConstant(UnitSystem unitSystem);
|
||||
|
||||
static double convertConductivtyValue(double Kw, UnitSystem fromUnit, UnitSystem toUnit);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user