Actual Method

Application of local heat exchanger energy sources into the hot/cold energy equations

At every solver iteration, the following steps are carried out to include the actual flow dual stream heat exchanger sources into the energy equations of the hot and cold fluid streams:

  1. Solver computes the UAL Table.
  2. For every cell i , the mass flux m˙ci" entering the cell is first computed as:

    m˙ci"=ρcivci

    where ρci and vci are the density and magnitude of velocity of the cold stream entering the cell.

    The mass flow rate for the inlet m˙cold is computed as:

    m˙cold=m˙ci"Ainlet

    where Ainlet is the total inlet area of the heat exchanger region through which the cold stream enters the heat exchanger. After computing m˙cold, the method interpolates the UAL table to determine the local cell uali corresponding to this value of m˙cold.

  3. For every cell i of the heat exchanger region, the UAL Table is linearly interpolated to compute the local heat transfer coefficient u a l i , given the cold and hot mass flow rates that are entering cell i

    If the local mass flow rate m˙ci falls below the lowest mass flow rate m˙min in the table, then the local UAL uali is extrapolated as:

    uali=ualminm˙im˙min

    where ualmin is the entry in the UAL table corresponding to m˙min.

    If the local mass flow rate exceeds the highest mass flow rate in the table m˙max, then uali=ualmax, where ualmax is the entry in the UAL table corresponding to m˙max.

  4. The local energy source is computed as:

    srci=uali(Thi-Tci)Vi1NCj=1NCVj

    where:

    • T h i and T c i are the temperatures of the hot and cold streams in cell i
    • V i is the volume of cell i
    • N C is the total number of cells in the heat exchanger region
  5. Apply s r c i as an energy source to the cold stream energy equation and as an energy sink to the hot stream energy equation.

Computation of the UAL Table

For each entry of the user input table (UAG Table, Q Table, or Q Map), a corresponding UAL value is computed, thus generating the UAL Table.

The UAL value is computed using the following expression:

UAL=ΓΔTnetNC

where

When a UAG Table is supplied:

Γ=UAG(ThotinletTcoldinlet)

where:

U A G is the user-table value, and Tinlet, hot or cold, is the inlet temperature for the hot or cold streams, either area averaged or mass-flow averaged over the inlet interface boundary. The summation is over all the cell faces.

  • Area averaged:
    Tinlet=f[TfAf]fAf
    (234)

    T f and A f are the cell face values of temperature and surface area.

  • Mass flow averaged:
    Tinlet=f[TfρfVfAf]f[ρfVfAf]
    (235)

    ρf and Vf are the cell face values of density and velocity.

When a Q Table or a Q Map is supplied:

Γ=Q(TinlethotTinletcold)TuserhotTusercold

where:

Q is the user-table value,

Tuserhot and Tusercold are the user-supplied test rig inlet temperature values of the hot and cold streams respectively (these values are specified in Simcenter STAR-CCM+ as properties of Q Table or Q Map).

ΔTnet is the volume averaged temperature difference between the hot and cold streams, over the exchanger region.

ΔTnet=i=1NC(ThiTci)Vii=1NCVi

Q Map Option

The Q Map option of the Actual Flow Dual Stream heat exchanger model uses bilinear interpolation to compute UAL values from an UAL map. Consider the graphical representation of a computed UAL map:



The points of intersection between the constant m c o l d and m h o t represent data in the computed UAL map. The UAL at a general point (mc,mh) is given by:

UAL=uc1+qc(uc2uc1)

where

uc1=u1+qc(u2u1)uc2=u3+qc(u4u3)

and

qc=mcmclowmchighmclowqc=mhmhlowmhhighmhlow

u 1 , u 2 , u 3 and u 4 are the UAL values at points (mclow,mhlow), (mclow,mhhigh), (mchigh,mhlow), and (mchigh,mhhigh), respectively.

For example, consider the following UAL table for a given Q Map table:

mcold mhot UAL
1.0 4.0 10.0
2.0 4.0 20.0
1.0 8.0 30.0
2.0 8.0 40.0

The UAL for a cold mass flow rate of 1.5 kg/s and a hot mass flow rate of 5.0 kg/s is computed as:

UAL=10+202+(5.04.08.04.0)×[30.040.0210.0+20.02]=20

The method used requires identical sets of values for mcold for each value of mhot as in the above table. The following table does not work, because of the minor variations in the values of mcold and mhot:
mcold mhot UAL
1.01 4.01 10.0
1.99 4.0 20.0
0.98 8.02 30.0
2.0 8.0 40.0
As a result, it is sometimes necessary to perform slight adjustments and interpolations on the input data for this table.