Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
POP property added in the DAM Engine input and transferred to Macrostability as FixedSoilStresses

Related to Issue [MWDAM-2095]

  1. … 6 more files in changeset.
Re-enabled writing stix file

Related to Issue [MWDAM-2082]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
Temporary disable writing stix file until StixFileWriter is updated

Related to Issue [MWDAM-2082]

Nuget package for StixfileWriter updated with 24.1.0.63

Related to Issue [MAC-1446]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
Nuget package for GeoCommon updated with 24.1.0.63

Related to Issue [MAC-1446]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
Nuget package for StixfileWriter updated with 24.1.0.60

Related to Issue [MAC-1446]

    • -2
    • +2
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
Reformat and cleanup

Related to Issue [MWDAM-2017]

  1. … 10 more files in changeset.
Upgrade to StixFileWriter 24.1.0.56

Related to Issue [MWDAM-2035]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
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.
Update to GeoCommon package 24.1.1.56

Related to Issue [MWDAM-1996]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
Update StixFileWriter 24.1.0.52

Related to Issue [MWDAM-1968]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
Update StixFilewriter

Removed redundant CSharpWrapper (is allready imported by StixFileWriter)

Related to Issue [MWDAM-2028]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 5 more files in changeset.
Update to StixFileWriter 24.1 to fix unit test

Related to Issue [MWDAM-2028]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
- Update GeoCommon package

- Added Sigma-Tau curves to data model

Related to Issue [MWDAM-2007]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 7 more files in changeset.
Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -1
    • +1
    ./KernelWrappers/Assemblers/MissingRequiredFieldValueException.cs
    • -1
    • +1
    ./PlLinesCreator/SensorPlLineCreatorException.cs
    • -1
    • +1
    ./KernelWrappers/Common/DamKernelInput.cs
    • -1
    • +1
    ./KernelWrappers/Assemblers/DtoAssemblerConversionException.cs
    • -1
    • +1
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -1
    • +1
    ./DikesOperational/OperationalEnumerations.cs
  1. … 315 more files in changeset.
Test added to check the consistency of the AdaptGeometry results

Related to Issue [MWDAM-1651]

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

Related to Issue [MWDAM-1948]

  1. … 5 more files in changeset.
Removed copying location as that makes the SensorLocation dictionary unusable.

Related to Issue [MWDAM-1889]

    • -1
    • +1
    ./DikesOperational/OperationalCalculator.cs
Bump package StixFileWriter to 23.2.1.6

Related to Issue [MAC-1959]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
Adapted the operational calculator, improved the description of the reason of the ignored test.

Related to Issue [MWDAM-1889]

    • -3
    • +3
    ./DikesOperational/OperationalCalculator.cs
  1. … 1 more file in changeset.
Now all the multicore adaption tests should succeed.

Related to Issue [MWDAM-1948]

  1. … 2 more files in changeset.
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
    ./DikesOperational/OperationalCalculator.cs
  1. … 1 more file in changeset.
Renamed the method and moved it to DesignScenario (where it actually belongs).

Related to Issue [MWDAM-1934]

    • -1
    • +1
    ./DikesOperational/OperationalCalculator.cs
  1. … 2 more files in changeset.
Added extra test for Adaption (non multicore) as SonarCloud says its not covered (it is, but only in multicore). Added two words to the dictionary to prevent annoying wrong hint/problems. Solve two smells.

Related to Issue [MWDAM-1948]

    • -17
    • +13
    ./DikesDesign/DesignCalculator.cs
  1. … 2 more files in changeset.
Unused Shear Strength Models are removed from xsd, code and documentation

Related to Issue [MWDAM-1954]

  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]

    • -8
    • +0
    ./KernelWrappers/Common/PlLinesHelper.cs
    • -23
    • +38
    ./DikesDesign/DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -2
    • +3
    ./DikesDesign/DesignCalculatorSingle.cs
    • -19
    • +14
    ./DikesDesign/DesignCalculator.cs
    • -5
    • +10
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
    • -11
    • +16
    ./DikesDesign/DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -1
    • +1
    ./DikesOperational/OperationalCalculator.cs
  1. … 17 more files in changeset.
First repair some things in Adaption calculations themselves:

- give CircleSurfacePointRightXCoordinate a proper value

- remove unused CircleSurfacePointLeftXCoordinate

- make sure centerOfLeftGridXCoordinate is given a proper value when IsGridAutomatic = true.

Related to Issue [MWDAM-1948]

Extracted the method as requested.

Related to Issue [MWDAM-1934]

    • -37
    • +12
    ./DikesDesign/DesignCalculator.cs
  1. … 1 more file in changeset.
Bump package StixFileWriter to 23.2.1.5

Related to Issue [MAC-1383]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.