Deltares.DamEngine.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added tests for ConversionHelper stability output type. Removed line that was not used in test.

Related to Issue [MWDAM-1169]

  1. … 2 more files in changeset.
Added location results for serialization tests. Added extra parameter damProjectData for writing Dam from xml as location results need the original data to retrace location, segment and soil probability data.

Related to Issue [MWDAM-1111]

    • -1
    • +1
    ./RegionalAssessmentResults/RegionalScenariosResult.cs
    • -1
    • +1
    ./RegionalAssessmentResults/RegionalScenarioResult.cs
  1. … 5 more files in changeset.
Refactored

Related to Issue [MWDAM-1141]

    • -2
    • +2
    ./General/FailureMechanismParametersMStab.cs
  1. … 3 more files in changeset.
Finished slope part of PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Added methods to SurfaceLine2Extensions, needed for Slope Design calculation

Related to Issue [MWDAM-1141]

    • -0
    • +30
    ./Geotechnics/SurfaceLine2Extensions.cs
  1. … 7 more files in changeset.
Implemented proper use of regional assessment scenario job settings throughout all wrappers, kernels and helpers to ensure correct pl-lines and results for test.

Single core now works fully for regional assessment.

Related to Issue [MWDAM-1111]

    • -0
    • +87
    ./General/RegionalAssessmentScenarioJobSettings.cs
    • -2
    • +22
    ./General/DamFailureMechanismeCalculationSpecification.cs
  1. … 15 more files in changeset.
Start of implementation of Macrostability Inwards Design

Related to Issue [MWDAM-1141]

    • -1
    • +1
    ./General/FailureMechanismParametersMStab.cs
    • -0
    • +43
    ./General/EmbankmentDesignParameters.cs
  1. … 20 more files in changeset.
Remove redundant DamProjectType.Assessment

Related to Issue [MWDAM-1172]

  1. … 5 more files in changeset.
Interim commit. Stability part working, also in multi processor mode. Answers still wrong because of missing soil type.

Related to Issue [MWDAM-1111]

  1. … 6 more files in changeset.
Added StabilityModelType to StabilityDesignResults

Related to Issue [MWDAM-1169]

  1. … 10 more files in changeset.
Fixed compiler warnings

Related to Issue [MWDAM-1141]

  1. … 1 more file in changeset.
Removed obsolete parameter analysisType.

Related to Issue [MWDAM-1170]

  1. … 6 more files in changeset.
Fixed the test for Horizontal Balance.

Related to Issue [MWDAM-1170]

    • -121
    • +5
    ./General/Results/DesignResult.cs
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • -27
    • +27
    ./General/Sensors/SensorLocation.cs
  1. … 21 more files in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • -3
    • +3
    ./General/FailureMechanismParametersMStab.cs
  1. … 9 more files in changeset.
Removed SchematizationFactorsResult and cleaned DamProjectData.

Related to Issue [MWDAM-1111]

    • -28
    • +3
    ./RegionalAssessmentResults/EvaluationJob.cs
    • -12
    • +2
    ./General/Results/LocationResult.cs
    • -120
    • +0
    ./General/Results/RWSchematizationFactorsResult.cs
  1. … 3 more files in changeset.
Interim commit. ICalculation interface to be moved from IKernelWrapper to KernelWrappers themselves. Also related too Issue [MWDAM-1144]

Related to Issue [MWDAM-1111]

    • -3
    • +3
    ./Standard/Calculation/ICalculation.cs
  1. … 9 more files in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

  1. … 2 more files in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • -1
    • +1
    ./General/FailureMechanismParametersMStab.cs
  1. … 24 more files in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

  1. … 11 more files in changeset.
Implemented MaxCalculationCores in such a way it is used by the interfaces.

Related to Issue [MWDAM-1144]

  1. … 3 more files in changeset.
oved TanSlopeInside according to review

Related to Issue [MWDAM-1105]

    • -12
    • +0
    ./Geotechnics/SurfaceLine2Extensions.cs
  1. … 1 more file in changeset.
Refactored: moved some methods to common part for piping

Related to Issue [MWDAM-1095]

  1. … 6 more files in changeset.
Started with renaming the involved Rwxxxx properties and classes to Regionalxxxxx to improve naming. For the results classes I've put each class in its own file.

Related to Issue [MWDAM-1108]

    • -0
    • +146
    ./RegionalAssessmentResults/EvaluationJob.cs
    • -0
    • +86
    ./RegionalAssessmentResults/RegionalScenariosResult.cs
    • -0
    • +87
    ./RegionalAssessmentResults/RegionalResult.cs
    • -0
    • +147
    ./RegionalAssessmentResults/RegionalScenarioResult.cs
    • -0
    • +234
    ./RegionalAssessmentResults/RegionalScenarioProfileResult.cs
    • -239
    • +0
    ./RWScenarios/RWScenariosResult.cs
  1. … 4 more files in changeset.
Renamed RWResultType ro RegionalResultType to be in line with the new names. Added Conversion helpers with tests to be able to read/write the scenario assessment results.

Related to Issue [MWDAM-1111]

  1. … 3 more files in changeset.
Cleaned up dead code.

Related to Issue [MWDAM-1087]

    • -285
    • +0
    ./RWScenarios/HydraulicShortcutRWEvaluator.cs
    • -155
    • +0
    ./RWScenarios/AquitardEvaluator.cs
    • -48
    • +0
    ./RWScenarios/DikeMaterialRWEvaluator.cs
  1. … 1 more file in changeset.
First working implementation of Design Piping Bligh (still a work in progress)

Related to Issue [MWDAM-1095]

    • -0
    • +23
    ./Geotechnics/SurfaceLine2Extensions.cs
  1. … 15 more files in changeset.
Step 1: Finished work at Engine side. To do: implementation at UI side.

Related to Issue [MWDAM-1154]

  1. … 3 more files in changeset.
Step 1: Added calculationSubDir to xsd, regenerated the DamOutput file and implemented it in the code for the wrappers. To do is the I/O.

Related to Issue [MWDAM-1154]

  1. … 6 more files in changeset.
Added FullStiFileName to SoilGeometryProbability, besides existing StiFileName.

Changed WorkingDir in DamKernelInput to CalculationDir, added ProjectDir.

Related to Issue [MWDAM-1056]

    • -2
    • +2
    ./RWScenarios/HydraulicShortcutRWEvaluator.cs
  1. … 11 more files in changeset.
Replaced ProjectWorkingPath by ProjectPath and CalculationMap.

Related to Issue [MWDAM-1150]

  1. … 17 more files in changeset.