src

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improved the soil profiles 1Ds, now WaterpressureInterpolationModel is int instead of string. The same type is used in the profiles 2D (as int too) so now only 1 converter is required.

Added the Soil Profiles 2D (Issue [MWDAM-1077]).

Related to Issue [MWDAM-1076 MWDAM-1077]

    • -8
    • +8
    ./Deltares.DamEngine.Interface/ConversionHelper.cs
    • -6
    • +6
    ./Deltares.DamEngine.Interface.Tests/ConversionHelperTests.cs
    • -15
    • +288
    ./Deltares.DamEngine.Io/DamInput.cs
Removed obsolete file concerning handling of 2D profiles.

Related to Issue [MWDAM-1077]

    • -34
    • +0
    ./Deltares.DamEngine.Data/General/SoilGeometry2DName.cs
    • -1
    • +0
    ./Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj
Added conversion methods including tests to support reading writing SoilProfiles 1D (more specific: its layers).

Related to Issue [MWDAM-1076]

    • -0
    • +30
    ./Deltares.DamEngine.Interface/ConversionHelper.cs
    • -0
    • +16
    ./Deltares.DamEngine.Interface.Tests/ConversionHelperTests.cs
Added the soil profile 1Ds.

Related to Issue [MWDAM-1076]

    • -0
    • +221
    ./Deltares.DamEngine.Io/DamInput.cs
Adapted to review of Bka

Related to Issue [MWDAM-1026]

Related to Issue [MWDAM-1037]

    • -2
    • +2
    ./Deltares.DamEngine.Interface/FillXmlOutputFromDam.cs
    • -3
    • +7
    ./Deltares.DamEngine.Interface/EngineInterface.cs
    • -3
    • +2
    ./Deltares.DamEngine.Interface.Tests/EngineInterfaceTests.cs
Removed unused references

Related to Issue [MWDAM-1054]

    • -3
    • +0
    ./Deltares.DamEngine.Calculators.Tests/DamPipingSellmeijer4ForcesTests.cs
Added more Test for DamPipingSellmeijer4Forces

Related to Issue [MWDAM-1054]

    • -1
    • +80
    ./Deltares.DamEngine.Calculators.Tests/DamPipingSellmeijer4ForcesTests.cs
    • -0
    • +1
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Added the segments.

Related to Issue [MWDAM-1079]

    • -0
    • +166
    ./Deltares.DamEngine.Io/DamInput.cs
Added Test for DamPipingSellmeijer4Forces

Related to Issue [MWDAM-1054]

    • -0
    • +61
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
    • -0
    • +36
    ./Deltares.DamEngine.Calculators.Tests/Properties/AssemblyInfo.cs
    • -0
    • +52
    ./Deltares.DamEngine.Calculators.Tests/DamPipingSellmeijer4ForcesTests.cs
  1. ./Deltares.DamEngine.Calculators.Tests/Properties
Added Deltares.DamEngine.Calculators.KernelWrappers.DamPipingSellmeijer4Forces

Related to Issue [MWDAM-1054]

    • -0
    • +19
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
    • -0
    • +107
    ./Deltares.DamEngine.Calculators/Properties/Resources.resx
  1. ./Deltares.DamEngine.Calculators/KernelWrappers/DamPipingSellmeijer4Forces
    • -0
    • +83
    ./Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs
    • -0
    • +126
    ./Deltares.DamEngine.Calculators/Properties/Resources.nl-NL.resx
Refactor code

Related to Issue [MWDAM-1072]

    • -18
    • +21
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
Refactor code

Related to Issue [MWDAM-1072]

    • -20
    • +20
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
Add type to Output element

Related to Issue [MWDAM-1028]

    • -991
    • +992
    ./Deltares.DamEngine.Io/DamOutput.cs
  1. … 1 more file in changeset.
Cleanup code

Related to Issue [MWDAM-1034]

    • -5
    • +0
    ./Deltares.DamEngine.Interface/FillDamFromXmlOutput.cs
Connect Dam Engine to Bligh wrapper

Related to Issue [MWDAM-1051]

    • -0
    • +3
    ./Deltares.DamEngine.Interface.Tests/Deltares.DamEngine.Interface.Tests.csproj
    • -0
    • +33
    ./Deltares.DamEngine.Interface.Tests/TestFiles/BlighInputFile.xml
    • -2
    • +19
    ./Deltares.DamEngine.Interface/EngineInterface.cs
    • -0
    • +14
    ./Deltares.DamEngine.Interface.Tests/EngineInterfaceTests.cs
    • -0
    • +4
    ./Deltares.DamEngine.Interface/Deltares.DamEngine.Interface.csproj
Start implementation of Bligh Wrapper

Related to Issue [MWDAM-1034]

    • -0
    • +40
    ./Deltares.DamEngine.Calculators/Dikes Design/DesignCalculator.cs
    • -2
    • +6
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
Implement connection Location-Surfaceline

Related to Issue [MWDAM-1075]

    • -5
    • +17
    ./Deltares.DamEngine.Interface.Tests/TestFiles/InputFile.xml
Implement connection Location-Surfaceline

Related to Issue [MWDAM-1075]

    • -2
    • +4
    ./Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs
    • -22
    • +14
    ./Deltares.DamEngine.Io/DamOutput.cs
    • -1
    • +17
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -220
    • +247
    ./Deltares.DamEngine.Io/DamInput.cs
    • -3
    • +5
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
  1. … 3 more files in changeset.
Add piping bligh wrapper infrastructure to engine

Related to Issue [MWDAM-1034]

    • -0
    • +7
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
  1. ./Deltares.DamEngine.Calculators/KernelWrappers
Cleanup code

Related to Issue [MWDAM-1074]

    • -3
    • +5
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -1
    • +1
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
Add buildnumber in version info for Data and Calculators

Related to Issue [MWDAM-1034]

    • -2
    • +2
    ./Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj
    • -2
    • +2
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
Add buildnumber in version info for Data and Calculators

Related to Issue [MWDAM-1034]

    • -1
    • +8
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
    • -57
    • +0
    ./Deltares.DamEngine.Calculators/Properties/AssemblyInfo.cs
    • -0
    • +13
    ./Deltares.DamEngine.Calculators/Properties/AssemblyInfo.cs.svn
    • -1
    • +8
    ./Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj
    • -0
    • +17
    ./Deltares.DamEngine.Data/Properties/AssemblyInfo.cs.svn
Update testfile

Related to Issue [MWDAM-1074]

    • -0
    • +5
    ./Deltares.DamEngine.Interface.Tests/TestFiles/InputFile.xml
Add soils with Piping parameters to input serialization

Related to Issue [MWDAM-1074]

    • -23
    • +3
    ./Deltares.DamEngine.Io/DamInput.cs
    • -0
    • +39
    ./Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs
    • -0
    • +25
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
    • -0
    • +20
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
  1. … 1 more file in changeset.
Refactored

Implemented Assign of Piping parameters

Related to Issue [MWDAM-1075]

Add Soils to XSD and input serializing object

Add piping parameters to Soil

Related to Issue [MWDAM-1075]

    • -0
    • +184
    ./Deltares.DamEngine.Io/DamInput.cs
  1. … 2 more files in changeset.
XML Read/write of surfacelines

Related to Issue [MWDAM-1075]

    • -0
    • +1
    ./Deltares.DamEngine.Interface.Tests/ConversionHelperTests.cs
    • -1
    • +0
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
  1. … 3 more files in changeset.
Add none characteristic points to surfacelines test

Related to Issue [MWDAM-1075]

    • -0
    • +26
    ./Deltares.DamEngine.Interface.Tests/TestFiles/InputFile.xml
    • -1
    • +3
    ./Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs
Start writing test transfer of surfacelines from input object

Related to Issue [MWDAM-1075]

    • -8
    • +43
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
    • -26
    • +35
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -13
    • +14
    ./Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs
Start writing test transfer of surfacelines from input object

Related to Issue [MWDAM-1075]

    • -25
    • +25
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -0
    • +35
    ./Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs