Uses of Class
neqsim.process.equipment.heatexchanger.HeatExchanger.Builder
Packages that use HeatExchanger.Builder
-
Uses of HeatExchanger.Builder in neqsim.process.equipment.heatexchanger
Methods in neqsim.process.equipment.heatexchanger that return HeatExchanger.BuilderModifier and TypeMethodDescriptionstatic HeatExchanger.BuilderCreates a new Builder for constructing a HeatExchanger with a fluent API.HeatExchanger.Builder.coldStream(StreamInterface stream) Sets the cold side inlet stream (stream index 1).HeatExchanger.Builder.deltaT(double deltaT) Sets the approach temperature difference (minimum temperature difference).HeatExchanger.Builder.flowArrangement(String arrangement) Sets the flow arrangement type.HeatExchanger.Builder.guessOutTemperature(double temperature, String unit) Sets an initial guess for outlet temperature to help convergence.HeatExchanger.Builder.hotStream(StreamInterface stream) Sets the hot side inlet stream (stream index 0).HeatExchanger.Builder.outTemperature(double temperature, String unit, int streamNumber) Sets the outlet temperature for a specified stream.HeatExchanger.Builder.thermalEffectiveness(double effectiveness) Sets the thermal effectiveness (0.0-1.0).HeatExchanger.Builder.UAvalue(double ua) Sets the overall heat transfer coefficient times area (UA value) in W/K.