Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Corrected names of return values.

Related to Issue [MWDAM-1348]

Outcommented model to prevent warning (input will be set later when xml for kernel input can be written and tested)

Related to Issue [MWDAM-1358]

Implemented DetermineStabilityUplift in test for Prepare

Related to Issue [MWDAM-1377]

  1. … 3 more files in changeset.
Added test for DetermineStabilityUplift with SoilProfile2D. Pass SoilProfile2D to UpliftLocationDeterminator.

Related to Issue [MWDAM-1377]

    • -7
    • +7
    ./KernelWrappers/Common/UpliftHelper.cs
    • -4
    • +5
    ./KernelWrappers/Common/PlLinesHelper.cs
    • too large
    ./PlLinesCreator/PlLinesCreator.cs
  1. … 3 more files in changeset.
Added tests for parsing validation results

Related to Issue [MWDAM-1367]

  1. … 2 more files in changeset.
Added, implemented and tested the additionally required parameters at the Engine side for this issue.

Related to Issue [MWDAM-1370]

  1. … 7 more files in changeset.
Added the requested tests.

Related to Issue [MWDAM-1349]

  1. … 2 more files in changeset.
Implemented PrepareDesign of kernel wrapper for WBI macro stability, as far as possible in this issue. Added comments for issue MWDAM-1356 where the rest must be done.

Related to Issue [MWDAM-1358]

  1. … 1 more file in changeset.
Did the requested renaming. Note: FoSp/Wti2017SafetyFactorPiping is renamed as FoSbe/Wti2017BackwardErosionSafetyFactor and Hc/Wti2017HcriticalPiping to Hcbe/Wti2017BackwardErosionHcritical. This because Kin Sun requested this in Issue [MWDAM-1370].
  1. … 11 more files in changeset.
Implemented GetDesignStrategy of kernel wrapper for WBI macro stability.

Related to Issue [MWDAM-1358]

Implemented EvaluateDesign of kernel wrapper for WBI macro stability, as far as possible in this issue. Added comments for issue MWDAM-1357 where the rest must be done.

Related to Issue [MWDAM-1358]

  1. … 1 more file in changeset.
Modified comments

Related to Issue [MWDAM-1358]

Implemented PostProcess of kernel wrapper for WBI macro stability, as far as possible in this issue. Added comments for other issues where the rest must be done.

Related to Issue [MWDAM-1358]

  1. … 1 more file in changeset.
Implemented the heave (safety) calculation as performed by the WBI-calculator. Adapted tests to be able to test this. Extended the engine/ui interface output xsd with the new output parameters. Also added the overall safety and Hcritical parameters for output purposes (as part of Issue [MWDAM-1370]).

Related to Issue [MWDAM-1351]

  1. … 8 more files in changeset.
Fixed typo

Related to Issue [MWDAM-1349]

Implemented The uplift safety calculation as performed by the WBI-calculator. Adapted tests en test data to be able to test this. Extended the engine/ui interface output xsd with the new output parameters. Renamed some of the existing Wbi output parameters to have better names.

Related to Issue [MWDAM-1349]

  1. … 11 more files in changeset.
Implemented Execute of kernel wrapper for WBI macro stability, as far as possible in this issue. Added comments for issue MWDAM-1357 where the rest must be done.

Related to Issue [MWDAM-1358]

  1. … 1 more file in changeset.
Corrected Issue number for ToDo's Prepare, must be done in MWDAM-1356.

Related to Issue [MWDAM-1358]

  1. … 1 more file in changeset.
Implemented Validate of kernel wrapper for WBI macro stability, as far as possible in this issue. Added comments for issue MWDAM-1367 where the rest must be done.

Related to Issue [MWDAM-1358]

  1. … 1 more file in changeset.
Implemented Prepare of kernel wrapper for WBI macro stability, as far as possible in this issue. Added comments for issue MWDAM-1353 where the rest must be done.

Related to Issue [MWDAM-1358]

  1. … 1 more file in changeset.
Removed unused references

Related to Issue [MWDAM-1358]

    • -1
    • +0
    ./KernelWrappers/Common/DamKernelInput.cs
Initial implementation of kernel wrapper for WBI macro stability

Related to Issue [MWDAM-1358]

  1. ./KernelWrappers/DamWbiMacroStabilityInwards
    • -0
    • +7
    ./Deltares.DamEngine.Calculators.csproj
  2. … 3 more files in changeset.
Started work on Issue [MWDAM-1349] but found out that 1348 (Determination of effective stress) needs to be solved first. So adapted test for that abd then solved 1348 first. But I did already added some parameters for 1349 too.

Related to Issue [MWDAM-1348]

  1. … 1 more file in changeset.
Enabled Stability Outside Operational

Related to Issue [MWDAM-1293]

    • -2
    • +11
    ./DikesOperational/OperationalCalculator.cs
  1. … 1 more file in changeset.
Cleaned up code according to comments of reviewer.

Related to Issue [MWDAM-1111]

    • -685
    • +0
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
    • -6
    • +6
    ./DikesAssessmentRegional/RegionalScenarioSelector.cs
    • -0
    • +601
    ./DikesAssessmentRegional/RegionalAssessmentCalculator.cs
  1. … 15 more files in changeset.
Ensure that DryUnitWeight is set too (this solves the error).

Related to Issue [MWDAM-1274]

Adapted to review

Related to Issue [MWDAM-1111]

    • -1
    • +0
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 1 more file in changeset.
Added missing headers and other small lay out improvements (as forgotten by Tom)

Related to Issue [MWDAM-1112]

    • -1
    • +12
    ./DikesOperational/OperationalCalculator.cs
    • -0
    • +8
    ./DikesOperational/OperationalCalculatorException.cs
    • -1
    • +58
    ./DikesOperational/OperationalCalculatorTask.cs
  1. … 1 more file in changeset.
Fixed multicore problems by using deep copy of StabilityParameters object

This objects is changed during the calculation.

Related to Issue [MWDAM-1142]

Fixed multicore problems by using deep copy of Location and StabilityParameters objects to DamKernelInput.

These objects are changed dureing the calculation.

Removed redundant code in Dike.cs

Related to Issue [MWDAM-1142]

  1. … 2 more files in changeset.