Uses of Enum Class
neqsim.process.equipment.reactor.PlugFlowReactor.EnergyMode
Packages that use PlugFlowReactor.EnergyMode
-
Uses of PlugFlowReactor.EnergyMode in neqsim.process.equipment.reactor
Subclasses with type arguments of type PlugFlowReactor.EnergyMode in neqsim.process.equipment.reactorFields in neqsim.process.equipment.reactor declared as PlugFlowReactor.EnergyModeModifier and TypeFieldDescriptionprivate PlugFlowReactor.EnergyModePlugFlowReactor.energyModeEnergy balance mode.Methods in neqsim.process.equipment.reactor that return PlugFlowReactor.EnergyModeModifier and TypeMethodDescriptionPlugFlowReactor.getEnergyMode()Get energy balance mode.static PlugFlowReactor.EnergyModeReturns the enum constant of this class with the specified name.static PlugFlowReactor.EnergyMode[]PlugFlowReactor.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 PlugFlowReactor.EnergyModeModifier and TypeMethodDescriptionvoidPlugFlowReactor.setEnergyMode(PlugFlowReactor.EnergyMode energyMode) Set energy balance mode.