Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Your current Workbench Project Page should look comparable to the following image. Regardless of whether you downloaded the mesh and geometry files or if you created them yourself, you should have checkmarks to the right of Geometry and Mesh

Image Added
Next, the mesh and geometry data need to be read into FLUENT. To read in the data (Right Click) Setup > Refresh in the Workbench Project Page as shown in the image below.  Image Added

After you click Update, a question mark should appear to the right of the Setup cell. This indicates that the Setup process has not yet been completed. 

...

Double click on Setup in the Workbench Project Page which will bring up the FLUENT Launcher. When the FLUENT Launcher appears change the options to "Double Precision", and then click OK as shown below. The Double Precision option is used to select the double-precision solver. In the double-precision solver, each floating point number is represented using 64 bits in contrast to the single-precision solver which uses 32 bits. The extra bits increase not only the precision, but also the range of magnitudes that can be represented. The downside of using double precision is that it requires more memory.  Image Added

Twiddle your thumbs a bit while the FLUENT interface starts up. This is where we'll specify the governing equations and boundary conditions for our boundary-value problem. On the left-hand side of the FLUENT interface, we see various items listed under Problem Setup. We will work from top to bottom of the Problem Setup items to setup the physics of our boundary-value problem. On the right hand side, we have the Graphics pane and, below that, the Command pane. 

...

First, the mesh will be checked to verify that it has been properly imported from Workbench. In order to obtain the statistics about the mesh (Click) Mesh > Info > Size, as shown in the image below.  Image Added

Then, you should obtain the following output in the Command pane.  Image Added

The mesh that was created earlier has 22000 elements. Note that in FLUENT elements are called cells. The output states that there are 22000 cells, which is a good sign. Next, FLUENT will be asked to check the mesh for errors. In order to carry out the mesh checking procedure (Click) Mesh > Check as shown in the image below.  Image Added

You should see no errors in the Command Pane. Now, that the mesh has been verified, the mesh display options will be discussed. In order to bring up the display options (Click) General > Mesh > Display as shown in the image below.  Image Added

The previous step should cause the Mesh Display window to open, as shown below. Note that the Named Selections created in the meshing steps now appear.  Image Added

You should have all the surfaces shown in the above snapshot. Clicking on a surface name in the Mesh Display menu will toggle between select and unselect. Clicking Display will show all the currently selected surface entities in the graphics pane. Unselect all surfaces and then select each one in turn to see which part of the domain or boundary the particular surface entity corresponds to (you will need to zoom in/out and translate the model as you do this). For instance, if you select walloutlet, and centerline and then click Display you should then obtain the following output in the graphics window.  Image Added

Now, make sure all 5 items under Surfaces are selected. The  button The  Image Added button next to Surfaces selects all of the boundaries while the  button the  Image Added
  button deselects all of the boundaries at once. Once all the 5 boundaries have been selected click Display, then close the Mesh Display window. The region displayed in the graphics window corresponds to our solution domain.

...