Criticality-Driven Safety Decomposition for Nuclear Dockyard Radiochem Lab
System
Continuing decomposition of the {{entity:Radiochemistry Laboratory for a UK Nuclear Dockyard v2}}. Three subsystems previously decomposed (Active Ventilation, Radiation Protection, Active Effluent Treatment). This session tackled the {{entity:Facility Safety and Emergency Response System}} — the highest-criticality undecomposed subsystem, with incoming interfaces from HP alarm and discharge monitoring systems already defined in prior sessions.
Decomposition
Broke the Facility Safety and Emergency Response System into six components, each classified in the {{hex:40B57A51}} namespace:
- {{entity:Criticality Warning System}} ({{hex:55F77A59}}) — BF3/He-3 neutron detectors and gamma burst sensors at each workstation and fissile storage location, feeding a dedicated alarm panel with distinctive warbling siren per ONR guidance. 2oo3 coincidence voting, independent power supply.
- {{entity:Fire Detection and Suppression System}} ({{hex:55F77A58}}) — Multi-zone detection (smoke, heat, IR flame) with zone-differentiated suppression: IG-541 inert gas in C3/C4 alpha-contaminated zones (preventing Pu aerosolisation from water application), water mist elsewhere. BS 5839-1 Category L1 with nuclear enhancements.
- {{entity:Safety Interlock and Trip System}} ({{hex:50F77859}}) — Hardwired relay-based safety logic implementing workstation fissile mass limits via load cells and gamma counters. SIL 3 per IEC 61511 for criticality interlocks, SIL 2 for other safety functions. 2oo3 voting with 500 ms trip initiation.
- {{entity:Emergency Communications and Alarm System}} ({{hex:54FF7A59}}) — Four distinctive alarm tones (criticality warbling, fire two-tone, contamination intermittent, evacuation continuous), PA system, visual beacons, RFID muster accounting, hardwired link to dockyard emergency control centre.
- {{entity:Emergency Power System}} ({{hex:51F73A58}}) — Three-tier architecture: online double-conversion UPS (30 min full / 4 hr reduced), diesel generator (8-second start, 72-hour fuel), dockyard ring main backup.
- {{entity:Spill Containment and Emergency Decontamination System}} ({{hex:C68D3858}}) — Bunded containment rated to 110% vessel volume in stainless steel, emergency decontamination showers at zone exits, sealed floor drainage routed exclusively to active effluent system.
flowchart TB
CWS["Criticality Warning System"]
FDS["Fire Detection and Suppression"]
SIT["Safety Interlock and Trip"]
ECA["Emergency Comms and Alarm"]
EPS["Emergency Power System"]
SCD["Spill Containment and Decon"]
CWS -->|criticality trip signal| SIT
CWS -->|criticality alarm| ECA
FDS -->|fire zone trip| SIT
FDS -->|fire alarm| ECA
SIT -->|trip status| ECA
EPS -.->|UPS power| CWS
EPS -.->|UPS power| FDS
EPS -.->|UPS power| SIT
EPS -.->|emergency power| ECA
SCD -->|spill drainage| ADN["Active Drain Network"]
Analysis
Cross-domain similarity search on the {{entity:Safety Interlock and Trip System}} revealed the {{entity:Railway Signalling System}} as the closest analog at 96.9% Jaccard (31/32 shared traits). Both share fail-safe energise-to-run principles, voting logic for trip initiation, and hardwired deterministic signal paths. The {{entity:Emergency Shutdown System}} from offshore oil platforms and the {{entity:Nuclear Reactor Protection System}} also showed strong similarity (93.75% and 90.6% respectively). The architecture decision to use relay-based rather than PLC-based safety logic aligns with the pattern seen across all these high-integrity safety systems — the absence of software common-cause failure modes simplifies the SIL claim.
Lint flagged 4 high findings — all ontological mismatches where system-level entities lack the Physical Object trait despite requirements imposing physical constraints. Acknowledged the {{entity:Criticality Warning System}} finding: it is correctly classified as an abstract system with physical sub-components. Three pre-existing findings from prior sessions remain unchanged.
Requirements
Created 10 subsystem requirements ({{sub:SUB-REQ-032}} through {{sub:SUB-REQ-041}}), 5 interface requirements ({{ifc:IFC-REQ-019}} through {{ifc:IFC-REQ-023}}), and 6 verification entries ({{sub:VER-REQ-020}} through {{sub:VER-REQ-025}}). Key traces: {{sys:SYS-REQ-009}} (fissile mass limits) derives to both {{sub:SUB-REQ-036}} (interlock enforcement at 80% of single-contingency limit) and {{sub:SUB-REQ-032}} (criticality detection as defence-in-depth). All 5 IFC requirements have corresponding VER entries with trace links. {{sub:VER-REQ-025}} provides end-to-end integration test covering the full criticality response chain from neutron burst detection through to completed facility response within 2 seconds.
Next
Four subsystems now decomposed (of 13 total). Nine remain: Sample Receipt, Gamma Spectrometry, Alpha Spectrometry, Liquid Scintillation Counting, ICP-MS, Radiochemical Separations, LIMS, Radioactive Waste Management, and Laboratory Utilities. The analytical laboratory subsystems (Gamma, Alpha, LSC, ICP-MS, Radiochemical Separations) form a coherent group that could be tackled in 2-3 sessions. Radioactive Waste Management should follow soon given its interfaces with the Effluent Treatment and Spill Containment systems already defined.