Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved setting the input on the kernel wrapper to the waternet calculator base. Related to Issue [WTI-1345]

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

Former-commit-id: 0e428a0600dd4706de27f0b939c734d40014a205

Former-commit-id: 821a0965998c0ed3ec84fc8fecf531056a6fbb1b

    • -24
    • +2
    ./Waternet/WaternetDailyCalculator.cs
    • -24
    • +2
    ./Waternet/WaternetExtremeCalculator.cs
Removed daily and extreme from waternet calculator input. Related to Issue [WTI-1345]

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

Former-commit-id: 4c48569d5aa5a6803251a3b484d54f66bcc4976a

Former-commit-id: 54e01d2c8b74893fce6cc325d97e2be4cc66e364

    • -44
    • +14
    ./Waternet/Input/WaternetCalculatorInput.cs
    • -1
    • +1
    ./Waternet/WaternetExtremeCalculator.cs
  1. … 9 more files in changeset.
Extended MacroStabilityInwardsCalculatorFactory to create calculators for both extreme and daily. Related to Issue [WTI-1345]

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

Former-commit-id: bd263b32a6e925a38db52adfd3ebc720c2d480e3

Former-commit-id: 40c4c9bb9242d1e676757284ad5d4badfbd8cdca

    • -2
    • +11
    ./IMacroStabilityInwardsCalculatorFactory.cs
    • -1
    • +6
    ./MacroStabilityInwardsCalculatorFactory.cs
  1. … 3 more files in changeset.
Refactored creating calculator input for waternet calculator tests. Related to Issue [WTI-1345]

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

Former-commit-id: 62c0a8b7e01b64e7af801d653820ec3c7669893f

Former-commit-id: 89dcc26a9477604ba9af5998393ed1c4e7510812

  1. … 7 more files in changeset.
Made WaternetCalculator abstract. Related to Issue [WTI-1345]

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

Former-commit-id: 8bc90c6eed51146439511ea3379e34464e5ff7a0

Former-commit-id: d742938b02029b705c5694ef3e262591c74ca5d8

    • -1
    • +1
    ./MacroStabilityInwardsCalculatorFactory.cs
    • -28
    • +13
    ./Waternet/WaternetCalculator.cs
    • -0
    • +28
    ./Waternet/WaternetExtremeCalculator.cs
  1. … 2 more files in changeset.
Created calculator for daily waternet. Related to Issue [WTI-1345]

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

Former-commit-id: 4895b3a89948508e9fe043628b308960eaa60ab4

Former-commit-id: 20c7b47058ff10b5932b2280badf414d55d2ef28

    • -26
    • +27
    ./Waternet/WaternetCalculator.cs
    • -0
    • +72
    ./Waternet/WaternetDailyCalculator.cs
  1. … 3 more files in changeset.
Created calculator for extreme waternet. Related to Issue [WTI-1345]

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

Former-commit-id: 92285bef5ec0cecb1c14c5a9df7d3dd862f928dd

Former-commit-id: 78f6955c1462e8f70a010301d30b66893cf2016c

    • -0
    • +44
    ./Waternet/WaternetExtremeCalculator.cs
  1. … 3 more files in changeset.
Extended MacroStabilityInwardsKernelWrapperFactory to create kernel wrappers for both extreme and daily. Related to Issue [WTI-1345]

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

Former-commit-id: f1b05b856ae90f28de61aae42de86a7ce6f563cf

Former-commit-id: e3957aa0028c72851be5ca6052db60db92248687

  1. … 5 more files in changeset.
Revert changes related to inserting soil profile/layer names into the stability model. Related to Issue [WTI-1296]

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

Former-commit-id: 7a0b8f2e2d81c03ca06d6215f82897f33f3aadfb

Former-commit-id: 2f86f56d7dde86fbc37181f1a0a52c8f90ab53f7

  1. … 14 more files in changeset.
Implemented returning calculator output from the calculator. Related to Issue [WTI-1345]

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

Former-commit-id: 113bdfe464d4cfd582b8d950838ff186491e3b15

Former-commit-id: 81d8fb9a07ca9b32929ec4b373a8c64d2f02782e

  1. … 5 more files in changeset.
Add Name property to SoilProfile and SoilLayer2D, updated creators. Added a Waternet to CurrentWaternetDaily in the kernel wrapper so the daily input actually is used. Related to Issue [WTI-1296]

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

Former-commit-id: f1abf793e0171bc04176c9f7a68b6773fb890a5c

Former-commit-id: 1295ff53ad52e3c412ec60163e3440f12d407f98

  1. … 16 more files in changeset.
Implemented WaternetCalculatorResultCreator. Related to Issue [WTI-1345]

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

Former-commit-id: bddf3ebb4bc2084f758d68252990de716dab94d8

Former-commit-id: 3eb519316a4ff74b331556f2b72447a121aa0dd0

  1. … 4 more files in changeset.
Added result objects. Related to Issue [WTI-1345]

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

Former-commit-id: 36d08a784aa2aad12a255d76b21680c4a5ac2c4f

Former-commit-id: c68ace6ab15d90e8870e211f8621e6c4428df349

    • -0
    • +63
    ./Waternet/Output/WaternetCalculatorResult.cs
    • -0
    • +75
    ./Waternet/Output/WaternetLineResult.cs
    • -0
    • +64
    ./Waternet/Output/WaternetPhreaticLineResult.cs
  1. … 5 more files in changeset.
Added exception handling in the calculator. Related to Issue [WTI-1345]

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

Former-commit-id: 006094e48065e5eea64ac97dba2b06b47dea7043

Former-commit-id: c7bf566713ff4e914a378017a8cd79e1ab355aad

  1. … 1 more file in changeset.
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.