ACU-T: 5101 Modeling of a Fan Component Using the Fan Component - PQ Method
Prerequisites
This simulation provides instructions for running a steady state simulation of flow inside a pipe with an interior fan placed at the middle of the pipe. 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.
Problem Description
The problem to be solved in this tutorial is shown schematically in the figure below. It consists of an interior fan which rotates at a speed of 377 rad/sec (~3600 RPM) and has a thickness of 0.06 m and a tip radius of 0.11 m. The volumetric flow rate at the inlet is 0.322675 m3/sec (~1212.3 m3/hr). The problem is simulated as a steady state run and the pressure rise across the fan region is computed.
Start HyperMesh CFD and Open the HyperMesh Database
- Start HyperMesh CFD from the Windows Start menu by clicking .
-
From the Home tools, Files tool group, click the Open Model tool.
The Open File dialog opens.
- Browse to the directory where you saved the model file. Select the HyperMesh file ACU-T5101_PQ_FanComponent.hm and click Open.
- Click .
-
Create a new directory named PQ_Fan 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.
- Enter PQ_Fan as the file name for the database, or choose any name of your preference.
- 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.
Set Up Flow
Set the General Simulation Parameters
-
From the Flow ribbon, click the Physics tool.
The Setup dialog opens.
-
Under the Physics models setting:
- Verify that Time marching is set to Steady.
- Select Spalart-Allmaras as the Turbulence model.
-
Click the Solver controls setting and verify that the
parameters are set as shown in the figure below.
- Close the dialog and save the model.
Assign Material Properties
-
From the Flow ribbon, click the Material tool.
- Verify that the Air material has been assigned to all three volumes.
- Click on the guide bar to exit the tool.
Define the Fan Component
-
From the Flow ribbon, click the arrow next to the
Domain tool set, then select
Fan Component.
-
Select the middle solid as the fan component volume.
-
On the guide bar, click Surfaces
then select the face shown below as the inlet of the fan component.
-
From the View Controls toolbar, change the geometry visualization mode from
Shaded Geometry to Transparent Geometry.
This allows you to view the axis direction vector in the next step.
-
On the guide bar, click
Axis.
In the modeling window, you can see that the axis points in the -X direction.
-
Click in the microdialog to flip the axis vector to the +X
direction.
-
Enter 0.06 for Thickness (m).
- Click beside P-Q Curve Type to open the Profile Editor.
-
Click , browse to the location where
you saved fanPQcurve.csv, and open it.
Note: Units for volume flow (Q) and Pressure Rise (P) are, respectively, m3/sec and Pa.
- On the guide bar, click to execute the command and exit the tool.
- Save the model.
Define Flow Boundary Conditions
-
From the Flow ribbon, Profiled
tool group, click the Volumetric Flow Rate tool.
-
Click the inlet face highlighted in the figure below.
-
In the microdialog, enter
0.322675 for the volumetric flow rate
(m3/sec).
- On the guide bar, click to execute the command and exit the tool.
-
Click the Outlet tool.
-
Select the face highlighted in the figure below and then click on the
guide bar.
Generate the Mesh
-
From the Mesh ribbon, click the
Volume tool.
-
In the Meshing Operations dialog, set the Average element
size to 0.01 and the Mesh growth rate to
1.1 (if not set already).
-
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.
- Save the model.
Define Surface Monitors and Run AcuSolve
-
Set the entity selector to
Solids.
-
Select the fan component duct marked below to isolate it from front and aft
ducts.
-
Right-click and select Isolate form the context menu or
press I.
The solid for the fan component should be displayed in the modeling window.
-
Form the Solution ribbon, click the Surfaces tool.
-
Select the front face of the fan and verify that the arrow is heading toward
the fan component, as shown in figure below
- On the guide bar, click to execute the command and remain in the tool.
- In the legend, rename surface_output to FAN_inlet.
-
Rotate the fan component and select the rear face.
- Click , rename surface_output to FAN_outlet in the legend, then click to exit the tool.
-
From the Solution ribbon, click the Run tool.
The Launch AcuSolve dialog opens.
- Set the Parallel processing option to Intel MPI.
- Optional: Set the number of processors to 4 or 8 based on availability.
-
Leave the remaining options as default and click
Run to launch AcuSolve.
Post-Process with the Plot Tool
-
From the Solution ribbon, click the Plot tool.
- Click to create a new plot.
- In the Data Tree, expand pressure. then select
-
Under Parts, select Fan_inlet and
Fan_oultet to display pressure at the inlet and
outlet.
- Right-click User Defined under the Model panel to create a user defined function.
- In the Data Tree, expand pressure. then select
- In the Name field, enter dP.
- In the Value field, type value=.
-
Under Parts, choose FAN outlet then click
Insert Field to insert the field as part of the
value, as shown below.
- Type - at the end of the user defined function value.
- Under Parts, choose FAN inlet then click Insert Field to insert the field as part of the value.
-
Click to add the user defined function.
-
Click the x axis to switch to Time Steps.
From the above figure, the pressure got stabilized at around the 6th iteration and remains constant with pressure difference between the FAN_inlet and FAN_outlet of 423.97 Pa for a given volume flow rate 0.322675 m3/sec, which is very near compared to the reference pressure increase of 424.9 Pa.
Summary
In this tutorial, you successfully learned how to set up and solve a simulation involving a PQ fan component using HyperMesh CFD. You imported the geometry and then defined the simulation parameters, fan component, and flow boundary conditions. Once the solution was computed, you used the HM-CFD Plot tool to plot the pressure at fan inlet and fan outlet.