Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfiguration.cs =================================================================== diff -u -r2f8dcdec6ecf12ac329a9230d51882adc5ecd837 -raf341ae554425a1832b712c219f5eff86c5d2282 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfiguration.cs (.../MacroStabilityInwardsCalculationConfiguration.cs) (revision 2f8dcdec6ecf12ac329a9230d51882adc5ecd837) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfiguration.cs (.../MacroStabilityInwardsCalculationConfiguration.cs) (revision af341ae554425a1832b712c219f5eff86c5d2282) @@ -77,31 +77,6 @@ public ConfigurationDikeSoilScenario? DikeSoilScenario { get; set; } /// - /// Gets or sets the average river water level. - /// - public double? WaterLevelRiverAverage { get; set; } - - /// - /// Gets or sets whether a drainage construction is present. - /// - public bool? DrainageConstructionPresent { get; set; } - - /// - /// Gets or sets the x coordinate of the drainage construction. - /// - public double? XCoordinateDrainageConstruction { get; set; } - - /// - /// Gets or sets the z coordinate of the drainage construction. - /// - public double? ZCoordinateDrainageConstruction { get; set; } - - /// - /// Gets or sets whether phreatic line 3 and 4 should be adjusted for Uplift. - /// - public bool? AdjustPhreaticLine3And4ForUplift { get; set; } - - /// /// Gets or sets the minimum depth of the slip plane. /// public double? SlipPlaneMinimumDepth { get; set; } @@ -141,6 +116,49 @@ } } + #region Water stresses + + /// + /// Gets or sets the average river water level. + /// + public double? WaterLevelRiverAverage { get; set; } + + #region Drainage + + /// + /// Gets or sets whether a drainage construction is present. + /// + public bool? DrainageConstructionPresent { get; set; } + + /// + /// Gets or sets the x coordinate of the drainage construction. + /// + public double? XCoordinateDrainageConstruction { get; set; } + + /// + /// Gets or sets the z coordinate of the drainage construction. + /// + public double? ZCoordinateDrainageConstruction { get; set; } + + #endregion + + /// + /// Gets or sets the minimum level phreatic line at dike top river. + /// + public double? MinimumLevelPhreaticLineAtDikeTopRiver { get; set; } + + /// + /// Gets or sets the minimum level phreatic line at dike top polder. + /// + public double? MinimumLevelPhreaticLineAtDikeTopPolder { get; set; } + + /// + /// Gets or sets whether phreatic line 3 and 4 should be adjusted for Uplift. + /// + public bool? AdjustPhreaticLine3And4ForUplift { get; set; } + + #endregion + #region Grid ///