Uses of Enum Class
neqsim.process.equipment.reactor.GibbsReactor.EnergyMode
Packages that use GibbsReactor.EnergyMode
-
Uses of GibbsReactor.EnergyMode in neqsim.process.equipment.reactor
Subclasses with type arguments of type GibbsReactor.EnergyMode in neqsim.process.equipment.reactorModifier and TypeClassDescriptionstatic enumReactor energy mode: isothermal (constant temperature) or adiabatic (no heat exchange).Fields in neqsim.process.equipment.reactor declared as GibbsReactor.EnergyModeMethods in neqsim.process.equipment.reactor that return GibbsReactor.EnergyModeModifier and TypeMethodDescriptionGibbsReactor.getEnergyMode()Gets the current energy mode of the reactor.static GibbsReactor.EnergyModeReturns the enum constant of this class with the specified name.static GibbsReactor.EnergyMode[]GibbsReactor.EnergyMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.reactor with parameters of type GibbsReactor.EnergyModeModifier and TypeMethodDescriptionvoidGibbsReactor.setEnergyMode(GibbsReactor.EnergyMode mode) Set the energy mode of the reactor (isothermal or adiabatic).