Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fill xml with slip circle results

Related to Issue [MWDAM-1706]

  1. … 6 more files in changeset.
Whilst investigating this option, came across typo and 2 thing that could easily be fixed when looking at the sonarqube results. So did this whilst waiting for Irene to return her verdict about this issue.

Related to Issue [MWDAM-1554]

  1. … 2 more files in changeset.
After removing Assessment mode, cleaned code somewhat. Mainly getting rid of dead code.

Related to Issue [MWDAM-1410]

  1. … 26 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. … 79 more files in changeset.
Cleaned DAMEnumerations.cs as far as possible for now. Moving RWScenario options not done as these have to be removed as stated in MWDAM-1410.

Related to Issue [MWDAM-1282]

  1. … 11 more files in changeset.
Removed WtiStabilityInside as failure mechanism and replaced it with UpliftVanWti as ModelType.

Related to Issue [MWDAM-1383]

  1. … 16 more files in changeset.
Implemented NOT the StabilityKernelType but added the kernel as FailureMechanismSystemType by adding WtiStabilityInside as mechanism. Removed StabilityKernelType as this is NOT to be used in the DamEngine.

Related to Issue [MWDAM-1383]

  1. … 14 more files in changeset.
Update license headers

Related to Issue [MWDAM-1369]

  1. … 198 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. … 8 more files 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. … 12 more files 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. … 10 more files in changeset.
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. … 12 more files in changeset.
Adapted to review

Related to Issue [MWDAM-1111]

  1. … 1 more file in changeset.
Set safety factor to -1 when exception is raised in DesignCalculatorShoulderPerPoint.

Added HorizontalBalance to get of SafetyFactor in DesignResult

Added TestIfSellmeijerVnkCalculationResultIsSetToFailDueToShoulderWidthError

Related to Issue [MWDAM-1183]

  1. … 4 more files in changeset.
Changed implementation of BaseFileName in Inwards according to implementation for Outwards and Horizontal.

Related to Issue [MWDAM-1175]

  1. … 1 more file 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. … 6 more files in changeset.
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.
Interim commit. Stability part working, also in multi processor mode. Answers still wrong because of missing soil type.

Related to Issue [MWDAM-1111]

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

Related to Issue [MWDAM-1169]

  1. … 10 more files 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]

Removed SchematizationFactorsResult and cleaned DamProjectData.

Related to Issue [MWDAM-1111]

    • -120
    • +0
    ./RWSchematizationFactorsResult.cs
  1. … 7 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]

  1. … 17 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.
Made sure BaseFilename is filled for stability calculations.

Related to Issue [MWDAM-1057]