Uses of Class
neqsim.process.equipment.flare.dto.FlarePerformanceDTO
Packages that use FlarePerformanceDTO
-
Uses of FlarePerformanceDTO in neqsim.process.equipment.flare
Methods in neqsim.process.equipment.flare that return FlarePerformanceDTOModifier and TypeMethodDescriptionprivate FlarePerformanceDTOFlare.buildPerformanceSummary(String label, double scenarioHeatDutyW, double massRateKgS, double molarRateMoleS, double co2RateKgS, Map<String, Double> emissionMap) Flare.getPerformanceSummary()Produce a performance summary DTO for the current operating point.Flare.getPerformanceSummary(String scenarioName, double scenarioHeatDutyW, double massRateKgS, double molarRateMoleS) Produce a performance summary DTO for a hypothetical load case. -
Uses of FlarePerformanceDTO in neqsim.process.safety.dto
Fields in neqsim.process.safety.dto with type parameters of type FlarePerformanceDTOModifier and TypeFieldDescriptionprivate final Map<String, FlarePerformanceDTO> DisposalLoadCaseResultDTO.performanceByUnitMethods in neqsim.process.safety.dto that return types with arguments of type FlarePerformanceDTOConstructor parameters in neqsim.process.safety.dto with type arguments of type FlarePerformanceDTOModifierConstructorDescriptionDisposalLoadCaseResultDTO(String loadCaseName, Map<String, FlarePerformanceDTO> performanceByUnit, double totalHeatDutyMW, double maxRadiationDistanceM, List<CapacityAlertDTO> alerts)