Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rename CalcPoints to Points and calcPoints to points.

Related to Issue [MWDAM-2768]

  1. … 43 more files in changeset.
Unit test added for method GetZValue

Related to Issue [MWDAM-2766]

  1. … 1 more file in changeset.
Obsolete soil properties removed from the DAM Engine xml input and Soil data object

Related to Issue [MWDAM-2803]

  1. … 22 more files in changeset.
PL1 creator from sensors corrected (Point DikeToeAtPolder not created if SourceType is Ignore or if no Polder Sensor present).

Unit tests adapted according to change.

Related to Issue [MWDAM-2766]

  1. … 1 more file in changeset.
Removed GeometryPoint from GeometryPointString/GeometryLoop classes and everywhere it was used. Improved geometry generation and Clone() methods for SoilProfile2D.

Related to Issue [MWDAM-2760]

  1. … 52 more files in changeset.
unit tests added on lower level + code improved

Related to Issue [MWDAM-2691]

  1. … 6 more files in changeset.
Test for 2D profile is updated (shoulder and ditch added) and comparison is extended to the Pl lines of both profiles and both time steps

Related to Issue [MWDAM-2706]

  1. … 4 more files in changeset.
Unit test added using the data provided by RPS in issue MWDAM_2631.

Code corrected for searching the intersection point with PL1.

Unused property XSoilGeometry2DOrigin removed from PlLinesCreator.

Related to Issue [MWDAM-2631]

  1. … 22 more files in changeset.
Code for the PL3/PL4 reduction re-implemented and improved (1D soil profile is not converted to 2D soil profile to spare calculation time).

Integration tests for piping updated with the new results.

Related to Issue [MWDAM-2691]

  1. … 3 more files in changeset.
code temporary reverted due to execution timeout

Related to Issue [MWDAM-2691]

Reduction of PL3/PL4 temporary reverted to better investigate the piping failing tests (execution time out)

Related to Issue [MWDAM-2691]

  1. … 1 more file in changeset.
Adapted to review: method starting with Get renamed into Determine

Related to Issue [MWDAM-2724]

  1. … 4 more files in changeset.
Reduction of PL3/PL4 implemented when the aquifer intersects the surface line (i.e. the ditch)

Related to Issue [MWDAM-2691]

  1. … 4 more files in changeset.
Remove code for reading sti files.

Related to Issue [MWDAM-2160]

  1. … 26 more files in changeset.
Validation performed in PlLinesCreator removed because duplication of the validation performed in ValidateSoilProfileForPlLinesCreation

Related to Issue [MWDAM-2724]

  1. … 6 more files in changeset.
Code improved and header in public method added

Related to Issue [MWDAM-2704]

  1. … 1 more file in changeset.
For the validation of the soil profile, an aquifer with aquitard inner loop is valid

Related to Issue [MWDAM-2704]

  1. … 2 more files in changeset.
Adapted to review

Related to Issue [MWDAM-2643]

  1. … 2 more files in changeset.
Fix sonarcloud Reliability issues: Do not check floating point equality with exact values, use a range instead

Related to Issue [MWDAM-2643]

  1. … 2 more files in changeset.
Skip check on CheckWaterLevelIsAboveDikeToeRiverSide in SensorPlLine1Creator.

If no intersection point found with water level at dike river side, add point at DikeToeAtRiver.

Related to Issue [MWDAM-2647]

Added test for using LocationData for the sensor of DikeTopAtPolder

Related to Issue [MWDAM-2627]

  1. … 4 more files in changeset.
Adapted to review: isolated aquifer changed to discontinuous aquifer

Related to Issue [MWDAM-2164]

  1. … 4 more files in changeset.
Adapted to review: typo + renaming + pictures of soil profile added in tests

Related to Issue [MWDAM-2164]

  1. … 3 more files in changeset.
Code refactored to solve issues detected by sonarcloud

Related to Issue [MWDAM-2581]

  1. … 1 more file in changeset.
Add a validation on the presence of isolated in-between aquifers

Related to Issue [MWDAM-2581]

  1. … 7 more files in changeset.
Validation of the Dike embankment material is incorrect (material needed only for 1D profile, not 2D)

Related to Issue [MWDAM-2164]

  1. … 1 more file in changeset.
Check on the presence of aquifers/aquitards for 1D profile is done at cross section DikeTopAtPolder (instead of DikeToeAtPolder) to include the layers in the dike body.

Related to Issue [MWDAM-2164]

Validations of the soil profile performed in class PlLinesCreator.cs and PlLinesToWaternetConverter.cs are moved to a new class SoilProfileValidator and called only by the PlLinesCreator.

Related to Issue [MWDAM-2164]

    • -0
    • +186
    ./SoilProfileValidator.cs
  1. … 13 more files in changeset.
Refactoring: comments improved + unused method DetermineStabilityUplift removed

Related to Issue [MWDAM-2226]

  1. … 5 more files in changeset.
Redundant code removed

Related to Issue [MWDAM-2380]