Uses of Class
neqsim.process.equipment.reactor.KineticReaction
Packages that use KineticReaction
-
Uses of KineticReaction in neqsim.process.equipment.reactor
Fields in neqsim.process.equipment.reactor with type parameters of type KineticReactionModifier and TypeFieldDescriptionprivate List<KineticReaction> PlugFlowReactor.reactionsList of kinetic reactions.Methods in neqsim.process.equipment.reactor that return types with arguments of type KineticReactionMethods in neqsim.process.equipment.reactor with parameters of type KineticReactionModifier and TypeMethodDescriptionvoidPlugFlowReactor.addReaction(KineticReaction reaction) Add a kinetic reaction to the reactor.private doublePlugFlowReactor.convertRateToVolumetric(double rate, KineticReaction rxn) Convert reaction rate from its native basis to volumetric basis [mol/(m3_reactor * s)].