Class FireGasSISExample

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

public class FireGasSISExample extends Object
Example demonstrating Safety Instrumented System (SIS) for fire and gas detection.

This example implements IEC 61511 compliant safety logic including:

  • Fire detection with 2oo3 voting (2 out of 3 detectors must trip)
  • Gas detection with 2oo3 voting
  • Automatic ESD activation when SIF trips
  • Detector bypass capability (max 1 bypassed)
  • Manual push button override
  • Coordinated valve operations

Safety Integrity Level (SIL) considerations:

  • 2oo3 voting provides good balance of safety and availability
  • One detector can be bypassed for maintenance without compromising safety
  • Redundant fire and gas detection for high hazard scenarios
Version:
1.0
Author:
ESOL
  • Constructor Details

    • FireGasSISExample

      public FireGasSISExample()
  • Method Details

    • main

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