Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSemiProbabilisticDesignVariableFactory.cs
===================================================================
diff -u -rd9005dfa3b398d70ada0cf03cf408f8bcfc384db -r4c6e095d7017d5d2717cafb2817540519f8b68dd
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSemiProbabilisticDesignVariableFactory.cs (.../MacroStabilityInwardsSemiProbabilisticDesignVariableFactory.cs) (revision d9005dfa3b398d70ada0cf03cf408f8bcfc384db)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSemiProbabilisticDesignVariableFactory.cs (.../MacroStabilityInwardsSemiProbabilisticDesignVariableFactory.cs) (revision 4c6e095d7017d5d2717cafb2817540519f8b68dd)
@@ -29,7 +29,7 @@
public static class MacroStabilityInwardsSemiProbabilisticDesignVariableFactory
{
///
- /// Creates the design variable for .
+ /// Creates the design variable for the volumic weight of the layer above the phreatic level.
///
public static VariationCoefficientDesignVariable GetAbovePhreaticLevel(MacroStabilityInwardsSoilLayerData data)
{
@@ -40,7 +40,7 @@
}
///
- /// Creates the design variable for .
+ /// Creates the design variable for the volumic weight of the layer below the phreatic level.
///
public static VariationCoefficientDesignVariable GetBelowPhreaticLevel(MacroStabilityInwardsSoilLayerData data)
{
@@ -51,7 +51,7 @@
}
///
- /// Creates the design variable for .
+ /// Creates the design variable for the cohesion.
///
public static VariationCoefficientDesignVariable GetCohesion(MacroStabilityInwardsSoilLayerData data)
{
@@ -62,7 +62,7 @@
}
///
- /// Creates the design variable for .
+ /// Creates the design variable for the friction angle.
///
public static VariationCoefficientDesignVariable GetFrictionAngle(MacroStabilityInwardsSoilLayerData data)
{
@@ -73,7 +73,7 @@
}
///
- /// Creates the design variable for .
+ /// Creates the design variable for the shear strength ratio.
///
public static VariationCoefficientDesignVariable GetShearStrengthRatio(MacroStabilityInwardsSoilLayerData data)
{
@@ -84,7 +84,7 @@
}
///
- /// Creates the design variable for .
+ /// Creates the design variable for the strength increase component.
///
public static VariationCoefficientDesignVariable GetStrengthIncreaseExponent(MacroStabilityInwardsSoilLayerData data)
{
@@ -95,7 +95,7 @@
}
///
- /// Creates the design variable for .
+ /// Creates the design variable for the POP.
///
public static VariationCoefficientDesignVariable GetPop(MacroStabilityInwardsSoilLayerData data)
{
@@ -106,7 +106,7 @@
}
///
- /// Creates the design variable for .
+ /// Creates the design variable for a preconsolidation stress definition.
///
public static VariationCoefficientDesignVariable GetPreconsolidationStress(IMacroStabilityInwardsPreconsolidationStress preconsolidationStressUnderSurfaceLine)
{