Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refactored; more logical naming

Related to Issue [MWDAM-1243]

    • -7
    • +7
    ./PlLinesCreator/SensorPlLine1Creator.cs
    • -1
    • +1
    ./PlLinesCreator/SensorPlLine4Creator.cs
    • -2
    • +2
    ./PlLinesCreator/SensorPlLineCreator.cs
    • -1
    • +1
    ./PlLinesCreator/SensorPlLine3Creator.cs
    • -8
    • +8
    ./Sensors/SensorTimeSeriesProcessor.cs
  1. … 7 more files in changeset.
Make use of Merged dll.

Related to Issue [MWDAM-775]

    • -2
    • +2
    ./Deltares.DamEngine.Calculators.csproj
Limited real output FoSp to 90 as otherwise DAM UI will not show the results.

Related to Issue [MWDAM-775]

  1. … 1 more file in changeset.
Transfer Dam Classic sensor calculators to Dam Engine

Source compiles. Does not do anything yet

Related to Issue [MWDAM-1112]

    • -0
    • +611
    ./Sensors/SensorTimeSeriesProcessor.cs
    • -0
    • +59
    ./Sensors/SensorLocationSafetyFactorCalculator.cs
    • -0
    • +32
    ./Sensors/TimeSerieCalculationException.cs
    • -0
    • +71
    ./Sensors/CalculationParameters.cs
    • -0
    • +48
    ./Sensors/SensorTimeSeriesProcessorException.cs
    • -0
    • +33
    ./Sensors/ICalculator.cs
    • -0
    • +9
    ./Deltares.DamEngine.Calculators.csproj
    • -0
    • +202
    ./Sensors/TimeSeriesProcessor.cs
    • -0
    • +29
    ./Sensors/SensorCalculationArgument.cs
    • -0
    • +500
    ./Sensors/TimeSerieCalculationHelper.cs
  1. … 5 more files in changeset.
Added WBI Sellmeijer revised model (part of Wti kernel). Note that some of the output parameters from this model are (as of yet) not used by DAM Engine and thus are commented out. Irene still has to decide on this in the FO.

Related to Issue [MWDAM-775]

    • -0
    • +327
    ./KernelWrappers/WbiPipingSellmeijerRevised/WbiPipingSellmeijerRevisedKernelWrapper.cs
  1. ./KernelWrappers/WbiPipingSellmeijerRevised
    • -0
    • +6
    ./Deltares.DamEngine.Calculators.csproj
  2. … 3 more files in changeset.
Adapt to review

Related to Issue [MWDAM-1178]

    • -1
    • +2
    ./DikesDesign/DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
Adapt to review

Related to Issue [MWDAM-1141]

    • -1
    • +15
    ./DikesDesign/DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -8
    • +0
    ./DikesDesign/SurfaceLineHeightAdapter.cs
Add sensors to data model Dam engine

Related to Issue [MWDAM-1254]

    • -0
    • +147
    ./PlLinesCreator/SensorPlLineCreator.cs
    • -0
    • +375
    ./PlLinesCreator/SensorPlLine1Creator.cs
    • too large
    ./PlLinesCreator/PlLinesCreator.cs
    • -0
    • +48
    ./PlLinesCreator/SensorPlLineCreatorException.cs
    • -0
    • +236
    ./PlLinesCreator/SensorPlLineCreatorBase.cs
    • -0
    • +41
    ./PlLinesCreator/SensorPlLine2Creator.cs
    • -0
    • +74
    ./PlLinesCreator/PLLineConstructor.cs
    • -0
    • +125
    ./PlLinesCreator/SensorPlLine3Or4CreatorBase.cs
    • -0
    • +10
    ./Deltares.DamEngine.Calculators.csproj
    • -0
    • +72
    ./PlLinesCreator/SensorPlLine4Creator.cs
    • -0
    • +30
    ./PlLinesCreator/IPlLineCreator.cs
    • -0
    • +76
    ./PlLinesCreator/SensorPlLine3Creator.cs
  1. … 39 more files in changeset.
Finished multi core integration for regional assessment.

Related to Issue [MWDAM-1144]

    • -26
    • +22
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
    • -8
    • +0
    ./DikesAssessmentRegional/RegionalScenarioSelector.cs
  1. … 3 more files in changeset.
Move build folder to src folder

Related to Issue [MWDAM-1110]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 10 more files in changeset.
Remove ToDo's that were copied from the Dam Classic code and that do no longer apply

Related to Issue [MWDAM-1056]

Added comment header

Related to Issue [MWDAM-1056]

Try fixing mulicore crashes

Related to Issue [MWDAM-1142]

  1. … 2 more files in changeset.
Added tests for MacroStability models Bishop, UpliftVan, BishopUpliftVan

Added debug lines for multicore calculation

Improved Piping multicore tests

Related to Issue [MWDAM-1142]

  1. … 4 more files in changeset.
Implement multicore calculation for Design Calculation.

Tested with Piping Bligh

Related to Issue [MWDAM-1142]

    • -0
    • +44
    ./DikesDesign/DesignCalculatorTask.cs
    • -13
    • +34
    ./DikesDesign/DesignCalculator.cs
    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
Adapted to review comments.

Related to Issue [MWDAM-1196]

Refactor to prepare for multicore calculation

Related to Issue [MWDAM-1142]

    • -71
    • +83
    ./DikesDesign/DesignCalculator.cs
Cleanup code

Related to Issue [MWDAM-1056]

  1. … 4 more files in changeset.
Move DGSMStabDam.dll to lib directory

Related to Issue [MWDAM-992]

    • -3
    • +6
    ./Deltares.DamEngine.Calculators.csproj
Move DGSMStabDam.dll to lib directory

Related to Issue [MWDAM-992]

  1. … 1 more file in changeset.
Implemented progress for DesignCalculator. Note that local updates of progress probably will be replaced by Run implementation as DesignCalculator is prepared for multi processor.

Related to Issue [MWDAM-1196]

  1. … 1 more file in changeset.
Fixed log message in case PerformDesignCalculationCombinedSlopeAdaptionAndShoulderAdaption fails.

Related to Issue [MWDAM-1224]

    • -6
    • +5
    ./DikesDesign/DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -3
    • +5
    ./DikesDesign/DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 4 more files in changeset.
Cleaned up the implementation for calculation messages.

Related to Issue [MWDAM-1111]

    • -10
    • +16
    ./DikesDesign/DesignCalculator.cs
    • -2
    • +1
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 1 more file in changeset.
Adapted to review

Related to Issue [MWDAM-1192]

Set calculation result to RunFailed when an exception occurs in DesignCalculatorShoulderPerPoint.

Related to Issue [MWDAM-1217]

    • -4
    • +10
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
  1. … 1 more file in changeset.
Improved handling of failed calculations.

Related to Issue [MWDAM-1111]

    • -1
    • +10
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 1 more file in changeset.
Changed in Dutch translation of SurfaceLineShoulderAdapterNewShoulderNoIntersectionError: bermbreedte to bermlengte

Related to Issue [MWDAM-1218]

Fix failing test

Related to Issue [MWDAM-1193]

Related to Issue [MWDAM-1139]

    • -0
    • +1
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
  1. … 1 more file in changeset.
Fix failing test

Related to Issue [MWDAM-1193]

Related to Issue [MWDAM-1139]

    • -3
    • +2
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
  1. … 1 more file in changeset.
Removed redundant code

Related to Issue [MWDAM-1192]

    • -7
    • +0
    ./DikesDesign/DesignCalculatorCombinedSlopeAndShoulderAdaption.cs