Uses of Enum Class
neqsim.process.equipment.compressor.CompressorState
Packages that use CompressorState
-
Uses of CompressorState in neqsim.process.equipment.compressor
Subclasses with type arguments of type CompressorState in neqsim.process.equipment.compressorModifier and TypeClassDescriptionenumEnumeration representing the operating states of a compressor in dynamic simulations.Fields in neqsim.process.equipment.compressor declared as CompressorStateModifier and TypeFieldDescriptionprivate CompressorStateCompressor.operatingStateprivate final CompressorStateCompressorOperatingHistory.OperatingPoint.stateMethods in neqsim.process.equipment.compressor that return CompressorStateModifier and TypeMethodDescriptionCompressor.getOperatingState()Get the current operating state of the compressor.CompressorOperatingHistory.OperatingPoint.getState()Get the compressor state.static CompressorStateReturns the enum constant of this class with the specified name.static CompressorState[]CompressorState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.compressor with parameters of type CompressorStateModifier and TypeMethodDescriptionprivate voidCompressor.fireStateChangeEvent(CompressorState oldState, CompressorState newState) Fire state change event.voidCompressorEventListener.onStateChange(Compressor compressor, CompressorState oldState, CompressorState newState) Called when the compressor operating state changes.voidCompressor.setOperatingState(CompressorState state) Set the operating state of the compressor.Constructors in neqsim.process.equipment.compressor with parameters of type CompressorStateModifierConstructorDescriptionOperatingPoint(double time, double flow, double head, double speed, double power, double efficiency, double surgeMargin, double stoneWallMargin, CompressorState state, double inletPressure, double outletPressure, double inletTemperature, double outletTemperature) Constructor for OperatingPoint.