Uses of Enum Class
neqsim.process.safety.release.ReleaseOrientation
Packages that use ReleaseOrientation
-
Uses of ReleaseOrientation in neqsim.process.safety.release
Subclasses with type arguments of type ReleaseOrientation in neqsim.process.safety.releaseModifier and TypeClassDescriptionenumEnumeration of release orientations for leak and rupture scenarios.Fields in neqsim.process.safety.release declared as ReleaseOrientationModifier and TypeFieldDescriptionprivate ReleaseOrientationLeakModel.Builder.orientationprivate final ReleaseOrientationLeakModel.orientationprivate final ReleaseOrientationSourceTermResult.orientationMethods in neqsim.process.safety.release that return ReleaseOrientationModifier and TypeMethodDescriptionSourceTermResult.getOrientation()static ReleaseOrientationReturns the enum constant of this class with the specified name.static ReleaseOrientation[]ReleaseOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.safety.release with parameters of type ReleaseOrientationModifier and TypeMethodDescriptionLeakModel.Builder.orientation(ReleaseOrientation orientation) Sets the release orientation.Constructors in neqsim.process.safety.release with parameters of type ReleaseOrientationModifierConstructorDescriptionSourceTermResult(String scenarioName, double holeDiameter, ReleaseOrientation orientation, int numPoints) Creates a source term result.