Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added calculator exception for waternet. Related to Issue [WTI-1345]

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

Former-commit-id: 23c9aaa46ae1906499a5f78bee300ede0ca6b9de

Former-commit-id: 4eb1cd702565cb83f57044f92315a541e202ff39

    • -0
    • +68
    ./Waternet/WaternetCalculatorException.cs
  1. … 3 more files in changeset.
Implemented calculate method on the calculator. Related to Issue [WTI-1345]

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

Former-commit-id: cf6a97a347afa715ba4461f4c2fdc30787585af4

Former-commit-id: 987754cf8cdb00d616ec345efa4e334213f6756f

  1. … 2 more files in changeset.
Renamed StabilityLocationCreator to UpliftVanStabilityLocationCreator. Related to Issue [WTI-1345]

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

Former-commit-id: 84044eb7f372d1651836d965e7defde8bfed698a

Former-commit-id: 21fa2917e7a209e86654fc2a617eddeb7525882a

  1. … 7 more files in changeset.
Added input as constructor parameter to the calculator. Related to Issue [WTI-1345]

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

Former-commit-id: 04f3b8309870bb2dceae58df5fb14c9429e79160

Former-commit-id: 3c58fa17eb86803cf3944232a7333487503fd5d0

    • -1
    • +4
    ./IMacroStabilityInwardsCalculatorFactory.cs
    • -2
    • +3
    ./MacroStabilityInwardsCalculatorFactory.cs
  1. … 7 more files in changeset.
Made WaternetCalculatorInput complete. Related to Issue [WTI-1345]

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

Former-commit-id: ce9defbbed5b40cf9c8b193fb6640416f2b45358

Former-commit-id: 90f8889faf8bd02ea9b2b2428c07c4acd64f46cd

    • -0
    • +85
    ./Waternet/Input/WaternetCalculatorInput.cs
  1. … 1 more file in changeset.
Moved all waternet needed calculator data from Uplift Van to more generic place and renamed. Related to Issue [WTI-1345]

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

Former-commit-id: 0431b7f5e922d528c916ddcef868791998805c60

Former-commit-id: 7e9e485698c70eb17b649bd755d24ef25a064869

    • -0
    • +69
    ./Input/DrainageConstruction.cs
    • -0
    • +32
    ./Input/LandwardDirection.cs
    • -0
    • +91
    ./Input/PhreaticLineOffsets.cs
    • -0
    • +37
    ./Input/PlLineCreationMethod.cs
    • -0
    • +32
    ./Input/WaternetCreationMode.cs
    • -15
    • +15
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
    • -69
    • +0
    ./UpliftVan/Input/UpliftVanDrainageConstruction.cs
    • -32
    • +0
    ./UpliftVan/Input/UpliftVanLandwardDirection.cs
    • -91
    • +0
    ./UpliftVan/Input/UpliftVanPhreaticLineOffsets.cs
    • -37
    • +0
    ./UpliftVan/Input/UpliftVanPlLineCreationMethod.cs
    • -32
    • +0
    ./UpliftVan/Input/UpliftVanWaternetCreationMode.cs
  1. … 32 more files in changeset.
Created calculator input for waternet calculation. Related to Issue [WTI-1345]

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

Former-commit-id: 74d371dc7dd388feeca3eb40c09030a574ac0dbb

Former-commit-id: 38ef486e5c82c3d4636adf10603ee9e89988b02b

    • -0
    • +310
    ./Waternet/Input/WaternetCalculatorInput.cs
  1. … 3 more files in changeset.
Moved all SoilProfile related calculator data from Uplift Van to more generic place and renamed. Related to Issue [WTI-1345]

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

Former-commit-id: 6481952349e16fc9668c2f28f1c692b5848fda42

Former-commit-id: 94e608a59e7a3326a0a14e5f43fdb72ce0e0bc41

    • -0
    • +33
    ./Input/DilatancyType.cs
    • -0
    • +59
    ./Input/PreconsolidationStress.cs
    • -0
    • +33
    ./Input/ShearStrengthModel.cs
    • -0
    • +239
    ./Input/SoilLayer.cs
    • -0
    • +63
    ./Input/SoilProfile.cs
    • -0
    • +32
    ./Input/WaterPressureInterpolationModel.cs
    • -2
    • +3
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
    • -33
    • +0
    ./UpliftVan/Input/UpliftVanDilatancyType.cs
    • -59
    • +0
    ./UpliftVan/Input/UpliftVanPreconsolidationStress.cs
    • -33
    • +0
    ./UpliftVan/Input/UpliftVanShearStrengthModel.cs
    • -239
    • +0
    ./UpliftVan/Input/UpliftVanSoilLayer.cs
    • -63
    • +0
    ./UpliftVan/Input/UpliftVanSoilProfile.cs
    • -32
    • +0
    ./UpliftVan/Input/UpliftVanWaterPressureInterpolationModel.cs
  1. … 37 more files in changeset.
Introduced calculator for the waternet calculation. Related to Issue [WTI-1345]

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

Former-commit-id: 058451f0f6908dae74b83aec2dd1dd7926003c81

Former-commit-id: e9af7d739ab44cfed956194dbc4b4006774e6ef5

    • -0
    • +8
    ./IMacroStabilityInwardsCalculatorFactory.cs
    • -0
    • +6
    ./MacroStabilityInwardsCalculatorFactory.cs
    • -0
    • +38
    ./Waternet/IWaternetCalculator.cs
    • -0
    • +48
    ./Waternet/WaternetCalculator.cs
  1. … 11 more files in changeset.
Implement review comments from review 2183, update xmldocs with exceptions, expand some tests and change a returned List to IEnumerable. Related to Issue [WTI-1296]

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

Former-commit-id: c06fe3a5a0dbf07a0903d8a49b9f7dbd2b044d28

Former-commit-id: 6240435784db0491600cdaaf8fa350782ad2b63b

    • -4
    • +6
    ./UpliftVan/UpliftVanValidationResult.cs
    • -3
    • +3
    ./UpliftVan/UpliftVanValidationResultType.cs
  1. … 12 more files in changeset.
Connect locationdaily to calculator input Related to Issue [WTI-1426]

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

Former-commit-id: a05e002c71bd0e0a8bd19d3d29e463fbc41925b8

Former-commit-id: d579431169b5c6e9eca35fffa2951a32b186986a

    • -14
    • +44
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
  1. … 12 more files in changeset.
Performed small cleanup Related to Issue [WTI-1405]

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

Former-commit-id: adcc72ee79c3ae2e8efa300d52f3f6b0b92e3064

Former-commit-id: 32d2ae844c84cacd932c5387adaf8b20044fd192

    • -1
    • +1
    ./UpliftVan/Input/UpliftVanPlLineCreationMethod.cs
  1. … 12 more files in changeset.
Applied review comments. Related to Issue [WTI-1407]

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

Former-commit-id: e7a0ef4c0508b7a0340c39c16a738cf630f003e1

Former-commit-id: 3c8d58abb4de0b7ccb3d339f850e7531fd50a1d9

    • -0
    • +1
    ./UpliftVan/Output/UpliftVanSlidingCircleResult.cs
    • -2
    • +2
    ./UpliftVan/Output/UpliftVanSlidingCurveResult.cs
    • -1
    • +1
    ./UpliftVan/UpliftVanCalculatorException.cs
  1. … 25 more files in changeset.
Removed max spacing between boundaries. Related to Issue [WTI-1405]

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

Former-commit-id: 6cfc4d57f9cfa3fbb3bd80d8bcbc92061c143d54

Former-commit-id: a942404f42873e8576460ff6ad0c7d540d326bcc

    • -15
    • +7
    ./UpliftVan/Input/UpliftVanSlipPlane.cs
  1. … 6 more files in changeset.
Applied review comments. Related to Issue [WTI-1405]

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

Former-commit-id: c09ca1a12684e08586e372d23b72af199da93cfd

Former-commit-id: a55a87e3c954731944300b7ae6e1d90961a54ffd

    • -0
    • +9
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
  1. … 4 more files in changeset.
Applied review comments. Related to Issue [WTI-1405]

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

Former-commit-id: 4dbd3c5d8d3d7f23432ec1756893094e2b5550c2

Former-commit-id: 10ecf4ad2994a8a0c625990f35ea540a503cb52c

    • -3
    • +4
    ./UpliftVan/Input/UpliftVanSlipPlane.cs
  1. … 4 more files in changeset.
Applied review comments. Related to Issue [WTI-1405]

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

Former-commit-id: 6bca93dfec2bbad69709b5ef51e92d5735f8613b

Former-commit-id: f334e403e378ee53f44e7b5451e2ffe4b2276531

    • -1
    • +1
    ./UpliftVan/Input/UpliftVanDrainageConstruction.cs
  1. … 2 more files in changeset.
Applied review comments. Related to Issue [WTI-1405]

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

Former-commit-id: 36d19bab287984c62187a2354b1f2fd57d817210

Former-commit-id: d968c8d73b9297cc7acc43287c4307b16ad7de48

    • -2
    • +5
    ./UpliftVan/Input/UpliftVanSoilLayer.cs
    • -3
    • +2
    ./UpliftVan/Input/UpliftVanSoilProfile.cs
  1. … 2 more files in changeset.
Implement logging levels for kernel validation results Related to Issue [WTI-1296]

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

Former-commit-id: 97285d92f8d64962e48c91e065fa45cb272cd8b4

Former-commit-id: 4bec52f250260d43fc9ab0a7ed35893a485304d4

    • -13
    • +32
    ./UpliftVan/UpliftVanCalculator.cs
    • -0
    • +56
    ./UpliftVan/UpliftVanValidationResult.cs
    • -0
    • +32
    ./UpliftVan/UpliftVanValidationResultType.cs
  1. … 14 more files in changeset.
Extend CreateMacroStabilityInwardsCalculationScenarioWithValidInput and connect kernel validator Related to Issue [WTI-1296]

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

Former-commit-id: ae5145680b0ed18b36af333ad4cf1096e0a68da5

Former-commit-id: 1f80874499ee7597a1ddbb5824f6cb0760812a88

  1. … 4 more files in changeset.
Cleaned up Primitives projects for macro stability inwards Related to Issue [WTI-1405]

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

Former-commit-id: f4ee9e8163f2dee00654dbde54d7b0c922a02796

Former-commit-id: 10fb9c421e6c2618b324e2fd6946dcc2fdf433de

    • -1
    • +0
    ./UpliftVan/UpliftVanCalculatorException.cs
  1. … 43 more files in changeset.
Disable kernel validator output for now, as it throws too many errors with incorrect log level.

Related to Issue [WTI-1296]

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

Former-commit-id: 77da014beb5f94b73e1eba7d88015eb3c1f5e6e9

Former-commit-id: 5ee2f39070f23a8f6ac3ef9502b39656863eee83

  1. … 1 more file in changeset.
Return messages to calculator and filter out warning level messages in the kernel validator (for now). Related to Issue [WTI-1296]

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

Former-commit-id: 4a3d1475f4e36c8c1c88cb013a3672e45d05c837

Former-commit-id: 4d18071ff1e37c9f091d54e3f20d250a93444801

  1. … 1 more file in changeset.
Add kernel validation to the UpliftVanKernel, UpliftVanKernelWrapper and UpliftVanCalculator Related to Issue [WTI-1296]

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

Former-commit-id: 15563cdb68852b633a50c9953069fae7b26c7848

Former-commit-id: 5d42426a407e40d19af120739f6d1b0dc7a3b48e

  1. … 6 more files in changeset.
- Added extra tests. - Added extra null check. Related to Issue [WTI-1405]

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

Former-commit-id: 36ac8e1dd85184fa0e3522811abf97ed19a48fd5

Former-commit-id: 058717ab1c8401bcb4498ff4b73b0d1717114acb

    • -0
    • +4
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
  1. … 5 more files in changeset.
Extended SurfaceLineCreator with landward direction parameter Related to Issue [WTI-1405]

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

Former-commit-id: d8074a30933d5e0b0bedfa35b9c109baa5428032

Former-commit-id: 6f034c64953fa33f36319154c85256b825d23bf4

  1. … 4 more files in changeset.
Added UpliftVanSlipPlane to the calculator input. Related to Issue [WTI-1405]

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

Former-commit-id: a031df9dadf6b7bd579a3dd63f348bd661946b73

Former-commit-id: 337b783b905d5630f9dc984ea3096c6cebc9d78a

    • -72
    • +11
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
    • -7
    • +7
    ./UpliftVan/Input/UpliftVanSlipPlane.cs
  1. … 8 more files in changeset.
Created converter for UpliftVanSlipPlane. Related to Issue [WTI-1405]

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

Former-commit-id: 7d1f44df37fcfb9deb9b4877223929da2e5d1f64

Former-commit-id: 0f05187fb127af45687df56b3d01413ec10e95a2

  1. … 4 more files in changeset.
Introduced UpliftVanLandwardDirection Related to Issue [WTI-1405]

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

Former-commit-id: 5b5f489f2b8f396e1984deb5a0fbb9b5e6765717

Former-commit-id: 3fca56d4f895fccd044d5ec918c3cb8f6a696a67

    • -0
    • +12
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
    • -0
    • +32
    ./UpliftVan/Input/UpliftVanLandwardDirection.cs
  1. … 4 more files in changeset.
- Moved UpliftVanGrid and also use it as input. - Added UpliftVanSlipPlane to force the right set of values. Related to Issue [WTI-1405]

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

Former-commit-id: 0ae4a772bfda22b1a1dac60e31e16d7b2989d218

Former-commit-id: 48f4467e6b0ebc044a4f724aeba5b4b019f05249

    • -3
    • +3
    ./UpliftVan/Input/UpliftVanCalculatorInput.cs
    • -0
    • +156
    ./UpliftVan/Input/UpliftVanSlipPlane.cs
    • -4
    • +4
    ./UpliftVan/Output/UpliftVanCalculationGridResult.cs
    • -82
    • +0
    ./UpliftVan/Output/UpliftVanGridResult.cs
    • -0
    • +82
    ./UpliftVan/UpliftVanGrid.cs
  1. … 25 more files in changeset.