Uses of Class
neqsim.process.util.heatintegration.PinchAnalyzer.HeatStream
Packages that use PinchAnalyzer.HeatStream
-
Uses of PinchAnalyzer.HeatStream in neqsim.process.util.heatintegration
Fields in neqsim.process.util.heatintegration with type parameters of type PinchAnalyzer.HeatStreamModifier and TypeFieldDescriptionprivate final List<PinchAnalyzer.HeatStream> PinchAnalyzer.coldStreamsprivate final List<PinchAnalyzer.HeatStream> PinchAnalyzer.hotStreamsMethods in neqsim.process.util.heatintegration that return types with arguments of type PinchAnalyzer.HeatStreamModifier and TypeMethodDescriptionPinchAnalyzer.getColdStreams()Gets the list of cold streams identified.PinchAnalyzer.getHotStreams()Gets the list of hot streams identified.Method parameters in neqsim.process.util.heatintegration with type arguments of type PinchAnalyzer.HeatStreamModifier and TypeMethodDescriptionprivate voidPinchAnalyzer.buildSingleComposite(List<PinchAnalyzer.HeatStream> streams, List<double[]> composite, boolean isHot) Builds a single composite curve from a list of heat streams.