Uses of Enum Class
neqsim.process.mechanicaldesign.designstandards.CUIRiskAssessment.CUIRisk
Packages that use CUIRiskAssessment.CUIRisk
-
Uses of CUIRiskAssessment.CUIRisk in neqsim.process.mechanicaldesign.designstandards
Subclasses with type arguments of type CUIRiskAssessment.CUIRisk in neqsim.process.mechanicaldesign.designstandardsModifier and TypeClassDescriptionstatic enumCUI risk level enumeration.Methods in neqsim.process.mechanicaldesign.designstandards that return CUIRiskAssessment.CUIRiskModifier and TypeMethodDescriptionstatic CUIRiskAssessment.CUIRiskCUIRiskAssessment.assessRisk(double operatingTempC, boolean isStainlessSteel, CUIRiskAssessment.InsulationType insulationType, double coatingAge, boolean isMarineEnvironment) Assess CUI risk based on operating temperature per API 581 screening criteria.static CUIRiskAssessment.CUIRiskReturns the enum constant of this class with the specified name.static CUIRiskAssessment.CUIRisk[]CUIRiskAssessment.CUIRisk.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign.designstandards with parameters of type CUIRiskAssessment.CUIRiskModifier and TypeMethodDescriptionstatic intCUIRiskAssessment.recommendedInspectionIntervalYears(CUIRiskAssessment.CUIRisk risk) Recommend inspection interval based on CUI risk level.CUIRiskAssessment.recommendedInspectionMethods(CUIRiskAssessment.CUIRisk risk) Return recommended inspection methods for CUI detection.