Index: dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/PipingCalculatorBlighTests.cs =================================================================== diff -u -r374 -r389 --- dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/PipingCalculatorBlighTests.cs (.../PipingCalculatorBlighTests.cs) (revision 374) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/PipingCalculatorBlighTests.cs (.../PipingCalculatorBlighTests.cs) (revision 389) @@ -22,6 +22,7 @@ [Test] public void TestCalculation() { + // expected results are based on test in 'https://repos.deltares.nl/repos/dam/dam classic' revision 190 // Hc = SeepageLength / CreepFactor = 40.5 / 18 = 2.25 // CreepFactor is calculated with D70 // reducedFall = HRiver - HExit - (Rc * DTotal) = 2.0 - 0.0 - (0.3 * 5.0) = 0.5 @@ -44,6 +45,7 @@ [Test] public void TestCreepFactor() { + // expected results are based on code in 'https://repos.deltares.nl/repos/dam/dam classic' revision 190 var calculator = new PipingCalculatorBligh(); calculator.D70 = 180.0; // d50 < 150 var factor = calculator.CreepFactor();