Versions Compared

Key

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

...

Use these operations to zoom in and interrogate our mesh.

Info

Note to Cornell students enrolled in MAE 4272, Fall 2018: Currently the computers in the Upson lab (room 225) are having a problem with FLUENT which impacts the ability to zoom and pan. FLUENT crashes if you click in the graphics window. Instead of following the suggestions above, zoom in/out by scrolling with the Middle Mouse Button. Currently there is no workaround for panning, so instead zoom in on the desired area or click the Zoom to Fit button to view the entire model. This only impacts the Setup stage.


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, the surface labeled heated_section should correspond to the part of the wall where heating occurs.

...

We ask FLUENT to solve the axisymmetric form of the governing equations. When you do this, the solver switches to cylindrical polar coordinates. So from here on, you should interpret the horizontal coordinate as axial and the vertical coordinate as radial.
General > Solver > 2D Space > Axisymmetric

 
The energy equation is turned off by default. Turn on the energy equation. Note that in most cases, you'll have to double-click on an item to select it. 
Models > Energy - Off > Edit...
Turn on the Energy Equation and click OK.
 
By default, FLUENT will assume the flow is laminar. Let's tell it that our flow is turbulent rather than laminar and that we want to use the k-epsilon turbulence model to simulate our turbulent flow. This means FLUENT will solve for mean (i.e. Reynolds-averaged) quantities at every point in the domainvalues of velocity, pressure and temperature. It will add the k and epsilon equations to the set of governing equations to calculate the effect of the turbulent fluctuations on the mean, as discussed in the Pre-Analysis step.

...

The other properties are also functions of temperature. However, we'll use constant values equal to the average values over the temperature range obtained in the experiment. Enter the following constant values:

...

FLUENT uses gauge pressure internally in order to minimize round-off errors stemming from small differences of big numbers. Any time Anytime an absolute pressure is needed, it is generated by adding the so-called "operating pressure" to the gauge pressure:
  absolute pressure = gauge pressure + "operating pressure"

This "operating pressure" is also used in the "incompressible ideal gas" model as mentioned above. We will specify the "operating pressure" as equal to the measured ambient pressure since the absolute pressure in the pipe varies only slightly from this (you do get significant variations in gauge pressures though).

(double-click) Boundary Conditions > Operating Conditions...

...

Change the Type to axis and click OK. FLUENT will set the flow gradients all radial derivatives at this boundary to zero in accordance with the axisymmetric assumption.

...

Select:
Boundary Conditions > inlet
Note that the boundary Type is automatically set to velocity-inlet. FLUENT has an automatic mechanism to pick a boundary type according to the name you give and settings that you have selected previously (this could can be dangerous if FLUENT selects the wrong boundary type and a lackadaisical user doesn't change it). In this case, it gets it right.

...

Enter -1112.3 for Gauge Pressure and click OkOK. (From experiment, measured outlet pressure is 97225.9 Pa. Corresponding gauge pressure = 97225.9 Pa - operating pressure = -1112.3 Pa.) The negative sign indicates that the pressure at the outlet is lower than the ambient value.  


Now FLUENT knows all necessary elements of our beloved BVP (domain, governing equations and boundary conditions). In the Solution step, we'll prod the beast to obtain an approximate numerical solution to our BVP.

...