tutorial 7. modeling flow through porous mediabarbertj/cfd training/fluent/fluent tutorials... ·...

32
Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications involve the modeling of flow through porous media, such as filters, catalyst beds, and packing. This tutorial illustrates how to set up and solve a problem involving gas flow through porous media. The industrial problem solved here involves gas flow through a catalytic converter. Cat- alytic converters are commonly used to purify emissions from gasoline and diesel engines by converting environmentally hazardous exhaust emissions to acceptable substances. Examples of such emissions include carbon monoxide (CO), nitrogen oxides (NO x ), and unburned hydrocarbon fuels. These exhaust gas emissions are forced through a substrate, which is a ceramic structure coated with a metal catalyst such as platinum or palladium. The nature of the exhaust gas flow is a very important factor in determining the per- formance of the catalytic converter. Of particular importance is the pressure gradient and velocity distribution through the substrate. Hence CFD analysis is used to design efficient catalytic converters: by modeling the exhaust gas flow, the pressure drop and the uniformity of flow through the substrate can be determined. In this tutorial, FLUENT is used to model the flow of nitrogen gas through a catalytic converter geometry, so that the flow field structure may be analyzed. This tutorial demonstrates how to do the following: Set up a porous zone for the substrate with appropriate resistances. Calculate a solution for gas flow through the catalytic converter using the pressure- based solver. Plot pressure and velocity distribution on specified planes of the geometry. Determine the pressure drop through the substrate and the degree of non-uniformity of flow through cross sections of the geometry using X-Y plots and numerical re- ports. Prerequisites This tutorial assumes that you are familiar with the menu structure in FLUENT and that you have completed Tutorial 1. Some steps in the setup and solution procedure will not be shown explicitly. c Fluent Inc. September 21, 2006 7-1

Upload: tranquynh

Post on 22-Feb-2018

242 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Tutorial 7. Modeling Flow Through Porous Media

Introduction

Many industrial applications involve the modeling of flow through porous media, suchas filters, catalyst beds, and packing. This tutorial illustrates how to set up and solve aproblem involving gas flow through porous media.

The industrial problem solved here involves gas flow through a catalytic converter. Cat-alytic converters are commonly used to purify emissions from gasoline and diesel enginesby converting environmentally hazardous exhaust emissions to acceptable substances.Examples of such emissions include carbon monoxide (CO), nitrogen oxides (NOx), andunburned hydrocarbon fuels. These exhaust gas emissions are forced through a substrate,which is a ceramic structure coated with a metal catalyst such as platinum or palladium.

The nature of the exhaust gas flow is a very important factor in determining the per-formance of the catalytic converter. Of particular importance is the pressure gradientand velocity distribution through the substrate. Hence CFD analysis is used to designefficient catalytic converters: by modeling the exhaust gas flow, the pressure drop andthe uniformity of flow through the substrate can be determined. In this tutorial, FLUENTis used to model the flow of nitrogen gas through a catalytic converter geometry, so thatthe flow field structure may be analyzed.

This tutorial demonstrates how to do the following:

• Set up a porous zone for the substrate with appropriate resistances.

• Calculate a solution for gas flow through the catalytic converter using the pressure-based solver.

• Plot pressure and velocity distribution on specified planes of the geometry.

• Determine the pressure drop through the substrate and the degree of non-uniformityof flow through cross sections of the geometry using X-Y plots and numerical re-ports.

Prerequisites

This tutorial assumes that you are familiar with the menu structure in FLUENT and thatyou have completed Tutorial 1. Some steps in the setup and solution procedure will notbe shown explicitly.

c© Fluent Inc. September 21, 2006 7-1

Page 2: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Problem Description

The catalytic converter modeled here is shown in Figure 7.1. The nitrogen flows inthrough the inlet with a uniform velocity of 22.6 m/s, passes through a ceramic monolithsubstrate with square shaped channels, and then exits through the outlet.

Figure 7.1: Catalytic Converter Geometry for Flow Modeling

While the flow in the inlet and outlet sections is turbulent, the flow through the substrateis laminar and is characterized by inertial and viscous loss coefficients in the flow (X)direction. The substrate is impermeable in other directions, which is modeled using losscoefficients whose values are three orders of magnitude higher than in the X direction.

Setup and Solution

Preparation

1. Download porous.zip from the Fluent Inc. User Services Center or copy it fromthe FLUENT documentation CD to your working folder (as described in Tutorial 1).

2. Unzip porous.zip.

catalytic converter.msh can be found in the porous folder created after unzip-ping the file.

3. Start the 3D (3d) version of FLUENT.

7-2 c© Fluent Inc. September 21, 2006

Page 3: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Step 1: Grid

1. Read the mesh file (catalytic converter.msh).

File −→ Read −→Case...

2. Check the grid.

Grid −→Check

FLUENT will perform various checks on the mesh and report the progress in theconsole. Make sure that the minimum volume reported is a positive number.

3. Scale the grid.

Grid −→Scale...

(a) Select mm from the Grid Was Created In drop-down list.

(b) Click the Change Length Units button.

All dimensions will now be shown in millimeters.

(c) Click Scale and close the Scale Grid panel.

c© Fluent Inc. September 21, 2006 7-3

Page 4: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

4. Display the mesh.

Display −→Grid...

(a) Make sure that inlet, outlet, substrate-wall, and wall are selected in the Surfacesselection list.

(b) Click Display.

(c) Rotate the view and zoom in to get the display shown in Figure 7.2.

(d) Close the Grid Display panel.

The hex mesh on the geometry contains a total of 34,580 cells.

7-4 c© Fluent Inc. September 21, 2006

Page 5: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

GridFLUENT 6.3 (3d, pbns, lam)

Z

Y

X

Figure 7.2: Mesh for the Catalytic Converter Geometry

Step 2: Models

1. Retain the default solver settings.

Define −→ Models −→Solver...

c© Fluent Inc. September 21, 2006 7-5

Page 6: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

2. Select the standard k-ε turbulence model.

Define −→ Models −→Viscous...

7-6 c© Fluent Inc. September 21, 2006

Page 7: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Step 3: Materials

1. Add nitrogen to the list of fluid materials by copying it from the Fluent Databasefor materials.

Define −→Materials...

c© Fluent Inc. September 21, 2006 7-7

Page 8: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(a) Click the Fluent Database... button to open the Fluent Database Materialspanel.

i. Select nitrogen (n2) from the list of Fluent Fluid Materials.

ii. Click Copy to copy the information for nitrogen to your list of fluid mate-rials.

iii. Close the Fluent Database Materials panel.

(b) Close the Materials panel.

7-8 c© Fluent Inc. September 21, 2006

Page 9: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Step 4: Boundary Conditions

Define −→Boundary Conditions...

1. Set the boundary conditions for the fluid (fluid).

c© Fluent Inc. September 21, 2006 7-9

Page 10: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(a) Select nitrogen from the Material Name drop-down list.

(b) Click OK to close the Fluid panel.

2. Set the boundary conditions for the substrate (substrate).

(a) Select nitrogen from the Material Name drop-down list.

(b) Enable the Porous Zone option to activate the porous zone model.

(c) Enable the Laminar Zone option to solve the flow in the porous zone withoutturbulence.

7-10 c© Fluent Inc. September 21, 2006

Page 11: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(d) Click the Porous Zone tab.

i. Make sure that the principal direction vectors are set as shown in Ta-ble 7.1.

Use the scroll bar to access the fields that are not initially visible in thepanel.

Axis Direction-1 Vector Direction-2 VectorX 1 0Y 0 1Z 0 0

Table 7.1: Values for the Principle Direction Vectors

ii. Enter the values in Table 7.2 for the Viscous Resistance and Inertial Resis-tance.

Scroll down to access the fields that are not initially visible in the panel.

Direction Viscous Resistance Inertial Resistance(1/m2) (1/m)

Direction-1 3.846e+07 20.414

Direction-2 3.846e+10 20414

Direction-3 3.846e+10 20414

Table 7.2: Values for the Viscous and Inertial Resistance

(e) Click OK to close the Fluid panel.

c© Fluent Inc. September 21, 2006 7-11

Page 12: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

3. Set the velocity and turbulence boundary conditions at the inlet (inlet).

(a) Enter 22.6 m/s for the Velocity Magnitude.

(b) Select Intensity and Hydraulic Diameter from the Specification Method drop-down list in the Turbulence group box.

(c) Retain the default value of 10% for the Turbulent Intensity.

(d) Enter 42 mm for the Hydraulic Diameter.

(e) Click OK to close the Velocity Inlet panel.

7-12 c© Fluent Inc. September 21, 2006

Page 13: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

4. Set the boundary conditions at the outlet (outlet).

(a) Retain the default setting of 0 for Gauge Pressure.

(b) Select Intensity and Hydraulic Diameter from the Specification Method drop-down list in the Turbulence group box.

(c) Enter 5% for the Backflow Turbulent Intensity.

(d) Enter 42 mm for the Backflow Hydraulic Diameter.

(e) Click OK to close the Pressure Outlet panel.

5. Retain the default boundary conditions for the walls (substrate-wall and wall) andclose the Boundary Conditions panel.

c© Fluent Inc. September 21, 2006 7-13

Page 14: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Step 5: Solution

1. Set the solution parameters.

Solve −→ Controls −→Solution...

(a) Retain the default settings for Under-Relaxation Factors.

(b) Select Second Order Upwind from the Momentum drop-down list in the Dis-cretization group box.

(c) Click OK to close the Solution Controls panel.

7-14 c© Fluent Inc. September 21, 2006

Page 15: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

2. Enable the plotting of residuals during the calculation.

Solve −→ Monitors −→Residual...

(a) Enable Plot in the Options group box.

(b) Click OK to close the Residual Monitors panel.

3. Enable the plotting of the mass flow rate at the outlet.

Solve −→ Monitors −→Surface...

(a) Set the Surface Monitors to 1.

c© Fluent Inc. September 21, 2006 7-15

Page 16: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(b) Enable the Plot and Write options for monitor-1, and click the Define... buttonto open the Define Surface Monitor panel.

i. Select Mass Flow Rate from the Report Type drop-down list.

ii. Select outlet from the Surfaces selection list.

iii. Click OK to close the Define Surface Monitors panel.

(c) Click OK to close the Surface Monitors panel.

4. Initialize the solution from the inlet.

Solve −→ Initialize −→Initialize...

(a) Select inlet from the Compute From drop-down list.

7-16 c© Fluent Inc. September 21, 2006

Page 17: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(b) Click Init and close the Solution Initialization panel.

5. Save the case file (catalytic converter.cas).

File −→ Write −→Case...

6. Run the calculation by requesting 100 iterations.

Solve −→Iterate...

(a) Enter 100 for the Number of Iterations.

(b) Click Iterate.

The FLUENT calculation will converge in approximately 70 iterations. By thispoint the mass flow rate monitor has flattened out, as seen in Figure 7.3.

(c) Close the Iterate panel.

Z

Y

X

Convergence history of Mass Flow Rate on outletFLUENT 6.3 (3d, pbns, ske)

Iteration

(kg/s)RateFlow

Mass

80706050403020100

-0.0240

-0.0260

-0.0280

-0.0300

-0.0320

-0.0340

-0.0360

-0.0380

-0.0400

monitor-1

Figure 7.3: Surface Monitor Plot of Mass Flow Rate with Number of Iterations

c© Fluent Inc. September 21, 2006 7-17

Page 18: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

7. Save the case and data files (catalytic converter.cas and catalytic converter.dat).

File −→ Write −→Case & Data...

Note: If you choose a file name that already exists in the current folder, FLUENTwill prompt you for confirmation to overwrite the file.

Step 6: Postprocessing

1. Create a surface passing through the centerline for postprocessing purposes.

Surface −→Iso-Surface...

(a) Select Grid... and Y-Coordinate from the Surface of Constant drop-down lists.

(b) Click Compute to calculate the Min and Max values.

(c) Retain the default value of 0 for the Iso-Values.

(d) Enter y=0 for the New Surface Name.

(e) Click Create.

7-18 c© Fluent Inc. September 21, 2006

Page 19: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

2. Create cross-sectional surfaces at locations on either side of the substrate, as wellas at its center.

Surface −→Iso-Surface...

(a) Select Grid... and X-Coordinate from the Surface of Constant drop-down lists.

(b) Click Compute to calculate the Min and Max values.

(c) Enter 95 for Iso-Values.

(d) Enter x=95 for the New Surface Name.

(e) Click Create.

(f) In a similar manner, create surfaces named x=130 and x=165 with Iso-Valuesof 130 and 165, respectively. Close the Iso-Surface panel after all the surfaceshave been created.

c© Fluent Inc. September 21, 2006 7-19

Page 20: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

3. Create a line surface for the centerline of the porous media.

Surface −→Line/Rake...

(a) Enter the coordinates of the line under End Points, using the starting coordi-nate of (95, 0, 0) and an ending coordinate of (165, 0, 0), as shown.

(b) Enter porous-cl for the New Surface Name.

(c) Click Create to create the surface.

(d) Close the Line/Rake Surface panel.

7-20 c© Fluent Inc. September 21, 2006

Page 21: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

4. Display the two wall zones (substrate-wall and wall).

Display −→Grid...

(a) Disable the Edges option.

(b) Enable the Faces option.

(c) Deselect inlet and outlet in the list under Surfaces, and make sure that onlysubstrate-wall and wall are selected.

(d) Click Display and close the Grid Display panel.

(e) Rotate the view and zoom so that the display is similar to Figure 7.2.

c© Fluent Inc. September 21, 2006 7-21

Page 22: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

5. Set the lighting for the display.

Display −→Options...

(a) Enable the Lights On option in the Lighting Attributes group box.

(b) Retain the default selection of Gourand in the Lighting drop-down list.

(c) Click Apply and close the Display Options panel.

6. Set the transparency parameter for the wall zones (substrate-wall and wall).

Display −→Scene...

(a) Select substrate-wall and wall in the Names selection list.

7-22 c© Fluent Inc. September 21, 2006

Page 23: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(b) Click the Display... button under Geometry Attributes to open the DisplayProperties panel.

i. Set the Transparency slider to 70.

ii. Click Apply and close the Display Properties panel.

(c) Click Apply and then close the Scene Description panel.

c© Fluent Inc. September 21, 2006 7-23

Page 24: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

7. Display velocity vectors on the y=0 surface.

Display −→Vectors...

7-24 c© Fluent Inc. September 21, 2006

Page 25: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(a) Enable the Draw Grid option.

The Grid Display panel will open.

i. Make sure that substrate-wall and wall are selected in the list under Sur-faces.

ii. Click Display and close the Display Grid panel.

(b) Enter 5 for the Scale.

(c) Set Skip to 1.

(d) Select y=0 from the Surfaces selection list.

(e) Click Display and close the Vectors panel.

The flow pattern shows that the flow enters the catalytic converter as a jet, withrecirculation on either side of the jet. As it passes through the porous substrate, itdecelerates and straightens out, and exhibits a more uniform velocity distribution.This allows the metal catalyst present in the substrate to be more effective.

c© Fluent Inc. September 21, 2006 7-25

Page 26: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Velocity Vectors Colored By Velocity Magnitude (m/s)FLUENT 6.3 (3d, pbns, ske)

3.14e+012.98e+012.83e+012.67e+012.51e+012.36e+012.20e+012.05e+011.89e+011.74e+011.58e+011.42e+011.27e+011.11e+019.56e+008.00e+006.44e+004.88e+003.32e+001.76e+002.02e-01 Z

Y

X

Figure 7.4: Velocity Vectors on the y=0 Plane

8. Display filled contours of static pressure on the y=0 plane.

Display −→Contours...

(a) Enable the Filled option.

7-26 c© Fluent Inc. September 21, 2006

Page 27: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(b) Enable the Draw Grid option to open the Display Grid panel.

i. Make sure that substrate-wall and wall are selected in the list under Sur-faces.

ii. Click Display and close the Display Grid panel.

(c) Make sure that Pressure... and Static Pressure are selected from the Contoursof drop-down lists.

(d) Select y=0 from the Surfaces selection list.

(e) Click Display and close the Contours panel.

Contours of Static Pressure (pascal)FLUENT 6.3 (3d, pbns, ske)

6.43e+02

5.89e+02

5.34e+02

4.80e+02

4.26e+02

3.71e+02

3.17e+02

2.62e+02

2.08e+02

1.53e+02

9.90e+01

4.46e+01

-9.86e+00

-6.43e+01

-1.19e+02

-1.73e+02

-2.28e+02

-2.82e+02

-3.36e+02

-3.91e+02

-4.45e+02 Z

Y

X

Figure 7.5: Contours of the Static Pressure on the y=0 plane

The pressure changes rapidly in the middle section, where the fluid velocity changesas it passes through the porous substrate. The pressure drop can be high, due to theinertial and viscous resistance of the porous media. Determining this pressure dropis a goal of CFD analysis. In the next step, you will learn how to plot the pressuredrop along the centerline of the substrate.

c© Fluent Inc. September 21, 2006 7-27

Page 28: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

9. Plot the static pressure across the line surface porous-cl.

Plot −→XY Plot...

(a) Make sure that the Pressure... and Static Pressure are selected from the Y AxisFunction drop-down lists.

(b) Select porous-cl from the Surfaces selection list.

(c) Click Plot and close the Solution XY Plot panel.

Z

Y

X

Static PressureFLUENT 6.3 (3d, pbns, ske)

Position (mm)

(pascal)Pressure

Static

17016015014013012011010090

6.50e+02

6.00e+02

5.50e+02

5.00e+02

4.50e+02

4.00e+02

3.50e+02

porous-cl

Figure 7.6: Plot of the Static Pressure on the porous-cl Line Surface

7-28 c© Fluent Inc. September 21, 2006

Page 29: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

In Figure 7.6, the pressure drop across the porous substrate can be seen to beroughly 300 Pa.

10. Display filled contours of the velocity in the X direction on the x=95, x=130 andx=165 surfaces.

Display −→Contours...

(a) Disable the Global Range option.

(b) Select Velocity... and X Velocity from the Contours of drop-down lists.

(c) Select x=130, x=165, and x=95 from the Surfaces selection list, and deselecty=0.

(d) Click Display and close the Contours panel.

The velocity profile becomes more uniform as the fluid passes through the porousmedia. The velocity is very high at the center (the area in red) just before thenitrogen enters the substrate and then decreases as it passes through and exits thesubstrate. The area in green, which corresponds to a moderate velocity, increasesin extent.

c© Fluent Inc. September 21, 2006 7-29

Page 30: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Contours of X Velocity (m/s)FLUENT 6.3 (3d, pbns, ske)

6.98e+00

6.63e+00

6.28e+00

5.94e+00

5.59e+00

5.24e+00

4.89e+00

4.54e+00

4.19e+00

3.84e+00

3.49e+00

3.14e+00

2.79e+00

2.44e+00

2.09e+00

1.75e+00

1.40e+00

1.05e+00

6.98e-01

3.49e-01

0.00e+00 Z

Y

X

Figure 7.7: Contours of the X Velocity on the x=95, x=130, and x=165 Surfaces

11. Use numerical reports to determine the average, minimum, and maximum of thevelocity distribution before and after the porous substrate.

Report −→Surface Integrals...

(a) Select Mass-Weighted Average from the Report Type drop-down list.

7-30 c© Fluent Inc. September 21, 2006

Page 31: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

(b) Select Velocity and X Velocity from the Field Variable drop-down lists.

(c) Select x=165 and x=95 from the Surfaces selection list.

(d) Click Compute.

(e) Select Facet Minimum from the Report Type drop-down list and click Computeagain.

(f) Select Facet Maximum from the Report Type drop-down list and click Computeagain.

(g) Close the Surface Integrals panel.

The numerical report of average, maximum and minimum velocity can be seen inthe main FLUENT console, as shown in the following example:

Mass-Weighted AverageX Velocity (m/s)

-------------------------------- --------------------x=165 3.9932611x=95 5.1743288

---------------- --------------------Net 4.5808764

Minimum of Facet ValuesX Velocity (m/s)

-------------------------------- --------------------x=165 2.4476607x=95 0.4121241

---------------- --------------------Net 0.4121241

Maximum of Facet ValuesX Velocity (m/s)

-------------------------------- --------------------x=165 6.1421185x=95 7.6576195

---------------- --------------------Net 7.6576195

The spread between the average, maximum, and minimum values for X velocitygives the degree to which the velocity distribution is non-uniform. You can also usethese numbers to calculate the velocity ratio (i.e., the maximum velocity divided bythe mean velocity) and the space velocity (i.e., the product of the mean velocity andthe substrate length).

c© Fluent Inc. September 21, 2006 7-31

Page 32: Tutorial 7. Modeling Flow Through Porous Mediabarbertj/CFD Training/Fluent/Fluent Tutorials... · Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications

Modeling Flow Through Porous Media

Custom field functions and UDFs can be also used to calculate more complex mea-sures of non-uniformity, such as the standard deviation and the gamma uniformityindex.

Summary

In this tutorial, you learned how to set up and solve a problem involving gas flow throughporous media in FLUENT. You also learned how to perform appropriate postprocessingto investigate the flow field, determine the pressure drop across the porous media andnon-uniformity of the velocity distribution as the fluid goes through the porous media.

See Section 7.19 of the User’s Guide for additional details about modeling flow throughporous media (including heat transfer and reaction modeling).

Further Improvements

This tutorial guides you through the steps to reach an initial solution. You may be ableto obtain a more accurate solution by using an appropriate higher-order discretizationscheme and by adapting the grid. Grid adaption can also ensure that the solution isindependent of the grid. These steps are demonstrated in Tutorial 1.

7-32 c© Fluent Inc. September 21, 2006