Heat exchanger: Difference between revisions

From processdesign
Jump to navigation Jump to search
Line 159: Line 159:


The linear program can be formulated as:
The linear program can be formulated as:
<math>
Minimize Q_steam
Minimize Q_steam
with respect to (w.r.t.):
with respect to (w.r.t.):
Q_steam
Q_steam
Subject to (s.t.):
Subject to (s.t.):
<math> \begin{align}
\begin{align}
Q_steam - R_1 + 30 & = 0 \\
Q_{steam} - R_1 + 30 & = 0 \\
R_1 - R_2 + 2.5 & = 0 \\
R_1 - R_2 + 2.5 & = 0 \\
R_2 - R_3 - 82.5 & = 0 \\
R_2 - R_3 - 82.5 & = 0 \\
R_3 - R_4 + 75 & = 0 \\
R_3 - R_4 + 75 & = 0 \\
R_4 - Q_cw - 15 & = 0 \\
R_4 - Q_{cw} - 15 & = 0 \\
Q_steam, Q_cw,R_1, R_2,R_3,R_4 & >= 0 \\
Q_{steam}, Q_{cw},R_1, R_2,R_3,R_4 & \ge 0 \\
\end{align} </math>
\end{align}
</math>



Revision as of 13:09, 5 February 2016


Author: Alex Valdes [2015], Cindy Chen [2016]

Stewards: Jian Gong, and Fengqi You


Introduction

Heat exchangers are necessary process units that are part of any detailed process flow diagram. Process streams commonly interact through heat exchangers in order to save money on heating and cooling utilities. Furthermore, the surface area of the heat exchanger is proportional to the amount of heat that can be transferred and is the most indicative cost component of a heat exchanger (Wilcox, 2009). Therefore, all of the commercial simulators include models for heaters, coolers, heat exchangers, fired heaters,and air coolers (Towler and Sinnott, 2013). Typically, the only inputs necessary for heat exchanger models to converge are properly specified inlet streams (flow rate, temperature, pressure, composition), the pressure drop of flow pathways, and the outlet temperatures or the duty.

Aspen HYSYS V8.0

Model simulators such as HYSYS are extremely useful for engineers to quickly estimate capital costs and utility requirements.

Model Equations

HYSYS uses the following equations for adiabatic steady state heat exchangers (Wilcox, 2009):

(heat transferred from process stream)

(heat transferred to utility stream)

(rate of heat transfer)

where: Q is the rate of heat exchange (e.g., in kJ/h), Ni is the flowrate of stream i (e.g, in kmol/h), Hi is the specific enthalpy of stream i (kJ/kmol), U is the overall heat transfer coefficient (kJ/m2.K), A is the heat exchange area (m2), F is the correction factor for the deviation from cocurrent or countercurrent flow, dTavg is the average temperature difference between the streams for true cocurrent or countercurrent flow.

Heuristics

Before performing simulation, it is important to have an idea of practical considerations and parameter values. A comprehensive list of Heuristics in Chemical Engineering (Walas, 1990) is found at http://people.clarkson.edu/~wwilcox/Design/heurist.pdf. For shell and tube heat exchangers:

  • Tube side is for corrosive, fouling, scaling, and high pressure fluids.
  • Shell side is for viscous and condensing fluids.
  • Pressure drops are 1.5 psi for boiling and 3-9 psi for other services.
  • Water inlet temperature is 90°F, maximum outlet 120°F.

More rules of thumb for various types of heat exchangers, as well as many other pieces of process equipment, are contained in the source above.

Types of Heat Transfer Operations in HYSYS

Although shell and tube heat exchangers are widely used in practice, and most commonly taught to engineers first learning heat transfer, HYSYS contains various heat transfer units:

Table 1: HYSYS Heat Transfer Simulation Operations

Unit Heat Exchange Between Input(s) Output(s)
Cooler Hot process stream and utility (energy) Flow rate, composition of inlet stream. For inlet and outlet stream TWO out of THREE: temperature, pressure, vapor phase fraction Duty, Q
Heater Cold process stream and utility (energy) Same as cooler Duty, Q
Heat Exchanger Two process streams, shell and tube geometry Same as cooler for first process stream. For second process stream: composition, and TWO out of THREE: temperature, pressure, vapor phase fraction for inlet and outlet Second process stream flow rate; Duty, Q; Heat Transfer Coefficient, U
LNG Exchanger Multiple process streams, plate or plate-fin geometry Same as shell and tube Heat Exchanger Same as shell and tube Heat Exchanger
Air Cooler Process stream and ideal air mixture Same as cooler for process stream. Total air flow; Fan rating; Heat transfer coefficient, U
Fired Heater (Furnace) Combustion fuel gas and process stream(s) Same as cooler for process stream. Air/fuel ratio Flow rate of fuel/air; Duty, Q; Heat transfer coefficient, U

Tutorial for Heat Exchanger

Input Properties

  • Open Aspen HYSYS and create a New Case under File menu.
  • Create a component list by adding all components present in the process.
  • Select a thermodynamic fluid package that is applicable to the process see Property Package wiki article for more details on options or go to http://people.clarkson.edu/~wwilcox/Design/thermodl.htm

Enter Simulation

  • In the model palette, there are a few options for heating/cooling units. Use a Heater or a Cooler to change the temperature of one process stream using a utility. Use a Heat Exchanger for two process streams exchanging heat, thereby changing the temperature of each. The following steps are for a Heat Exchanger, but the steps are similar for a Heater or Cooler.
  • Click on the exchanger in the Flowsheet window. In the Design Tab under Connections, create Tube and Shell Side Inlet and Outlet streams (four streams). Choosing which fluid goes tube side and which goes shell depends on many factors, but some rules of thumb include putting high pressure and/or corrosive fluids tube side (Sloley, 2013).
  • To get a feel for how HYSYS interprets the situation, open the Specs section still in the Design Tab (image to the right). It can be seen that HYSYS needs five pieces of information (Degrees of Freedom =5) about the inlet and outlet streams. If the process is overspecified, HYSYS should give a message indicating the type of error, or may simply say no solution. After understanding the information in this table, enter four inlet parameters and one outlet parameter (the temperature of one of the outlets).
  • At this point, HYSYS should say that there is an unknown Delta P. Specify (guess) the inlet and outlet pressures, the exchanger should then converge. Good initial guesses for pressure drop are between 0.3-0.7 bar or 30-70 kPa (Towler and Sinnott, 2013)

Fig1.jpg

Figure 1. Heat Exchanger in Flowsheet and Design Specs Page

Customizing Heat Exchanger

  • Once the exchanger has converged and the desired outlet temperature of one of the process streams has been achieved, various parameters can modified and more detailed analyses on the exchanger can be looked at.
  • Under the Design Tab, under Parameters, choose one of the five potential heat exchanger models (most common choice is rigorous shell and tube).

Troubleshooting note: sometimes the rigorous heat exchanger model won't converge at first, even if the system is properly specified. Sometimes when this happens, switching to Simple End Point model and then switching back to the rigorous model will make it converge.

  • At this point, utilize a neat feature of HYSYS in the Rigorous Model Section of the Parameters page: Size Rigorous Shell&Tube. Clicking on this will have HYSYS automatically run cases to determine optimal parameters of pressure drop and heat exchanger area (there is also an option to automatically run this feature). Once this feature converges, very useful information about the required overall heat transfer coefficient, pressure drop, heat transfer area, and other physical parameters is readily viewable under the Rating Tab.
  • Also under the Rating tab, physical features of the heat exchanger such as the number of shell/tube passes can be modified (real heat exchangers typically have more than one or two tube passes per shell). These features of course change the necessary heat transfer coefficient (favorably), pressure drop (unfavorably), and unspecified outlet stream conditions.

Fig2.jpg

Figure 2: Rating Tab containing physical/geometric parameters of exchanger

Common Issues

There a few common problems that arise when using heat exchangers in these programs.

When heat exchangers are used with streams that go to earlier stages of the process, an information loop occurs and the program is less likely to converge. Many times the process design requires a later process stream, such as the bottoms of a distillation column, to heat an earlier stream, such as the feed to the same column (Towler and Sinnott, 2012).

Another problem arises if the specifications of the heat exchanger are impossible, but the model still converges with physically unreasonable results - such as a temperature cross.

To avoid these problems, it is good practice to use utility heaters and coolers instead of heat exchangers to get an idea of the required heat load and parameters of an exchanger. The heaters and coolers are also useful for obtaining initial guesses of outlet temperatures and pressure drops. After that information is obtained, the designer will have a much better chance of simulating a heat exchanger that will converge with meaningful results (Wilxcox, 2009).

Heat Exchanger Networks

Introduction

A typical plant requires the use of many individual heat exchanger units. This combined process heating and cooling of a plant could be accomplished through the use of utilities, but this will be very costly in term of capital and utility costs. Heat exchanger networks utilize multiple heat exchanger units to optimize the process design. Effective incorporation of heat exchanger networks will minimize the use of utilities, minimize the number of heat exchangers, and minimize costs associated with the design.

Model Equations and Heuristics

Heat exchanger networks are designed through insightful use of pinch analysis. The pinch point divides the temperature range into two regions. Detailed calculations on obtaining the pinch point can be found on the pinch analysis page.

A valid heat exchanger network system must follow appropriate heuristics. Heating utility can only be used above the pinch, while cooling utility can only be used below it. Additionally, heat from a hot stream with temperature above the pinch must not be transferred to a cold stream with temperature below the pinch (Towler and Sinnot, 2012).

Minimum Energy Recovery Targets

The primary objective of building heat exchanger networks is to maximize the energy recovery from the hot process streams to the cold process streams. Thus, before starting the synthesis of a heat exchanger network, minimum energy recovery (MER) targets must be determined. There are three methods to doing so: (1) the temperature-interval method, (2) a graphical method using composite heating and cooling curves, and (3) linear programming (Seider, 2004). The temperature-interval and composite curve methods have been outlined in pinch analysis page. A linear programming example is discussed below.

Linear Programming

Consider a system where two cold streams, C1 and C2, are to be heated and two hot streams, H1 and H2, are to be cooled without phase change. Ths conditions and properties of these streams are listed below.

Stream Initial Temp. °F Target Temp. °F Heat Capacity Flow Rate, Btu/hr°F Heat Load, Btu/hr
C1 120 235 20,000 230
C2 180 240 40,000 240
H1 260 160 30,000 300
H2 250 130 15,000 180

The linear program can be formulated as:


This example is taken from Process Design Pinciples: Synthesis, Analysis, and Evaluation by Seider, Seader, and Lewin.

Tutorial

Future Developments

While heat exchanger networks try to optimize the energy costs for heating and cooling utility, capital costs are often difficult to calculate and incorporate in the analysis. Around the pinch point, the hot and cold streams are most constrained. This leads to the requirement of large heat exchangers to effectively transfer heat between hot and cold streams. A design for maximum heat recovery and minimum number of exchangers will typically include a loop in the network.

Example of loop in network design (Towler and Sinnot, 2012)

As seen in the figure above, a loop may cross the pinch point. These loops can be broken by transferring heat across the pinch point. This, however, violates the heuristic that heat should not be transferred across the pinch point and at least one violation of the specific ΔT_min will also occur. To restore ΔT_min, heat can be shifted along a path, which increases the energy consumption of the process. From this dilemma, it is clear that there are pros and cons to the attempt to minimize any heat exchanger network.

Analysis with the incorporation of capital costs can be done by assessing the heat exchanger network as a mixed integer non-linear programming (MINLP) problem. MINLP problems are typically solved using numerical solvers. But large scale MINLP problems, such as the ones that may be generated for a process plant, may be difficult to solve using available numerical algorithms and solvers.

References

  1. G.P. Towler, R. Sinnott. Chemical Engineering Design: Principles, Practice and Economics of Plant and Process Design. Elsevier, 2012.
  2. Sloley. "Shell-and-Tube Heat Exchanger: Pick the Right Side". Chemical Processing. October, 2013
  3. Wilcox. "Sizing of heat exchangers using HYSYS or UniSim". 2009. http://people.clarkson.edu/~wwilcox/Design/hxsizing.htm date accessed: March 1, 2015
  4. Walas, S.M.. (1990). Chemical Process Equipment - Selection and Design. Elsevier