PipingSemiProbabilisticOutputProperties.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Introduced PipingOutputContext to hold references to PipingOutput and PipingSemiProbabilisticOutput. Added intermediate results from PipingOutput to the piping output property control. Related to Issue [WTI-1004]

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

Former-commit-id: 3837c47c98b0a8898a59b3fd73f40d331a459a73

Former-commit-id: 380efd80fd7fbec74f86da3ce1b5027b8cc87c94

    • -203
    • +0
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 19 more files in changeset.
Reverted the uplift sub calculation for piping to its first implementation. Related to Issue [WTI-936]

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

Former-commit-id: 0d24d469319b816b50eb0513ea23737c8987f757

Former-commit-id: c2fceaed9a30ec3a31b83c7c7a0c51e47a27d034

    • -7
    • +19
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 36 more files in changeset.
* Cleanup Ringtoets.Piping.Data, Ringtoets.Piping.Forms, Ringtoets.Piping.InputParameterCalculation Related to Issue [WTI-737]

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

Former-commit-id: 369cc4059aa47ec924b526f1c5bf74562cffd036

Former-commit-id: fcec677b030b7d28ea128ab1070393d053fda4eb

    • -1
    • +0
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 30 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

    • -0
    • +21
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 310 more files in changeset.
Removed UpliftReliability from storage. Removed UpliftReliability from piping failure mechanism property control. Updated formulas for determining reliability of heave and sellmeijer. Updated formula for determining probability of uplift. Related to Issue [WTI-765]

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

Former-commit-id: b6834c432b8f180e0a26fd1e098c3be4a2b1249d

Former-commit-id: 3ef28e277d14e7976b53e59baf702212538e5582

    • -13
    • +1
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 27 more files in changeset.
* All FailureMechanismSectionResults now have their Level2A and LevelThree properties initialized to double.NaN. * All FailureMechanismSectionResultViews now show double.NaN as "-" in the tables. * All FailureMechanismSectionResultViews now accept empty strings or "-" characters for Level2A and LevelThree properties of FailureMechanismSectionResults and intepret that as double.NaN. * Extracted repeated formatting text for Probabilities into helper and reused that common code. * Added parameter validation to Probability properties. * Improved Probability properties to be uniformly in the [0, 1] range (some where expressed as yearly return period). * Cleanup of projects. Related to Issue [WTI-660]

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

Former-commit-id: 76eb0f04008f538d0a45ec96b111dfece1c15620

Former-commit-id: d59ac121b4a0584564abb12e480d89fb49ca613f

    • -10
    • +7
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 135 more files in changeset.
Probability output is maintained as value in range [0,1] (which can be persisted) instead of a positive value (which could lead to an infinity value which can not be persisted). Related to Issue [WTI-474]

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

Former-commit-id: afe0a89d8658cbc2fd3be80f2bb095ec9ff36024

Former-commit-id: 3da07ac744ef4f437f5ad5492e23155801b7d611

    • -1
    • +1
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 8 more files in changeset.
- Changed PipingSemiProbabilisticOutput_Categories_Sellmeijer name. - Implemented category ordening for property control. Related to Issue [WTI-629]

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

Former-commit-id: 651810a98f46eebec355c43f2b9d6a6273c5c1e9

Former-commit-id: ebe16140375e94f714417bbacf115ddb3426f001

    • -14
    • +14
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 4 more files in changeset.
Implement IFormattable for RoundedDouble so that it is possible to give a custom format and culture to a RoundedDouble while still be able to use to default formatting of some double values (Infinity) Related to Issue [WTI-453]

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

Former-commit-id: 9cc2d0b46172911ee58e34752148c9304990c744

Former-commit-id: a564205535ba65414e3fbd277564639ac86df114

    • -2
    • +2
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 3 more files in changeset.
Corrected notation of probabilities per year. Related to Issue [WTI-453]

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

Former-commit-id: 5494736e48c44b3f87de2c910880b34e82f591eb

Former-commit-id: aa38b169a450eb25a4c04595e1822312c1a0a3e0

    • -10
    • +16
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 9 more files in changeset.
Modified rounding of Failure Probabilities. Changed unit of Failure Probabilities to years / occurrence. Fixed order of properties in PipingSemiProbabilisticOutputProperties. Related to Issue [WTI-386]

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

Former-commit-id: 6a7142f7ee6488fe85a09920d7638f2d40958117

Former-commit-id: a27f547d9d9b04cd606549e40db86618a5934d60

    • -0
    • +15
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 6 more files in changeset.
Compared with precision of rounded double. Restructured PipingSemiProbabilisticCalculationService to better reflect dependencies of sub calculations. Related to Issue [WTI-386]

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

Former-commit-id: 93c9b9a94eee05b2354bc8d9c71e489653244829

Former-commit-id: 059fe557f71f937cdb4549b275a2342391af935b

    • -14
    • +15
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 4 more files in changeset.
Visualization of intermediate result of a semi-probabilistic piping assessment. Related to Issue [WTI-386]

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

Former-commit-id: 7a53e0629f82c5d685e11530df8dd042492d74f4

Former-commit-id: 7dc389cc2a96e6c0b64a6d86cbe52d26883020dd

    • -14
    • +124
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 8 more files in changeset.
Replaced PipingOutput node and properties with PipingSemiProbabilisticOutput. Related to Issue [WTI-385]

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

Former-commit-id: e6c34fc532ae353a6b1b9258268cd77ce6a6d56a

Former-commit-id: cdd73bf74f88d9970e8ac88081d8169b27760e50

    • -0
    • +54
    ./PipingSemiProbabilisticOutputProperties.cs
  1. … 16 more files in changeset.