Basic Method

In this section, “local” refers to the value stored in each cell. The goal in the dual stream heat exchanger is to specify or compute a local/cell heat transfer coefficient (multiplied by the local heat exchanger area) UAl as a function of the local velocity of the cold stream.

The local heat exchange between the hot and the cold stream, Qcell, is given by:

Figure 1. EQUATION_DISPLAY
Qcell=±UAl(Thot-Tcold)
(226)

where the “+” is for the cold stream and “-” is for the hot stream (that is, hot stream loses heat to the cold stream). Thot and Tcold refer to the local temperatures of the hot and cold streams respectively. This heat exchange is then added as a source term to the corresponding fluid energy equation after scaling by the cell volume, that is:

Scell=QcellVcell(Nc)/VHx

where Scell is the cell source term, Vcell is the cell volume, Nc is the number of cells in the heat exchanger, and VHx is the volume of all the cells in the heat exchanger.

UAL Polynomial Option

In the UAL Polynomial option, the specified polynomial function is used to compute UAl as a function of the local velocity of the cold stream. In the UAL Table option, UAl is interpolated from the specified table of cold flow velocity vs. UAl.

UAG Table Option

In the UAG Table option, UAg refers to the overall heat transfer coefficient (multiplied by the heat exchanger area) across the entire heat exchanger, such that,

Figure 2. EQUATION_DISPLAY
Q=UAg(Thot,in-Tcold,in)
(227)

where Q is the overall heat transfer across the entire heat exchanger, and Thot,in and Tcold,in refers to the inlet temperatures of the hot and cold streams respectively. The UAG Table is specified as a table of cold flow mass flow rate vs. UAg, which may be obtained from test/experimental data. You also specify other data pertaining to the test conditions including:

  • Hot stream mass flow rate m˙h.
  • Inlet temperatures of the cold Tcold,in and hot Thot,in streams.
  • Specific heats of the cold Cpc and hot Cph streams.
  • Density of the cold fluid ρc.

Using these input data, the specified UAG table is internally converted into a UAL table (as in the UAL Table option). This conversion is performed by considering a heat balance between the cold and hot streams as detailed in the following algorithm.

Repeat the following steps for each entry in the UAG Table:

  • Retrieve cold stream mass flow rate m˙c and UAg from the UAG Table.
  • Compute the target overall heat transfer rate:

    Qtarget=UAg(Thot,in-Tcold,in)

  • Guess UAl = UAg / Nc, where Nc is the total number of cells in the heat exchanger.
  • Build a linear system of equations, by constructing the following set of equations in each cell:
    Figure 3. EQUATION_DISPLAY
    m˙cCpc(Tc-Tci)=UAl(Th-Tc)m˙hCph(Thi-Th)=UAl(Th-Tc)
    (228)

    where Tc, Th, Tci and Thi are local cell unknown temperatures as shown in the following figure.



    Assemble the system for all the cells in the heat exchanger, and solve for the unknown cell temperatures Tc and Th. Boundary conditions are required only at the inlet boundaries, at which the cell temperatures are set to the user-specified Tcold,in and Thot,in for the cold and hot streams respectively.

  • Compute the mean temperature difference between the cold and hot streams:
    Figure 4. EQUATION_DISPLAY
    ΔT¯=(ThTc)(Nc)
    (229)
  • Compute the estimated overall heat transfer Q=UAlΔT_Nc.
  • Update UAl=Qtarget/(ΔT_Nc).
  • Repeat steps 4 to 7 until the user-specified Maximum Solver Iterations have reached or the convergence criteria (Q-Qtarget)/Qtarget<ε is met, where ε is the user-specified convergence tolerance.
  • Store the converged UAl and cold flow velocity Vc=m˙c/(ρcAc) where Ac is the heat exchanger cold stream inlet boundary area into the internal UAL table.

The above algorithm is invoked once before the first energy solver iteration, and the internally stored UAL table is reused in the subsequent iterations for computing the energy source term as in Eqn. (226). Whenever any UAG Table input is changed, the internal UAL table is recomputed. UAl in Eqn. (226) is then interpolated based on the local cold stream velocity from this internal UAL table.

The maximum allowable heat transfer rate in a heat exchanger occurs when the temperatures of each stream do not change at all from inlet to outlet (maximum temperature difference). Then the heat transfers to or from each stream are:

Figure 5. EQUATION_DISPLAY
Qhot=m˙hCph(Thot,in-Tcold,in)
(230)

and

Figure 6. EQUATION_DISPLAY
Qcold=m˙cCpc(Thot,in-Tcold,in)
(231)

These heat transfers would have to be equal, and therefore the maximum heat transfer is limited to the minimum of these two values: the one for which m˙Cp is a minimum. Usually, this minimum value is for the hot fluid since coolants have high specific heats.

The target heat transfer rate Qtarget must be chosen such that it is always smaller than the minimum of Eqn. (230) and Eqn. (231), that is:

Figure 7. EQUATION_DISPLAY
Qtransfer<min(m˙hCph,m˙cCpc)(Thot,in-Tcold,in)
(232)

Q Table Option

The Q Table option is identical in functionality to the UAG Table option, except that you specify the overall heat transfer Q instead of UAg in the input table. UAg is then computed using Eqn. (227).

Q Map Option

To compute the local UAL, a linear system of algebraic equations is solved iteratively by considering the heat balance between the cold and the hot streams, preserving the target heat exchange rate, for each row of the Q Map (that is, for each value of the cold stream and hot stream mass flow rates). This UAL table is computed internally only once initially (or whenever any input for the Q Map is changed). The UAL table is then used to determine the coefficients in the following curve using least squares regression.

Figure 8. EQUATION_DISPLAY
(1UAL)=C0+C1Vcec+C2Vheh
(233)

In Eqn. (233), C0, C1 and C2 are the coefficients that are determined by fitting the UAL table data to the above curve using least squares regression, Vc and Vh are the cold flow and hot flow local velocities, and ec and eh are the cold flow and hot flow exponents (which by default are taken to be 0.8). After the coefficients are determined, Eqn. (233) is used to determine the local UAL for a given cold flow and hot flow local cell velocities in the energy equation.