GeneralPipingInputProperties.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Split SemiProbabilisticInput from GeneralPipingInput. Modified GeneralPipingInputProperties so that a PipingFailureMechanismContext is now used. Renamed GeneralPipingInputProperties to PipingFailureMechanismContextProperties.

Related to Issue [WTI-385]

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

Former-commit-id: e67eaf8c045d02c37ecb59e16ac440052563cf64

Former-commit-id: ca4fc87c84ce2a9457e9cda33622aa83d51fae68

    • -191
    • +0
    ./GeneralPipingInputProperties.cs
  1. … 30 more files in changeset.
* Introduced GeneralPipingInput class to hold piping calculation input parameters that apply to all calculations. * Extended PipingFailureMechanism to own an instance of GeneralPipingInput. * Refactored PipingInput to be dependent on GeneralPipingInput, and refactored creation paths to PipingInput to provide the dependency. * Parameters coming from GeneralPipingInput are now readonly properties. ** Removed Observable from class again, as values cannot change. * Introduced ObjectProperties implementation for GeneralPipingInput, for when PipingFailureMechanism is selected. * Improved PipingCalculator to catch and handle SoilVolumicMassCalculatorExceptions thrown by EffectiveThicknessCalculator. Related to Issue [WTI-387]

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

Former-commit-id: 9ed0912328f00c7c400f19bab3f9d2b0957c4a47

Former-commit-id: 6066cdb71845bd7428dd40cc0651d58520fcbe15

    • -0
    • +191
    ./GeneralPipingInputProperties.cs
  1. … 37 more files in changeset.