Uses of Class
neqsim.process.safety.risk.RiskMatrix
Packages that use RiskMatrix
Package
Description
Probabilistic risk analysis framework for process safety.
-
Uses of RiskMatrix in neqsim.process.safety.risk
Methods in neqsim.process.safety.risk that return RiskMatrixModifier and TypeMethodDescriptionRiskMatrix.addEquipmentRisk(String equipmentName, double failuresPerYear, double mttr) Adds custom equipment risk data (overrides database).RiskMatrix.setDowntimeCostPerHour(double costPerHour) Sets the downtime cost per hour (fixed costs during shutdown).RiskMatrix.setFeedStreamName(String name) Sets the feed stream name.RiskMatrix.setOperatingHoursPerYear(double hours) Sets operating hours per year.RiskMatrix.setProductPrice(double price, String unit) Sets the product price.RiskMatrix.setProductStreamName(String name) Sets the product stream name.