Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilLayerBase.cs =================================================================== diff -u -r1cc75d1898d59583d1f714e577490768e9574652 -re14d435cf9328ecd215e94bd3a34f126b2885e6d --- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilLayerBase.cs (.../SoilLayerBase.cs) (revision 1cc75d1898d59583d1f714e577490768e9574652) +++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilLayerBase.cs (.../SoilLayerBase.cs) (revision e14d435cf9328ecd215e94bd3a34f126b2885e6d) @@ -51,27 +51,27 @@ PermeabilityShift = double.NaN; AbovePhreaticLevelMean = double.NaN; - AbovePhreaticLevelDeviation = double.NaN; + AbovePhreaticLevelCoefficientOfVariation = double.NaN; AbovePhreaticLevelShift = double.NaN; CohesionMean = double.NaN; - CohesionDeviation = double.NaN; + CohesionCoefficientOfVariation = double.NaN; CohesionShift = double.NaN; FrictionAngleMean = double.NaN; - FrictionAngleDeviation = double.NaN; + FrictionAngleCoefficientOfVariation = double.NaN; FrictionAngleShift = double.NaN; ShearStrengthRatioMean = double.NaN; - ShearStrengthRatioDeviation = double.NaN; + ShearStrengthRatioCoefficientOfVariation = double.NaN; ShearStrengthRatioShift = double.NaN; StrengthIncreaseExponentMean = double.NaN; - StrengthIncreaseExponentDeviation = double.NaN; + StrengthIncreaseExponentCoefficientOfVariation = double.NaN; StrengthIncreaseExponentShift = double.NaN; PopMean = double.NaN; - PopDeviation = double.NaN; + PopCoefficientOfVariation = double.NaN; PopShift = double.NaN; } @@ -207,17 +207,17 @@ public double AbovePhreaticLevelMean { get; set; } /// - /// Gets or sets the deviation of the distribution for the volumic weight of the layer above the phreatic level. + /// Gets or sets the coefficient of variation of the distribution for the volumic weight of the layer above the phreatic level. /// [kN/m³] /// - public double AbovePhreaticLevelDeviation { get; set; } + public double AbovePhreaticLevelCoefficientOfVariation { get; set; } /// /// Gets or sets the shift of the distribution for the volumic weight of the layer above the phreatic level. /// [kN/m³] /// public double AbovePhreaticLevelShift { get; set; } - + /// /// Gets or sets the distribution for the cohesion. /// [kN/m³] @@ -231,10 +231,10 @@ public double CohesionMean { get; set; } /// - /// Gets or sets the deviation of the distribution for the cohesion. + /// Gets or sets the coefficient of variation of the distribution for the cohesion. /// [kN/m³] /// - public double CohesionDeviation { get; set; } + public double CohesionCoefficientOfVariation { get; set; } /// /// Gets or sets the shift of the distribution for the cohesion. @@ -255,10 +255,10 @@ public double FrictionAngleMean { get; set; } /// - /// Gets or sets the deviation of the distribution for the friction angle. + /// Gets or sets the coefficient of variation of the distribution for the friction angle. /// [°] /// - public double FrictionAngleDeviation { get; set; } + public double FrictionAngleCoefficientOfVariation { get; set; } /// /// Gets or sets the shift of the distribution for the friction angle. @@ -279,10 +279,10 @@ public double ShearStrengthRatioMean { get; set; } /// - /// Gets or sets the deviation of the distribution for the ratio of shear strength S. + /// Gets or sets the coefficient of variation of the distribution for the ratio of shear strength S. /// [-] /// - public double ShearStrengthRatioDeviation { get; set; } + public double ShearStrengthRatioCoefficientOfVariation { get; set; } /// /// Gets or sets the shift of the distribution for the ratio of shear strength S. @@ -303,10 +303,10 @@ public double StrengthIncreaseExponentMean { get; set; } /// - /// Gets or sets the deviation of the distribution for the strength increase exponent (m). + /// Gets or sets the coefficient of variation of the distribution for the strength increase exponent (m). /// [-] /// - public double StrengthIncreaseExponentDeviation { get; set; } + public double StrengthIncreaseExponentCoefficientOfVariation { get; set; } /// /// Gets or sets the shift of the distribution for the strength increase exponent (m). @@ -327,10 +327,10 @@ public double PopMean { get; set; } /// - /// Gets or sets the deviation of the distribution for the POP. + /// Gets or sets the coefficient of variation of the distribution for the POP. /// [kN/m²] /// - public double PopDeviation { get; set; } + public double PopCoefficientOfVariation { get; set; } /// /// Gets or sets the shift of the distribution for the POP.