Uses of Class
neqsim.process.equipment.heatexchanger.Heater
Packages that use Heater
Package
Description
Process design framework for automated equipment sizing and optimization.
Concept evaluation and batch processing for field development.
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of Heater in neqsim.integration
Methods in neqsim.integration with parameters of type HeaterModifier and TypeMethodDescriptionprivate static voidEquipmentValidator.validateHeater(ValidationFramework.ValidationBuilder builder, Heater heater) Heater-specific validation. -
Uses of Heater in neqsim.process.design
Methods in neqsim.process.design with parameters of type Heater -
Uses of Heater in neqsim.process.equipment
Methods in neqsim.process.equipment that return HeaterModifier and TypeMethodDescriptionstatic HeaterEquipmentFactory.createHeater(String name, StreamInterface inletStream, double outletTemperature, String temperatureUnit) Creates a Heater with specified outlet temperature. -
Uses of Heater in neqsim.process.equipment.distillation
Fields in neqsim.process.equipment.distillation declared as Heater -
Uses of Heater in neqsim.process.equipment.heatexchanger
Subclasses of Heater in neqsim.process.equipment.heatexchangerModifier and TypeClassDescriptionclassAir-cooled heat exchanger (fin-fan cooler) model.classCooler class.classDuty-controlled fired heater with thermal efficiency modeling.classHeatExchanger class.classLNG cryogenic multi-stream heat exchanger model (plate-fin / brazed aluminium).classMultiStreamHeatExchanger class.classMultiStreamHeatExchanger2 class.classNeqHeater class.classHeater for process streams using condensing steam as heating medium.classCooler for water streams using the water property package. -
Uses of Heater in neqsim.process.equipment.util
Fields in neqsim.process.equipment.util declared as HeaterModifier and TypeFieldDescriptionprivate HeaterProducedWaterDegassingSystem.caissonHeaterprivate HeaterProducedWaterDegassingSystem.cfuHeaterprivate HeaterProducedWaterDegassingSystem.degasserHeaterprivate HeaterFuelGasSystem.fuelGasHeaterFuel gas heater for superheating. -
Uses of Heater in neqsim.process.fielddevelopment.evaluation
Methods in neqsim.process.fielddevelopment.evaluation with parameters of type HeaterModifier and TypeMethodDescriptionBottleneckAnalyzer.analyzeHeater(Heater heater) Analyzes heater/cooler constraints. -
Uses of Heater in neqsim.process.mechanicaldesign
Methods in neqsim.process.mechanicaldesign with parameters of type HeaterModifier and TypeMethodDescriptionprivate voidAlarmTripScheduleGenerator.generateHeaterAlarms(Heater heater) Generates alarms for a heater or cooler.private voidInstrumentScheduleGenerator.instrumentHeater(Heater heater) Instruments a heater with outlet TT. -
Uses of Heater in neqsim.process.mechanicaldesign.heatexchanger
Methods in neqsim.process.mechanicaldesign.heatexchanger with parameters of type HeaterModifier and TypeMethodDescriptionprivate double[]HeatExchangerMechanicalDesign.determineSingleStreamTemperatures(Heater heater, UtilityStreamSpecification spec, double duty) private voidHeatExchangerMechanicalDesign.handleSingleStreamThermalData(Heater heater, UtilityStreamSpecification specification, double duty) -
Uses of Heater in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that return HeaterModifier and TypeMethodDescriptionprivate static HeaterDexpiEquipmentFactory.createHeater(String name, StreamInterface inletStream, DexpiProcessUnit unit) Creates a Heater and applies sizing attributes. -
Uses of Heater in neqsim.process.processmodel.processmodules
Fields in neqsim.process.processmodel.processmodules declared as HeaterModifier and TypeFieldDescription(package private) HeaterMEGReclaimerModule.MEGrecircHeater(package private) HeaterGlycolDehydrationlModule.reboiler(package private) HeaterMEGReclaimerModule.vacumCooler -
Uses of Heater in neqsim.process.util.monitor
Constructors in neqsim.process.util.monitor with parameters of type Heater