Uses of Class
neqsim.process.safety.risk.dynamic.ProductionProfile
Packages that use ProductionProfile
Package
Description
Dynamic risk simulation with transient modeling.
-
Uses of ProductionProfile in neqsim.process.safety.risk.dynamic
Fields in neqsim.process.safety.risk.dynamic with type parameters of type ProductionProfileModifier and TypeFieldDescriptionprivate List<ProductionProfile> DynamicRiskSimulator.productionProfilesProduction profiles from simulation.(package private) List<ProductionProfile> DynamicRiskSimulator.DynamicIterationState.profilesMethods in neqsim.process.safety.risk.dynamic that return ProductionProfileModifier and TypeMethodDescriptionDynamicRiskSimulator.simulateFailureEvent(EquipmentFailureMode failure, double repairDurationHours) Simulates a single failure event with dynamic transients.Methods in neqsim.process.safety.risk.dynamic that return types with arguments of type ProductionProfileModifier and TypeMethodDescriptionDynamicRiskSimulator.getProductionProfiles()Gets the production profiles from the last simulation.Methods in neqsim.process.safety.risk.dynamic with parameters of type ProductionProfileModifier and TypeMethodDescriptionvoidTransientLossStatistics.addProfile(ProductionProfile profile) Adds a production profile to cumulative statistics.