Deltares.DamEngine.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix unit test by disabling DeleteLooseCurves

Related to Issue [MWDAM-2132]

- Added DeleteLooseCurves

- Improved some method names

Related to Issue [MWDAM-2132]

  1. … 3 more files in changeset.
Improved unit tests

Improved moving limits

Related to Issue [MWDAM-2132]

  1. … 2 more files in changeset.
Added unit tests

Related to Issue [MWDAM-2132]

  1. … 1 more file in changeset.
Fix code smells

Related to Issue [MWDAM-2132]

  1. … 1 more file in changeset.
Implement helper method ExtendGeometryRight

Related to Issue [MWDAM-2132]

  1. … 1 more file in changeset.
Implement helper method ExtendGeometryLeft

Related to Issue [MWDAM-2132]

    • -0
    • +66
    ./Geometry/GeometryHelper.cs
  1. … 5 more files in changeset.
Fixed most warning by removing redundant references from csproj

Related to Issue [MWDAM-2170]

  1. … 10 more files in changeset.
Fixed code smells

Improve coverage

Related to Issue [MWDAM-2132]

    • -2
    • +2
    ./Geotechnics/SoilProfile2DSurfaceLineHelper.cs
  1. … 3 more files in changeset.
Added tolerance to check if surface-line does not exceed the boundaries of the SoilProfile2D

Related to Issue [MWDAM-2132]

    • -2
    • +9
    ./Geotechnics/SoilProfile2DSurfaceLineHelper.cs
  1. … 1 more file in changeset.
Check if surface-line does not exceed the boundaries of the SoilProfile2D

Related to Issue [MWDAM-2132]

    • -0
    • +53
    ./Geotechnics/SoilProfile2DSurfaceLineHelper.cs
  1. … 5 more files in changeset.
Nuget for Stix file writer updated with version 24.1.0.66.

Code of DAM engine updated for new slice output.

Related to Issue [MAC-1467]

    • -21
    • +21
    ./General/Results/StabilityResultSlice.cs
  1. … 6 more files in changeset.
Fixed transfer of SoilProfile2D from interface to DAM Engine data model

Related to Issue [MWDAM-2113]

  1. … 1 more file in changeset.
Remove UsePop

Related to Issue [MWDAM-2110]

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

Related to Issue [MWDAM-2017]

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

Related to Issue [MWDAM-2007]

Adapted to review: re-added constraint.

Related to Issue [MWDAM-1968]

Added SigmaTauCurve to conversion.

Always create a SigmaTauCurve to be consistent with SuTable in CSharpWrapper.

Related to Issue [MWDAM-1968]

  1. … 2 more files in changeset.
Improved constructor for SigmaTauPoint

Related to Issue [MWDAM-1996]

  1. … 3 more files in changeset.
Removes redundant Name property from SigmaTauCurve

Related to Issue [MWDAM-2007]

  1. … 2 more files in changeset.
- Update GeoCommon package

- Added Sigma-Tau curves to data model

Related to Issue [MWDAM-2007]

    • -0
    • +51
    ./Geotechnics/SigmaTauCurve.cs
    • -0
    • +48
    ./Geotechnics/SigmaTauPoint.cs
  1. … 4 more files in changeset.
Clean up code

Related to Issue [MDWAM-2001]

Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -1
    • +1
    ./General/FailureMechanismParametersMStab.cs
    • -1
    • +1
    ./Standard/Validation/ValidateAttribute.cs
  1. … 315 more files in changeset.
Fixed 2 bugs indicated by sonarcloud

Related to Issue [MWDAM-1911]

Corrected some of the tests, now only two fail again,

Related to Issue [MWDAM-1948]

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

Related to Issue [MWDAM-1934]

  1. … 2 more files in changeset.
Renamed the method and moved it to DesignScenario (where it actually belongs).

Related to Issue [MWDAM-1934]

  1. … 2 more files in changeset.
Unused Shear Strength Models are removed from xsd, code and documentation

Related to Issue [MWDAM-1954]

    • -39
    • +3
    ./Geotechnics/ShearStrengthModel.cs
  1. … 10 more files in changeset.
Made sure that during one calculation (per location per subsoil per scenario) only the CurrentScenario is used. For Design, all scenarios but the Current are removed at the start of the calculation. For Operational, there only ever is one scenario (as this is a demand which is tested). Replaced use of Scenarios[0] with CurrentScenario, removed Scenarios from Dike. Also removed the reference to Location in DesignScenario, added LocationName to DesignScenario.

Adapted all tests for this. I expect two failing (new) tests at the moment.

Related to Issue [MWDAM-1948]

    • -6
    • +21
    ./General/Sensors/SensorLocation.cs
  1. … 21 more files in changeset.
Extracted the method as requested.

Related to Issue [MWDAM-1934]

  1. … 1 more file in changeset.