mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-09 23:53:04 -06:00
#3569 Fix bug with Pressure Dep method 4 (fracture well dP over max initial draw down)
This commit is contained in:
parent
6d55b5d242
commit
6628b9d734
@ -379,7 +379,7 @@ std::vector<RigCompletionData> RicExportFractureCompletionsImpl::generateCompdat
|
||||
currentWellPressure,
|
||||
*initialMatrixPressures,
|
||||
*currentMatrixPressures,
|
||||
currentPressureDropScaling == MATRIX_TO_FRACTURE_DP_OVER_MAX_INITIAL_DP);
|
||||
currentPressureDropScaling == MATRIX_TO_WELL_DP_OVER_MAX_INITIAL_DP);
|
||||
// 2: Calculate new external transmissibilities
|
||||
scaledCondenser.calculateCondensedTransmissibilities();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user