Uses of Class
neqsim.process.equipment.reactor.GibbsReactor
Packages that use GibbsReactor
Package
Description
Equipment capacity constraint framework for process optimization.
-
Uses of GibbsReactor in neqsim.process.equipment.capacity
Methods in neqsim.process.equipment.capacity with parameters of type GibbsReactorModifier and TypeMethodDescriptionprivate voidReactorCapacityStrategy.addGibbsConstraints(Map<String, CapacityConstraint> constraints, GibbsReactor gibbs) Adds constraints specific to Gibbs reactors. -
Uses of GibbsReactor in neqsim.process.equipment.electrolyzer
Fields in neqsim.process.equipment.electrolyzer declared as GibbsReactor -
Uses of GibbsReactor in neqsim.process.equipment.reactor
Fields in neqsim.process.equipment.reactor declared as GibbsReactorModifier and TypeFieldDescriptionprivate GibbsReactorBiomassGasifier.gibbsReactorInternal Gibbs reactor used for equilibrium calculation.private GibbsReactorPyrolysisReactor.gibbsReactorInternal Gibbs reactor for vapour-phase equilibrium.private GibbsReactorFurnaceBurner.reactorMethods in neqsim.process.equipment.reactor that return GibbsReactorModifier and TypeMethodDescriptionprivate GibbsReactorGibbsReactorCO2.createConfiguredReactor(String name, StreamInterface inlet) Creates a GibbsReactor with standard configuration for acid gas systems.private GibbsReactorGibbsReactorCO2.createH2SReactor(StreamInterface inlet, double no2ppm) Creates and configures a reactor for H2S oxidation (first stage).private GibbsReactorGibbsReactorCO2.createSO2Reactor(StreamInterface h2sOutlet) Creates and configures a reactor for SO2 processing (second stage).Methods in neqsim.process.equipment.reactor with parameters of type GibbsReactorModifier and TypeMethodDescriptionprivate voidGibbsReactorCO2.setDefaultInertComponents(GibbsReactor reactor) Sets the default list of inert components on a reactor.private voidSulfurDepositionAnalyser.setHydrocarbonInert(GibbsReactor reactor, SystemInterface sys) Marks hydrocarbon components as inert in the Gibbs reactor so they do not participate in reactions.