Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Added utils to auto-generate test databases. * Integrate the automatic generation of test databases in all tests that use test databases Related to Issue [WTI-434]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2526 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 73072de25065656a978f74d8970e1b0f91acf2b7

Former-commit-id: 0122f5be078ab12b718ff5737da620ea7babfe4a

  1. … 12 more files in changeset.
* RoundDouble '+' operator implemented. * DesignVariable now returns RoundDouble instead of Double, due to calculations being based on RoundedDouble instances. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2525 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ebb991100c2ad61931a80671532939993d1adf44

Former-commit-id: d3d42cf7f98460e2e03c3cf78edce1c08c8bd4fe

ExitPointL resets after updating thicknesses fails. Fixed compilation error. Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2524 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a99847e2cc5ea05caacc21463b4dac582a813aca

Former-commit-id: feaa6b92bd1c5597cefacf720860df23a7ff3c5e

Removed PiezometricHeadPolder as input (not required for piping). Added SaturatedVolumicWeightOfCoverageLayer as a stochast to PipingInput.

Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2523 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ccb565f23caa5b22c6b687720b462b7184ecb256

Former-commit-id: fe0e8d6227a6c43562882c8da215c9d977ed2f3b

  1. … 3 more files in changeset.
Added extra catch block for CriticalFileReadExceptions. Related to Issue [WTI-255]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2522 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a3652f20e56d7215ca103e96261b23e034c1ad03

Former-commit-id: 990711b986efa1706f31226e7d11d2226c98d437

Remove unused dependency and added extra test. Related to Issue [WTI-255]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2521 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 610480d46f7cff0f2bf248422960bd8d378ba877

Former-commit-id: 6fb55ec51a19c65f6185e34f5ab8e1f25e845e80

Changed soil database with the soil database for DR6 so that the profiles match. Related to Issue [WTI-382]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2520 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 71016fb8c6d5d0864b503b23d8feb3dbeee3c442

Former-commit-id: 24c03261f73b7c1cdb3228a7250d385beb055835

    • binary
    /Demo/Ringtoets/src/Demo.Ringtoets/Resources/DR6.soil
* ShiftedLognormalDistribution.Shift is now RoundedDouble Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2519 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2a7e843383ef114f9ced20f816da7b9a35ecd361

Former-commit-id: 51eccf400735e458ff244f5926b280655ae2b0af

Added SaturatedVolumicWeightOfCoverageLayer as input for PipingCalculator (not yet in interface) Added IPiezoHeadCalculator and the implementations to wrap the static call to the piping kernel and be able to verify the input of the calculation. PipingCalculationService.CalculateThicknessCoverageLayer no longer throws exceptions, but handles it just like the other service calculation calls. Added PipingCalculationService.CalculatePiezometricHeadAtExit to be able to show it in the interface.

Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2518 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: af7eb286d6627e0cd74da817014d635b006061ed

Former-commit-id: 6a9dc5a69a04b25ca7e9f29cdfb6969d5d206495

  1. … 9 more files in changeset.
* Fixed failing tests due to incorrect tolerances in the double comparison. * Removed RoundDoubleToDecimalPlacesConverter. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2517 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1215044a3bb488ac6f88ae895073690dfca7f620

Former-commit-id: 4f0d54e8468a5394a3af75335c18b473fe270d85

* Extended RoundedDouble with '*' operator. * Fixed bug in unit test due to improper TestCaseAttribute. * IDistribution.StandardDeviation is now RoundedDouble. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2516 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e344148bb68292ee95a3fb36dbed65377aee0c6e

Former-commit-id: b7786022de235725c43e1dc148d07a8a0bc48c6d

* Moved RoundedDoubleConverter from Core.Common.Gui/Converters to Core.Common.Base/TypeConverters. * RoundedDouble has TypeConverter defined to prevent having to declare all properties in property-window with RoundedDoubleConverter. * Extended RoundedDouble with '-' operator. * Changes IDistribution.Mean from double to RoundedDouble. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2515 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d60284fb16873fb41af391f13b7f212ba33eca1a

Former-commit-id: 4530c8e39bd952e5a7db8c0ab814d2b1ad9633a1

  1. … 23 more files in changeset.
Make MapDataCollection control the data of the list instead of the using objects. Related to Issue [WTI-255]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2514 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a159b84dbc3611913a2b9e1d0b1bf260c4e0d085

Former-commit-id: 6a6625b04e6f6ffa0c0437332efa1dbb6c93c9c6

Applied some final improvements => Made HydraRingProcessFactory internal => Formatting of assessment level output results is now "F2" Related to Issue [WTI-360]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2513 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 41a70af6667d95fa2cc9ffa6aab03302067dbdc7

Former-commit-id: 78b9eb4545c8679ec484792b68bd1851944e6a35

Bound phreatic level exit to PhiPolder parameter. Added setting characteristic point to PipingSurfaceLineCreator Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2511 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d3652b4d381d53180d6dcb26013f98ccc7c55524

Former-commit-id: 097913fbd589fe68b72a6bba75453cd014dcd814

Verified input set on the sub calculators for piping. Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2508 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 825f42d75509bc2bdb3f3302c86d6c0dc36fb79e

Former-commit-id: 0f86324e55aff31181554584428fccd59290d543

* Turned RoundDouble into an immutable struct. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2507 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ee08130916be6acd461244c5ebfc792431d27d28

Former-commit-id: a236238ce915f60369e733b7031add89531747f7

Fixed small bug in PipingGuiPlugin => Parent is now checked for being PipingFailureMechanismContext instead of PipingFailureMechanism

Reviewed directly by bouvrie

Related to Issue [WTI-365]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2506 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6f5f58d8478c6c795d3b0784b61ceddd93ac45a2

Former-commit-id: 7e684ab847ce82927fcd56b8d61d2da95446e768

Added PipingCalculationServiceConfig which can be used to reliably set a TestPipingSubCalculatorFactory on the PipingCalculationService while testing and removing it when done with testing. Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2505 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3c653a7bf643b1f668b5f7f4553a1910b621dd59

Former-commit-id: f150145c94c18a4eb93b133af5c717bca965f1c3

* Introduced TypeConverter to be used with RoundedDouble editable property control field. * RoundedDouble now has explicit cast from double to RoundedDouble. * Used Math.Round(double, int) API to prevent having to roundtrip to decimal. Also has more accurate 'number of decimals'. * RoundedDouble constructor refactorings. * PipingInput now has ExitPointL and EntryPointL as RoundedDouble. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2504 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 526f9ff6b020e4718add2dba1aaae259930df73d

Former-commit-id: d1774deeae4f90d0df667370350841782cc5a005

  1. … 4 more files in changeset.
- Added storage util projects - Extended database validation with exception to log - Replaced *DatabaseStructure.sql* with an equivalent version, generated by Enterprise Architect Related to Issue [WTI-434]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2503 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 45035258828b9ec49ab364b8f2ced9d549d50e73

Former-commit-id: 48ced0cc6de6dcbbd28d18cadac5ddb909c82384

Added sub calculator stubs and implemented a TestPipingSubCalculatorFactory which returns these stubs. Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2502 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dce2a1056a00a90eba9f3161e9dff14ae3a39a12

Former-commit-id: 01eed8501bf2e4477aa1100423ade2cd95cd046b

When of two aquifer layers, the top of bottom aquifer layer equals surface line level, the bottom aquifer layer's height is returned. Related to Issue [WTI-382]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2501 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5a3c32e1747a4fe8810c08a79396e2d8d1203c55

Former-commit-id: 77fc4fba70ee11f6150af47d4ea4cae8bc9426a1

Catch exceptions that are possibly thrown when opening a shape file. Related to Issue [WTI-255]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2500 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ff80216c3d381f8dd7c2ce1d8fd08abb20990890

Former-commit-id: 37fc551aab3e2305da25eb1c3e8ee06f4768a629

- Fixed map data converters for it did not convert all features. - Added additional tests for map data converters. Related to Issue [WTI-255]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2497 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 56ab2951793845bdd0ba4f66d0dc6f76aa4b60b2

Former-commit-id: 6c3a49fd178d82baaceb0470d2a5c0f43df4d302

Replaced creating of sub calculators in PipingCalculator with creation by PipingSubCalculatorFactory.

Related to Issue [WTI-383]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2496 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 703501c4d1f19b5d125c09211ca4dbf44fba8316

Former-commit-id: c23672ed61db1cacbc7de2494f1c9b74530afc0b

Moved determination of top aquifer layer thickness below a certain level to PipingProfile. Fixed algorithm and improved testset. Related to Issue [WTI-382]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2495 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1d3b815209897727f98d7b8adf93ef5d2f6f52d0

Former-commit-id: c318eb29d0740bf23b3ff43c95c6321e40378f46

* AssessmentLevel properties cannot be set in PipingInputContextProperties. Need to set HydraulicBoundaryLocation to set AssessmentLevel. * Added additional constructor for RoundedDouble. * PipingInput.AssessmentLevel is now an instance of RoundedDouble. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2494 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 26b52887003afb3aea8c36978883203165963733

Former-commit-id: 0eefd50ae8f3c8737345439577e2755ae5b41fc0

* Extended RoundedDouble with IEquality<Double> and implicit conversion to Double. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2493 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2ebb08c5170e08993edef266234eaedaefcce285

Former-commit-id: 24889e82959a7a51d8efca1b36e9b33cc02ccf09

Changed text for log. Related to Issue [WTI-255]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2492 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d16c694d81b41f1c95247de8ff511ff6836946bb

Former-commit-id: 593d6c8a8f24e6fc39ae9b634186703be701bc57