Class DisposalLoadCaseResultDTO

java.lang.Object
neqsim.process.safety.dto.DisposalLoadCaseResultDTO
All Implemented Interfaces:
Serializable

public class DisposalLoadCaseResultDTO extends Object implements Serializable
Result of evaluating a disposal network for a single load case.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • loadCaseName

      private final String loadCaseName
    • performanceByUnit

      private final Map<String, FlarePerformanceDTO> performanceByUnit
    • totalHeatDutyMW

      private final double totalHeatDutyMW
    • maxRadiationDistanceM

      private final double maxRadiationDistanceM
    • alerts

      private final List<CapacityAlertDTO> alerts
  • Constructor Details

  • Method Details

    • getLoadCaseName

      public String getLoadCaseName()
    • getPerformanceByUnit

      public Map<String, FlarePerformanceDTO> getPerformanceByUnit()
    • getTotalHeatDutyMW

      public double getTotalHeatDutyMW()
    • getMaxRadiationDistanceM

      public double getMaxRadiationDistanceM()
    • getAlerts

      public List<CapacityAlertDTO> getAlerts()