#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

@@ -70,8 +70,8 @@ public:
using Curve = std::pair< std::vector<double>, std::vector<double> >;
Curve m_flowCapStorageCapCurve;
Curve m_sweepEfficiencyCurve;
Curve m_storageCapFlowCapCurve;
Curve m_dimensionlessTimeSweepEfficiencyCurve;
double m_lorenzCoefficient;
};