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; } Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs (.../ClosingStructurePropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs (.../ClosingStructurePropertiesTest.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -237,7 +237,7 @@ Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter); Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category); Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName); - Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description); + Assert.AreEqual("Kritiek instromend debiet directe invoer per strekkende meter.", criticalOvertoppingDischargeProperty.Description); PropertyDescriptor probabilityOpenStructureBeforeFloodingProperty = dynamicProperties[probabilityOpenStructureBeforeFloodingPropertyIndex]; Assert.IsTrue(probabilityOpenStructureBeforeFloodingProperty.IsReadOnly); Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -1685,7 +1685,7 @@ } /// - /// Looks up a localized string similar to Kritiek instromend debiet directe invoer.. + /// Looks up a localized string similar to Kritiek instromend debiet directe invoer per strekkende meter.. /// public static string Structure_CriticalOvertoppingDischarge_Description { get { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -710,7 +710,7 @@ Toegestane peilverhoging komberging [m] - Kritiek instromend debiet directe invoer. + Kritiek instromend debiet directe invoer per strekkende meter. Kritiek instromend debiet [m³/s/m] Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs (.../HeightStructurePropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs (.../HeightStructurePropertiesTest.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -178,7 +178,7 @@ Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter); Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category); Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName); - Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description); + Assert.AreEqual("Kritiek instromend debiet directe invoer per strekkende meter.", criticalOvertoppingDischargeProperty.Description); PropertyDescriptor failureProbabilityStructureWithErosionProperty = dynamicProperties[failureProbabilityStructureWithErosionPropertyIndex]; Assert.IsTrue(failureProbabilityStructureWithErosionProperty.IsReadOnly); Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -386,7 +386,7 @@ Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter); Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category); Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName); - Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description); + Assert.AreEqual("Kritiek instromend debiet directe invoer per strekkende meter.", criticalOvertoppingDischargeProperty.Description); PropertyDescriptor failureProbabilityStructureWithErosionProperty = dynamicProperties[failureProbabilityStructureWithErosionPropertyIndex]; Assert.IsFalse(failureProbabilityStructureWithErosionProperty.IsReadOnly); Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -259,7 +259,7 @@ public int LevellingCount { get; private set; } /// - /// Gets the probability of a secondary collision on the structure. + /// Gets the probability of a secondary collision on the structure per levelling. /// [1/year/levelling] /// public double ProbabilityCollisionSecondaryStructure { get; private set; } @@ -439,7 +439,7 @@ public int LevellingCount { get; set; } /// - /// Gets or sets the probability of a secondary collision on the structure. + /// Gets or sets the probability of a secondary collision on the structure per levelling. /// [1/year/levelling] /// public double ProbabilityCollisionSecondaryStructure { get; set; } Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresInput.cs =================================================================== diff -u -r95e3abaeaafd7cff28c902e0bd9298d0c6b7218a -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresInput.cs (.../StabilityPointStructuresInput.cs) (revision 95e3abaeaafd7cff28c902e0bd9298d0c6b7218a) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresInput.cs (.../StabilityPointStructuresInput.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -477,7 +477,7 @@ public int LevellingCount { get; set; } /// - /// Gets or sets the probability of a secondary collision on the structure. + /// Gets or sets the probability of a secondary collision on the structure per levelling. /// [1/year/levelling] /// /// Thrown when the probability is not in interval [0,1]. Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r89e6554de0313cdaa6876ba510240ee98c8547bb --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision 89e6554de0313cdaa6876ba510240ee98c8547bb) @@ -307,7 +307,7 @@ Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter); Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category); Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName); - Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description); + Assert.AreEqual("Kritiek instromend debiet directe invoer per strekkende meter.", criticalOvertoppingDischargeProperty.Description); PropertyDescriptor constructiveStrengthLinearLoadModelProperty = dynamicProperties[constructiveStrengthLinearLoadModelPropertyIndex]; Assert.IsInstanceOf(constructiveStrengthLinearLoadModelProperty.Converter);