Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs
===================================================================
diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb)
@@ -94,56 +94,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.
+ /// Gets the critical overtopping discharge per meter of the closing structure.
+ /// [m^3/s/m]
///
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; private set; }
///
/// Gets the probability of failing to close the closing structure.
+ /// [1/year]
///
public double FailureProbabilityOpenStructure { get; private set; }
@@ -154,6 +165,7 @@
///
/// Gets the probability of failing to repair a failed closure of the closing structure.
+ /// [1/year]
///
public double FailureProbabilityReparation { get; private set; }