mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2456 Non-Darcy Flow : Return the one and only (unmodified) completion
This commit is contained in:
parent
b06d33c5e9
commit
dab73009e7
@ -353,14 +353,7 @@ RigCompletionData
|
|||||||
|
|
||||||
if (firstCompletion.isNonDarcyFlow())
|
if (firstCompletion.isNonDarcyFlow())
|
||||||
{
|
{
|
||||||
resultCompletion.setKh(firstCompletion.kh());
|
return firstCompletion;
|
||||||
resultCompletion.setDFactor(firstCompletion.dFactor());
|
|
||||||
|
|
||||||
resultCompletion.setCombinedValuesExplicitTrans(firstCompletion.transmissibility(), completionType);
|
|
||||||
|
|
||||||
resultCompletion.m_metadata = firstCompletion.m_metadata;
|
|
||||||
|
|
||||||
return resultCompletion;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// completion type, skin factor, well bore diameter and cell direction are taken from (first) main bore,
|
// completion type, skin factor, well bore diameter and cell direction are taken from (first) main bore,
|
||||||
|
Loading…
Reference in New Issue
Block a user