Index: Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/SubCalculator/IHeaveCalculator.cs =================================================================== diff -u -rb7563238aa805cb6207e948a97f6fcc9e52c92b2 -r11442d016c7154e924e51d58d948752a1221f27a --- Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/SubCalculator/IHeaveCalculator.cs (.../IHeaveCalculator.cs) (revision b7563238aa805cb6207e948a97f6fcc9e52c92b2) +++ Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/SubCalculator/IHeaveCalculator.cs (.../IHeaveCalculator.cs) (revision 11442d016c7154e924e51d58d948752a1221f27a) @@ -29,32 +29,32 @@ public interface IHeaveCalculator { /// - /// Sets the DTotal property to use in the heave calculation. + /// Sets the total thickness of the coverage layer. /// double DTotal { set; } /// - /// Sets the HExit property to use in the heave calculation. + /// Sets the phreatic level at the exit point. /// double HExit { set; } /// - /// Sets the Ich property to use in the heave calculation. + /// Sets the critical exit gradient. /// double Ich { set; } /// - /// Sets the PhiExit property to use in the heave calculation. + /// Sets the piezometric head at the exit point. /// double PhiExit { set; } /// - /// Sets the PhiPolder property to use in the heave calculation. + /// Sets the piezometric head in the hinterland. /// double PhiPolder { set; } /// - /// Sets the RExit property to use in the heave calculation. + /// Sets the damping factor at the exit point. /// double RExit { set; } @@ -64,17 +64,17 @@ double BottomLevelAquitardAboveExitPointZ { set; } /// - /// Gets the Gradient property to use in the heave calculation. + /// Gets the vertical outflow gradient. /// double Gradient { get; } /// - /// Gets the Zh property of the heave calculation. + /// Gets the z-value. /// double Zh { get; } /// - /// Gets the FoSh property of the heave calculation. + /// Gets the factor of safety. /// double FoSh { get; }