Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added iterationIndex as parameter to Prepare() Interface in order to be able to set correct file names in case of design. Implemented setting correct name for sti-file to be used in the calculation by Stability Outwards.

Related to Issue [MWDAM-1057]

  1. … 3 more files in changeset.
Adapted the use of FailureMechanismeParamatersMStab to be in line with the TD which states that kernel input data should hold the input. AdaptedDamMacroStabilityKernelWrapper for this too. Also improved the Prepare in that class.

Related to Issue [MWDAM-1057]

Added header to public properties

Related to Issue [MWDAM-1054]

Added SearchMethod and MinimalCircleDepth to Test input.

Modified XmlAttributeSoilGeometryType and created ConvertSoilProfileTypeToClassicType so the dll that creates the sti file understands the xml input.

Related to Issue [MWDAM-1089]

  1. … 1 more file in changeset.
Implemented FailureMechanismeParamatersMStab for Stability kernel wrappers.

Related to Issue [MWDAM-1057]

    • -2
    • +24
    ./KernelWrappers/Common/DamKernelInput.cs
  1. … 1 more file in changeset.
Added SoilList to CreatePlLinesForStability.

Created new test input for TestCreateMStabXmlDoc.

Related to Issue [MWDAM-1089]

    • -1
    • +2
    ./KernelWrappers/Common/PlLinesHelper.cs
  1. … 1 more file in changeset.
Implemented riverLevelLow in Pl lines creation to ensure this can be used for Stability Outwards in a correct way.

Related to Issue [MWDAM-1057]

    • -1
    • +3
    ./KernelWrappers/Common/PlLinesHelper.cs
Failing tests moved to WorkInprogress. TestThowsException tests fixed

Related to Issue [MWDAM-1055]

Failing tests moved to WorkInprogress. TestThowsException tests fixed

Related to Issue [MWDAM-1055]

  1. … 1 more file in changeset.
Started with implementation of Stability Outwards.

Related to Issue [MWDAM-1057]

    • -0
    • +256
    ./KernelWrappers/DamMacroStabilityOutwards/DamMacroStabilityOutwardsKernelWrapper.cs
  1. ./KernelWrappers/DamMacroStabilityOutwards
    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  2. … 1 more file in changeset.
Improve where calcdll's are placed in output directory

Related to Issue [MWDAM-1055]

    • -2
    • +3
    ./Deltares.DamEngine.Calculators.csproj
Add missing dll's to Piping VNK

Related to Issue [MWDAM-1055]

    • -0
    • +4
    ./Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
First version of Sellmeijer VNK added to DamEngine

Related to Issue [MWDAM-1055]

    • -0
    • +192
    ./KernelWrappers/DamPipingSellmeijerVnk/DamPipingSellmeijerVnkKernelWrapper.cs
    • -0
    • +6
    ./Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
Made sure of proper use of SoilProfileType.

Related to Issue [MWDAM-1102]

    • -1
    • +1
    ./Dikes Assessment Regional/RWScenariosCalculation.cs
  1. … 3 more files in changeset.
Adapted to review

- Improved unit test

- Cleanup code

Related to Issue [MWDAM-1034]

  1. … 3 more files in changeset.
Fix failing tests (see review)

Related to Issue [MWDAM-1034]

  1. … 1 more file in changeset.
Removed the Todo's and the if's belonging to it as timplementing the ToDo's would result in unwanted change in functionality.

Related to Issue [MWDAM-1035]

Fixed the issue and added tests. Had to move de DGSMStabDamdll.

Related to Issue [MWDAM-1102]

    • -0
    • +192
    ./General/Geometry2DTo1DConverter.cs
    • -2
    • +8
    ./Deltares.DamEngine.Calculators.csproj
    • -68
    • +69
    ./General/Geometry2DDataCreator.cs
    • -0
    • +81
    ./General/Geometry2DSectionParameters.cs
    • too large
    ./PlLinesCreator/PLLinesCreator.cs
  1. … 13 more files in changeset.
Use Physics for FactorMeterToMicroMeter and WaterViscosity

Related to Issue [MWDAM-1117]

Moved FactoryForSoilProfiles.cs and FactoryForSurfaceLines.cs from Calculators.Tests to TestHelpers.

Moved Physics.cs from Calculators/General to Data/General

Related to Issue [MWDAM-1117]

    • -1
    • +0
    ./Deltares.DamEngine.Calculators.csproj
  1. … 10 more files in changeset.
Improved PostProcess in DamPipingSellmeijer4ForcesKernelWrapper (and its test) to be able to show proper results in UI.

Related to Issue [MWDAM-1035]

  1. … 2 more files in changeset.
Temporary fix to get UI working

Related to Issue [MWDAM-1054]

Related to Issue [MWDAM-1051]

Start implementing 2d geometries for Stability

Related to Issue [MWDAM-1056]

    • too large
    ./PlLinesCreator/PLLinesCreator.cs
Modified test files for MacroStability.

Use CreatePlLines from PlLinesHelper.

Added StabilityInside to kernels that can calculate.

Removed SoilProfileAssembler and SoilLayerAssembler from DamMStabAssembler.

Added SoilList to Location in FillDamFromXmlInput.

Related to Issue [MWDAM-1056] and Issue [MWDAM-1089]

    • -0
    • +43
    ./KernelWrappers/Common/PlLinesHelper.cs
    • -2
    • +0
    ./Deltares.DamEngine.Calculators.csproj
  1. … 8 more files in changeset.
Implemented the xsd in the code (added StabilityOptions, moved all belonging properties to this and adapted the existing code for this move; implemented the I/O and interface, adapted tests and added tests for new conversion helpers). Also added missing tests and corrected other tests for the conversion helpers.

Related to Issue [MWDAM-1084]

  1. … 10 more files in changeset.
Adapted to review

- Use resource strings

- Added comment headers

Related to Issue [MWDAM-1091]

  1. … 8 more files in changeset.
Finished creating an xml file for MStab dll that writes sti file.

Created a test.

Related to Issue [MWDAM-1089]

    • too large
    ./PlLinesCreator/PLLinesCreator.cs
  1. … 1 more file in changeset.
Fixed passing resultMessage

Related to Issue [MWDAM-1051]

Make sure all calculations generate a designResult with the correct calcualtionResult and calculation result message

Related to Issue [MWDAM-1051]

    • -10
    • +10
    ./Dikes Design/DesignCalculator.cs
  1. … 3 more files in changeset.
Added some function for SoilProfile1D helping Esther to fix this issue. Also made some other improvements and remarks (see #Bka near the Todo zant_xml). Esther has to review and delete these comments and also has to add data to her test as this is failing due to insufficient data. The data to be handled must be much more complete in order to have any chance of success.

Related to Issue [MWDAM-1089]

    • too large
    ./PlLinesCreator/PLLinesCreator.cs
  1. … 3 more files in changeset.