Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added (failing and ignored) test for combining a soilProfile2D with a surfaceline cutting the top boundary of the soilProfile2D

Related to Issue [MWDAM-2132]

    • -0
    • +23
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Added (failing and ignored) test for combining a soilProfile2D with a surfaceline fully below the top boundary of the soilProfile2D

Related to Issue [MWDAM-2132]

    • -2
    • +25
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Added (failing and ignored) test for combining a soilProfile2D with a surfaceline fully above the top boundary of the soilProfile2D

Related to Issue [MWDAM-2132]

    • -0
    • +23
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement cut right of geometry in CombineSoilProfile2DWithSurfaceLine()

Test ignored, because Work in Progress

Related to Issue [MWDAM-2132]

    • -1
    • +31
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement extend right of geometry in CombineSoilProfile2DWithSurfaceLine()

Related to Issue [MWDAM-2132]

    • -0
    • +26
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement extend left of geometry in CombineSoilProfile2DWithSurfaceLine()

Related to Issue [MWDAM-2132]

    • -0
    • +26
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement cut left of geometry in CombineSoilProfile2DWithSurfaceLine()

Related to Issue [MWDAM-2132]

    • -0
    • +30
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Added test for combining SoilProfile2D with matching surfaceline

Related to Issue [MWDAM-2132]

    • -0
    • +34
    ./MacroStabilityCommonHelperTests.cs
Use dedicated surfaceline for MacroStabilityCommon/MacroStabilityCommonHelperTests

Related to Issue [MWDAM-2132]

  1. … 1 more file in changeset.
Assert.Multiple called when possible

Related to Issue [MWDAM-2225]

    • -35
    • +53
    ./PlLinesToWaternetConverterTests.cs
Unused PL lines are not added to the headline list of the waternet

Related to Issue [MWDAM-2225]

    • -115
    • +114
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Adapted to review:

- Unit tests testing the position of the bottom aquifer and in-between aquifer are done calling DetermineLayerBoundaryPoints instead of CreateWaternetBasedOnPlLines

- Unit test for CreateWaternetBasedOnPlLines with 2D profile improved using more complex 2D profile

Related to Issue [MWDAM-2209]

    • -393
    • +292
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Adapted to review

Related to Issue [MWDAM-2201]

    • -4
    • +13
    ./PlLinesToWaternetConverterTests.cs
  1. … 4 more files in changeset.
Added test MacroStabilityCommonHelperTests.GivenSoilGeometryProbabilityWithSoilProfile1DAndSurfaceLineWhenCombiningThenSoilProfile2DIsCreated()

Made most MacroStabilityCommonHelper methods static

Related to Issue [MWDAM-2132]

    • -0
    • +64
    ./MacroStabilityCommonHelperTests.cs
  1. … 5 more files in changeset.
Waternet line for PL2 is created only if penetration length > 0

Related to Issue [MWDAM-2215]

  1. … 1 more file in changeset.
Semi time dependent waternet type implemented.

Related to Issue [MWDAM-2215]

    • -85
    • +101
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
"Full hydrostatic" waternet type implemented for 1D profile

Related to Issue [MWDAM-2211]

    • -47
    • +55
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
"Full hydrostatic" waternet type implemented

Related to Issue [MWDAM-2211]

    • -24
    • +29
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Waternet type "Hydrostatic" implemented including unit tests

Related to Issue [MWDAM-2209]

  1. … 4 more files in changeset.
Waternet type "Linear" implemented including unit tests

Related to Issue [MWDAM-2201]

    • -38
    • +47
    ./PlLinesToWaternetConverterTests.cs
  1. … 4 more files in changeset.
Issues in sonar cloud solved

Related to Issue [MWDAM-2154]

  1. … 3 more files in changeset.
Issues in sonar cloud solved

Related to Issue [MWDAM-2154]

  1. … 2 more files in changeset.
Waternet improved by:

- assigning PL4 to all in-betweens aquifer clusters and to the complete cluster

- assigning PL1 to a waternet line which is the bottom of the soil layers “in which the phreatic plane lies”

- removing unnecessary points from the waternet lines

Related to Issue [MWDAM-2154]

    • -93
    • +236
    ./PlLinesToWaternetConverterTests.cs
  1. … 3 more files in changeset.
Cleanup and reformat

Related to Issue [MWDAM-2132]

    • -20
    • +20
    ./PlLinesToWaternetConverterTests.cs
  1. … 18 more files in changeset.
Adapted to review: class name improved

Related to Issue [MWDAM-2190]

    • -34
    • +34
    ./PlLinesToWaternetConverterTests.cs
  1. … 3 more files in changeset.
Case of aquifer layer with a vertical part is now correctly handled.

Unit tests updated with the new point of the waternet line.

Related to Issue [MWDAM-2190]

    • -2
    • +12
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Refactoring:

- duplicated code moved to new generic methods (CreateAllPlLines and CreateRectangularSoilLayer2D)

- picture of the soil profiles added as comment to illustrate the test

Related to Issue [MWDAM-2190]

    • -761
    • +578
    ./PlLinesToWaternetConverterTests.cs
Unit test improved by testing the slices results + few refactoring

Related to Issue [MAC-1467]

  1. … 1 more file in changeset.
POP property added in the DAM Engine input and transferred to Macrostability as FixedSoilStresses

Related to Issue [MWDAM-2095]

  1. … 7 more files in changeset.
Reformat and cleanup

Related to Issue [MWDAM-2017]

  1. … 10 more files in changeset.