src

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapted the calculation grid. Cleaned code a bit.

Related to Issue [MWDAM-1627]

    • too large
    ./Deltares.DamEngine.Calculators.Tests/PlLinesCreator/PlLinesCreatorTest.cs
Replaced First() by SingleOrDefault(). Reverted new grid testing as this depends on other changes too which can not yet be committed as these have nothing to do with this issue.

Related to Issue [MWDAM-1632]

Replaced First() by SingleOrDefault(). Als tried new test for grid parameters. If this works, temp code can be removed.

Related to Issue [MWDAM-1632]

Added scenarios for testing with different dilatancy types.

Related to Issue [MWDAM-1632]

Removed double using.

Related to Issue [MWDAM-1632]

Added XMLdoc to visualize the testcases for the intermediate aquifer layers

Related to Issue [MWDAM-1398]

Cleanup the 1D profile implementation:

- No need for separate CreateHeadLine method, as the generic method will already create one.

Related to Issue [MWDAM-1398]

Added NULL checks to the converter routine:

- Generalised log message

Related to Issue [MWDAM-1398]

    • -2
    • +2
    ./Deltares.DamEngine.Calculators/Properties/Resources.nl-NL.resx
    • -4
    • +13
    ./Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs
Added assertion for the geometry based on Point2D coordinates for flexibility

Related to Issue [MWDAM-1398]

Completed testcases for the 2D waternet lines from PLLines and 2D SoilProfile

Related to Issue [MWDAM-1398]

Added extra functional testcases for the intermediate aquifer layers

Related to Issue [MWDAM-1398]

Added testcase which represents the edgecase when multiple aquifer layers for the inebtween aquifer layer does not envelope the whole X coordinate range

Related to Issue [MWDAM-1398]

Added testcase which represents the edgecase when multiple aquifer layers for the bottom do not envelope the whole X coordinate range

Related to Issue [MWDAM-1398]

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]