Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/ClosingStructuresConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r8963d5e5c4a22feba25c4e936e6b67de7104cccd -rc0c4d914f97d3471b73898030db0066dced39331
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/ClosingStructuresConfigurationSchemaIdentifiers.cs (.../ClosingStructuresConfigurationSchemaIdentifiers.cs) (revision 8963d5e5c4a22feba25c4e936e6b67de7104cccd)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/ClosingStructuresConfigurationSchemaIdentifiers.cs (.../ClosingStructuresConfigurationSchemaIdentifiers.cs) (revision c0c4d914f97d3471b73898030db0066dced39331)
@@ -26,13 +26,86 @@
///
public static class ClosingStructuresConfigurationSchemaIdentifiers
{
+ #region parameters
+
+ ///
+ /// The identifier for the identical apertures element.
+ ///
+ public const string IdenticalApertures = "nrdoorstroomopeningen";
+
+ ///
+ /// The identifier for the factor storm duration open structure element.
+ ///
+ public const string FactorStormDurationOpenStructure = "factorstormduur";
+
+ ///
+ /// The identifier for the failure probability open structure element.
+ ///
+ public const string FailureProbabilityOpenStructure = "kansmislukkensluiting";
+
+ ///
+ /// The identifier for the failure probability reparation element.
+ ///
+ public const string FailureProbabilityReparation = "faalkansherstel";
+
+ ///
+ /// The identifier for theprobability or frequencey open structure before flooding element.
+ ///
+ public const string ProbabilityOrFrequencyOpenStructureBeforeFlooding = "kansopopenstaan";
+
+ ///
+ /// The identifier for the inflow model type element.
+ ///
+ public const string InflowModelType = "instroommodel";
+
+ #endregion
+
#region stochasts
-
+
///
/// The identifier for the level crest structure not closing stochast name.
///
public const string LevelCrestStructureNotClosingStochastName = "kruinhoogte";
+ ///
+ /// The identifier for the inside water level stochast name.
+ ///
+ public const string InsideWaterLevelStochastName = "binnenwaterstand";
+
+ ///
+ /// The identifier for the drain coefficient stochast name.
+ ///
+ public const string DrainCoefficientStochastName = "afvoercoefficient";
+
+ ///
+ /// The identifier for the threshold height open weir stochast name.
+ ///
+ public const string ThresholdHeightOpenWeirStochastName = "drempelhoogte";
+
+ ///
+ /// The identifier for the area flow apertures stochast name.
+ ///
+ public const string AreaFlowAperturesStochastName = "doorstroomoppervlak";
+
#endregion
+
+ #region inflow model type
+
+ ///
+ /// The identifier for the flooded culvert inflow model type.
+ ///
+ public const string FloodedCulvert = "verdronkenkoker";
+
+ ///
+ /// The identifier for the low will inflow model type.
+ ///
+ public const string LowSill = "lagedrempel";
+
+ ///
+ /// The identifier for the vertical wall inflow model type.
+ ///
+ public const string VerticalWall = "verticalewand";
+
+ #endregion
}
}
\ No newline at end of file