#4136 Export of Flow Characteristics : Rename

This commit is contained in:
Magne Sjaastad
2019-06-23 15:12:33 +02:00
parent 5067c6ce9c
commit 79df075fe4
3 changed files with 8 additions and 8 deletions

View File

@@ -638,9 +638,9 @@ RigFlowDiagSolverInterface::FlowCharacteristicsResultFrame RigFlowDiagSolverInte
poreVolume,
max_pv_fraction);
result.m_flowCapStorageCapCurve = flowCapStorCapCurve;
result.m_storageCapFlowCapCurve = flowCapStorCapCurve;
result.m_lorenzCoefficient = lorenzCoefficient(flowCapStorCapCurve);
result.m_sweepEfficiencyCurve = sweepEfficiency(flowCapStorCapCurve);
result.m_dimensionlessTimeSweepEfficiencyCurve = sweepEfficiency(flowCapStorCapCurve);
}
catch (const std::exception& e)
{