Versions Compared

Key

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

...

The purpose of this tutorial is to illustrate the setup and solution of a steady flow past a circular cylinder. Flow past a circular cylinder is one of the classical problems of fluid mechanics. For this problem, we will be looking at Reynolds number of 20. 

Re = rhoVD/u (need to change)ρVD/μ

We know Knowing D = 2 m, to . To obtain Re = 20, we can arbitrarily set ρ, v and μ. For our case, let's set ρ = 1 kg/m3 , v = 1 m/s and μ = 0.1 kg/ms.

Knowing the problem specification, setup the mesh in Gambit and solve this problem using FLUENT. 

...


Preliminary Analysis

For Re = 20, we are looking at steady laminar flow. What will be the velocity profile of this flow? What will be the drag coefficient of the cylinder? What will be the pressure coefficient around cylinder? How will the streamlines around cylinder look like?

Let's start the modeling in our quest to find out the answer!

We'll create the geometry and mesh in GAMBIT which is the preprocessor for FLUENT, and then read the mesh into FLUENT and solve for the flow solution.
Go to Step 1: Create Geometry in GAMBIT

...