1SCRAM(1) SCRAM Manual SCRAM(1)
2
3
4
6 SCRAM - Command-line Risk Analysis Multi-tool
7
9 scram [options] input-files...
10
12 SCRAM is a probabilistic risk analysis (PRA) tool. It can perform
13 event tree analysis, static fault tree analysis, analysis with common
14 cause failure models, probability calculations with importance analy‐
15 sis, and uncertainty analysis with Monte Carlo simulations. This tool
16 can handle non-coherent fault trees, containing NOT logic.
17
18 SCRAM works with PRA models and constructs described in the Open-PSA
19 Model Exchange Format.
20
22 --help Display this help message
23
24 --version
25 Display version information
26
27 --config-file path
28 XML file with analysis configurations
29
30 --validate
31 Validate input files without analysis
32
33 --bdd Perform qualitative analysis with BDD
34
35 --zbdd Perform qualitative analysis with ZBDD
36
37 --mocus
38 Perform qualitative analysis with MOCUS
39
40 --prime-implicants
41 Calculate prime implicants
42
43 --probability bool
44 Perform probability analysis
45
46 --importance bool
47 Perform importance analysis
48
49 --uncertainty bool
50 Perform uncertainty analysis
51
52 --ccf bool
53 Perform common-cause failure analysis
54
55 --sil bool
56 Compute the Safety Integrity Level metrics
57
58 --rare-event
59 Use the rare event approximation
60
61 --mcub Use the MCUB approximation
62
63 -l [ --limit-order ] int
64 Upper limit for the product order
65
66 --cut-off double
67 Cut-off probability for products
68
69 --mission-time double
70 System mission time in hours
71
72 --time-step double
73 Time step in hours for probability analysis
74
75 --num-trials int
76 Number of trials for Monte Carlo simulations
77
78 --num-quantiles int
79 Number of quantiles for distributions
80
81 --num-bins int
82 Number of bins for histograms
83
84 --seed int
85 Seed for the pseudo-random number generator
86
87 -o [ --output-path ] path Output path for reports
88
89 --verbosity int
90 Set log verbosity
91
93 https://scram-pra.org
94
95
96
97SCRAM 0.13.0 May 2017 SCRAM(1)