Components affected by this CCF group.
Systems affected by this CCF group.
Optional
attributesAttributes for the quantification adapter Enables passing additional information to the quantification engine
Optional
dataReference to CCF parameter in data analysis module Links this CCF group to its corresponding parameter in data analysis
Optional
dataSupporting data sources for CCF parameters
Whether this is plant-specific or generic data
Description of the data source
Reference to the source
Optional
defenseDefense mechanisms in place to prevent or mitigate CCF. This is important for CCF analysis and can affect model parameters.
Description of the common cause failure group.
Optional
factorsCCF factors formatted specifically for the quantification adapter This structure directly maps to the adapter's expected format
Optional
membersMembers of this CCF group formatted for the quantification adapter This structure directly aligns with the adapter's expected format
Optional
modelParameters of the CCF model.
Optional
modelModel-specific parameters based on the modelType. Different CCF models require different parameters.
Optional
alphaFactorParameters?: { alphaFactors: Record<string, number>; totalFailureProbability: number }Alpha factor model parameters
Alpha factors by failure multiplicity Key is the number of components failing (e.g., "1" for single failures, "2" for double failures) Value is the alpha factor for that multiplicity
Total failure probability for a single component
Optional
betaFactorParameters?: { beta: number; totalFailureProbability: number }Beta factor model parameters (fraction of total component failure rate attributed to common cause)
Beta factor value (typically between 0.01 and 0.2)
Total failure probability for a single component
Optional
mglParameters?: {Multiple Greek Letter (MGL) model parameters
Optional
additionalFactors?: Record<string, number>Additional factors for higher-order failures (optional)
Beta factor (fraction of total failure that is common cause)
Optional
delta?: numberDelta factor (conditional probability of four or more components failing)
Optional
gamma?: numberGamma factor (conditional probability of three or more components failing)
Total failure probability for a single component
Optional
phiFactorParameters?: { phiFactors: Record<string, number>; totalFailureProbability: number }Phi factor model parameters (direct specification of CCF probabilities)
Phi factors by failure multiplicity Key is the number of components failing (e.g., "1" for single failures, "2" for double failures) Value is the fraction of total probability for that multiplicity
Total failure probability for a single component
The common cause model used.
Optional
probabilityProbability model from data analysis module Reuses the data analysis module's definition to avoid duplication
Optional
quantificationMapping to guide how this CCF group should be quantified Maps to the format required by quantification engines
Optional
openPsaMapping?: {Mapping to OpenPSA/SCRAM format (for integration)
Optional
factorMappings?: Record<string, string>Factor mappings for OpenPSA
CCF model type in OpenPSA format
Optional
riskJustification for why this CCF is or is not risk-significant.
Optional
sharedShared cause factors that contribute to CCF potential. These factors help justify the CCF group definition.
Optional
environment?: booleanShared environment
Optional
hardwareDesign?: booleanHardware design similarities
Optional
installation?: booleanSame installation procedures
Optional
maintenance?: booleanSame maintenance procedures
Optional
manufacturer?: booleanSame manufacturer
Optional
otherFactors?: string[]Other shared factors
Optional
totalTotal failure probability for a single component This field is used directly by the quantification adapter
Interface for a common cause failure group.
Implements
SY-B1
Implements
SY-B4