Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs
===================================================================
diff -u -rfcf1d7a6d59fa076021024f731cfa2d9ce4c5648 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision fcf1d7a6d59fa076021024f731cfa2d9ce4c5648)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -226,8 +226,8 @@
public LogNormalDistribution AreaFlowApertures { get; private set; }
///
- /// Gets the critical overtopping discharge of the closing structure.
- /// [m^2/s]
+ /// Gets the critical overtopping discharge per meter of the closing structure.
+ /// [m^3/s/m]
///
public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; }
Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs (.../ClosingStructurePropertiesTest.cs) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs (.../ClosingStructurePropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -236,7 +236,7 @@
PropertyDescriptor criticalOvertoppingDischargeProperty = dynamicProperties[criticalOvertoppingDischargePropertyIndex];
Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter);
Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category);
- Assert.AreEqual("Kritiek instromend debiet [m²/s]", criticalOvertoppingDischargeProperty.DisplayName);
+ Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName);
Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description);
PropertyDescriptor probabilityOpenStructureBeforeFloodingProperty = dynamicProperties[probabilityOpenStructureBeforeFloodingPropertyIndex];
Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs
===================================================================
diff -u -rf2295cd5ced4b2e2e116dede857b6ec78cde0ee9 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision f2295cd5ced4b2e2e116dede857b6ec78cde0ee9)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -247,8 +247,8 @@
}
///
- /// Gets or sets the critical overtopping discharge.
- /// [m^2/s]
+ /// Gets or sets the critical overtopping discharge per meter.
+ /// [m^3/s/m]
///
public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge
{
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -1694,7 +1694,7 @@
}
///
- /// Looks up a localized string similar to Kritiek instromend debiet [m²/s].
+ /// Looks up a localized string similar to Kritiek instromend debiet [m³/s/m].
///
public static string Structure_CriticalOvertoppingDischarge_DisplayName {
get {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -713,7 +713,7 @@
Kritiek instromend debiet directe invoer.
- Kritiek instromend debiet [m²/s]
+ Kritiek instromend debiet [m³/s/m]
Valversnelling.
Index: Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs
===================================================================
diff -u -rfcf1d7a6d59fa076021024f731cfa2d9ce4c5648 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision fcf1d7a6d59fa076021024f731cfa2d9ce4c5648)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -47,8 +47,8 @@
public const string HeightStructureParameterKeyword3 = "KW_HOOGTE3";
///
- /// The critical overtopping discharge of the height structure.
- /// [m^2/s]
+ /// The critical overtopping discharge per meter of the height structure.
+ /// [m^3/s/m]
///
public const string HeightStructureParameterKeyword4 = "KW_HOOGTE4";
@@ -129,8 +129,8 @@
public const string ClosingStructureParameterKeyword8 = "KW_BETSLUIT8";
///
- /// The critical overtopping discharge of the closing structure.
- /// [m^2/s]
+ /// The critical overtopping discharge per meter of the closing structure.
+ /// [m^3/s/m]
///
public const string ClosingStructureParameterKeyword9 = "KW_BETSLUIT9";
@@ -209,8 +209,8 @@
public const string StabilityPointStructureParameterKeyword6 = "KW_STERSTAB6";
///
- /// The critical overtopping discharge of the stability point structure.
- /// [m^2/s]
+ /// The critical overtopping discharge per meter of the stability point structure.
+ /// [m^3/s/m]
///
public const string StabilityPointStructureParameterKeyword7 = "KW_STERSTAB7";
@@ -294,7 +294,7 @@
///
/// The probability of a secondary collision on the structure.
- /// [1/(year levelling)]
+ /// [1/year/levelling]
///
public const string StabilityPointStructureParameterKeyword21 = "KW_STERSTAB21";
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -86,8 +86,8 @@
public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; }
///
- /// Gets the critical overtopping discharge of the height structure.
- /// [m^2/s]
+ /// Gets the critical overtopping discharge per meter of the height structure.
+ /// [m^3/s/m]
///
public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; }
@@ -146,8 +146,8 @@
public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; }
///
- /// Gets the critical overtopping discharge of the height structure.
- /// [m^2/s]
+ /// Gets the critical overtopping discharge per meter of the height structure.
+ /// [m^3/s/m]
///
public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; }
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs (.../HeightStructurePropertiesTest.cs) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs (.../HeightStructurePropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -177,7 +177,7 @@
PropertyDescriptor criticalOvertoppingDischargeProperty = dynamicProperties[criticalOvertoppingDischargePropertyIndex];
Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter);
Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category);
- Assert.AreEqual("Kritiek instromend debiet [m²/s]", criticalOvertoppingDischargeProperty.DisplayName);
+ Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName);
Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description);
PropertyDescriptor failureProbabilityStructureWithErosionProperty = dynamicProperties[failureProbabilityStructureWithErosionPropertyIndex];
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs
===================================================================
diff -u -r1bfb65e41dd775d36b9602a9df3a96b817d43f46 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 1bfb65e41dd775d36b9602a9df3a96b817d43f46)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -385,7 +385,7 @@
PropertyDescriptor criticalOvertoppingDischargeProperty = dynamicProperties[criticalOvertoppingDischargePropertyIndex];
Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter);
Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category);
- Assert.AreEqual("Kritiek instromend debiet [m²/s]", criticalOvertoppingDischargeProperty.DisplayName);
+ Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName);
Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description);
PropertyDescriptor failureProbabilityStructureWithErosionProperty = dynamicProperties[failureProbabilityStructureWithErosionPropertyIndex];
Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -175,8 +175,8 @@
public NormalDistribution ThresholdHeightOpenWeir { get; private set; }
///
- /// Gets the critical overtopping discharge of the stability point structure.
- /// [m^2/s]
+ /// Gets the critical overtopping discharge per meter of the stability point structure.
+ /// [m^3/s/m]
///
public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; }
@@ -260,7 +260,7 @@
///
/// Gets the probability of a secondary collision on the structure.
- /// [1/(year levelling)]
+ /// [1/year/levelling]
///
public double ProbabilityCollisionSecondaryStructure { get; private set; }
@@ -355,8 +355,8 @@
public NormalDistribution ThresholdHeightOpenWeir { get; private set; }
///
- /// Gets the critical overtopping discharge of the stability point structure.
- /// [m^2/s]
+ /// Gets the critical overtopping discharge per meter of the stability point structure.
+ /// [m^3/s/m]
///
public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; }
@@ -440,7 +440,7 @@
///
/// Gets or sets the probability of a secondary collision on the structure.
- /// [1/(year levelling)]
+ /// [1/year/levelling]
///
public double ProbabilityCollisionSecondaryStructure { get; set; }
Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -271,7 +271,7 @@
}
///
- /// Looks up a localized string similar to Kans op aanvaring tweede keermiddel per nivellering [1/(jaar niv)].
+ /// Looks up a localized string similar to Kans op aanvaring tweede keermiddel per nivellering [1/jaar/niv].
///
internal static string Structure_ProbabilityCollisionSecondaryStructure_DisplayName {
get {
Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx
===================================================================
diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision abf027a3519fdb584ae797edd62f2baaab6d6968)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -181,7 +181,7 @@
Kans op aanvaring tweede keermiddel per nivellering.
- Kans op aanvaring tweede keermiddel per nivellering [1/(jaar niv)]
+ Kans op aanvaring tweede keermiddel per nivellering [1/jaar/niv]
Massa van het schip.
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs
===================================================================
diff -u -rb1b90dc0fd6fbb088eee337f911779724e7e79cd -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision b1b90dc0fd6fbb088eee337f911779724e7e79cd)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee)
@@ -306,7 +306,7 @@
PropertyDescriptor criticalOvertoppingDischargeProperty = dynamicProperties[criticalOvertoppingDischargePropertyIndex];
Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter);
Assert.AreEqual(schematizationCategory, criticalOvertoppingDischargeProperty.Category);
- Assert.AreEqual("Kritiek instromend debiet [m²/s]", criticalOvertoppingDischargeProperty.DisplayName);
+ Assert.AreEqual("Kritiek instromend debiet [m³/s/m]", criticalOvertoppingDischargeProperty.DisplayName);
Assert.AreEqual("Kritiek instromend debiet directe invoer.", criticalOvertoppingDischargeProperty.Description);
PropertyDescriptor constructiveStrengthLinearLoadModelProperty = dynamicProperties[constructiveStrengthLinearLoadModelPropertyIndex];
@@ -367,7 +367,7 @@
PropertyDescriptor probabilityCollisionSecondaryStructureProperty = dynamicProperties[probabilityCollisionSecondaryStructurePropertyIndex];
Assert.AreEqual(schematizationCategory, probabilityCollisionSecondaryStructureProperty.Category);
- Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering [1/(jaar niv)]", probabilityCollisionSecondaryStructureProperty.DisplayName);
+ Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering [1/jaar/niv]", probabilityCollisionSecondaryStructureProperty.DisplayName);
Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering.", probabilityCollisionSecondaryStructureProperty.Description);
PropertyDescriptor flowVelocityStructureClosableProperty = dynamicProperties[flowVelocityStructureClosablePropertyIndex];