Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/WtiPipingBligh/WtiPipingBlighKernelWrapper.cs =================================================================== diff -u -r6133 -r6136 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/WtiPipingBligh/WtiPipingBlighKernelWrapper.cs (.../WtiPipingBlighKernelWrapper.cs) (revision 6133) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/WtiPipingBligh/WtiPipingBlighKernelWrapper.cs (.../WtiPipingBlighKernelWrapper.cs) (revision 6136) @@ -297,7 +297,7 @@ double xExit = upliftLocationAndResult.X; double surfaceLevel = surfaceLine.Geometry.GetZatX(upliftLocationAndResult.X); SoilLayer1D heaveLayer = soilProfile1D.GetLayerWithName(upliftLocationAndResult.LayerWhereUpliftOccuresId); - double d70 = Physics.FactorMeterToMicroMeter * heaveLayer.Soil.DiameterD70; + double d70 = heaveLayer.Soil.DiameterD70; double topLevelAquifer = soilProfile1D.GetLayerWithName(upliftLocationAndResult.LayerWhereUpliftOccuresId).TopLevel; double dCoverLayer = WtiPipingHelper.DetermineHeightCoverLayer(topLevelAquifer, surfaceLevel); double? upliftFactor = upliftLocationAndResult.UpliftFactor; @@ -371,7 +371,7 @@ Rc = wtiPipingBlighInput.Rc, DTotal = wtiPipingBlighInput.DTotal, SeepageLength = wtiPipingBlighInput.SeepageLength, - D50 = 0.81 * wtiPipingBlighInput.D70 * Physics.FactorMicroMeterToMeter, + D50 = 0.81 * wtiPipingBlighInput.D70, ModelFactorPiping = 1 }; return calculator;