Enum Class AdsorptionCycleController.CyclePhase
java.lang.Object
java.lang.Enum<AdsorptionCycleController.CyclePhase>
neqsim.process.equipment.adsorber.AdsorptionCycleController.CyclePhase
- All Implemented Interfaces:
Serializable, Comparable<AdsorptionCycleController.CyclePhase>, Constable
- Enclosing class:
AdsorptionCycleController
public static enum AdsorptionCycleController.CyclePhase
extends Enum<AdsorptionCycleController.CyclePhase>
Enumeration of the possible phases in an adsorption/desorption cycle.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNormal adsorption at high pressure / low temperature.Counter-current blowdown to low pressure.Co-current depressurisation (optional).Cooling step after TSA heating.General desorption (TSA heating or VSA vacuum).Purge with clean gas at low pressure.Re-pressurisation with product or feed gas.Bed on standby (isolated). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AdsorptionCycleController.CyclePhase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADSORPTION
Normal adsorption at high pressure / low temperature. -
COCURRENT_DEPRESSURISATION
Co-current depressurisation (optional). -
BLOWDOWN
Counter-current blowdown to low pressure. -
PURGE
Purge with clean gas at low pressure. -
REPRESSURISATION
Re-pressurisation with product or feed gas. -
DESORPTION
General desorption (TSA heating or VSA vacuum). -
COOLING
Cooling step after TSA heating. -
STANDBY
Bed on standby (isolated).
-
-
Constructor Details
-
CyclePhase
private CyclePhase()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-