Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs =================================================================== diff -u -rc2a078ee5e2bd7923da2ef612bbf6cb3cdb5f33b -r107c9d6382bd676d6c36f797a040988f7b324b0b --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision c2a078ee5e2bd7923da2ef612bbf6cb3cdb5f33b) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision 107c9d6382bd676d6c36f797a040988f7b324b0b) @@ -222,121 +222,145 @@ /// /// Gets the storage area of the stability point structure. + /// [m^2] /// public VariationCoefficientLogNormalDistribution StorageStructureArea { get; private set; } /// /// Gets the allowed increase of level for storage of the stability point structure. + /// [m] /// public LogNormalDistribution AllowedLevelIncreaseStorage { get; private set; } /// /// Gets the width of the flow apertures of the stability point structure. + /// [m] /// public VariationCoefficientNormalDistribution WidthFlowApertures { get; private set; } /// /// Gets the interior water level of the stability point structure. + /// [m+NAP] /// public NormalDistribution InsideWaterLevel { get; private set; } /// /// Gets the threshold height of the opened stability point structure. + /// [m+NAP] /// public NormalDistribution ThresholdHeightOpenWeir { get; private set; } /// /// Gets the critical overtopping discharge of the stability point structure. + /// [m^3/s/m] /// public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; } /// /// Gets the flow width of the stability point structure at the bottom protection. + /// [m] /// public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; } /// /// Gets the constructive strength of the linear load model of the stability point structure. + /// [kN/m^2] /// public VariationCoefficientLogNormalDistribution ConstructiveStrengthLinearLoadModel { get; private set; } /// /// Gets the constructive strength of the quadratic load model of the stability point structure. + /// [kN/m] /// public VariationCoefficientLogNormalDistribution ConstructiveStrengthQuadraticLoadModel { get; private set; } /// /// Gets the bank width of the stability point structure. + /// [m] /// public NormalDistribution BankWidth { get; private set; } /// /// Gets the inside water level failure construction of the stability point structure. + /// [m+NAP] /// public NormalDistribution InsideWaterLevelFailureConstruction { get; private set; } /// /// Gets the evaluation level of the stability point structure. + /// [m+NAP] /// public RoundedDouble EvaluationLevel { get; private set; } /// /// Gets the crest level of the stability point structure. + /// [m+NAP] /// public NormalDistribution LevelCrestStructure { get; private set; } /// /// Gets the vertical distance of the stability point structure. + /// [m] /// public RoundedDouble VerticalDistance { get; private set; } /// /// Gets the probability of failing to repair a failed closure of the stability point structure. + /// [1/year] /// public RoundedDouble FailureProbabilityRepairClosure { get; private set; } /// /// Gets the failure collision energy of the stability point structure. + /// [kNm] /// public VariationCoefficientLogNormalDistribution FailureCollisionEnergy { get; private set; } /// /// Gets the mass of the ship. + /// [tons] /// public VariationCoefficientNormalDistribution ShipMass { get; private set; } /// /// Gets the velocity of the ship. + /// [m/s] /// public VariationCoefficientNormalDistribution ShipVelocity { get; private set; } /// /// Gets the levelling count. + /// [1/year] /// public int LevellingCount { get; private set; } /// /// Gets the probability of a secondary collision on the structure. + /// [1/year/levelling] /// public RoundedDouble ProbabilityCollisionSecondaryStructure { get; private set; } /// /// Gets the maximum flow velocity at which the structure is closable. + /// [m/s] /// public NormalDistribution FlowVelocityStructureClosable { get; private set; } /// /// Gets the stability properties of the linear load model of the stability point structure. + /// [kN/m^2] /// public VariationCoefficientLogNormalDistribution StabilityLinearLoadModel { get; private set; } /// /// Gets the stability properties of the quadratic load model of the stability point structure. + /// [kN/m] /// public VariationCoefficientLogNormalDistribution StabilityQuadraticLoadModel { get; private set; } /// /// Gets the area of the flow aperture of the stability point structure. + /// [m^2] /// public LogNormalDistribution AreaFlowApertures { get; private set; }