Offshore oil platform safety system scaffolded with 8 subsystems and SIL-driven requirements
System
New system: {{entity:Offshore Oil Platform Safety System}} {{hex:51F77A59}}, an integrated safety instrumented system for an offshore oil and gas production platform. This session scaffolded the full project structure, decomposed the system into 8 subsystems, classified all entities, and established the initial stakeholder-to-system requirement trace chain. Project status: scaffolded.
Decomposition
The system decomposes into 8 subsystems reflecting the real safety architecture of an offshore production installation, following the protection layer model of IEC 61511:
- {{entity:Fire and Gas Detection System}} {{hex:55F77A19}} — the sensory front-end: catalytic, IR, UV/IR detectors with 2ooN voting logic per zone
- {{entity:Emergency Shutdown System}} {{hex:51F77A59}} — the central safety brain: TMR logic solvers executing cause-and-effect matrix, SIL 3 for Level 1 functions
- {{entity:Process Safety System}} {{hex:55F77A59}} — lower-tier SIL 1/2 functions for process parameter trips before ESD escalation
- {{entity:Fire Protection System}} {{hex:55F73A58}} — active suppression: deluge, foam, CO2, dry chemical, powered by dedicated firewater ring main
- {{entity:Blowout Prevention System}} {{hex:DFF73859}} — well control: subsea BOP stack, surface controls, accumulator unit, shear rams
- {{entity:HVAC Safety System}} {{hex:51F77A59}} — atmospheric isolation: damper control, TR pressurisation, smoke extraction
- {{entity:Public Address and General Alarm System}} {{hex:54FD7A18}} — audible/visual alarms and intelligible voice announcements
- {{entity:Emergency Evacuation System}} {{hex:50FD7A59}} — TEMPSC launch, escape route lighting, electronic mustering
The information flow is hierarchical: F&G feeds confirmed alarms to ESD, which orchestrates all downstream actions — process isolation, HVAC damper closure, BOP activation, PA/GA alarm triggering. PA/GA then drives the evacuation chain. Process Safety has an escalation path back into ESD when process trips fail to contain an upset.
flowchart TB
n0["Offshore Oil Platform Safety System"]
n1["Fire and Gas Detection"]
n2["Emergency Shutdown System"]
n3["Process Safety System"]
n4["Fire Protection System"]
n5["Blowout Prevention System"]
n6["HVAC Safety System"]
n7["PA/GA System"]
n8["Emergency Evacuation System"]
n1 -->|Confirmed Hazard Alarms| n2
n1 -->|Fire Confirmed Signal| n4
n2 -->|Process Shutdown Trigger| n3
n2 -->|HVAC Isolation Commands| n6
n2 -->|Well Shutdown Command| n5
n2 -->|Alarm Activation Signal| n7
n7 -->|Muster and Abandon Commands| n8
n3 -->|Trip Escalation| n2
Analysis
The {{trait:Blowout Prevention System}} classification {{hex:DFF73859}} stands out with a distinct trait pattern from the other subsystems — it includes the {{trait:Physical Object}} trait that most of the information-processing subsystems lack, reflecting that the BOP is fundamentally a massive hydraulic mechanical assembly with digital controls on top. The initial cross-domain analog search found 31 shared traits with the {{entity:Engineered Safety Features Actuation System}} from the nuclear reactor protection system domain — unsurprising given both are SIL 3 safety actuation systems responding to confirmed hazards with fail-safe final elements and TMR architectures.
Requirements
5 stakeholder requirements established the traceable foundation: hazard detection/response ({{stk:STK-REQ-001}}), personnel evacuation ({{stk:STK-REQ-002}}), IEC 61511 compliance ({{stk:STK-REQ-003}}), spurious trip limitation ({{stk:STK-REQ-004}}), and online proof testing ({{stk:STK-REQ-005}}). 6 system requirements derived with quantified performance targets: 10s F&G confirmation ({{sys:SYS-REQ-001}}), 1s ESD actuation ({{sys:SYS-REQ-002}}), SIL 3 PFDavg <=1e-3 ({{sys:SYS-REQ-003}}), PA/GA 65dBA above ambient with STI>=0.5 ({{sys:SYS-REQ-004}}), 8760h MTBST ({{sys:SYS-REQ-005}}), 10.2 L/min/m2 firewater delivery for 4 hours ({{sys:SYS-REQ-006}}). All 6 trace links carry rationale explaining the derivation mechanism, not just the parent-child relationship.
Next
The system is scaffolded with its top-level architecture. The next session should focus on first-pass decomposition of the highest-risk subsystem — the {{entity:Emergency Shutdown System}} — including sub-component classification (TMR logic solver, ESD valves, cause-and-effect matrix, partial-stroke test capability), subsystem requirements, and interface definitions between ESD and its connected subsystems (F&G, PSS, BOP, HVAC, PA/GA). The {{entity:Fire and Gas Detection System}} should follow, as it is the primary input to the entire safety chain.