ACU-T: 6501 Flow Through Porous Medium with Physical Velocity

Prerequisites

This tutorial provides the instructions for setting up, solving, and viewing results for a simulation of a flow through porous medium that is specified using the physical velocity input method. 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 HyperWorks CFD and AcuSolve. To run this simulation, you will need access to a licensed version of HyperWorks CFD and AcuSolve.

Prior to running through this tutorial, click here to download the tutorial models. Extract ACU-T6501_PorousMediaPhysical.hm from HyperWorksCFD_tutorial_inputs.zip.

Problem Description

The problem to be addressed in this tutorial is shown schematically in the figure below. It consists of a cylindrical channel with a porous medium in the flow section. As the flow passes through this section, a pressure drop is observed. In this simulation, an inlet velocity will be assigned to the flow and pressure drop across the porous medium will be calculated. The length of the porous section is 0.06 m and the fluid is defined as air fluid with a density of 1.225 kg/m3 and a molecular viscosity of 1.781e-5 kg/m-s. The inlet velocity of the flow is 0.2 m/s.



Figure 1.

The porosity is defined as the ratio of the volume of fluid to the total volume. With the superficial velocity approach, the porosity is set to 1 and the flow velocity is calculated as if there is no obstruction to the flow. When using the porous medium with physical velocity, the porosity of the volume is considered when calculating the flow velocity. This allows for a more physical representation of the flow within these components. In this tutorial, we will use a porosity value of 0.5

Start HyperWorks CFD and Open the HyperMesh Database

  1. Start HyperWorks CFD from the Windows Start menu by clicking Start > Altair <version> > HyperWorks 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-T6501_PorousMediaPhysical.hm and click Open.
  4. Click File > Save As.
  5. Create a new directory named PorousMediaPhysical 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 PorousMediaPhysical 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 Up the Simulation Parameters and Solver Settings

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


    Figure 4.
    The Setup dialog opens.
  2. Under the Physics models setting:
    1. Set Time marching to Steady.
    2. Select Laminar as the Turbulence model.


    Figure 5.
  3. Click the Solver controls setting.
  4. Confirm that the Steady update factor and the Steady maximum steps are set to 0.6 and 100, respectively.


    Figure 6.
  5. Click the Advanced controls setting.
  6. Confirm that the Porous media velocity type is set to Physical.


    Figure 7.

Assign Material Properties

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


    Figure 8.
  2. Verify that the material Air is assigned to the model's three solids.


    Figure 9.

Define the Porous Medium

  1. From the Flow ribbon, Porous tool group, click the Cartesian Porous Media tool.


    Figure 10.
  2. Select the middle solid on the model.


    Figure 11.
  3. On the guide bar, click Orientation.
  4. Left-click to place a point anywhere on the selected solid.
  5. In the microdialog, enter the following values for the coefficients.


    Figure 12.
  6. In the microdialog, click to open the Orient tool then verify that the direction is aligned to the global x-axis.


    Figure 13.
  7. On the guide bar, click to execute the command and exit the tool.

Assign the Flow Boundary Conditions

  1. From the Flow ribbon, Profiled tool group, click the Profiled Inlet tool.


    Figure 14.
  2. Select the inlet face.


    Figure 15.
  3. In the microdialog, set the average velocity to 0.2.


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


    Figure 17.
  6. Select the outlet face.


    Figure 18.
  7. Accept the default parameters then click on the guide bar.

Generate the Mesh

The meshing parameters for this tutorial are already set in the input file.
  1. From the Mesh ribbon, click the Volume tool.


    Figure 19.
    The Meshing Operations dialog opens.
    Note: If the model has not been validated, you are prompted to create the simulation model before running the batch mesh.
  2. Check that the Average element size is 0.01.
  3. Accept all other default parameters.


    Figure 20.
  4. 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.

Run AcuSolve

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


    Figure 21.
  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 22.
    The Run Status dialog opens. Once the run is complete, the status is updated and you can close the dialog.

Post-Process the Results

As the solution progresses, HyperWorks CFD can be used to monitor different variables over solution time. In this step, you will plot the residual ratio values and then compute the pressure drop across the porous section.
  1. From the Solution ribbon, click the Plot tool.


    Figure 23.
  2. In the Plot Utility dialog, under the Library tab, double-click on Residual Ratio.
    The residual ratios for both pressure and velocity are shown.


    Figure 24.
  3. Once the solution has converged, click to add a user-defined plot.
  4. Set the Title to Pressure Drop.
  5. Under the Y-Axis heading, click the arrow besides Run Data and select Surface Output


    Figure 25.
  6. Click the arrow besides area and select pressure.
  7. Select the surface outputs P1 and P2.


    Figure 26.
  8. Click Create.


    Figure 27.

Summary

In this tutorial, you learned how to set up and solve a flow simulation with porous medium using the physical velocity formulation. This implementation allows you to specify values of porosity in the fluid to emulate the fluid packing within a porous media. You started by importing the HyperWorks CFD input database and then you defined the porous medium. Next, you assigned the flow boundary conditions and generated the mesh. Once the solution was computed, you created a plot of the pressure drop across the porous section using HyperWorks CFD.