Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Panel

Author: Rajesh Bhaskaran & Yong Sheng Khoo, Cornell University

Problem Specification
1. Pre-Analysis & Start-up
2. Geometry
3.Mesh
4. Setup (Physics)
5. Solution
6. Results
7. Verification and Validation
Problem 1
Problem 2

...

Start > Programs > Fluent Inc > FLUENT 6.3.26 > FLUENT 6.3.26

Select 2ddp from the list of options and click Run.

Import File

Main Menu > File > Read > Case...

Navigate to your working directory and select the nozzle.msh file. Click OK.

The following should appear in the FLUENT window:

...

Make sure all items under Surfaces is selected. Then click Display. The graphics window opens and the grid is displayed in it.

...

Translation: The grid can be translated in any direction by holding down the Left Mouse Button and then moving the mouse in the desired direction.

Zoom In: Hold down the Middle Mouse Button and drag a box from the Upper Left Hand Corner to the Lower Right Hand Corner over the area you want to zoom in on.

Zoom Out: Hold down the Middle Mouse Button and drag a box anywhere from the Lower Right Hand Corner to the Upper Left Hand Corner.

The grid has 50 divisions in the axial direction and 20 divisions in the radial direction. The total number of cells is 50x20=1000. Since we are assuming inviscid flow, we won't be resolving the viscous boundary layer adjacent to the wall. (The effect of the boundary layer is small in our case and can be neglected.) Thus, we don't need to cluster nodes towards the wall. So the grid has uniform spacing in the radial direction. We also use uniform spacing in the axial direction.

Look at specific parts of the grid by choosing each boundary (centerline, inlet, etc) listed under Surfaces in the Grid Display menu. Click to select and click again to deselect a specific boundary. Click Display after you have selected your boundaries.

...

Since we are solving a high-speed compressible flow, let's pick the density-based solver.

In the Solver menu, select Density Based.

Under Space, choose Axisymmetric. This will solve the axisymmetric form of the governing equations.

Click OK.

Define > Models > Viscous

Select Inviscid under Model.

Click OK. This means the solver will neglect the viscous terms in the governing equations.

...

Make sure there is a check box next to Energy Equation and click OK.

Define > Materials

Select air under Fluid materials. Under Properties, choose Ideal Gas next to Density. You should see the window expand. This means FLUENT uses the ideal gas equation of state to relate density to the static pressure and temperature.

Click Change/Create. Close the window.

Define > Operating Conditions

We'll work in terms of absolute rather than gauge pressures in this example. So set Operating Pressure in the Pressure box to 0.

Click OK.

It is important that you set the operating pressure correctly in compressible flow calculations since FLUENT uses it to compute absolute pressure to use in the ideal gas law.

...

Set boundary conditions for the following surfaces: inlet, outlet, centerline, wall.

Select inlet under Zone and pick pressure-inlet under Type as its boundary condition. Click Set.... The Pressure Inlet window should come up.

Set the total pressure (noted as Gauge Total Pressure in FLUENT) at the inlet to 101,325 Pa as specified in the problem statement. For a subsonic inlet, Supersonic/Initial Gauge Pressure is the initial guess value for the static pressure. This initial guess value can be calculated from the 1D analysis since we know the area ratio at the inlet. This value is 99,348 Pa. Note that this value will be updated by the code. After you have entered the values, click OK to close the window.

Check that under the Thermal tab, the Total Temperature is 300 K. Click OK.

Using the same steps as above, pick pressure-outlet as the boundary condition for the outlet surface. Then, when the Pressure Outlet window comes up, set the pressure to 3738.9 as specified in the problem statement. Click OK.

Set the centerline zone to axis boundary type.

Make sure that wall zone is set to wall boundary type.

Go to Step 5: Solution

...