DamMacroStabilityOutwards

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed DamMacroStabilityOutwards:

- Adjusted the KernelWrapperHelper

Related to Issue [MWDAM-1629]

    • -357
    • +0
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 5 more files in changeset.
Made RequiredSafetyFactorStabilityInnerSlope, RequiredSafetyFactorStabilityOuterSlope, RequiredSafetyFactorPiping, UpliftCriterionStability and UpliftCriterionPiping required in xsd/DamLocation.xsd

Related to Issue [MWDAM-1537]

    • -5
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 19 more files in changeset.
SoilProfile should also be included in the calculation if the SoilProfile is of type SegmentFailureMechanismType.All

Related to Issue [MWDAM-1294]

    • -1
    • +2
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 15 more files in changeset.
Replace type of SubSoilScenario.SegmentFailureMechanismType from FailureMechanismSystemType to SegmentFailureMechanismType

Related to Issue [MWDAM-1294]

    • -2
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 29 more files in changeset.
Removed Assessment mode from the Engine (code and xsd). Note: the enumerations belonging to this mode will be removed in next commit as this is part of two issues.

Related to Issue [MWDAM-1410]

    • -1
    • +0
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 79 more files in changeset.
Update license headers to 2019
    • -1
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 111 more files in changeset.
Connected SensorPlLineCreator for operational calculation

Related to Issue [MWDAM-1254]

    • -0
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 12 more files in changeset.
Improved handling exceptions in Design calculator

Reverted firs solution in revision(s) 1327 from DamEngine/trunk/src:

Related to Issue [MWDAM-1208]

    • -49
    • +40
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 9 more files in changeset.
handle exceptions in Prepare methods of KernelWrappers

Related to Issue [MWDAM-1208]

    • -40
    • +49
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 5 more files in changeset.
Step 2: Implemented the ProjectFileName same way for all stability wrappers. Tested basefilename for all stability wrappers.

Related to Issue [MWDAM-1175]

    • -3
    • +3
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 3 more files in changeset.
Step 1: Added ProjectFileName to StabilityOutputItem to solve the problem. Implemented it correctly in Stab Inwards. This now has to be made consistent for all kernel wrappers. Other files were trails to solve but that was not general. Will resolve this in step 2. This step 1 is done so we can release the engine for test in UI.

Related to Issue [MWDAM-1175]

    • -1
    • +2
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 6 more files in changeset.
Improved GetDesignStrategy() method

Related to Issue [MWDAM-1141]

    • -1
    • +2
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 8 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]

    • -1
    • +3
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 17 more files in changeset.
Add parameters to IKernelWrapper interface methods

Refactored: better names

More work on PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Related to Issue [MWDAM-1141]

    • -2
    • +5
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 8 more files in changeset.
Start of implementation of Macrostability Inwards Design

Related to Issue [MWDAM-1141]

    • -0
    • +6
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 23 more files in changeset.
Added GetDesignStrategy to IKernelWrapper interface.

Implement in Kernel wrapper classes

Related to Issue [MWDAM-1141]

    • -0
    • +9
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 7 more files in changeset.
Removed obsolete parameter analysisType.

Related to Issue [MWDAM-1170]

    • -2
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 6 more files in changeset.
Removed DesignScenario from DamKernelInput

Related to Issue [MWDAM-1170]

    • -5
    • +12
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 22 more files in changeset.
Adapted to review comments.

Related to Issue [MWDAM-1057]

    • -2
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 1 more file in changeset.
Adapted to review

Related to Issue [MWDAM-1095]

    • -0
    • +15
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 13 more files in changeset.
First working implementation of Design Piping Bligh (still a work in progress)

Related to Issue [MWDAM-1095]

    • -1
    • +19
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 16 more files in changeset.
Added calculation of UpliftSituation to Outwards. Moved code to UpliftHelper.

Related to Issue [MWDAM-1153]

    • -1
    • +6
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 5 more files in changeset.
Make sure redesigned surface line (as part of the results) is reset to x = 0 as start. This is required to keep results based on this line in sync.

Related to Issue [MWDAM-1057]

    • -0
    • +10
    ./DamMacroStabilityOutwardsKernelWrapper.cs
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]

    • -0
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 6 more files in changeset.
Added resultmessage and UpliftSituation to output of wrapper (even though I think UpliftSituation should be null as it is not relevant for outwards calculations, but it is needed to be able to reproduce the results of DAM Classic).

Related to Issue [MWDAM-1057]

    • -2
    • +3
    ./DamMacroStabilityOutwardsKernelWrapper.cs
Added FullStiFileName to SoilGeometryProbability, besides existing StiFileName.

Changed WorkingDir in DamKernelInput to CalculationDir, added ProjectDir.

Related to Issue [MWDAM-1056]

    • -11
    • +7
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 13 more files in changeset.
Corrected test(s) now it has been decided that zone areas are NOT allowed for stability outside.

Related to Issue [MWDAM-1057]

    • -7
    • +7
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 6 more files in changeset.
Removed EntryPointXCoordinate and ExitPointXCoordinate from ResultsSingleZone

Related to Issue [MWDAM-1056]

    • -8
    • +4
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 4 more files in changeset.
Replaced ProjectWorkingPath by ProjectPath and CalculationMap.

Related to Issue [MWDAM-1150]

    • -1
    • +1
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 19 more files in changeset.
Removed dead code, added test as used in outer to inner to ensure inner will not fail when calculating with 1Dprofiles or 2Dprofiles instead of sti-files.

Related to Issue [MWDAM-1057]

    • -2
    • +0
    ./DamMacroStabilityOutwardsKernelWrapper.cs
  1. … 1 more file in changeset.