Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs
===================================================================
diff -u -r2db4a1395f34e5251c2a73f63f36250cdf7e769f -r516d8aa614cb162c87b4ea643977500c7ac99023
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs (.../GeneralClosingStructuresInput.cs) (revision 2db4a1395f34e5251c2a73f63f36250cdf7e769f)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs (.../GeneralClosingStructuresInput.cs) (revision 516d8aa614cb162c87b4ea643977500c7ac99023)
@@ -48,17 +48,17 @@
StandardDeviation = (RoundedDouble) 0.06
};
- ModelFactorForStorageVolume = new LogNormalDistribution(2)
+ ModelFactorStorageVolume = new LogNormalDistribution(2)
{
Mean = (RoundedDouble) 1,
StandardDeviation = (RoundedDouble) 0.2
};
- ModelFactorForSubCriticalFlow = new NormalDistribution(1)
+ ModelFactorSubCriticalFlow = new NormalDistribution(1)
{
Mean = (RoundedDouble) 1,
};
- ModelFactorForSubCriticalFlow.SetStandardDeviationFromVariationCoefficient(0.1);
+ ModelFactorSubCriticalFlow.SetStandardDeviationFromVariationCoefficient(0.1);
ModelFactorInflowVolume = new RoundedDouble(2, 1);
}
@@ -117,12 +117,12 @@
///
/// Gets the model factor for storage volume.
///
- public LogNormalDistribution ModelFactorForStorageVolume { get; private set; }
+ public LogNormalDistribution ModelFactorStorageVolume { get; private set; }
///
/// Gets the model factor for sub critical flow.
///
- public NormalDistribution ModelFactorForSubCriticalFlow { get; private set; }
+ public NormalDistribution ModelFactorSubCriticalFlow { get; private set; }
///
/// Get the model factor for incoming flow volume.