mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4364 Make sure the correct flow coefficient is exported for ICDs/ICVs in WSEGVALV MSW export
This commit is contained in:
parent
ea77618110
commit
2452bc3a21
@ -155,7 +155,7 @@ double RimWellPathValve::flowCoefficient() const
|
||||
{
|
||||
if (m_valveTemplate())
|
||||
{
|
||||
double templateCoefficient = m_valveTemplate()->orificeDiameter();
|
||||
double templateCoefficient = m_valveTemplate()->flowCoefficient();
|
||||
return templateCoefficient;
|
||||
}
|
||||
return 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user