Skip to the content.

Integrated HIPPS/ESD Safety Chain Tests

This repository now includes an integration test that links alarms, HIPPS isolation, and ESD depressurization logic against dynamic equipment models during a transient upset. The goal is to verify that layered safety functions respond coherently when feed pressure surges beyond high-high limits.

What the test covers

Running the integration test

Execute the JUnit test directly:

mvn -q -Dtest=IntegratedSafetyChainTransientTest test

The test lives at src/test/java/neqsim/process/util/scenario/IntegratedSafetyChainTransientTest.java and uses ProcessScenarioRunner to coordinate logic execution with the process model.