Class ProcessSafetyLoadCase.ReliefSourceLoad

java.lang.Object
neqsim.process.safety.ProcessSafetyLoadCase.ReliefSourceLoad
All Implemented Interfaces:
Serializable
Enclosing class:
ProcessSafetyLoadCase

public static class ProcessSafetyLoadCase.ReliefSourceLoad extends Object implements Serializable
Relief load contribution for a source into the disposal network.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • massRateKgS

      private final double massRateKgS
    • heatDutyW

      private final Double heatDutyW
    • molarRateMoleS

      private final Double molarRateMoleS
  • Constructor Details

    • ReliefSourceLoad

      public ReliefSourceLoad(double massRateKgS, Double heatDutyW, Double molarRateMoleS)
  • Method Details

    • getMassRateKgS

      public double getMassRateKgS()
    • getHeatDutyW

      public Double getHeatDutyW()
    • getMolarRateMoleS

      public Double getMolarRateMoleS()