Class LOPAResult.ProtectionLayer

java.lang.Object
neqsim.process.safety.risk.sis.LOPAResult.ProtectionLayer
All Implemented Interfaces:
Serializable
Enclosing class:
LOPAResult

public static class LOPAResult.ProtectionLayer extends Object implements Serializable
Individual protection layer in LOPA.
Version:
1.0
Author:
NeqSim Development Team
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • pfd

      private double pfd
    • frequencyBefore

      private double frequencyBefore
    • frequencyAfter

      private double frequencyAfter
    • contribution

      private double contribution
  • Constructor Details

    • ProtectionLayer

      public ProtectionLayer(String name, double pfd, double before, double after)
  • Method Details

    • getName

      public String getName()
    • getPfd

      public double getPfd()
    • getFrequencyBefore

      public double getFrequencyBefore()
    • getFrequencyAfter

      public double getFrequencyAfter()
    • getContribution

      public double getContribution()
    • getRRF

      public double getRRF()