Single-Stream Heat Exchanger Formulation
Simcenter STAR-CCM+ computes the local cell heat exchange, , from the specified target total heat exchange, .
is given as:
where:
- is the total heat source (positive ) or sink (negative ) transferred to/from the region, in Watts.
-
is the reference temperature, which is the constant temperature of the fluid stream that is not modeled in the simulation. You specify this value in the simulation, in kelvins.
You also specify , which is the minimum temperature difference that must exist between the two streams.
However, if the user-specified value is physically incorrect, the value is changed in the code as follows:
-
For a heater (that is, is positive), (which is the constant hot stream temperature in this case) is set to:
if
In other words, if you specify a (hot) reference temperature that is less than the maximum cold stream temperature , the reference temperature is reset. The cold stream is the one that is being modeled in the simulation. Therefore the reference temperature is set equal to the maximum cold stream temperature plus the minimum temperature difference that must exist between the two streams.
-
For a cooler (that is, is negative), (which is the constant cold stream temperature in this case) is set to:
if
In other words, if you specify a (cold) reference temperature that is more than the minimum hot stream temperature , the reference temperature is reset. The hot stream is the one that is being modeled in the simulation. Therefore the reference temperature is set equal to the minimum hot stream temperature minus the minimum temperature difference that must exist between the two streams.
-
- is the cell heat source/sink, in Watts.
- is the cell volume, in m3.
- is the cell velocity, in m/s.
- is the cell temperature, in kelvins.