Uses of Class
neqsim.process.equipment.heatexchanger.heatintegration.HeatStream
Packages that use HeatStream
Package
Description
Heat integration analysis tools for process energy optimization.
-
Uses of HeatStream in neqsim.process.equipment.heatexchanger.heatintegration
Fields in neqsim.process.equipment.heatexchanger.heatintegration with type parameters of type HeatStreamModifier and TypeFieldDescriptionprivate List<HeatStream> PinchAnalysis.coldStreamsprivate List<HeatStream> PinchAnalysis.hotStreamsMethods in neqsim.process.equipment.heatexchanger.heatintegration with parameters of type HeatStreamModifier and TypeMethodDescriptionvoidPinchAnalysis.addStream(HeatStream stream) Add a HeatStream object directly.Method parameters in neqsim.process.equipment.heatexchanger.heatintegration with type arguments of type HeatStreamModifier and TypeMethodDescriptionprivate double[]PinchAnalysis.buildCompositeEnthalpy(List<HeatStream> streams, double[] tempArray, boolean isCold) Build cumulative enthalpy array for composite curve.private double[]PinchAnalysis.buildCompositeTemperatures(List<HeatStream> streams, boolean isCold) Build sorted temperature array for composite curve.