You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

Author: Rajesh Bhaskaran, John Singleton, Cornell University

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

Under Construction

This page of this tutorial is currently under construction. Please check back soon.

Useful Information

Click here for the FLUENT 6.3.26 version.

Step 4: Setup (Physics)

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.



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.



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.

Launch Fluent

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.


Click Here for Higher ResolutionVisit page in new window


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.

!TwoChecks_Full.png!

















\h2. Step 4: Setup (Physics)
If you have skipped the previous mesh generation steps 1-3, you can download the mesh by right-clicking on this link. Save the file as plateBL.msh. Launch FLUENT.

Start > Programs > ANSYS 12.1 > Fluid Dynamics > FLUENT

Select Double Precision under Options and click OK.

Analyze Mesh

First, we check the Mesh to make sure that there are no errors.

Problem Setup > General > Mesh > Check

Any errors in the Mesh would be reported at this time. Check the output and make sure that there are no errors reported.

Main Menu > Mesh > Info > Size

How many cells and nodes does the Mesh have? You can check this in the graphics window where the mesh should be displayed. If it is not, you can display the mesh by going to

Problem Setup > General > Mesh > Display

Define Governing Equations

Problem Setup > Models > Energy

Use the default and click OK.

Problem Setup > Models > Viscous

Select Laminar under Model and click Edit.


 
We want to leave the default value so you can click Cancel.

Problem Setup > Materials

Double click air or select it and click Create/Edit. Make sure air is selected under Fluid Materials. Set Density to 1.00 and Viscosity to 1e-4 so that we can get Re of 1e4.


Higher Resolution Image
Click Change/Create.

Define Boundary conditions

Problem Setup > Boundary Conditions

Set the inlet boundary type to velocity-inlet. Then click Set...Set the velocity magnitude to 1 m/s. Set the outlet type to pressure-outlet boundary. Use gauge pressure of 0 Pa.Use the default value of wall for the center line. Set the far field to symmetry boundary type. Symmetry boundary condition means that the component normal to the wall is zero.

Problem Setup > Boundary Conditions

 > Operating Conditions


 
Use the default value. Click OK.

Go to Step 5: Solution

  • No labels