Uses of Class
neqsim.process.equipment.expander.Expander
Packages that use Expander
Package
Description
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of Expander in neqsim.process.equipment
Methods in neqsim.process.equipment that return ExpanderModifier and TypeMethodDescriptionstatic ExpanderEquipmentFactory.createExpander(String name, StreamInterface inletStream, double outletPressure) Creates an Expander with specified outlet pressure. -
Uses of Expander in neqsim.process.equipment.expander
Subclasses of Expander in neqsim.process.equipment.expanderModifier and TypeClassDescriptionclassTurboExpanderCompressor models a coupled expander and compressor system with design and performance parameters, polynomial curve fits for efficiency and head, and Newton-Raphson iteration for speed matching. -
Uses of Expander in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that return ExpanderModifier and TypeMethodDescriptionprivate static ExpanderDexpiEquipmentFactory.createExpander(String name, StreamInterface inletStream, DexpiProcessUnit unit) Creates an Expander. -
Uses of Expander in neqsim.process.processmodel.processmodules
Fields in neqsim.process.processmodel.processmodules declared as Expander