Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointCalculationInput.cs
===================================================================
diff -u -r22ad308890d0ae52cc989b25d2f326973357bb93 -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointCalculationInput.cs (.../StructuresStabilityPointCalculationInput.cs) (revision 22ad308890d0ae52cc989b25d2f326973357bb93)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointCalculationInput.cs (.../StructuresStabilityPointCalculationInput.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -77,7 +77,7 @@
private readonly double evaluationLevel;
private readonly double modelFactorLoadEffectMean;
private readonly double modelFactorLoadEffectStandardDeviation;
- private readonly double waveRatioMaxHMean;
+ private readonly double waveRatioMaxHN;
private readonly double waveRatioMaxHStandardDeviation;
private readonly double verticalDistance;
private readonly double modificationFactorWavesSlowlyVaryingPressureComponent;
@@ -136,7 +136,7 @@
/// The evaluation level.
/// The mean of the model factor load effect.
/// The standard deviation of the model factor load effect.
- /// The mean of the wave ratio max h.
+ /// The N of the wave ratio max h.
/// The standard deviation of the wave ratio max h.
/// The vertical distance.
/// The modification factor waves slowly-varying pressure component.
@@ -172,7 +172,7 @@
double bermWidthMean, double bermWidthStandardDeviation,
double evaluationLevel,
double modelFactorLoadEffectMean, double modelFactorLoadEffectStandardDeviation,
- double waveRatioMaxHMean, double waveRatioMaxHStandardDeviation,
+ double waveRatioMaxHN, double waveRatioMaxHStandardDeviation,
double verticalDistance,
double modificationFactorWavesSlowlyVaryingPressureComponent,
double modificationFactorDynamicOrImpulsivePressureComponent)
@@ -227,7 +227,7 @@
this.evaluationLevel = evaluationLevel;
this.modelFactorLoadEffectMean = modelFactorLoadEffectMean;
this.modelFactorLoadEffectStandardDeviation = modelFactorLoadEffectStandardDeviation;
- this.waveRatioMaxHMean = waveRatioMaxHMean;
+ this.waveRatioMaxHN = waveRatioMaxHN;
this.waveRatioMaxHStandardDeviation = waveRatioMaxHStandardDeviation;
this.verticalDistance = verticalDistance;
this.modificationFactorWavesSlowlyVaryingPressureComponent = modificationFactorWavesSlowlyVaryingPressureComponent;
@@ -338,7 +338,7 @@
HydraRingDeviationType.Standard, modelFactorLoadEffectMean,
modelFactorLoadEffectStandardDeviation, double.NaN);
yield return new HydraRingVariable(133, HydraRingDistributionType.RayleighN, double.NaN,
- HydraRingDeviationType.Standard, waveRatioMaxHMean,
+ HydraRingDeviationType.Standard, waveRatioMaxHN,
waveRatioMaxHStandardDeviation, double.NaN);
yield return new HydraRingVariable(134, HydraRingDistributionType.Deterministic, verticalDistance,
HydraRingDeviationType.Standard, double.NaN, double.NaN, double.NaN);
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointFloodedCulvertLinearCalculationInput.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointFloodedCulvertLinearCalculationInput.cs (.../StructuresStabilityPointFloodedCulvertLinearCalculationInput.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointFloodedCulvertLinearCalculationInput.cs (.../StructuresStabilityPointFloodedCulvertLinearCalculationInput.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -91,7 +91,7 @@
/// The evaluation level.
/// The mean of the model factor load effect.
/// The standard deviation of the model factor load effect.
- /// The mean of the wave ratio max h.
+ /// The N of the wave ratio max h.
/// The standard deviation of the wave ratio max h.
/// The vertical distance.
/// The modification factor waves slowly-varying pressure component.
@@ -135,7 +135,7 @@
double bermWidthMean, double bermWidthStandardDeviation,
double evaluationLevel,
double modelFactorLoadEffectMean, double modelFactorLoadEffectStandardDeviation,
- double waveRatioMaxHMean, double waveRatioMaxHStandardDeviation,
+ double waveRatioMaxHN, double waveRatioMaxHStandardDeviation,
double verticalDistance,
double modificationFactorWavesSlowlyVaryingPressureComponent,
double modificationFactorDynamicOrImpulsivePressureComponent,
@@ -173,7 +173,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent)
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointFloodedCulvertQuadraticCalculationInput.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointFloodedCulvertQuadraticCalculationInput.cs (.../StructuresStabilityPointFloodedCulvertQuadraticCalculationInput.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointFloodedCulvertQuadraticCalculationInput.cs (.../StructuresStabilityPointFloodedCulvertQuadraticCalculationInput.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -91,7 +91,7 @@
/// The evaluation level.
/// The mean of the model factor load effect.
/// The standard deviation of the model factor load effect.
- /// The mean of the wave ratio max h.
+ /// The N of the wave ratio max h.
/// The standard deviation of the wave ratio max h.
/// The vertical distance.
/// The modification factor waves slowly-varying pressure component.
@@ -135,7 +135,7 @@
double bermWidthMean, double bermWidthStandardDeviation,
double evaluationLevel,
double modelFactorLoadEffectMean, double modelFactorLoadEffectStandardDeviation,
- double waveRatioMaxHMean, double waveRatioMaxHStandardDeviation,
+ double waveRatioMaxHN, double waveRatioMaxHStandardDeviation,
double verticalDistance,
double modificationFactorWavesSlowlyVaryingPressureComponent,
double modificationFactorDynamicOrImpulsivePressureComponent,
@@ -173,7 +173,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent)
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointLowSillLinearCalculationInput.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointLowSillLinearCalculationInput.cs (.../StructuresStabilityPointLowSillLinearCalculationInput.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointLowSillLinearCalculationInput.cs (.../StructuresStabilityPointLowSillLinearCalculationInput.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -91,7 +91,7 @@
/// The evaluation level.
/// The mean of the model factor load effect.
/// The standard deviation of the model factor load effect.
- /// The mean of the wave ratio max h.
+ /// The N of the wave ratio max h.
/// The standard deviation of the wave ratio max h.
/// The vertical distance.
/// The modification factor waves slowly-varying pressure component.
@@ -135,7 +135,7 @@
double bermWidthMean, double bermWidthStandardDeviation,
double evaluationLevel,
double modelFactorLoadEffectMean, double modelFactorLoadEffectStandardDeviation,
- double waveRatioMaxHMean, double waveRatioMaxHStandardDeviation,
+ double waveRatioMaxHN, double waveRatioMaxHStandardDeviation,
double verticalDistance,
double modificationFactorWavesSlowlyVaryingPressureComponent,
double modificationFactorDynamicOrImpulsivePressureComponent,
@@ -173,7 +173,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent)
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointLowSillQuadraticCalculationInput.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointLowSillQuadraticCalculationInput.cs (.../StructuresStabilityPointLowSillQuadraticCalculationInput.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointLowSillQuadraticCalculationInput.cs (.../StructuresStabilityPointLowSillQuadraticCalculationInput.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -91,7 +91,7 @@
/// The evaluation level.
/// The mean of the model factor load effect.
/// The standard deviation of the model factor load effect.
- /// The mean of the wave ratio max h.
+ /// The N of the wave ratio max h.
/// The standard deviation of the wave ratio max h.
/// The vertical distance.
/// The modification factor waves slowly-varying pressure component.
@@ -135,7 +135,7 @@
double bermWidthMean, double bermWidthStandardDeviation,
double evaluationLevel,
double modelFactorLoadEffectMean, double modelFactorLoadEffectStandardDeviation,
- double waveRatioMaxHMean, double waveRatioMaxHStandardDeviation,
+ double waveRatioMaxHN, double waveRatioMaxHStandardDeviation,
double verticalDistance,
double modificationFactorWavesSlowlyVaryingPressureComponent,
double modificationFactorDynamicOrImpulsivePressureComponent,
@@ -173,7 +173,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent)
Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointCalculationInputTest.cs
===================================================================
diff -u -r22ad308890d0ae52cc989b25d2f326973357bb93 -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointCalculationInputTest.cs (.../StructuresStabilityPointCalculationInputTest.cs) (revision 22ad308890d0ae52cc989b25d2f326973357bb93)
+++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointCalculationInputTest.cs (.../StructuresStabilityPointCalculationInputTest.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -88,7 +88,7 @@
const double evaluationLevel = 44.4;
const double modelFactorLoadEffectMean = 45.5;
const double modelFactorLoadEffectStandardDeviation = 46.6;
- const double waveRatioMaxHMean = 47.7;
+ const double waveRatioMaxHN = 47.7;
const double waveRatioMaxHStandardDeviation = 48.8;
const double verticalDistance = 49.9;
const double modificationFactorWavesSlowlyVaryingPressureComponent = 50.0;
@@ -125,7 +125,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent);
@@ -211,7 +211,7 @@
double bermWidthMean, double bermWidthStandardDeviation,
double evaluationLevel,
double modelFactorLoadEffectMean, double modelFactorLoadEffectStandardDeviation,
- double waveRatioMaxHMean, double waveRatioMaxHStandardDeviation,
+ double waveRatioMaxHN, double waveRatioMaxHStandardDeviation,
double verticalDistance,
double modificationFactorWavesSlowlyVaryingPressureComponent,
double modificationFactorDynamicOrImpulsivePressureComponent)
@@ -245,7 +245,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent) {}
Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointFloodedCulvertLinearCalculationInputTest.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointFloodedCulvertLinearCalculationInputTest.cs (.../StructuresStabilityPointFloodedCulvertLinearCalculationInputTest.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointFloodedCulvertLinearCalculationInputTest.cs (.../StructuresStabilityPointFloodedCulvertLinearCalculationInputTest.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -86,7 +86,7 @@
const double evaluationLevel = 44.4;
const double modelFactorLoadEffectMean = 45.5;
const double modelFactorLoadEffectStandardDeviation = 46.6;
- const double waveRatioMaxHMean = 47.7;
+ const double waveRatioMaxHN = 47.7;
const double waveRatioMaxHStandardDeviation = 48.8;
const double verticalDistance = 49.9;
const double modificationFactorWavesSlowlyVaryingPressureComponent = 50.0;
@@ -131,7 +131,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent,
Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointFloodedCulvertQuadraticCalculationInputTest.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointFloodedCulvertQuadraticCalculationInputTest.cs (.../StructuresStabilityPointFloodedCulvertQuadraticCalculationInputTest.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointFloodedCulvertQuadraticCalculationInputTest.cs (.../StructuresStabilityPointFloodedCulvertQuadraticCalculationInputTest.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -86,7 +86,7 @@
const double evaluationLevel = 44.4;
const double modelFactorLoadEffectMean = 45.5;
const double modelFactorLoadEffectStandardDeviation = 46.6;
- const double waveRatioMaxHMean = 47.7;
+ const double waveRatioMaxHN = 47.7;
const double waveRatioMaxHStandardDeviation = 48.8;
const double verticalDistance = 49.9;
const double modificationFactorWavesSlowlyVaryingPressureComponent = 50.0;
@@ -131,7 +131,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent,
Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointLowSillLinearCalculationInputTest.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointLowSillLinearCalculationInputTest.cs (.../StructuresStabilityPointLowSillLinearCalculationInputTest.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointLowSillLinearCalculationInputTest.cs (.../StructuresStabilityPointLowSillLinearCalculationInputTest.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -86,7 +86,7 @@
const double evaluationLevel = 44.4;
const double modelFactorLoadEffectMean = 45.5;
const double modelFactorLoadEffectStandardDeviation = 46.6;
- const double waveRatioMaxHMean = 47.7;
+ const double waveRatioMaxHN = 47.7;
const double waveRatioMaxHStandardDeviation = 48.8;
const double verticalDistance = 49.9;
const double modificationFactorWavesSlowlyVaryingPressureComponent = 50.0;
@@ -131,7 +131,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent,
Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointLowSillQuadraticCalculationInputTest.cs
===================================================================
diff -u -rf20e9ff5ca88c6668087d24a798a4a2bf027119a -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointLowSillQuadraticCalculationInputTest.cs (.../StructuresStabilityPointLowSillQuadraticCalculationInputTest.cs) (revision f20e9ff5ca88c6668087d24a798a4a2bf027119a)
+++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresStabilityPointLowSillQuadraticCalculationInputTest.cs (.../StructuresStabilityPointLowSillQuadraticCalculationInputTest.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -86,7 +86,7 @@
const double evaluationLevel = 44.4;
const double modelFactorLoadEffectMean = 45.5;
const double modelFactorLoadEffectStandardDeviation = 46.6;
- const double waveRatioMaxHMean = 47.7;
+ const double waveRatioMaxHN = 47.7;
const double waveRatioMaxHStandardDeviation = 48.8;
const double verticalDistance = 49.9;
const double modificationFactorWavesSlowlyVaryingPressureComponent = 50.0;
@@ -131,7 +131,7 @@
bermWidthMean, bermWidthStandardDeviation,
evaluationLevel,
modelFactorLoadEffectMean, modelFactorLoadEffectStandardDeviation,
- waveRatioMaxHMean, waveRatioMaxHStandardDeviation,
+ waveRatioMaxHN, waveRatioMaxHStandardDeviation,
verticalDistance,
modificationFactorWavesSlowlyVaryingPressureComponent,
modificationFactorDynamicOrImpulsivePressureComponent,
Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs
===================================================================
diff -u -r3278e4cb99acc2d6271a069bd2ba732669fad574 -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision 3278e4cb99acc2d6271a069bd2ba732669fad574)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -70,7 +70,7 @@
ModificationFactorWavesSlowlyVaryingPressureComponent = new RoundedDouble(1, 1);
ModificationFactorDynamicOrImpulsivePressureComponent = new RoundedDouble(1, 1);
- WaveRatioMaxHMean = new RoundedDouble(2, 5000);
+ WaveRatioMaxHN = new RoundedDouble(2, 5000);
WaveRatioMaxHStandardDeviation = new RoundedDouble(2, 0.5);
}
@@ -144,10 +144,11 @@
#endregion
#region Rayleigh-N properties
+
///
- /// Gets the mean of the Rayleigh-N distribution for wave ratio max H.
+ /// Gets the N of the Rayleigh-N distribution for wave ratio max H.
///
- public RoundedDouble WaveRatioMaxHMean { get; private set; }
+ public RoundedDouble WaveRatioMaxHN { get; private set; }
///
/// Gets the standard deviation of the Rayleigh-N distribution for wave ratio max H.
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/GeneralStabilityPointStructuresInputTest.cs
===================================================================
diff -u -r3278e4cb99acc2d6271a069bd2ba732669fad574 -r200b418bcf28a2daad8dae6fdf7500bb1ea26627
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/GeneralStabilityPointStructuresInputTest.cs (.../GeneralStabilityPointStructuresInputTest.cs) (revision 3278e4cb99acc2d6271a069bd2ba732669fad574)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/GeneralStabilityPointStructuresInputTest.cs (.../GeneralStabilityPointStructuresInputTest.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627)
@@ -68,8 +68,8 @@
Assert.AreEqual(1, inputParameters.ModificationFactorDynamicOrImpulsivePressureComponent.NumberOfDecimalPlaces);
Assert.AreEqual(1, inputParameters.ModificationFactorDynamicOrImpulsivePressureComponent, inputParameters.ModificationFactorDynamicOrImpulsivePressureComponent.GetAccuracy());
- Assert.AreEqual(2, inputParameters.WaveRatioMaxHMean.NumberOfDecimalPlaces);
- Assert.AreEqual(5000, inputParameters.WaveRatioMaxHMean, inputParameters.WaveRatioMaxHMean.GetAccuracy());
+ Assert.AreEqual(2, inputParameters.WaveRatioMaxHN.NumberOfDecimalPlaces);
+ Assert.AreEqual(5000, inputParameters.WaveRatioMaxHN, inputParameters.WaveRatioMaxHN.GetAccuracy());
Assert.AreEqual(2, inputParameters.WaveRatioMaxHStandardDeviation.NumberOfDecimalPlaces);
Assert.AreEqual(0.5, inputParameters.WaveRatioMaxHStandardDeviation, inputParameters.WaveRatioMaxHStandardDeviation.GetAccuracy());