ACU-T: 3300 Modeling of a Heat Exchanger Component

This tutorial provides instructions for modeling a heat exchanger component using HyperMesh CFD. Prior to starting this tutorial, you should have already run through the introductory tutorial, ACU-T: 1000 Basic Flow Set Up, and have a basic understanding of HyperMesh CFD and AcuSolve. To run this simulation, you will need access to a licensed version of HyperMesh CFD and AcuSolve.

Before you begin, copy the file(s) used in this tutorial to your working directory.
Note: This tutorial does not cover the steps related to geometry cleanup and mesh settings.

Problem Description

Heat exchangers are devices used to facilitate heat exchange between two fluids that are at different temperatures. A typical heat exchanger device has two separate flows, the cross flow and tubular flow. Depending on the temperatures, heat can flow to or from one fluid to the other through the solids separating them. Since the heat exchanger geometry is quite complex with a large number of plates and pipes, it is not realistic to model the actual heat exchanger when performing system level simulations. In such scenarios, a simplified approach can be employed where only the effect of the heat exchanger on the cross flow is considered instead of modeling the actual heat exchanger. This is done using the heat exchanger component available in AcuSolve.

The heat exchanger component has two effects on the cross flow:

  1. Pressure drop which is calculated based on the friction parameters provided by the user.
  2. Heat addition or removal based on the coolant heat transfer parameters.
The problem to be addressed in this tutorial is shown schematically in the figure below. It consists of a cylindrical pipe channel with an interior heat exchanger component volume with thickness ‘t’. Air enters the pipe at a velocity of 0.1 m/sec and flows through the heat exchanger volume and then exits through the outlet. As the air flows through the heat exchanger component, heat is added to it from the coolant such that the total coolant heat reject is 200 W.


Figure 1.

Start HyperMesh CFD and Open the HyperMesh Database

  1. Start HyperMesh CFD from the Windows Start menu by clicking Start > Altair <version> > HyperMesh CFD.
  2. From the Home tools, Files tool group, click the Open Model tool.


    Figure 2.
    The Open File dialog opens.
  3. Browse to the directory where you saved the model file. Select the HyperMesh file ACU-T3300_HeatExchanger.hm and click Open.
  4. Click File > Save As.
  5. Create a new directory named HeatExchanger and navigate into this directory.
    This will be the working directory and all the files related to the simulation will be stored in this location.
  6. Enter HeatExchanger as the file name for the database, or choose any name of your preference.
  7. Click Save to create the database.

Validate the Geometry

The Validate tool scans through the entire model, performs checks on the surfaces and solids, and flags any defects in the geometry, such as free edges, closed shells, intersections, duplicates, and slivers.

To focus on the physics part of the simulation, this tutorial input file contains geometry which has already been validated. Observe that a blue check mark appears on the top-left corner of the Validate icon on the Geometry ribbon. This indicates that the geometry is valid, and you can go to the flow set up.


Figure 3.

Set Up Flow

Set the General Simulation Parameters

  1. From the Flow ribbon, click the Physics tool.


    Figure 4.
    The Setup dialog opens.
  2. Under the Physics models setting:
    1. Verify that Time marching is set to Steady.
    2. Select Spalart-Allmaras as the Turbulence model.
    3. Activate the Heat transfer checkbox.


    Figure 5.
  3. Close the dialog and save the model.

Assign Material Properties

  1. From the Flow ribbon, click the Material tool.


    Figure 6.
  2. Verify that the Air material has been assigned to all three volumes.
  3. Click on the guide bar to exit the tool.

Define the Heat Exchanger Component

  1. From the Flow ribbon, click the arrow next to the Domain tool set, then select Heat Exchanger.


    Figure 7.
  2. Select the middle solid as the heat exchanger component volume.


    Figure 8.
  3. On the guide bar, click Inlet then select the face shown below as the inlet of the heat exchanger component.


    Figure 9.
  4. In the microdialog, enter the following parameters:


    Figure 10.


    Figure 11.
  5. On the guide bar, click to execute the command and exit the tool.
  6. Save the model.

Define Flow Boundary Conditions

  1. From the Flow ribbon, click the Constant tool.


    Figure 12.
  2. Click the inlet face highlighted in the figure below.


    Figure 13.
  3. In the microdialog, enter the following values for the Momentum and Turbulence tabs.


    Figure 14.


    Figure 15.
  4. On the guide bar, click to execute the command and exit the tool.
  5. Click the Outlet tool.


    Figure 16.
  6. Select the face highlighted in the figure below and then click on the guide bar.


    Figure 17.
  7. Save the model.

Generate the Mesh

To focus on the solver setup, the mesh settings are predefined in the input file given to you.
  1. From the Mesh ribbon, click the Volume tool.


    Figure 18.
  2. In the Meshing Operations dialog, set the Mesh growth rate to 1.1 (if not set already).


    Figure 19.
  3. Click Mesh.
    The Run Status dialog opens. Once the run is complete, the status is updated and you can close the dialog.
    Tip: Right-click on the mesh job and select View log file to view a summary of the meshing process.
  4. Save the model.

Run AcuSolve

  1. From the Solution ribbon, click the Run tool.


    Figure 20.
    The Launch AcuSolve dialog opens.
  2. Set the Parallel processing option to Intel MPI.
  3. Optional: Set the number of processors to 4 or 8 based on availability.
  4. Leave the remaining options as default and click Run to launch AcuSolve.


    Figure 21.

Post-Process with the Plot Tool

  1. In the Run Status dialog, right-click on the AcuSolve run.


    Figure 22.
  2. Select Plot time history to plot the residual and solution ratios.


    Figure 23.
  3. Click to create a new plot.
  4. Right-click User Defined under the Model panel to create a user defined function.
  5. In the Data Tree, expand Heat Exchanger Component Output then select coolant temperature.
  6. In the Name field, enter dT.
  7. In the Value field, type value=.
  8. Under Parts, choose HX component then click to insert the field as part of the value, as shown below.


    Figure 24.
  9. Type - at the end of the user defined function value.
  10. In the Data Tree, select air temperature, then pick HX component and click to insert the field as part of the value.
  11. Click to add the user defined function.


    Figure 25.
  12. Click the x axis to switch to Time Steps.


    Figure 26.

    As shown in the plot above, the temperature rise is 43.3K.

Summary

In this tutorial, you successfully learned how to set up and solve a simulation involving a Heat Exchanger component using HyperMesh CFD. You started by opening the HyperMesh input file with the geometry and then defined the simulation parameters, the heat exchanger component, and the flow boundary conditions. Once the solution was computed, you defined a user-function in the Plot Manager in order to create a plot of the temperature rise across the heat exchanger volume.