Radiation protection decomposition — criticality independence and dual-path monitoring
System
Radio Chemistry Laboratory for a UK Nuclear Dockyard — session 229 continues decomposition of the fourth subsystem. The {{entity:Radiation Protection and Health Physics System}} is the safety-critical monitoring backbone of the facility, interfacing with nearly every other subsystem. Prior sessions decomposed the {{entity:Hot Cell Facility}}, {{entity:Active Effluent Treatment Plant}}, and {{entity:Ventilation and Containment System}}. Project stands at 109 requirements across 6 documents with 4 of 12 subsystems now decomposed.
Decomposition
The {{entity:Radiation Protection and Health Physics System}} was decomposed into 7 components reflecting the real structure of a UK nuclear licensed site health physics installation:
- {{entity:Area Gamma Dose Rate Monitoring Network}} {{hex:54E77050}} — fixed ionisation chamber and GM detectors across all active zones, covering 0.1 microsievert/h to 10 Sv/h
- {{entity:Airborne Contamination Monitoring System}} {{hex:55F77A59}} — continuous air monitors with alpha/beta discrimination and radon compensation in every active laboratory
- {{entity:Surface Contamination Monitoring Equipment}} {{hex:D4CC1058}} — hand/clothing monitors at controlled area exits and portable survey instruments
- {{entity:Personal Dosimetry Management System}} {{hex:54B57B59}} — electronic personal dosemeters with automatic upload, cumulative tracking, and CIDI reporting
- {{entity:Radiological Access Control System}} {{hex:50BF7A59}} — dose-based entry restriction at zone boundaries with biometric/card access
- {{entity:Criticality Warning System}} {{hex:55F77A59}} — independent 2-out-of-3 gamma/neutron detection with hardwired evacuation alarm actuation
- {{entity:Centralised Radiation Monitoring Display and Alarm System}} {{hex:54ED7B59}} — SCADA-style aggregation of all monitoring data with 30-year historian
flowchart TB
AGDM["Area Gamma Monitoring"]
ACM["Airborne Contamination Monitors"]
SCM["Surface Contamination Equipment"]
PDM["Personal Dosimetry System"]
RAC["Radiological Access Control"]
CWS["Criticality Warning System"]
CRD["Central Monitoring Display"]
AGDM -->|dose rate + alarms| CRD
ACM -->|airborne activity + alarms| CRD
CWS -->|criticality alarm status| CRD
PDM -->|cumulative dose data| CRD
PDM -->|dose-based access| RAC
SCM -->|survey results| CRD
The key architectural decision is the separation between safety-critical and data functions. The {{entity:Criticality Warning System}} operates on fully independent hardwired circuits with dedicated UPS, separate from the general area monitoring network. All other monitoring components use dual-path communication: hardwired 4-20 mA analogue channels for safety alarms, Modbus TCP for data trending. This follows ONR Safety Assessment Principles (SAP ECS.2) requiring the simplest technology for safety functions.
Analysis
Cross-domain classification revealed that the {{entity:Criticality Warning System}} shares 31 of 32 traits with the {{entity:Engineered Safety Features Actuation System}} from the previously decomposed Nuclear Reactor Protection System, and with the Minimal Risk Condition Controller from the Autonomous Vehicle decomposition. All three are independent safety actuation systems that must function when all other facility systems have failed. This convergence validates the hardwired, software-free architecture chosen for the criticality alarm path.
The {{entity:Airborne Contamination Monitoring System}} has a cross-subsystem safety interface with the {{entity:Pressure Cascade Control System}} in the Ventilation and Containment System — when airborne alpha activity exceeds 1 DAC, a hardwired trip signal increases extract ventilation. This interface bridges two previously independent subsystem decompositions.
Lint returned 3 previously acknowledged findings unchanged and no new findings. Five orphaned requirements: 4 architecture decisions (by design) and 1 tagged duplicate ({{sub:SUB-REQS-034}}).
Requirements
9 subsystem requirements created ({{sub:SUB-REQS-031}} through {{sub:SUB-REQS-040}}, excluding the duplicate). Key requirements include the criticality warning 2-out-of-3 voting logic with 500 ms response ({{sub:SUB-REQS-035}}), its independence from general monitoring ({{sub:SUB-REQS-036}}), and the dose-based access interlock at 10 mSv investigation level ({{sub:SUB-REQS-039}}).
5 interface requirements ({{ifc:IFC-DEFS-017}} through {{ifc:IFC-DEFS-021}}) covering area gamma to central display, dosimetry to access control, criticality to evacuation, central monitoring to LIMS, and airborne contamination to ventilation.
7 verification entries ({{sub:VER-METHODS-020}} through {{sub:VER-METHODS-026}}) — all 5 interface requirements have verification entries, plus the criticality response time test and hand/clothing monitor sensitivity test. All trace links established.
Next
8 subsystems remain: Sample Receipt and Preparation Laboratory, Radiochemical Separations Laboratory, ICP-MS Analysis Suite, Liquid Scintillation Counting Facility, Alpha Spectrometry Laboratory, Gamma Spectrometry Suite, Solid Radioactive Waste Management System, and Laboratory Information Management System. The Solid Radioactive Waste Management System is the next priority — it has regulatory interfaces with waste acceptance criteria and the highest consequence of failure after RadPro. The four analytical instrument suites (ICP-MS, LSC, alpha spec, gamma spec) can likely be covered in 2 sessions given their structural similarity. Interim QC will be due at session 231.