Tutorial 3. Modeling External Compressible...

34
Tutorial 3. Modeling External Compressible Flow Introduction: The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a non-zero angle of attack. You will use the Spalart-Allmaras turbulence model. In this tutorial you will learn how to: Model compressible flow (using the ideal gas law for density) Set boundary conditions for external aerodynamics Use the Spalart-Allmaras turbulence model Calculate a solution using the coupled implicit solver Use force and surface monitors to check solution convergence Check the grid by plotting the distribution of y + Prerequisites: This tutorial assumes that you are familiar with the menu structure in FLUENT and that you have solved or read Tu- torial 1. Some steps in the setup and solution procedure will not be shown explicitly. Problem Description: The problem considers the flow around an air- foil at an incidence angle of α =4 and a free stream Mach number of 0.8(M =0.8). This flow is transonic, and has a fairly strong shock near the mid-chord (x/c =0.45) on the upper (suction) side. The chord length is 1 m. The geometry of the airfoil is shown in Figure 3.1. c Fluent Inc. November 27, 2001 3-1

Transcript of Tutorial 3. Modeling External Compressible...

Page 1: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Tutorial 3. Modeling External

Compressible Flow

Introduction: The purpose of this tutorial is to compute the turbulentflow past a transonic airfoil at a non-zero angle of attack. You willuse the Spalart-Allmaras turbulence model.

In this tutorial you will learn how to:

• Model compressible flow (using the ideal gas law for density)

• Set boundary conditions for external aerodynamics

• Use the Spalart-Allmaras turbulence model

• Calculate a solution using the coupled implicit solver

• Use force and surface monitors to check solution convergence

• Check the grid by plotting the distribution of y+

Prerequisites: This tutorial assumes that you are familiar with themenu structure in FLUENT and that you have solved or read Tu-torial 1. Some steps in the setup and solution procedure will notbe shown explicitly.

Problem Description: The problem considers the flow around an air-foil at an incidence angle of α = 4◦ and a free stream Mach numberof 0.8 (M∞ = 0.8). This flow is transonic, and has a fairly strongshock near the mid-chord (x/c = 0.45) on the upper (suction) side.The chord length is 1 m. The geometry of the airfoil is shown inFigure 3.1.

c© Fluent Inc. November 27, 2001 3-1

Page 2: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

M = 0.8∞

α = 4°

1 m

Figure 3.1: Problem Specification

Preparation

1. Copy the file airfoil/airfoil.msh from the FLUENT documen-tation CD to your working directory (as described in Tutorial 1).

2. Start the 2D version of FLUENT.

3-2 c© Fluent Inc. November 27, 2001

Page 3: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Step 1: Grid

1. Read the grid file airfoil.msh.

File −→ Read −→Case...

As FLUENT reads the grid file, it will report its progress in theconsole window.

2. Check the grid.

Grid −→Check

FLUENT will perform various checks on the mesh and will reportthe progress in the console window. Pay particular attention to thereported minimum volume. Make sure this is a positive number.

3. Display the grid.

Display −→Grid...

c© Fluent Inc. November 27, 2001 3-3

Page 4: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

(a) Display the grid with the default settings (Figure 3.2).

(b) Use the middle mouse button to zoom in on the image so youcan see the mesh near the airfoil (Figure 3.3).

GridFLUENT 6.0 (2d, segregated, lam)

Jun 12, 2001

Figure 3.2: The Grid Around the Airfoil

Quadrilateral cells were used for this simple geometry becausethey can be stretched easily to account for different size gradi-ents in different directions. In the present case, the gradientsnormal to the airfoil wall are much greater than those tangentto the airfoil, except near the leading and trailing edges and inthe vicinity of the shock expected on the upper surface. Con-sequently, the cells nearest the surface have very high aspectratios. For geometries that are more difficult to mesh, it maybe easier to create a hybrid mesh comprised of quadrilateraland triangular cells.

A parabola was chosen to represent the far-field boundary be-cause it has no discontinuities in slope, enabling the construc-tion of a smooth mesh in the interior of the domain.

Extra: You can use the right mouse button to check whichzone number corresponds to each boundary. If you click

3-4 c© Fluent Inc. November 27, 2001

Page 5: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

GridFLUENT 6.0 (2d, segregated, lam)

Jun 12, 2001

Figure 3.3: The Grid After Zooming In on the Airfoil

the right mouse button on one of the boundaries in thegraphics window, its zone number, name, and type will beprinted in the FLUENT console window. This feature isespecially useful when you have several zones of the sametype and you want to distinguish between them quickly.

c© Fluent Inc. November 27, 2001 3-5

Page 6: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Step 2: Models

1. Select the Coupled, Implicit solver.

Define −→ Models −→Solver...

The coupled solver is recommended when dealing with applicationsinvolving high-speed aerodynamics. The implicit solver will gener-ally converge much faster than the explicit solver, but will use morememory. For this 2D case, memory is not an issue.

2. Enable heat transfer by turning on the energy equation.

Define −→ Models −→Energy...

3-6 c© Fluent Inc. November 27, 2001

Page 7: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

3. Turn on the Spalart-Allmaras turbulence model.

Define −→ Models −→Viscous...

(a) Select the Spalart-Allmaras model and retain the default op-tions and constants.

The Spalart-Allmaras model is a relatively simple one-equation modelthat solves a modeled transport equation for the kinematic eddy (tur-bulent) viscosity. This embodies a relatively new class of one-equationmodels in which it is not necessary to calculate a length scale relatedto the local shear layer thickness. The Spalart-Allmaras model was de-signed specifically for aerospace applications involving wall-bounded flowsand has been shown to give good results for boundary layers subjected toadverse pressure gradients.

c© Fluent Inc. November 27, 2001 3-7

Page 8: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Step 3: Materials

The default Fluid Material is air, which is the working fluid in this prob-lem. The default settings need to be modified to account for compress-ibility and variations of the thermophysical properties with temperature.

Define −→Materials...

1. Select ideal-gas in the Density drop-down list.

2. Select sutherland in the drop-down list for Viscosity.

This will open the Sutherland Law panel.

3-8 c© Fluent Inc. November 27, 2001

Page 9: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

(a) Click OK to accept the default Three Coefficient Method andparameters.

The Sutherland law for viscosity is well suited for high-speed com-pressible flows.

3. Click Change/Create in the Materials panel to save these settings,and then close the panel.

Note: While Density and Viscosity have been made temperature-depen-dent, Cp and Thermal Conductivity have been left constant. Forhigh-speed compressible flows, thermal dependency of the physicalproperties is generally recommended. In this case, however, thetemperature gradients are sufficiently small that the model is accu-rate with Cp and Thermal Conductivity constant.

c© Fluent Inc. November 27, 2001 3-9

Page 10: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Step 4: Operating Conditions

Set the operating pressure to 0 Pa.

Define −→Operating Conditions...

For flows with Mach numbers greater than 0.1, an operating pressure of0 is recommended. For more information on how to set the operatingpressure, see the FLUENT User’s Guide.

3-10 c© Fluent Inc. November 27, 2001

Page 11: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Step 5: Boundary Conditions

Set the boundary conditions for pressure-far-field-1 as shown in the panel.

Define −→Boundary Conditions...

For external flows, you should choose a viscosity ratio between 1 and 10.

Note: The X- and Y-Component of Flow Direction are set as above be-cause of the 4◦ angle of attack: cos 4◦ ≈ 0.997564 and sin 4◦ ≈0.069756.

c© Fluent Inc. November 27, 2001 3-11

Page 12: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Step 6: Solution

1. Set the solution controls.

Solve −→ Controls −→Solution...

(a) Set the Under-Relaxation Factor for Modified Turbulent Viscos-ity to 0.9.

Larger (i.e., closer to 1) under-relaxation factors will gen-erally result in faster convergence. However, instability canarise that may need to be eliminated by decreasing the under-relaxation factors.

(b) Under Solver Parameters, set the Courant Number to 5.

3-12 c© Fluent Inc. November 27, 2001

Page 13: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

(c) Under Discretization, select Second Order Upwind for ModifiedTurbulent Viscosity.

The second-order scheme will resolve the boundary layer andshock more accurately than the first-order scheme.

2. Turn on residual plotting during the calculation.

Solve −→ Monitors −→Residual...

3. Initialize the solution.

Solve −→ Initialize −→Initialize...

(a) Select pressure-far-field-1 in the Compute From drop-down list.

(b) Click Init to initialize the solution.

To monitor the convergence of the solution, you are going to enablethe plotting of the drag, lift, and moment coefficients. You willneed to iterate until all of these forces have converged in order tobe certain that the overall solution has converged. For the first fewiterations of the calculation, when the solution is fluctuating, thevalues of these coefficients will behave erratically. This can cause

c© Fluent Inc. November 27, 2001 3-13

Page 14: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

the scale of the y axis for the plot to be set too wide, and this willmake variations in the value of the coefficients less evident. Toavoid this problem, you will have FLUENT perform a small numberof iterations, and then you will set up the monitors.

Since the drag, lift, and moment coefficients are global variables,indicating certain overall conditions, they may converge while con-ditions at specific points are still varying from one iteration to thenext. To monitor this, you will create a point monitor at a pointwhere there is likely to be significant variation, just upstream of theshock wave, and monitor the value of the skin friction coefficient.A small number of iterations will be sufficient to roughly determinethe location of the shock.

After setting up the monitors, you will continue the calculation.

4. Request 100 iterations.

Solve −→Iterate...

This will be sufficient to see where the shock wave is, and the fluc-tuations of the solution will have diminished significantly.

5. Increase the Courant number.

Solve −→ Controls −→Solution...

Under Solver Parameters, set the Courant Number to 20.

The solution will generally converge faster for larger Courant num-bers, unless the integration scheme becomes unstable. Since youhave performed some initial iterations, and the solution is stable,you can try increasing the Courant number to speed up convergence.If the residuals increase without bound, or you get a floating pointexception, you will need to decrease the Courant number, read inthe previous data file, and try again.

6. Turn on monitors for lift, drag, and moment coefficients.

Solve −→ Monitors −→Force...

3-14 c© Fluent Inc. November 27, 2001

Page 15: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

(a) In the drop-down list under Coefficient, select Drag.

(b) Select wall-bottom and wall-top in the Wall Zones list.

(c) Under Force Vector, enter 0.9976 for X and 0.06976 for Y.

These magnitudes ensure that the drag and lift coefficients arecalculated normal and parallel to the flow, which is 4◦ off ofthe global coordinates.

(d) Select Plot under Options to enable plotting of the drag coef-ficient.

(e) Select Write under Options to save the monitor history to afile, and specify cd-history as the file name.

If you do not select the Write option, the history informationwill be lost when you exit FLUENT.

(f) Click Apply.

(g) Repeat the above steps for Lift, using values of 0.06976 for Xand 0.9976 for Y under Force Vector.

(h) Repeat the above steps for Moment, using values of 0.25 mfor X and 0 m for Y under Moment Center.

c© Fluent Inc. November 27, 2001 3-15

Page 16: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

7. Set the reference values that are used to compute the lift, drag,and moment coefficients.

The reference values are used to non-dimensionalize the forces andmoments acting on the airfoil. The dimensionless forces and mo-ments are the lift, drag, and moment coefficients.

Report −→Reference Values...

(a) In the Compute From drop-down list, select pressure-far-field-1.

FLUENT will update the Reference Values based on the bound-ary conditions at the far-field boundary.

3-16 c© Fluent Inc. November 27, 2001

Page 17: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

c© Fluent Inc. November 27, 2001 3-17

Page 18: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

8. Define a monitor for tracking the skin friction coefficient value justupstream of the shock wave.

(a) Display filled contours of pressure overlaid with the grid.

Display −→Contours...

i. Turn on Filled.

ii. Select Draw Grid.

This will open the Grid Display panel.

iii. Close the Grid Display panel, since there are no changesto be made here.

iv. Click Display in the Contours panel.

v. Zoom in on the airfoil (Figure 3.4).

Contours of Static Pressure (pascal) Jun 12, 2001FLUENT 6.0 (2d, coupled imp, S-A)

1.54e+05

4.89e+04

5.95e+04

7.00e+04

8.05e+04

9.11e+04

1.02e+05

1.12e+05

1.23e+05

1.33e+05

1.44e+05

Figure 3.4: Pressure Contours After 100 Iterations

The shock wave is clearly visible on the upper surfaceof the airfoil, where the pressure first jumps to a highervalue.

3-18 c© Fluent Inc. November 27, 2001

Page 19: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

vi. Zoom in on the shock wave, until individual cells adja-cent to the upper surface (wall-top boundary) are visible(Figure 3.5).

Contours of Static Pressure (pascal) Jun 12, 2001FLUENT 6.0 (2d, coupled imp, S-A)

1.54e+05

4.89e+04

5.95e+04

7.00e+04

8.05e+04

9.11e+04

1.02e+05

1.12e+05

1.23e+05

1.33e+05

1.44e+05

Figure 3.5: Magnified View of Pressure Contours Showing Wall-AdjacentCells

The zoomed-in region contains cells just upstream of the shockwave that are adjacent to the upper surface of the airfoil. Inthe following step, you will create a point surface inside awall-adjacent cell, to be used for the skin friction coefficientmonitor.

c© Fluent Inc. November 27, 2001 3-19

Page 20: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

(b) Create a point surface just upstream of the shock wave.

Surface −→Point...

i. Under Coordinates, enter 0.53 for x0, and 0.051 for y0.

ii. Click on Create to create the point surface (point-4).

Note: Here, you have entered the exact coordinates of thepoint surface so that your convergence history will matchthe plots and description in this tutorial. In general, how-ever, you will not know the exact coordinates in advance,so you will need to select the desired location in the graph-ics window as follows:

i. Click Select Point With Mouse.

ii. Move the mouse to a point located anywhere insideone of the cells adjacent to the upper surface (wall-top boundary), in the vicinity of the shock wave. (SeeFigure 3.6.)

iii. Click the right mouse button.

iv. Click Create to create the point surface.

3-20 c© Fluent Inc. November 27, 2001

Page 21: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Contours of Static Pressure (pascal) Jun 12, 2001FLUENT 6.0 (2d, coupled imp, S-A)

1.54e+05

4.89e+04

5.95e+04

7.00e+04

8.05e+04

9.11e+04

1.02e+05

1.12e+05

1.23e+05

1.33e+05

1.44e+05

Figure 3.6: Pressure Contours With Point Surface

c© Fluent Inc. November 27, 2001 3-21

Page 22: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

(c) Create a surface monitor for the point surface.

Solve −→ Monitors −→Surface...

i. Increase Surface Monitors to 1.

ii. To the right of monitor-1, turn on the Plot and Writeoptions and click Define....

This will open the Define Surface Monitor panel.

3-22 c© Fluent Inc. November 27, 2001

Page 23: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

iii. Select Wall Fluxes... and Skin Friction Coefficient underReport Of.

iv. Select point-4 in the Surfaces list.

v. In the Report Type drop-down list, select Vertex Average.

vi. Increase the Plot Window to 4.

vii. Specify monitor-1.out as the File Name, and click OK inthe Define Surface Monitor panel.

viii. Click OK in the Surface Monitors panel.

9. Save the case file (airfoil.cas).

File −→ Write −→Case...

10. Continue the calculation by requesting 200 iterations.

Solve −→Iterate...

c© Fluent Inc. November 27, 2001 3-23

Page 24: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Convergence history of Skin Friction Coefficient on point-4FLUENT 6.0 (2d, coupled imp, S-A)

Jun 13, 2001

Iteration

ValuesVertex

Surfaceof

Average

200190180170160150140130120110100

0.0022

0.0020

0.0018

0.0016

0.0014

0.0012

0.0010

0.0008

0.0006

0.0004

Figure 3.7: Skin Friction Convergence History for the Initial Calculation

Note: After about 90 iterations, the residual criteria are satisfiedand FLUENT stops iterating. Since the skin friction monitorindicates that the skin friction coefficient at point-4 has notconverged (Figure 3.7), you will need to decrease the conver-gence criterion for the modified turbulent viscosity and con-tinue iterating.

3-24 c© Fluent Inc. November 27, 2001

Page 25: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

11. Reduce the convergence criterion for the modified turbulent vis-cosity equation.

Solve −→ Monitors −→Residual...

(a) Set the Convergence Criterion for nut to 1e-7 and click OK.

nut stands for νt. This is the residual for the modified turbu-lent viscosity that the Spalart-Allmaras model solves for.

12. Continue the calculation for another 600 iterations.

After 600 additional iterations, the force monitors and the skinfriction coefficient monitor (Figures 3.8–3.11), indicate that thesolution has converged.

13. Save the data file (airfoil.dat).

File −→ Write −→Data...

c© Fluent Inc. November 27, 2001 3-25

Page 26: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Convergence history of Skin Friction Coefficient on point-4FLUENT 6.0 (2d, coupled imp, S-A)

Jul 12, 2001

Iteration

ValuesVertex

Surfaceof

Average

700600500400300200100

0.0022

0.0020

0.0018

0.0016

0.0014

0.0012

0.0010

0.0008

0.0006

0.0004

0.0002

Figure 3.8: Skin Friction Coefficient History

Drag Convergence HistoryFLUENT 6.0 (2d, coupled imp, S-A)

Jul 12, 2001

Iterations

Cd

700600500400300200100

0.0800

0.0750

0.0700

0.0650

0.0600

0.0550

0.0500

Figure 3.9: Drag Coefficient Convergence History

3-26 c© Fluent Inc. November 27, 2001

Page 27: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Lift Convergence HistoryFLUENT 6.0 (2d, coupled imp, S-A)

Jul 12, 2001

Iterations

Cl

700600500400300200100

0.6000

0.5750

0.5500

0.5250

0.5000

0.4750

0.4500

0.4250

0.4000

0.3750

0.3500

0.3250

Figure 3.10: Lift Coefficient Convergence History

Moment Convergence History About Z-AxisFLUENT 6.0 (2d, coupled imp, S-A)

Jul 12, 2001

Iterations

Cm

700600500400300200100

0.0700

0.0600

0.0500

0.0400

0.0300

0.0200

0.0100

0.0000

-0.0100

-0.0200

Figure 3.11: Moment Coefficient Convergence History

c© Fluent Inc. November 27, 2001 3-27

Page 28: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

Step 7: Postprocessing

1. Plot the y+ distribution on the airfoil.

Plot −→XY Plot...

(a) Under Y Axis Function, select Turbulence... and Wall Yplus.

(b) In the Surfaces list, select wall-bottom and wall-top.

(c) Deselect Node Values and click Plot.

Wall Yplus is available only for cell values.

The values of y+ are dependent on the resolution of the grid and theReynolds number of the flow, and are meaningful only in boundarylayers. The value of y+ in the wall-adjacent cells dictates howwall shear stress is calculated. When you use the Spalart-Allmarasmodel, you should check that y+ of the wall-adjacent cells is eithervery small (on the order of y+ = 1), or approximately 30 or greater.Otherwise, you will need to modify your grid.

3-28 c© Fluent Inc. November 27, 2001

Page 29: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

The equation for y+ is

y+ =y

µ

√ρτw

where y is the distance from the wall to the cell center, µ is themolecular viscosity, ρ is the density of the air, and τw is the wallshear stress.

Figure 3.12 indicates that, except for a few small regions (notablyat the shock and the trailing edge), y+ > 30 and for much of theseregions it does not drop significantly below 30. Therefore, you canconclude that the grid resolution is acceptable.

Wall YplusFLUENT 6.0 (2d, coupled imp, S-A)

Jun 13, 2001

Position (m)

YplusWall

10.90.80.70.60.50.40.30.20.10

9.00e+01

8.00e+01

7.00e+01

6.00e+01

5.00e+01

4.00e+01

3.00e+01

2.00e+01

1.00e+01

0.00e+00

wall-topwall-bottom

Figure 3.12: XY Plot of y+ Distribution

c© Fluent Inc. November 27, 2001 3-29

Page 30: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

2. Display filled contours of Mach number (Figure 3.13).

Display −→Contours...

(a) Select Velocity... and Mach Number under Contours Of.

(b) Turn off the Draw Grid option.

(c) Click Display.

Contours of Mach Number Jun 13, 2001FLUENT 6.0 (2d, coupled imp, S-A)

1.44e+00

9.87e-03

1.53e-01

2.96e-01

4.38e-01

5.81e-01

7.24e-01

8.67e-01

1.01e+00

1.15e+00

1.30e+00

Figure 3.13: Contour Plot of Mach Number

Note the discontinuity, in this case a shock, on the upper sur-face at about x/c ≈ 0.45.

3-30 c© Fluent Inc. November 27, 2001

Page 31: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

3. Plot the pressure distribution on the airfoil (Figure 3.14).

Plot −→XY Plot...

(a) Under Y Axis Function, choose Pressure... and Pressure Coeffi-cient from the drop-down lists.

(b) Click Plot.

Pressure Coefficient Jun 13, 2001FLUENT 6.0 (2d, coupled imp, S-A)

Position (m)

-1.25e+00

-1.00e+00

-7.50e-01

-5.00e-01

-2.50e-01

0.00e+00

2.50e-01

5.00e-01

7.50e-01

1.00e+00

1.25e+00

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1

PressureCoefficient

wall-topwall-bottom

Figure 3.14: XY Plot of Pressure

Notice the effect of the shock wave on the upper surface.

c© Fluent Inc. November 27, 2001 3-31

Page 32: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

4. Plot the x component of wall shear stress on the airfoil surface(Figure 3.15).

Plot −→XY Plot...

(a) Under Y Axis Function, choose Wall Fluxes... and X-Wall ShearStress from the drop-down lists.

(b) Click Plot.

X-Wall Shear Stress Jun 13, 2001FLUENT 6.0 (2d, coupled imp, S-A)

Position (m)

-2.50e+01

0.00e+00

2.50e+01

5.00e+01

7.50e+01

1.00e+02

1.25e+02

1.50e+02

1.75e+02

2.00e+02

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1

X-WallShearStress

(pascal)

wall-topwall-bottom

Figure 3.15: XY Plot of x Wall Shear Stress

The large, adverse pressure gradient induced by the shock causesthe boundary layer to separate. The point of separation is wherethe wall shear stress vanishes. Flow reversal is indicated here bynegative values of the x component of the wall shear stress.

3-32 c© Fluent Inc. November 27, 2001

Page 33: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

5. Display filled contours of the x component of velocity (Figure 3.16).

Display −→Contours...

(a) Select Velocity... and X Velocity under Contours Of.

(b) Click Display.

Contours of X Velocity (m/s) Jun 13, 2001FLUENT 6.0 (2d, coupled imp, S-A)

4.46e+02

-7.45e+01

-2.24e+01

2.96e+01

8.16e+01

1.34e+02

1.86e+02

2.38e+02

2.90e+02

3.42e+02

3.94e+02

Figure 3.16: Contour Plot of x Component of Velocity

Note the flow reversal behind the shock.

c© Fluent Inc. November 27, 2001 3-33

Page 34: Tutorial 3. Modeling External Compressible Flowdl.psssm.co.ir/tutorials/ansys-fluent/external...Modeling External Compressible Flow M = 0.8∞ α = 4 1 m Figure 3.1: Problem Speci

Modeling External Compressible Flow

6. Plot velocity vectors (Figure 3.17).

Display −→Vectors...

(a) Increase Scale to 15, and click Display.

Zooming in on the upper surface, behind the shock, will pro-duce a display similar to Figure 3.17. Flow reversal is clearlyvisible.

Velocity Vectors Colored By Velocity Magnitude (m/s) Jun 13, 2001FLUENT 6.0 (2d, coupled imp, S-A)

4.47e+02

1.18e+00

4.58e+01

9.04e+01

1.35e+02

1.80e+02

2.24e+02

2.69e+02

3.13e+02

3.58e+02

4.02e+02

Figure 3.17: Plot of Velocity Vectors Near Upper Wall, Behind Shock

Summary: This tutorial demonstrated how to set up and solve an ex-ternal aerodynamics problem using the Spalart-Allmaras turbu-lence model. It showed how to monitor convergence using residual,force, and surface monitors, and demonstrated the use of severalpostprocessing tools to examine the flow phenomena associatedwith a shock wave.

3-34 c© Fluent Inc. November 27, 2001