Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
===================================================================
diff -u -rb784ac8be54e88a798f4b7b7ad54ffe47b587e20 -r4aa6d896646fee50b7bc6fadd9c2251b4fdd4f2e
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs (.../HeightStructuresInput.cs) (revision b784ac8be54e88a798f4b7b7ad54ffe47b587e20)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs (.../HeightStructuresInput.cs) (revision 4aa6d896646fee50b7bc6fadd9c2251b4fdd4f2e)
@@ -40,16 +40,16 @@
private readonly LognormalDistribution storageStructureArea;
private readonly LognormalDistribution flowWidthAtBottomProtection;
private readonly LognormalDistribution criticalOvertoppingDischarge;
+ private readonly NormalDistribution widthOfFlowApertures;
+ private readonly LognormalDistribution stormDuration;
private RoundedDouble orientationOfTheNormalOfTheStructure;
private RoundedDouble failureProbabilityOfStructureGivenErosion;
- private readonly NormalDistribution widthOfFlowApertures;
private RoundedDouble deviationOfTheWaveDirection;
- private readonly LognormalDistribution stormDuration;
///
/// Creates a new instance of the class.
///
- /// General grass cover erosion inwards calculation input parameters that apply to each calculation.
+ /// General height structures calculation input parameters that apply to each calculation.
/// When is null.
public HeightStructuresInput(GeneralHeightStructuresInput generalInputParameters)
{
@@ -107,6 +107,9 @@
#region Model Factors
+ ///
+ /// Gets or sets the model factor overtopping critical flow.
+ ///
public NormalDistribution ModelfactorOvertoppingSuperCriticalFlow
{
get
@@ -124,10 +127,13 @@
#region Hydraulic pressure
///
- /// Gets or set the hydraulic boundary location from which to use the assessment level.
+ /// Gets or sets the hydraulic boundary location from which to use the assessment level.
///
public HydraulicBoundaryLocation HydraulicBoundaryLocation { get; set; }
+ ///
+ /// Gets or sets the deviation of the wave's direction.
+ ///
public RoundedDouble DeviationOfTheWaveDirection
{
get
@@ -159,6 +165,9 @@
#region Schematisation
+ ///
+ /// Gets or sets the level of crest of the structure.
+ ///
public NormalDistribution LevelOfCrestOfStructure
{
get
@@ -172,6 +181,9 @@
}
}
+ ///
+ /// Gets or sets the orientation of the normal of the structure.
+ ///
public RoundedDouble OrientationOfTheNormalOfTheStructure
{
get
@@ -184,6 +196,9 @@
}
}
+ ///
+ /// Gets or sets the allowable increase of level for the storage.
+ ///
public LognormalDistribution AllowableIncreaseOfLevelForStorage
{
get
@@ -197,6 +212,9 @@
}
}
+ ///
+ /// Gets or sets the storage structure area.
+ ///
public LognormalDistribution StorageStructureArea
{
get
@@ -210,6 +228,9 @@
}
}
+ ///
+ /// Gets or sets the flow width at bottom protection.
+ ///
public LognormalDistribution FlowWidthAtBottomProtection
{
get
@@ -223,6 +244,9 @@
}
}
+ ///
+ /// Gets or sets the critical overtopping discharge.
+ ///
public LognormalDistribution CriticalOvertoppingDischarge
{
get
@@ -236,6 +260,9 @@
}
}
+ ///
+ /// Gets or sets the failure probability of structure given erosion.
+ ///
public RoundedDouble FailureProbabilityOfStructureGivenErosion
{
get
@@ -248,6 +275,9 @@
}
}
+ ///
+ /// Gets or sets the width of flow apertures.
+ ///
public NormalDistribution WidthOfFlowApertures
{
get