Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs =================================================================== diff -u -rf53bbfd52a477ea865f97ce02525b1fe96d05a30 -ra6bfe739a97fac2ea5228a4c46f961a55351e9cb --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision f53bbfd52a477ea865f97ce02525b1fe96d05a30) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision a6bfe739a97fac2ea5228a4c46f961a55351e9cb) @@ -37,8 +37,33 @@ public StabilityPointStructuresCalculationConfiguration(string name) : base(name) {} /// + /// Gets or sets the stochast configuration for the area flow apertures of the structure. + /// + public MeanStandardDeviationStochastConfiguration AreaFlowApertures { get; set; } + + /// /// Gets or sets the stochast configuration for the bank width of the structure. /// public MeanStandardDeviationStochastConfiguration BankWidth { get; set; } + + /// + /// Gets or sets the stochast configuration for the constructive strength of the linear load model of the structure. + /// + public MeanVariationCoefficientStochastConfiguration ConstructiveStrengthLinearLoadModel { get; set; } + + /// + /// Gets or sets the stochast configuration for the constructive strength of the quadratic load model of the structure. + /// + public MeanVariationCoefficientStochastConfiguration ConstructiveStrengthQuadraticLoadModel { get; set; } + + /// + /// Gets or sets the evaluation level of the structure. + /// + public double? EvaluationLevel { get; set; } + + /// + /// Gets or sets the stochast configuration for the failure collision energy of the structure. + /// + public MeanVariationCoefficientStochastConfiguration FailureCollisionEnergy { get; set; } } } \ No newline at end of file