Uses of Class
neqsim.process.util.report.safety.ProcessSafetyThresholds
Packages that use ProcessSafetyThresholds
-
Uses of ProcessSafetyThresholds in neqsim.process.util.report.safety
Fields in neqsim.process.util.report.safety declared as ProcessSafetyThresholdsModifier and TypeFieldDescriptionprivate final ProcessSafetyThresholdsProcessSafetyReport.thresholdsThresholds used when grading severities (copied for traceability).private ProcessSafetyThresholdsProcessSafetyReportBuilder.thresholdsMethods in neqsim.process.util.report.safety that return ProcessSafetyThresholdsModifier and TypeMethodDescriptionProcessSafetyReport.getThresholds()ProcessSafetyThresholds.setEntropyChangeCritical(double entropyChangeCritical) ProcessSafetyThresholds.setEntropyChangeWarning(double entropyChangeWarning) ProcessSafetyThresholds.setExergyChangeCritical(double exergyChangeCritical) ProcessSafetyThresholds.setExergyChangeWarning(double exergyChangeWarning) ProcessSafetyThresholds.setMinSafetyMarginCritical(double minSafetyMarginCritical) ProcessSafetyThresholds.setMinSafetyMarginWarning(double minSafetyMarginWarning) ProcessSafetyThresholds.setReliefUtilisationCritical(double reliefUtilisationCritical) ProcessSafetyThresholds.setReliefUtilisationWarning(double reliefUtilisationWarning) Methods in neqsim.process.util.report.safety with parameters of type ProcessSafetyThresholdsModifier and TypeMethodDescriptionProcessSafetyReportBuilder.buildReliefAssessment(SafetyReliefValve valve, ProcessSafetyThresholds thresholds) ProcessSafetyReportBuilder.buildReliefAssessment(SafetyValve valve, ProcessSafetyThresholds thresholds) ProcessSafetyReportBuilder.collectReliefAssessments(ProcessSafetyThresholds appliedThresholds) ProcessSafetyReportBuilder.collectSafetyMargins(ProcessSafetyThresholds appliedThresholds) ProcessSafetyReportBuilder.collectSystemKpis(ProcessSafetyThresholds thresholds) private SeverityLevelProcessSafetyReportBuilder.gradeSafetyMargin(ProcessSafetyThresholds thresholds, double marginFraction) private SeverityLevelProcessSafetyReportBuilder.gradeUtilisation(ProcessSafetyThresholds thresholds, double utilisation) ProcessSafetyReportBuilder.withThresholds(ProcessSafetyThresholds thresholds) Configure safety thresholds.Constructors in neqsim.process.util.report.safety with parameters of type ProcessSafetyThresholdsModifierConstructorDescription(package private)ProcessSafetyReport(String scenarioLabel, ProcessSafetyThresholds thresholds, List<ProcessSafetyReport.ConditionFinding> conditionFindings, List<ProcessSafetyReport.SafetyMarginAssessment> safetyMargins, List<ProcessSafetyReport.ReliefDeviceAssessment> reliefDeviceAssessments, ProcessSafetyReport.SystemKpiSnapshot systemKpis, String equipmentSnapshotJson) Copy constructor.