Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSemiProbabilisticDesignVariableFactory.cs =================================================================== diff -u -r2eb39c3b4502fd1d9f14faaf4e91a289190ad9b6 -r4c6e095d7017d5d2717cafb2817540519f8b68dd --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSemiProbabilisticDesignVariableFactory.cs (.../PipingSemiProbabilisticDesignVariableFactory.cs) (revision 2eb39c3b4502fd1d9f14faaf4e91a289190ad9b6) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSemiProbabilisticDesignVariableFactory.cs (.../PipingSemiProbabilisticDesignVariableFactory.cs) (revision 4c6e095d7017d5d2717cafb2817540519f8b68dd) @@ -31,7 +31,7 @@ #region General parameters /// - /// Creates the design variable for . + /// Creates the design variable for the volumic weight of the saturated coverage layer. /// public static DesignVariable GetSaturatedVolumicWeightOfCoverageLayer(PipingInput parameters) { @@ -50,7 +50,7 @@ } /// - /// Creates the design variable for . + /// Creates the design variable for the total thickness of the coverage layers at the exit point. /// public static DesignVariable GetThicknessCoverageLayer(PipingInput parameters) { @@ -68,7 +68,7 @@ } /// - /// Creates the design variable for . + /// Creates the design variable for the effective thickness of the coverage layers at the exit point. /// public static DesignVariable GetEffectiveThicknessCoverageLayer(PipingInput parameters) { @@ -87,7 +87,7 @@ } /// - /// Creates the design variable for . + /// Creates the design variable for the phreatic level at the exit point. /// public static DesignVariable GetPhreaticLevelExit(PipingInput parameters) { @@ -98,7 +98,7 @@ } /// - /// Creates the design variable for . + /// Creates the design variable for the damping factor at the exit point. /// public static DesignVariable GetDampingFactorExit(PipingInput parameters) { @@ -113,7 +113,7 @@ #region Piping parameters /// - /// Creates the design variable for . + /// Creates the design variable for the horizontal distance between entry and exit point. /// public static VariationCoefficientDesignVariable GetSeepageLength(PipingInput parameters) { @@ -124,7 +124,7 @@ } /// - /// Creates the design variable for . + /// Creates the design variable for the sieve size through which 70% of the grains of the top part of the aquifer pass. /// public static VariationCoefficientDesignVariable GetDiameter70(PipingInput parameters) { @@ -135,7 +135,7 @@ } /// - /// Creates the design variable for . + /// Creates the design variable for the Darcy-speed with which water flows through the aquifer layer. /// public static VariationCoefficientDesignVariable GetDarcyPermeability(PipingInput parameters) { @@ -146,7 +146,7 @@ } /// - /// Creates the design variable for . + /// Creates the design variable for the total thickness of the aquifer layers at the exit point. /// public static DesignVariable GetThicknessAquiferLayer(PipingInput parameters) {