Turbulent Pipe Flow

Problem Specification
1. Create Geometry in GAMBIT
2. Mesh Geometry in GAMBIT
3. Specify Boundary Types in GAMBIT

4. Set Up Problem in FLUENT

5. Solve!
6. Analyze Results
7. Refine Mesh
Problem 1

Step 3: Specify Boundary Types in GAMBIT

Recall that we created the following boundary types for the 100x5 mesh in the Laminar Pipe Flow tutorial:

Edge Position
Name
Type
Left
inlet
VELOCITY_INLET
Right
outlet
PRESSURE_OUTLET
Top
wall
WALL
Bottom
centerline
AXIS

These boundary types are still retained even if the edges are remeshed since the edges themselves were not deleted. To verify this:

Check that the following is in the Name/Type list:

Additionally, click on show labels. You should now be able to see each of the boundary names on the respective edges in the Graphics Window. Verify that the boundary types specification is correct.

Save and Export

As in the previous tutorial, we will now save and export the mesh.

Type in pipe100x30.msh for the File Name:. Select Export 2d Mesh since this is a two-dimensional mesh. Click Accept.

Check that pipe100x30.msh has been created in your working directory.

Exit GAMBIT: Main Menu > File > Exit and save the session.

Go to Step 4: Set Up Problem in Fluent