Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs =================================================================== diff -u -r2698972311ca90c3af1171c554c4dec237e34111 -rfcf1d7a6d59fa076021024f731cfa2d9ce4c5648 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 2698972311ca90c3af1171c554c4dec237e34111) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision fcf1d7a6d59fa076021024f731cfa2d9ce4c5648) @@ -20,7 +20,6 @@ // All rights reserved. using System; -using Core.Common.Base.Data; using Ringtoets.Common.Data; using Ringtoets.Common.Data.Probabilistics; using BaseConstructionProperties = Ringtoets.Common.Data.StructureBase.ConstructionProperties; @@ -186,56 +185,67 @@ /// /// Gets the storage area of the closing structure. + /// [m^2] /// public VariationCoefficientLogNormalDistribution StorageStructureArea { get; private set; } /// /// Gets the allowed increase of level for storage of the closing structure. + /// [m] /// public LogNormalDistribution AllowedLevelIncreaseStorage { get; private set; } /// /// Gets the width of the flow apertures of the closing structure. + /// [m] /// public VariationCoefficientNormalDistribution WidthFlowApertures { get; private set; } /// /// Gets the crest level of the opened closing structure. + /// [m+NAP] /// public NormalDistribution LevelCrestStructureNotClosing { get; private set; } /// /// Gets the interior water level of the closing structure. + /// [m+NAP] /// public NormalDistribution InsideWaterLevel { get; private set; } /// /// Gets the threshold height of the opened closing structure. + /// [m+NAP] /// public NormalDistribution ThresholdHeightOpenWeir { get; private set; } /// /// Gets the area of the flow aperture of the closing structure. + /// [m^2] /// public LogNormalDistribution AreaFlowApertures { get; private set; } /// /// Gets the critical overtopping discharge of the closing structure. + /// [m^2/s] /// public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; } /// /// Gets the flow width of the closing structure at the bottom protection. + /// [m] /// public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; } /// /// Gets the probability of the closing structure being open before flooding. + /// [1/year] /// public double ProbabilityOpenStructureBeforeFlooding { get; set; } /// /// Gets the probability of failing to close the closing structure. + /// [1/year] /// public double FailureProbabilityOpenStructure { get; set; } @@ -246,6 +256,7 @@ /// /// Gets the probability of failing to repair a failed closure of the closing structure. + /// [1/year] /// public double FailureProbabilityReparation { get; set; }