DAM

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add missing dll's to Piping release directory

Related to Issue [MWDAM-1055]

    • binary
    /dam failuremechanisms/damPiping/trunk/release/nl-NL/Deltares.DamPiping.BlighCalculator.resources.dll
    • binary
    /dam failuremechanisms/damPiping/trunk/release/nl-NL/Deltares.DamPiping.Sellmeijer4ForcesCalculator.resources.dll
    • binary
    /dam failuremechanisms/damPiping/trunk/release/Deltares.DamPiping.Sellmeijer4ForcesCalculator.dll
  1. /dam failuremechanisms/damPiping/trunk/release/nl-NL
    • binary
    /dam failuremechanisms/damPiping/trunk/release/nl-NL/Deltares.DamPiping.SellmeijerVNKCalculator.resources.dll
    • binary
    /dam failuremechanisms/damPiping/trunk/release/Deltares.DamPiping.Sellmeijer4ForcesCalculator.pdb
Corrected tests as advised by reviewer.

Related to Issue [MWDAM-1115]

Made sure of proper use of SoilProfileType.

Related to Issue [MWDAM-1102]

Adapted to review

- Improved unit test

- Cleanup code

Related to Issue [MWDAM-1034]

Fix failing tests (see review)

Related to Issue [MWDAM-1034]

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]

  1. … 10 more files in changeset.
In all tests use CreateClaySandProfileForPipingBligh from FactoryForSoilProfiles in TestHelpers.

Related to Issue [MWDAM-1117]

Moved code for creating surfacelines for testing to FactoryForSurfaceLines

Related to Issue [MWDAM-1117]

In all tests use CreatePipingSellmeijerProfileWithTwoSandlayers from FactoryForSoilProfiles in TestHelpers.

Related to Issue [MWDAM-1117]

In all tests use CreatePipingSellmeijerProfileWithOneSandlayer from FactoryForSoilProfiles in TestHelpers.

Related to Issue [MWDAM-1117]

In all tests use CreateSurfaceLineTutorial1 from FactoryForSurfaceLines in TestHelpers.

Related to Issue [MWDAM-1117]

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]

Moved Categories.cs from Deltares.DamEngine.Calculators.Tests to new project Deltares.DamEngine.TestHelpers because it is needed by Deltares.DamEngine.Interface.Tests as well.

Set CanPerformSellmeijer4ForcesDesignPipingVoorbeeld1 to WIP.

Added link to Copying.APGL.licenseheader in Deltares.DamEngine.Interface.Tests as well.

Related to Issue [MWDAM-1113]

Copy the xml file to bin

Related to Issue [MWDAM-1113]

Added test as requested by reviewer.

Related to Issue [MWDAM-1098]

Corrected layout and added test as requested by reviewer.

Related to Issue [MWDAM-1098]

Fixed for review

Related to Issue [MWDAM-1091]

Update interface description for kernel wrapper

Related to Issue [MWDAM-991]

Further simplified use of redesignedSurfaceLine as only one can exists per result anyway. So now only one (in global and local form)is used instead of one for piping and one for stability (with their local and global forms).

Related to Issue [MWDAM-1115]

Added code to read the stability design parameters from the engine output and to add these to the UI-data. Although there is a unit test for this, the real testing can only take place once the whole "train" (UI-Engine-kernel) is in place.

Related to Issue [MWDAM-1115]

Made sure that properties which depend on the surface line now use the proper surface lines. This is: where possible the correct GLOBAL redesigned surface line (all parts of coordinates should be returned in the same global reference system). Note that for this case "Current" properties are meant to be original properties based on the original surface line rather than the redesigned surface line.

Related to Issue [MWDAM-1115]

Added output results to tests FullCalculation

Related to Issue [MWDAM-1116]

Added output results to tests PostProcess

Related to Issue [MWDAM-1116]

small modifications in test as for Bligh

Related to Issue [MWDAM-1054]

Added Test for Sellmeijer VNK running from Interface

Related to Issue [MWDAM-1113]

Added test project for Piping Sellmeijer VNK wrapper

Related to Issue [MWDAM-1113]

Added the Stability design results to the output of the kernel.

Related to Issue [MWDAM-1115]

Removed Category("Calculation") as advised by Tom to actually see these tests on the buildserver.

Related to Issue [MWDAM-1035]