Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs =================================================================== diff -u -r1cc75d1898d59583d1f714e577490768e9574652 -rc875fba42a23b742e55f8798f93fddf2f872e282 --- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs (.../LayerProperties.cs) (revision 1cc75d1898d59583d1f714e577490768e9574652) +++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs (.../LayerProperties.cs) (revision c875fba42a23b742e55f8798f93fddf2f872e282) @@ -75,6 +75,8 @@ BelowPhreaticLevelMean = reader.ReadOrDefault(readColumn); readColumn = SoilProfileTableDefinitions.BelowPhreaticLevelDeviation; BelowPhreaticLevelDeviation = reader.ReadOrDefault(readColumn); + readColumn = SoilProfileTableDefinitions.BelowPhreaticLevelCoefficientOfVariation; + BelowPhreaticLevelCoefficientOfVariation = reader.ReadOrDefault(readColumn); readColumn = SoilProfileTableDefinitions.DiameterD70Distribution; DiameterD70Distribution = reader.ReadOrDefault(readColumn); @@ -206,6 +208,12 @@ public double? BelowPhreaticLevelDeviation { get; } /// + /// Gets the coefficient of variation of the distribution for the volumic weight of the layer below the phreatic level. + /// [kN/m³] + /// + public double? BelowPhreaticLevelCoefficientOfVariation { get; } + + /// /// Gets the distribution for the mean diameter of small scale tests applied to different kinds of sand, on which the /// formula of Sellmeijer has been fit. /// [m]