Uses of Class
neqsim.process.equipment.distillation.SimpleTray
Packages that use SimpleTray
Package
Description
-
Uses of SimpleTray in neqsim.process.equipment.distillation
Subclasses of SimpleTray in neqsim.process.equipment.distillationModifier and TypeClassDescriptionclassCondenser class.classA distillation tray that performs reactive equilibrium (simultaneous chemical equilibrium + phase equilibrium) instead of standard VLE.classReboiler class.classVLSolidTray class.Fields in neqsim.process.equipment.distillation with type parameters of type SimpleTrayMethods in neqsim.process.equipment.distillation that return SimpleTrayModifier and TypeMethodDescriptionprivate SimpleTrayDistillationColumn.createMiddleTray(String name, int middleTrayIndex) Create a middle tray (between reboiler and condenser).DistillationColumn.getTray(int trayNumber) getTray.Methods in neqsim.process.equipment.distillation that return types with arguments of type SimpleTrayModifier and TypeMethodDescriptionDistillationColumn.getTrays()Returns the list of trays in this column. -
Uses of SimpleTray in neqsim.process.equipment.distillation.internals
Methods in neqsim.process.equipment.distillation.internals with parameters of type SimpleTrayModifier and TypeMethodDescriptionprivate double[]ColumnInternalsDesigner.getTrayFlows(SimpleTray tray) Extract vapor and liquid mass flow rates from a tray [kg/s].private double[]ColumnInternalsDesigner.getTrayProperties(SimpleTray tray) Extract physical properties from a tray's fluid.