mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Completed the CDARCHY constant table
This commit is contained in:
parent
edd7a671d9
commit
b61d582112
@ -1498,10 +1498,19 @@ double RimReservoirCellResultsStorage::darchysValue()
|
|||||||
{
|
{
|
||||||
darchy = 0.001127;
|
darchy = 0.001127;
|
||||||
}
|
}
|
||||||
|
else if (unitsType == RigCaseData::UNITS_METRIC)
|
||||||
|
{
|
||||||
|
darchy = 0.008527;
|
||||||
|
}
|
||||||
else if (unitsType == RigCaseData::UNITS_LAB)
|
else if (unitsType == RigCaseData::UNITS_LAB)
|
||||||
{
|
{
|
||||||
darchy = 3.6;
|
darchy = 3.6;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
darchy = 0.00864; // Assuming (PVT - M)
|
||||||
|
CVF_TIGHT_ASSERT(false); // The enum and doc does not state that the PVT-M actually exists, so to trap this in debug
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return darchy;
|
return darchy;
|
||||||
|
Loading…
Reference in New Issue
Block a user