#4364 Make sure the correct flow coefficient is exported for ICDs/ICVs in WSEGVALV MSW export

This commit is contained in:
Gaute Lindkvist 2019-04-26 08:28:20 +02:00
parent ea77618110
commit 2452bc3a21

View File

@ -155,7 +155,7 @@ double RimWellPathValve::flowCoefficient() const
{ {
if (m_valveTemplate()) if (m_valveTemplate())
{ {
double templateCoefficient = m_valveTemplate()->orificeDiameter(); double templateCoefficient = m_valveTemplate()->flowCoefficient();
return templateCoefficient; return templateCoefficient;
} }
return 0.0; return 0.0;