Uses of Enum Class
neqsim.process.equipment.adsorber.AdsorptionCycleController.CyclePhase
Packages that use AdsorptionCycleController.CyclePhase
-
Uses of AdsorptionCycleController.CyclePhase in neqsim.process.equipment.adsorber
Subclasses with type arguments of type AdsorptionCycleController.CyclePhase in neqsim.process.equipment.adsorberModifier and TypeClassDescriptionstatic enumEnumeration of the possible phases in an adsorption/desorption cycle.Fields in neqsim.process.equipment.adsorber declared as AdsorptionCycleController.CyclePhaseModifier and TypeFieldDescriptionAdsorptionBed.currentPhaseCurrent operating phase of the adsorber.private final AdsorptionCycleController.CyclePhaseAdsorptionCycleController.PhaseStep.phaseThe cycle phase.Methods in neqsim.process.equipment.adsorber that return AdsorptionCycleController.CyclePhaseModifier and TypeMethodDescriptionAdsorptionBed.getCurrentPhase()Get the current cycle phase.AdsorptionCycleController.getCurrentPhase()Get the current cycle phase.AdsorptionCycleController.PhaseStep.getPhase()Get the cycle phase.Returns the enum constant of this class with the specified name.static AdsorptionCycleController.CyclePhase[]AdsorptionCycleController.CyclePhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.equipment.adsorber with parameters of type AdsorptionCycleController.CyclePhaseModifierConstructorDescriptionPhaseStep(AdsorptionCycleController.CyclePhase phase, double duration) Create a phase step with a duration.PhaseStep(AdsorptionCycleController.CyclePhase phase, double duration, double targetPressure, double targetTemperature) Create a phase step with a duration and target pressure.