Class HIPPSExample

java.lang.Object
neqsim.process.util.example.HIPPSExample

public class HIPPSExample extends Object
Example demonstrating HIPPS (High Integrity Pressure Protection System) implementation.

This example shows:

  • HIPPS configuration with 2oo3 voting (SIL 3)
  • Redundant pressure transmitters with alarm configuration
  • Dynamic simulation of blocked outlet scenario
  • HIPPS preventing PSV from lifting (no flaring)
  • Transient pressure response and valve closure

Scenario: A high-pressure separator operates normally at 70 bara. A downstream valve accidentally closes (blocked outlet), causing pressure to ramp up. HIPPS detects the pressure rise and trips at 90 bara (below 100 bara MAWP), preventing the PSV from lifting and avoiding flaring.

Author:
ESOL
  • Constructor Details

    • HIPPSExample

      public HIPPSExample()
  • Method Details

    • main

      public static void main(String[] args)
      Main method to run the HIPPS example.
      Parameters:
      args - command line arguments (not used)