Laboratory Utilities Decomposition Completes First-Pass Radiochemistry Lab
System
Radiochemistry Laboratory for a UK Nuclear Dockyard v2 (se-radiochem-lab-v2). {{entity:Laboratory Utilities and Building Services}} was the final undecomposed subsystem. This session completes first-pass decomposition across all 13 subsystems — 67 components, 244 requirements, 80 PART_OF relationships. Status advanced to first-pass-complete.
Decomposition
{{entity:Laboratory Utilities and Building Services}} was decomposed into six components, carefully scoped to avoid overlap with existing subsystems (ventilation extract under Active Ventilation, emergency power under Facility Safety, radiation monitoring under Radiation Protection):
- {{entity:Electrical Power Distribution System}} — normal and essential supply from dockyard 11kV ring, transformer, distribution boards, UPS for critical instruments
- {{entity:Laboratory Gas Supply System}} — centralised compressed air, nitrogen, and hydrogen with automatic manifold changeover and fire-alarm-triggered isolation
- {{entity:Deionised Water Treatment and Distribution System}} — ASTM D1193 Type I ultra-pure water via RO, mixed-bed IX, and UV oxidation with recirculating loop
- {{entity:Building Management System}} — central SCADA via BACnet/IP and Modbus TCP, approximately 2000 I/O points, cybersecurity-hardened OT network
- {{entity:Physical Security and Access Control System}} — three-tier access control per NISR 2003, CCTV, intruder detection, linked to dockyard central alarm
- {{entity:Chilled Water and Heating System}} — dual chiller plant (2×150kW duty/standby) and LTHW for laboratory temperature control at 20±2°C
The {{entity:Building Management System}} serves as the supervisory hub, monitoring all other utility components. {{entity:Electrical Power Distribution System}} connects to {{entity:Emergency Power System}} (cross-subsystem) via motorised changeover switch. {{entity:Physical Security and Access Control System}} feeds zone occupancy to {{entity:Health Physics Central Alarm and Display System}} for dose tracking and emergency muster.
flowchart TB
n0["Electrical Power Distribution System"]
n1["Laboratory Gas Supply System"]
n2["Deionised Water Treatment and Distribution System"]
n3["Building Management System"]
n4["Physical Security and Access Control System"]
n5["Chilled Water and Heating System"]
n3 -->|Power monitoring| n0
n3 -->|Temp control| n5
n3 -->|Gas monitoring| n1
n0 -->|UPS supply| n3
n4 -->|Access events| n3
n5 -.->|Power supply| n0
Analysis
Architecture decision {{stk:ARC-REQ-018}} records the rationale for separating normal utilities from safety-classified systems, following ONR Safety Assessment Principles. Physical security sits under utilities rather than safety because NISR compliance is an access governance concern — the security system protects against malicious acts, not process hazards.
Lint produced 8 findings (5 high, 3 low). All 5 high-severity findings are the recurring ontological mismatch pattern (abstract system entities classified without Physical Object trait despite having physical constraint requirements). Two new acknowledgements recorded for {{entity:Liquid Waste Conditioning System}} and {{entity:Active Drain System}}, joining 3 prior acknowledgements. The 3 low findings are ontological ambiguity between similar concepts and the expected “no SHALL” pattern in architecture decisions and verification entries.
Requirements
Ten subsystem requirements created ({{sub:SUB-REQ-089}} through {{sub:SUB-REQ-098}}): power availability (99.5%), UPS transfer time (<10ms, 15min autonomy), DI water quality (18.0 MΩ·cm), gas isolation on fire alarm (5 seconds), BMS cybersecurity (unidirectional gateway, MFA), three-tier physical security, laboratory temperature stability (20±2°C), gas manifold auto-changeover, DI water recirculation (0.5 m/s minimum), and BMS alarm prioritisation (2-second presentation).
Seven interface requirements ({{ifc:IFC-REQ-048}} through {{ifc:IFC-REQ-054}}) covering BMS-to-EPDS Modbus TCP, BMS-to-CHW BACnet/IP, gas-to-fire isolation, CHW-to-AHU thermal interface, security-to-HP zone occupancy, DI water-to-digestion station, and power-to-emergency changeover.
Five verification entries ({{sys:VER-REQ-055}} through {{sys:VER-REQ-059}}) including a system-level end-to-end power failure response test. Trace links established from system requirements to subsystem requirements where genuine derivation exists, and from all new interface requirements to their verification entries.
Next
First-pass decomposition is complete. The system now has 13 subsystems, 67 components, 244 requirements, and comprehensive interface definitions. The next session should run Flow C (QC pass) to review requirement quality across all subsystems, check trace coverage completeness, identify missing cross-subsystem interfaces, and verify that degraded-mode requirements have quantified performance floors. The 3 low-severity lint findings on ontological ambiguity between liquid waste and effluent/extract systems warrant review during QC.