Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs
===================================================================
diff -u -r848cefd5bfad58ba8c4456d5ee70e7ef4e3d9b4f -r00618d676d24ab85c8abdba42c5cf1272a6045ac
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision 848cefd5bfad58ba8c4456d5ee70e7ef4e3d9b4f)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision 00618d676d24ab85c8abdba42c5cf1272a6045ac)
@@ -85,5 +85,35 @@
/// Gets or sets the stochast configuration for the inside water level of the structure.
///
public MeanStandardDeviationStochastConfiguration InsideWaterLevel { get; set; }
+
+ ///
+ /// Gets or sets the stochast configuration for the inside water level failure construction of the structure.
+ ///
+ public MeanStandardDeviationStochastConfiguration InsideWaterLevelFailureConstruction { get; set; }
+
+ ///
+ /// Gets or sets the stochast configuration for the crest level of the structure.
+ ///
+ public MeanStandardDeviationStochastConfiguration LevelCrestStructure { get; set; }
+
+ ///
+ /// Gets or sets the leveling count of the structure.
+ ///
+ public int? LevellingCount { get; set; }
+
+ ///
+ /// Gets or sets the probability of a secondary collision on the structure per leveling.
+ ///
+ public double? ProbabilityCollisionSecondaryStructure { get; set; }
+
+ ///
+ /// Gets or sets the stochast configuration for the mass of the ship.
+ ///
+ public MeanVariationCoefficientStochastConfiguration ShipMass { get; set; }
+
+ ///
+ /// Gets or sets the stochast configuration for the velocity of the ship.
+ ///
+ public MeanVariationCoefficientStochastConfiguration ShipVelocity { get; set; }
}
}
\ No newline at end of file