src

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added first implementation of PLLine conversion to waternet input for 2D profiles

Related to Issue [MWDAM-1398]

Implemented the required (minimum) output with tests and conversion helper. Removed some obsolete code and tests.

Related to Issue [MWDAM-1627]

Finished the issue now soil parameters are all decoded upon and implemented.

Related to Issue [MWDAM-1632]

Re-implemented r=the tangent lines now these are part of the wrapper again.

Related to Issue [MWDAM-1627]

Set failing tests to WIP.

Related to Issue [MWDAM-1627]

Adapted failing tests due to new C#wrapper, Started with correct implementation of MacroStabilityInwardsKernelWrapper based on the C#wrapper, added conversion methods with tests for that to support some result items.

Related to Issue [MWDAM-1627]

    • -0
    • +31
    ./Deltares.DamEngine.Data/General/ModelParametersForPlLines.cs
    • -1
    • +1
    ./Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj
    • -71
    • +0
    ./Deltares.DamEngine.Data/General/ModelParameters.cs
Added testcase for the PLLines to Waternet converter when PLLines lie below the profile

Related to Issue [MWDAM-1398]

Updated definitions for PL3 and PL4:

- Waternetline for PL3 is associated with the toplevel of the bottom most aquifer layer

- Waternetline for PL4 is associated with the toplevel of the in between aquifer layer

Related to Issue [MWDAM-1398]

Quick fix for compilation errors due to new release of C#wrapper.

Related to Issue [MWDAM-1627]

Activated the IO test for the input part. This now has to be successful.

Related to Issue [MWDAM-1627]

Implement parameter RatioCuPc in data model and XSD

Related to Issue [MWDAM-1625]

    • -0
    • +2
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
    • -6
    • +6
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
    • -0
    • +1
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • too large
    ./Deltares.DamEngine.Io/DamInput.cs
  1. … 1 more file in changeset.
Implement parameters RRatio and StrengthIncreaseExponent in data model and XSD

Related to Issue [MWDAM-1625]

    • -1
    • +2
    ./Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs
    • -35
    • +36
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
    • too large
    ./Deltares.DamEngine.Io/DamInput.cs
    • -0
    • +2
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -1
    • +3
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
  1. … 1 more file in changeset.
Implemented conversions for the waternet from the DamEngine to the calculation kernel:

- Expanded tests by also incorporating the geometry into account

Related to Issue [MWDAM-1398]

Implemented conversions for the waternet from the DamEngine to the calculation kernel.

Related to Issue [MWDAM-1398]

Adapted to review comments bar the renaming of the Fill.. classes themselves. Solved some SonarQube code smells. Complaints by SonarQube about uncovered lines are BUILLSHIT!!!!!!!!!!!!!! All the added lines are covered by the IO tests which is easily verifiable by setting some breakpoints and debugging the IO tests. You see the code is covered.

Related to Issue [MWDAM-1623]

Implemented trafficload with test.

Related to Issue [MWDAM-1638]

Implemented conversions for the UpliftVanCalculationGrid from the DamEngine to the calculation kernel.

Related to Issue [MWDAM-1399]

Added conversion of surfaceline including test.

Related to Issue [MWDAM-1637]

Added conversion for SoilProfile2D and PreconcolidationStress (as these are part of the SoilProfile2D in DamEngine) with test. Improved the Factory to rpovide the correct data needed for a FULL test of the SoilProfile2D, so with Points next to CalcPoints.

Related to Issue [MWDAM-1397]

    • -0
    • +2
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
Adapted to review comments.

Related to Issue [MWDAM-1633]

Corrected MoveGrid parameter for kernel. It really is NOT in the DamEngine data model but is must be set to true as we want the brute force approach.

Related to Issue [MWDAM-1633]

Fixed failing tests.

Related to Issue [MWDAM-1632]

    • -1
    • +1
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
Added code and test for this. But is depends on some parameters thta are still to be added in MWDAM-1625.

Related to Issue [MWDAM-1632]

    • -1
    • +3
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
Checked the correctness of the GridSizeDetermination parameter. This is indeed the correct one as this parameter gets filled with GridDetermination parameter when serializing the engine data from the given xml.

Related to Issue [MWDAM-1633]

Added the properties for Stability model with test. Also prepared IO tests a little better for the other items still to be transferred.

Related to Issue [MWDAM-1633]

Fixed final 3 tests

Related to Issue [MWDAM-1623]

Implemented review comments.

Related to Issue [MWDAM-1623]

    • too large
    ./Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs
    • -19
    • +3
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Restored tests for the assemblers:

- Removed obsolete test files

Related to Issue [MWDAM-1629]

    • -15
    • +0
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Restored tests for the assemblers:

- Put failing test to work in progress, as the XSD definition is removed as part of the old DamMacroStability kernel

Related to Issue [MWDAM-1629]

    • -0
    • +207
    ./Deltares.DamEngine.Calculators.Tests/KernelWrappers/Assemblers/Geometry2DSectionAssemblerTest.cs
    • -0
    • +20
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
    • -0
    • +181
    ./Deltares.DamEngine.Calculators.Tests/KernelWrappers/Assemblers/Geometry2DTo1DConverterTest.cs
Incorporated comments reviewer:

- Renamed testhelper

Related to Issue [MWDAM-1629]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj