You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which has the expected result, because when getting PORV from the FieldProperties for writing the first time, we will calculate it from PORO, NTG, MULTPV and cell volume.
But if we put PORV before MULTPV, then the multiplier will not be accounted for and the test breaks, see #4023. Due to the non-overlapping boxes this should definitely be a problem.
What if the boxes overlap or are the same? Would order matter here?
The text was updated successfully, but these errors were encountered:
We have a test PORV in FieldPropsTests.cpp with:
which has the expected result, because when getting PORV from the FieldProperties for writing the first time, we will calculate it from PORO, NTG, MULTPV and cell volume.
But if we put PORV before MULTPV, then the multiplier will not be accounted for and the test breaks, see #4023. Due to the non-overlapping boxes this should definitely be a problem.
What if the boxes overlap or are the same? Would order matter here?
The text was updated successfully, but these errors were encountered: