Uses of Interface
neqsim.process.equipment.compressor.driver.DriverCurve
Packages that use DriverCurve
Package
Description
Driver models for rotating equipment (compressors, pumps, etc.).
-
Uses of DriverCurve in neqsim.process.equipment.compressor
Fields in neqsim.process.equipment.compressor declared as DriverCurveModifier and TypeFieldDescriptionprivate DriverCurveCompressorConstraintConfig.driverCurveAssociated driver curve (may be null).Methods in neqsim.process.equipment.compressor that return DriverCurveModifier and TypeMethodDescriptionCompressorConstraintConfig.getDriverCurve()Gets the driver curve.Methods in neqsim.process.equipment.compressor with parameters of type DriverCurveModifier and TypeMethodDescriptionvoidCompressorConstraintConfig.setDriverCurve(DriverCurve driver) Sets the driver curve. -
Uses of DriverCurve in neqsim.process.equipment.compressor.driver
Classes in neqsim.process.equipment.compressor.driver that implement DriverCurveModifier and TypeClassDescriptionclassAbstract base class for driver curve implementations.classElectric motor driver model with VFD support.classGas turbine driver model with ambient derating.classSteam turbine driver model.