Completed the CDARCHY constant table

This commit is contained in:
Jacob Støren 2014-08-28 11:35:32 +02:00
parent edd7a671d9
commit b61d582112

View File

@ -1498,10 +1498,19 @@ double RimReservoirCellResultsStorage::darchysValue()
{
darchy = 0.001127;
}
else if (unitsType == RigCaseData::UNITS_METRIC)
{
darchy = 0.008527;
}
else if (unitsType == RigCaseData::UNITS_LAB)
{
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;