Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs =================================================================== diff -u -r00618d676d24ab85c8abdba42c5cf1272a6045ac -r239e0091ca8c9878fc6d324b5a0b85179c45dbb7 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision 00618d676d24ab85c8abdba42c5cf1272a6045ac) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision 239e0091ca8c9878fc6d324b5a0b85179c45dbb7) @@ -115,5 +115,25 @@ /// Gets or sets the stochast configuration for the velocity of the ship. /// public MeanVariationCoefficientStochastConfiguration ShipVelocity { get; set; } + + /// + /// Gets or sets the stochast configuration for the stability properties of the linear load model of the structure. + /// + public MeanVariationCoefficientStochastConfiguration StabilityLinearLoadModel { get; set; } + + /// + /// Gets or sets the stochast configuration for the stability properties of the quadratic load model of the structure. + /// + public MeanVariationCoefficientStochastConfiguration StabilityQuadraticLoadModel { get; set; } + + /// + /// Gets or sets the stochast configuration for the threshold height of the open weir of the structure. + /// + public MeanStandardDeviationStochastConfiguration ThresholdHeightOpenWeir { get; set; } + + /// + /// Gets or sets the vertical distance of the structure. + /// + public double? VerticalDistance { get; set; } } } \ No newline at end of file