<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.geodynamics.umaine.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ian</id>
		<title>UMaine SECS Numerical Modeling Laboratory - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.geodynamics.umaine.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ian"/>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php/Special:Contributions/Ian"/>
		<updated>2026-04-21T18:20:16Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5373</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5373"/>
				<updated>2019-05-15T20:04:58Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module exploring the '''transition to turbulence''' through models of fluid flow around a cylinder!&lt;br /&gt;
&lt;br /&gt;
Transitioning to turbulence involves decreasing the predictability of a system. Inertial forces begin to dominate over viscous forces, resulting in more chaotic particle motion in the system ''(take a quick look at the Hurricane Irene example below in the Complex Flow section)''. In this module, we will explore this transition and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. These naturally-occurring phenomena are fascinating and have many natural and engineering implications. By the end of the module, you should be able to describe what's occurring in each of the scenarios presented and have a good grasp on the dynamics involved in the complex flow examples. You will be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is a satellite loop of a von Karman Vortex Street developing in the wake of Guadalupe Island off the coast of Baja California, Mexico. (source: twitter user [https://twitter.com/weatherdak/status/1128453166725353473 @weatherdak])&lt;br /&gt;
&lt;br /&gt;
[[File:GuadalupeVonKarman.mp4|none|1000px]]&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
    Mass * acceleration = Body forces + Shear forces - Pressure gradient&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
    ρ (∂v / ∂t) = Δρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P    &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Shearthinthick.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid. (Image from https://neutrium.net/fluid_flow/viscosity/)]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described as '''Newtonian'''. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about paint - it runs readily when applied with a brush or roller, yet just moments after retains enough viscosity to stay in place with minimal running).&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
  Re = ρVD/µ = VD/v &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved as a finite-element model with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. The SPH-generated models below (and all others in this module) show the motion of ~10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; particles. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below are velocity, shear rate, vorticity, Reynolds number, and pressure plots generated in COMSOL for the same fluid flowing around a teardrop-shaped object instead of the cylinder. Compare these to the plots shown above for the cylindrical impediment. You may still notice signs of oscillating flow resulting from the disturbance, but flow is ''much'' more laminar. Can you explain why this might be?&lt;br /&gt;
&lt;br /&gt;
[[File:fairing_water_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Pay attention especially to how the velocity vectors change (or do not change) throughout time. Compare this to the velocity from the water model with the cylindrical impediment. What does this indicate about the differences in inertial forces between the two scenarios?&lt;br /&gt;
&lt;br /&gt;
[[File:fairing_water_shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[[File:fairing_water_vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
This looks vastly different from the vorticity plot for the cylinder model. &lt;br /&gt;
&lt;br /&gt;
[[File:fairing_water_reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Note how much lower the cell Reynolds number is compared to the cylinder model!&lt;br /&gt;
&lt;br /&gt;
[[File:fairing_water_pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
This also looks vastly different from the pressure plot for the cylinder model. It's amazing how such a simple design can result in a major shift in flow around the object. &lt;br /&gt;
How does the teardrop shape influence the pressure and vorticity? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculated using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has walked you through various stages in the transition to turbulence. Can you describe this transition in your own words? We have shown you fluid systems with varying levels of predictability. In addition, this module introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in transitional flows can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|600px|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (gaging station is green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|400px|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=File:GuadalupeVonKarman.mp4&amp;diff=5372</id>
		<title>File:GuadalupeVonKarman.mp4</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=File:GuadalupeVonKarman.mp4&amp;diff=5372"/>
				<updated>2019-05-15T19:55:23Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Originally posted to Twitter by user @weatherdak (Dakota Smith)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Originally posted to Twitter by user @weatherdak (Dakota Smith)&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5371</id>
		<title>University of Maine SECS Numerical Laboratory</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5371"/>
				<updated>2019-05-10T23:18:10Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        BANNER ACROSS TOP OF PAGE         --&amp;gt;&lt;br /&gt;
&amp;lt;h1 div id=&amp;quot;mp-topbanner&amp;quot; style=&amp;quot;clear:both; position:relative; box-sizing:border-box; width:100%; margin:1.2em 0 6px; min-width:47em; border:1px solid #ddd; background-color:#f3f7ff; color:#000; white-space:nowrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--        &amp;quot;Welcome to UMaine Geodynamics&amp;quot;        --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0.4em; width:22em; text-align:center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:200%; padding:0.3em 1em;&amp;quot;&amp;gt;'''Welcome to [https://umaine.edu/earthclimate/research/geodynamics/ UMaine Geodynamics]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:60%; padding:0.3em 1em; text-align:left;&amp;quot;&amp;gt;&lt;br /&gt;
:: This wiki is a means for accessing research and educational modules produced by the geodynamics group at UMaine.&lt;br /&gt;
:: The left side panel provides links to current and past research.   [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles, in English.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| role=&amp;quot;presentation&amp;quot; id=&amp;quot;mp-upper&amp;quot; style=&amp;quot;width: 100%; margin-top:4px; border-spacing: 5px;&amp;quot;&lt;br /&gt;
&amp;lt;!--        News and Research        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-right&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cedff2; padding:1; background:#f5faff; vertical-align:top;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-itn-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cedff2; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3b0bf; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;News&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-itn&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*'''5/8/19:''' Dr. Koons' graduate level computational Fluid Dynamics class presented their coupled models evaluating the stability of Thwaites Glacier, West Antarctica for their [[Fluid Dynamics Course Projects#2019|final course project]] in a US Association of Polar Early Career Scientists (USAPECS) webinar.&lt;br /&gt;
&lt;br /&gt;
*'''3/12/19:''' Dr. Koons' Fluid Dynamics class developed and published new teaching modules for [[Fluid Flow Past a Cylinder | fluid flow]] and [[Heat transfer module - Fluid Dynamics 2019|advective, and convective heat transfer]].&lt;br /&gt;
&lt;br /&gt;
*'''4/20/18:''' New tutorials on [[Media Wiki Use| Wiki Use]] have come as well as a few [[Software| software tutorials]]!&lt;br /&gt;
&lt;br /&gt;
*'''4/11/18:'''  The &amp;quot;[[Current Research]]&amp;quot; and &amp;quot;[[Previous Research]]&amp;quot; sidebar navigations are receiving their own page and the long sidebar list will soon be removed.&lt;br /&gt;
&lt;br /&gt;
*'''4/4/18:'''  There are new sidebar entries for &amp;quot;[[Surface Hydrology |Watershed Hydrology]]&amp;quot; and &amp;quot;[[Sedimentation in Maine Lakes |Maine Lake Sedimentation]],&amp;quot; and the &amp;quot;[[Smoothed Particle Hydrodynamics]]&amp;quot; section has been updated to include our latest research efforts with SPH.&lt;br /&gt;
&lt;br /&gt;
*'''3/30/18:''' The wiki has been fully updated to the latest version of Mediawiki (1.30). The [https://www.mediawiki.org/wiki/Extension:PDFEmbed PDFEmbed extension] has been installed allowing for easy embedding of PDFs to the wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''3/7/18:'''  A Geodynamics Box has been created to add materials and files to in anticipation for future additions to this wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''2/17/15:''' Sam Roy made revisions to [[Tectonic-Geomorphic-Climatic Interaction (NSF-EAR-1324637, 1323137)]]&lt;br /&gt;
&lt;br /&gt;
*'''10/28/15:''' An &amp;quot;Events&amp;quot; section has been added to the sidebar in anticipation of the upcoming GeoPRISMS collaborative session at UMaine.&amp;lt;br/&amp;gt; Participants can find session announcements and links to PDFs on the [[GeoPRISMS Workshop 2015]] page.&lt;br /&gt;
&lt;br /&gt;
*'''10/1/15:''' Lynn Kaluzienski created &amp;quot;[[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamics]],&amp;quot; complete with model descriptions and animations.&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Periodic Boundary Conditions-1.gif|400px|link=Smoothed Particle Hydrodynamics]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''9/17/15:''' Sam Roy updated text and model results in [[Subduction Zone Dynamics in the Mantle and at the Earth's Surface]]: &lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Vel1.gif|400px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''5/26/15:''' fault motion and landscape evolution model results have been updated: [[The role of surface displacement in landscape evolution]]&lt;br /&gt;
&lt;br /&gt;
*'''3/26/15:''' Sam Roy added  modeling work on Mantle Wedge Hydration under &amp;quot;Previous Research&amp;quot;: [[Mantle Wedge Hydration]]&lt;br /&gt;
&lt;br /&gt;
*'''3/18/15:''' Sam Roy and Nick Richmond have been running coupled FLAC/CHILD models to investigate orographic precipitation. Stay tuned!&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:itsonlyamodel.png|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;h5 style=&amp;quot;font-size:80%&amp;gt;(http://www.funnyjunk.com/)&amp;lt;/h5&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        TODAY'S FEATURED ARTICLE; DID YOU KNOW        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-left&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cef2e0; padding:1; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-tfa-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cef2e0; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3bfb1; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;[[Current Research| Research]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-tfa&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*;'''2018:''' [[Strain Partitioning and Fault Segmentation]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:Figure1 model setup.png|link=Strain Partitioning and Fault Segmentation|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Smoothed Particle Hydrodynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:KnickpointMeanderVel01.gif|link=Smoothed Particle Hydrodynamics|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Microtopography and Surface Water Detention|Microtopography and Surface Water Detention]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Penobscot Watershed Hydrology and History|Penobscot Watershed Hydrology and History]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Sedimentation in Maine Lakes]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:RadargramFigure.png|link=Sedimentation in Maine Lakes|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:'''  [[Glacier Edge Dynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:600px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Jarvisvel2.png|link=Glacier Edge Dynamics|600px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border:1px solid transparent;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5370</id>
		<title>University of Maine SECS Numerical Laboratory</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5370"/>
				<updated>2019-05-10T23:14:53Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        BANNER ACROSS TOP OF PAGE         --&amp;gt;&lt;br /&gt;
&amp;lt;h1 div id=&amp;quot;mp-topbanner&amp;quot; style=&amp;quot;clear:both; position:relative; box-sizing:border-box; width:100%; margin:1.2em 0 6px; min-width:47em; border:1px solid #ddd; background-color:#f3f7ff; color:#000; white-space:nowrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--        &amp;quot;Welcome to UMaine Geodynamics&amp;quot;        --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0.4em; width:22em; text-align:center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:200%; padding:0.3em 1em;&amp;quot;&amp;gt;'''Welcome to [https://umaine.edu/earthclimate/research/geodynamics/ UMaine Geodynamics]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:60%; padding:0.3em 1em; text-align:left;&amp;quot;&amp;gt;&lt;br /&gt;
:: This wiki is a means for accessing research and educational modules produced by the geodynamics group at UMaine.&lt;br /&gt;
:: The left side panel provides links to current and past research.   [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles, in English.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| role=&amp;quot;presentation&amp;quot; id=&amp;quot;mp-upper&amp;quot; style=&amp;quot;width: 100%; margin-top:4px; border-spacing: 5px;&amp;quot;&lt;br /&gt;
&amp;lt;!--        News and Research        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-right&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cedff2; padding:1; background:#f5faff; vertical-align:top;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-itn-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cedff2; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3b0bf; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;News&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-itn&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*'''5/8/19:''' Dr. Koons' graduate level computational Fluid Dynamics class evaluated the stability of Thwaites Glacier in their [[Fluid Dynamics Course Projects#2019|final course project]].&lt;br /&gt;
&lt;br /&gt;
*'''3/12/19:''' Dr. Koons' Fluid Dynamics class developed and published new teaching modules for [[Fluid Flow Past a Cylinder | fluid flow]] and [[Heat transfer module - Fluid Dynamics 2019|advective, and convective heat transfer]].&lt;br /&gt;
&lt;br /&gt;
*'''4/20/18:''' New tutorials on [[Media Wiki Use| Wiki Use]] have come as well as a few [[Software| software tutorials]]!&lt;br /&gt;
&lt;br /&gt;
*'''4/11/18:'''  The &amp;quot;[[Current Research]]&amp;quot; and &amp;quot;[[Previous Research]]&amp;quot; sidebar navigations are receiving their own page and the long sidebar list will soon be removed.&lt;br /&gt;
&lt;br /&gt;
*'''4/4/18:'''  There are new sidebar entries for &amp;quot;[[Surface Hydrology |Watershed Hydrology]]&amp;quot; and &amp;quot;[[Sedimentation in Maine Lakes |Maine Lake Sedimentation]],&amp;quot; and the &amp;quot;[[Smoothed Particle Hydrodynamics]]&amp;quot; section has been updated to include our latest research efforts with SPH.&lt;br /&gt;
&lt;br /&gt;
*'''3/30/18:''' The wiki has been fully updated to the latest version of Mediawiki (1.30). The [https://www.mediawiki.org/wiki/Extension:PDFEmbed PDFEmbed extension] has been installed allowing for easy embedding of PDFs to the wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''3/7/18:'''  A Geodynamics Box has been created to add materials and files to in anticipation for future additions to this wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''2/17/15:''' Sam Roy made revisions to [[Tectonic-Geomorphic-Climatic Interaction (NSF-EAR-1324637, 1323137)]]&lt;br /&gt;
&lt;br /&gt;
*'''10/28/15:''' An &amp;quot;Events&amp;quot; section has been added to the sidebar in anticipation of the upcoming GeoPRISMS collaborative session at UMaine.&amp;lt;br/&amp;gt; Participants can find session announcements and links to PDFs on the [[GeoPRISMS Workshop 2015]] page.&lt;br /&gt;
&lt;br /&gt;
*'''10/1/15:''' Lynn Kaluzienski created &amp;quot;[[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamics]],&amp;quot; complete with model descriptions and animations.&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Periodic Boundary Conditions-1.gif|400px|link=Smoothed Particle Hydrodynamics]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''9/17/15:''' Sam Roy updated text and model results in [[Subduction Zone Dynamics in the Mantle and at the Earth's Surface]]: &lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Vel1.gif|400px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''5/26/15:''' fault motion and landscape evolution model results have been updated: [[The role of surface displacement in landscape evolution]]&lt;br /&gt;
&lt;br /&gt;
*'''3/26/15:''' Sam Roy added  modeling work on Mantle Wedge Hydration under &amp;quot;Previous Research&amp;quot;: [[Mantle Wedge Hydration]]&lt;br /&gt;
&lt;br /&gt;
*'''3/18/15:''' Sam Roy and Nick Richmond have been running coupled FLAC/CHILD models to investigate orographic precipitation. Stay tuned!&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:itsonlyamodel.png|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;h5 style=&amp;quot;font-size:80%&amp;gt;(http://www.funnyjunk.com/)&amp;lt;/h5&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        TODAY'S FEATURED ARTICLE; DID YOU KNOW        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-left&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cef2e0; padding:1; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-tfa-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cef2e0; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3bfb1; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;[[Current Research| Research]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-tfa&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*;'''2018:''' [[Strain Partitioning and Fault Segmentation]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:Figure1 model setup.png|link=Strain Partitioning and Fault Segmentation|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Smoothed Particle Hydrodynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:KnickpointMeanderVel01.gif|link=Smoothed Particle Hydrodynamics|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Microtopography and Surface Water Detention|Microtopography and Surface Water Detention]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Penobscot Watershed Hydrology and History|Penobscot Watershed Hydrology and History]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Sedimentation in Maine Lakes]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:RadargramFigure.png|link=Sedimentation in Maine Lakes|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:'''  [[Glacier Edge Dynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:600px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Jarvisvel2.png|link=Glacier Edge Dynamics|600px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border:1px solid transparent;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Fluid_Dynamics_Course_Projects&amp;diff=5369</id>
		<title>Fluid Dynamics Course Projects</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Fluid_Dynamics_Course_Projects&amp;diff=5369"/>
				<updated>2019-05-10T23:11:13Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Created page with &amp;quot;= 2019 =  Fluid Dynamics 2019 attempted a collaborative project focused on evaluating the stability of Thwaites Glacier, West Antarctica, over the next 200 years. This effort...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 2019 =&lt;br /&gt;
&lt;br /&gt;
Fluid Dynamics 2019 attempted a collaborative project focused on evaluating the stability of Thwaites Glacier, West Antarctica, over the next 200 years. This effort involved creating cross-informed numerical models using [[Smoothed Particle Hydrodynamics]] (SPH; [[#References|1]]) and the [[ISSM Introductory Tutorials | Ice Sheet System Model]] (ISSM; [[#References|2]]). The results were presented in a webinar presentation format hosted and archived by the US Association of Polar Early Career Scientists ([https://usapecs.wixsite.com/usapecs USAPECS]).&lt;br /&gt;
&lt;br /&gt;
[[User:Julialiu18 | Jukes Liu]] used observations by Pierre Dutrieux ([[#References|3]]) to calculate geostrophic flow near the margins of the Thwaites floating ice shelf, and input these calculations to thermodynamic equations to cross-evaluate with reported values of basal melt.&lt;br /&gt;
&lt;br /&gt;
[[User:Ian | Ian Nesbitt]] created a coupled atmosphere ocean model in SPH, in an attempt to capture the local mixing processes that occur due to katabatic wind stress flowing off of the Thwaites ice sheet/ice shelf when there is no sea ice buffer protecting the ocean surface. Output from the SPH model was fed into a thermodynamic equation to determine melt rate potential, which was cross-checked with literature and observed melt rates, then used to parameterize basal melt on the floating ice shelf in the ISSM model.&lt;br /&gt;
&lt;br /&gt;
[[User:Mariama | Mariama Dryak]] and [[User:Clara | Clara Deck]] created an ISSM solution designed to evaluate the stability of the Thwaites glacier system based on anticipated and experimental changes in surface mass balance (SMB) and basal melt. Surface mass balance values were derived from anticipated snow water equivalent expected in two [https://en.wikipedia.org/wiki/Representative_Concentration_Pathway IPCC Representative Concentration Pathways] (RCPs): RCP2.6 and RCP8.5 ([[#References|4]]). Basal melt values were derived from: 1) geothermal heat at the base, 2) measurements of large-scale melt holes described by Milillo (2019; [[#References|5]]), and 3) the outputs from the SPH simulation.&lt;br /&gt;
&lt;br /&gt;
[[User:JackieFeng | Jackie Feng]] evaluated grounded ice rheology ([[#References|6]]), geothermal flux ([[#References|7]]), and basal friction ([[#References|7]], [[#References|8]]) in the ISSM model to ensure that these parameters were on par with values that other researchers had reported previously, and whether moderate changes to these values would cause changes to the stability of the system.&lt;br /&gt;
&lt;br /&gt;
=== Model outputs ===&lt;br /&gt;
&lt;br /&gt;
==== SPH model ====&lt;br /&gt;
{{#ev:vimeo|331417167}}&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
1. Crespo, A.J., Domínguez, J.M., Rogers, B.D., Gómez-Gesteira, M., Longshaw, S., Canelas, R., Vacondio, R., Barreiro, A. and García-Feal, O., 2015. DualSPHysics: Open-source parallel CFD solver based on Smoothed Particle Hydrodynamics (SPH). Computer Physics Communications, 187, pp.204-216.&lt;br /&gt;
&lt;br /&gt;
2. Larour, E., Seroussi, H., Morlighem, M. and Rignot, E., 2012. Continental scale, high order, high spatial resolution, ice sheet modeling using the Ice Sheet System Model (ISSM). Journal of Geophysical Research: Earth Surface, 117(F1).&lt;br /&gt;
&lt;br /&gt;
3. Dutrieux, P. Personal communication. NERC iSTAR program (UK), A. Jenkins and K. Heywood Principal Investigators.&lt;br /&gt;
&lt;br /&gt;
4. IPCC, 2013: Climate Change 2013: The Physical Science Basis. Contribution of Working Group I to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change [Stocker, T.F., D. Qin, G.-K. Plattner, M. Tignor, S.K. Allen, J. Boschung, A. Nauels, Y. Xia, V. Bex and P.M. Midgley (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA, pp. 1535.&lt;br /&gt;
&lt;br /&gt;
5. Milillo, P., Rignot, E., Rizzoli, P., Scheuchl, B., Mouginot, J., Bueso-Bello, J. and Prats-Iraola, P., 2019. Heterogeneous retreat and ice melt of Thwaites Glacier, West Antarctica. Science advances, 5(1), p.eaau3433.&lt;br /&gt;
&lt;br /&gt;
6. Suckale, J., Platt, J.D., Perol, T. and Rice, J.R., 2014. Deformation‐induced melting in the margins of the West Antarctic ice streams. Journal of Geophysical Research: Earth Surface, 119(5), pp.1004-1025.&lt;br /&gt;
&lt;br /&gt;
7. Joughin, I., Tulaczyk, S., Bamber, J.L., Blankenship, D., Holt, J.W., Scambos, T. and Vaughan, D.G., 2009. Basal conditions for Pine Island and Thwaites Glaciers, West Antarctica, determined using satellite and airborne data. Journal of Glaciology, 55(190), pp.245-257.&lt;br /&gt;
&lt;br /&gt;
8. Morlighem, M., Seroussi, H., Larour, E. and Rignot, E., 2013. Inversion of basal friction in Antarctica using exact and incomplete adjoints of a higher‐order model. Journal of Geophysical Research: Earth Surface, 118(3), pp.1746-1753.&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Geodynamics_Course_Projects&amp;diff=5368</id>
		<title>Geodynamics Course Projects</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Geodynamics_Course_Projects&amp;diff=5368"/>
				<updated>2019-05-10T20:31:09Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* 2018 Geodynamics Course Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [http://umaine.edu/earthclimate/research/geodynamics/course-projects/ Past Geodynamics Course Projects] ==&lt;br /&gt;
&lt;br /&gt;
[http://umaine.edu/earthclimate/research/geodynamics/course-projects/ Available here].&lt;br /&gt;
&lt;br /&gt;
== 2018 Geodynamics Course Projects ==&lt;br /&gt;
'''Modeling Glacial erosion using ice velocity and rock strength in Coastal Alaska'''&lt;br /&gt;
&lt;br /&gt;
''Will Kochtitzky and [[User:Ian|Ian Nesbitt]]''&lt;br /&gt;
&lt;br /&gt;
This project uses a very basic, very generalized, &amp;quot;fudge factored&amp;quot; rock cohesion classification to estimate erosion in coastal Alaska at present and throughout the last 115,000 years. Modeled velocity and ice extent data provided graciously by Annie Boucher are part of the University of Maine Ice Sheet Model ([http://climatechange.umaine.edu/Research/Contrib/html/15.html UMISM]).&lt;br /&gt;
&lt;br /&gt;
Seen here is a an estimate of glacial erosion based on the velocity-driven erosion model of Humphrey and Raymond ([https://doi.org/10.3189/S0022143000012429 1994]) since 115 thousand years before present.&lt;br /&gt;
&lt;br /&gt;
[[File:Erosion_lgm.gif|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below, the same model applied to a modern velocity dataset (Altena et al., [https://doi.org/10.5194/tc-13-795-2019 2019]) which uses a finer resolution.&lt;br /&gt;
&lt;br /&gt;
[[File:Erosion_modern.gif|800px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pdf&amp;gt;File:NesbittGeodynamicsFinal.pdf&amp;lt;/pdf&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Altena, B., Scambos, T., Fahnestock, M., &amp;amp; Kääb, A. (2018). Extracting recent short-term glacier velocity evolution over Southern Alaska from a large collection of Landsat data. The Cryosphere Discussions, (May), 1–27. https://doi.org/10.5194/tc-2018-66&lt;br /&gt;
&lt;br /&gt;
* Humphrey, N. F., &amp;amp; Raymond, C. F. (1994). Hydrology, erosion and sediment production in a surging glacier: Variegated Glacier, Alaska, 1982–83. Journal of Glaciology, 40(136), 539–552. https://doi.org/10.3189/S0022143000012429&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer_module_-_Fluid_Dynamics_2019&amp;diff=5245</id>
		<title>Heat transfer module - Fluid Dynamics 2019</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer_module_-_Fluid_Dynamics_2019&amp;diff=5245"/>
				<updated>2019-03-12T18:59:28Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Redirected page to Heat transfer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Heat transfer]]&lt;br /&gt;
&lt;br /&gt;
This page has moved [[Heat transfer|here]].&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer_module_-_Fluid_Dynamics_2019&amp;diff=5244</id>
		<title>Heat transfer module - Fluid Dynamics 2019</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer_module_-_Fluid_Dynamics_2019&amp;diff=5244"/>
				<updated>2019-03-12T18:58:28Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page has moved [[Heat transfer|here]].&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer_module_-_Fluid_Dynamics_2019&amp;diff=5243</id>
		<title>Heat transfer module - Fluid Dynamics 2019</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer_module_-_Fluid_Dynamics_2019&amp;diff=5243"/>
				<updated>2019-03-12T18:58:19Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Replaced content with &amp;quot;This page has moved [Heat transfer|here].&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page has moved [Heat transfer|here].&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer&amp;diff=5239</id>
		<title>Heat transfer</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Heat_transfer&amp;diff=5239"/>
				<updated>2019-03-12T18:55:18Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Created page with &amp;quot; == '''Heat Transfer in a Lava Lamp''' ==  When you flip on the light in a lava lamp, heat from the bulb works slowly to warm up the wax (or ‘lava’). This kind of heat tra...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== '''Heat Transfer in a Lava Lamp''' ==&lt;br /&gt;
&lt;br /&gt;
When you flip on the light in a lava lamp, heat from the bulb works slowly to warm up the wax (or ‘lava’). This kind of heat transfer is called conduction, or movement of heat from one place to another. Heat energy flows from high heat (light bulb) to low heat (wax), and the gradient is the driver of conductive heat transfer. &lt;br /&gt;
&lt;br /&gt;
[[File:lava1.png|200px|Image: 200 pixels]] [[File:lava2.png|200px|Image: 200 pixels]] [[File:lava3.png|185px|Image: 185 pixels]] &lt;br /&gt;
&lt;br /&gt;
Until things start moving, conduction is the dominant heat transfer process in our lava lamp system.&lt;br /&gt;
*'''Conduction''', defined as '''κ∇²T''' depends on:&lt;br /&gt;
**thermal diffusivity of the material through which heat is moving (κ)&lt;br /&gt;
**thermal gradient (∇²T)&lt;br /&gt;
&lt;br /&gt;
The density of the wax is inversely related to temperature, meaning that at higher temperatures, the wax is less dense. When the density becomes lower than the density of the liquid in the lava lamp, the wax will tend to float upward. &lt;br /&gt;
&lt;br /&gt;
[[File:lava4.png|200px|Image: 200 pixels]] [[File:lava6.png|190px|Image: 190 pixels]]&lt;br /&gt;
&lt;br /&gt;
Wax reaches critical density (less than liquid) and tends to float upward. That movement of wax, and thus heat, introduces velocity into the system and is a process that is referred to as advection.&lt;br /&gt;
*'''Advection''', defined as '''v∇T''' depends on:&lt;br /&gt;
**velocity of the fluid (v)&lt;br /&gt;
**thermal gradient (∇T)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Heat Transfer Equation'': &lt;br /&gt;
&lt;br /&gt;
Heat transfer within the lava lamp can be represented by an equation. The heat transfer equation brings these aforementioned processes together to describe how heat changes through time ('''∂T/∂t'''). It is defined as: &lt;br /&gt;
  &lt;br /&gt;
  ∂T/∂t = κ∇²T + v∇T + A&lt;br /&gt;
&lt;br /&gt;
  ∂T/∂t = conduction + advection + production&lt;br /&gt;
&lt;br /&gt;
The production term ('''A''') represents internally generated heat energy and we do not consider it in this lava lamp scenario. It becomes important in systems such as glaciers, when internal strain heating is an important source of heat.&lt;br /&gt;
&lt;br /&gt;
''Peclét Number'':&lt;br /&gt;
&lt;br /&gt;
The Peclét Number is a dimensionless number which indicates whether conduction or advection dominates the system.&lt;br /&gt;
  Pe = uL/κ&lt;br /&gt;
where u = flow velocity, L = characteristic length Height of lava lamp, κ = thermal diffusivity&lt;br /&gt;
*Low peclet regime- dominated by heat transport by conduction&lt;br /&gt;
*High peclet regime- dominated by heat transport by advection&lt;br /&gt;
&lt;br /&gt;
With the movement of wax in the upward direction away from the heat source at the bottom of the container and into a cooler material the wax density increases again (more than liquid). This wax density increase causes the wax to sink back down to the bottom of the container towards the heat source. This process is called convection.&lt;br /&gt;
&lt;br /&gt;
[[File:lava5.png|200px|Image: 210 pixels]] &lt;br /&gt;
&lt;br /&gt;
''Rayleigh Number'':&lt;br /&gt;
&lt;br /&gt;
The Rayleigh Number is a dimensionless number used to describe whether convection grows or decays.&lt;br /&gt;
  Ra ≡ (gρΔTαd³)/μκ&lt;br /&gt;
&lt;br /&gt;
*'''Convection''' depends on driving forces and resisting forces. &lt;br /&gt;
**Driving forces (when these terms are dominant convection grows): &lt;br /&gt;
***Acceleration due to gravity (g)&lt;br /&gt;
***Density (ρ)&lt;br /&gt;
***The temperature difference between the bottom and top of the convection cell (ΔT)&lt;br /&gt;
***The volume coefficient of thermal expansion (α)&lt;br /&gt;
***The height of the convection cell (d)&lt;br /&gt;
**Resisting forces (when these terms are dominant convection decays): &lt;br /&gt;
***Viscosity (μ)&lt;br /&gt;
***Thermal diffusivity (κ)&lt;br /&gt;
&lt;br /&gt;
At some critical Rayleigh (Racr) number (dependent on the system), the convection regime shifts.&lt;br /&gt;
&lt;br /&gt;
=='''Heat Transfer in Ice Stream Shut Down and Start (based on Joughin and Alley, 2011)'''==&lt;br /&gt;
&lt;br /&gt;
Stop and start of ice streams is dependent on: &lt;br /&gt;
*Thinning (steepens basal temperature gradients) &lt;br /&gt;
*Basal freezing (puts on the brakes for a system) &lt;br /&gt;
*Thickening (build up traps geothermal heat)&lt;br /&gt;
*Ice stream activation &amp;amp; the cycle is repeated&lt;br /&gt;
&lt;br /&gt;
Watch the video below to walk through the steps of ice stream shut-down and speed-up, and see how this relates to the heat transfer equation introduced above. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|&amp;quot;https://youtu.be/JZWqx4qiGJ0&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
'''Further reading:'''&lt;br /&gt;
&lt;br /&gt;
Different theories exist for ice stream shut down, and here we present varying hypothesis. Please note that the behavior we model in our video is based upon the hypothesis of '''Joughin and Alley (2011)'''. &lt;br /&gt;
&lt;br /&gt;
*Joughin, I., and R. B. Alley (2011) Stability of the West Antarctic ice sheet in a warming world. Nature Geosci., 4, pp. 506–513.  https://www.uib.no/sites/w3.uib.no/files/attachments/joughinnatgeoreview2011.pdf&lt;br /&gt;
*Anandakrishnan, S., Alley, R.B., Jacobel, R.W. and Conway, H. (2001) The flow regime of Ice Stream C and hypotheses concerning its recent stagnation. The West Antarctic Ice Sheet: Behavior and Environment, AGU Antarctic Research Series, 77, pp. 283-296. https://www.researchgate.net/profile/H_Conway/publication/266340045_The_Flow_Regime_of_Ice_Stream_C_and_Hypotheses_Concerning_Its_Recent_Stagnation/links/54f92db90cf210398e979b18.pdf &lt;br /&gt;
*Catania, G.A., Scambos, T.A., Conway, H. and Raymond, C.F. (2006) Sequential stagnation of Kamb ice stream, West Antarctica. Geophysical Research Letters, 33(14). https://doi.org/10.1029/2006GL026430&lt;br /&gt;
*Hulbe, C. &amp;amp; Fahnestock, M. (2007) Century-scale discharge stagnation and reactivation of the Ross ice streams, West Antarctica. J. Geophys. Res.-Earth 112, https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2006JF000603&lt;br /&gt;
*Lipovsky, B., and E. Dunham (2016) Tremor during ice-stream stick slip, Cryosphere, 10(1), pp. 385–399. https://www.the-cryosphere.net/10/385/2016/tc-10-385-2016.html&lt;br /&gt;
*Price, S.F., Bindschadler, R.A., Hulbe, C.L. and Joughin, I.R. (2001) Post-stagnation behavior in the upstream regions of Ice Stream C, West Antarctica. Journal of Glaciology, 47(157), pp. 283-294. https://doi.org/10.3189/172756501781832232&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5234</id>
		<title>University of Maine SECS Numerical Laboratory</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5234"/>
				<updated>2019-03-12T17:40:06Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        BANNER ACROSS TOP OF PAGE         --&amp;gt;&lt;br /&gt;
&amp;lt;h1 div id=&amp;quot;mp-topbanner&amp;quot; style=&amp;quot;clear:both; position:relative; box-sizing:border-box; width:100%; margin:1.2em 0 6px; min-width:47em; border:1px solid #ddd; background-color:#f3f7ff; color:#000; white-space:nowrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--        &amp;quot;Welcome to UMaine Geodynamics&amp;quot;        --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0.4em; width:22em; text-align:center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:200%; padding:0.3em 1em;&amp;quot;&amp;gt;'''Welcome to [https://umaine.edu/earthclimate/research/geodynamics/ UMaine Geodynamics]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:60%; padding:0.3em 1em; text-align:left;&amp;quot;&amp;gt;&lt;br /&gt;
:: This wiki is a means for accessing research and educational modules produced by the geodynamics group at UMaine.&lt;br /&gt;
:: The left side panel provides links to current and past research.   [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles, in English.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| role=&amp;quot;presentation&amp;quot; id=&amp;quot;mp-upper&amp;quot; style=&amp;quot;width: 100%; margin-top:4px; border-spacing: 5px;&amp;quot;&lt;br /&gt;
&amp;lt;!--        News and Research        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-right&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cedff2; padding:1; background:#f5faff; vertical-align:top;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-itn-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cedff2; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3b0bf; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;News&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-itn&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*'''3/12/19:''' Dr. Koons' graduate level computational Fluid Dynamics class developed and published new teaching modules for [[Fluid Flow Past a Cylinder | fluid flow]] and [[Heat transfer module - Fluid Dynamics 2019|advective, and convective heat transfer]].&lt;br /&gt;
&lt;br /&gt;
*'''4/20/18:''' New tutorials on [[Media Wiki Use| Wiki Use]] have come as well as a few [[Software| software tutorials]]!&lt;br /&gt;
&lt;br /&gt;
*'''4/11/18:'''  The &amp;quot;[[Current Research]]&amp;quot; and &amp;quot;[[Previous Research]]&amp;quot; sidebar navigations are receiving their own page and the long sidebar list will soon be removed.&lt;br /&gt;
&lt;br /&gt;
*'''4/4/18:'''  There are new sidebar entries for &amp;quot;[[Surface Hydrology |Watershed Hydrology]]&amp;quot; and &amp;quot;[[Sedimentation in Maine Lakes |Maine Lake Sedimentation]],&amp;quot; and the &amp;quot;[[Smoothed Particle Hydrodynamics]]&amp;quot; section has been updated to include our latest research efforts with SPH.&lt;br /&gt;
&lt;br /&gt;
*'''3/30/18:''' The wiki has been fully updated to the latest version of Mediawiki (1.30). The [https://www.mediawiki.org/wiki/Extension:PDFEmbed PDFEmbed extension] has been installed allowing for easy embedding of PDFs to the wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''3/7/18:'''  A Geodynamics Box has been created to add materials and files to in anticipation for future additions to this wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''2/17/15:''' Sam Roy made revisions to [[Tectonic-Geomorphic-Climatic Interaction (NSF-EAR-1324637, 1323137)]]&lt;br /&gt;
&lt;br /&gt;
*'''10/28/15:''' An &amp;quot;Events&amp;quot; section has been added to the sidebar in anticipation of the upcoming GeoPRISMS collaborative session at UMaine.&amp;lt;br/&amp;gt; Participants can find session announcements and links to PDFs on the [[GeoPRISMS Workshop 2015]] page.&lt;br /&gt;
&lt;br /&gt;
*'''10/1/15:''' Lynn Kaluzienski created &amp;quot;[[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamics]],&amp;quot; complete with model descriptions and animations.&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Periodic Boundary Conditions-1.gif|400px|link=Smoothed Particle Hydrodynamics]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''9/17/15:''' Sam Roy updated text and model results in [[Subduction Zone Dynamics in the Mantle and at the Earth's Surface]]: &lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Vel1.gif|400px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''5/26/15:''' fault motion and landscape evolution model results have been updated: [[The role of surface displacement in landscape evolution]]&lt;br /&gt;
&lt;br /&gt;
*'''3/26/15:''' Sam Roy added  modeling work on Mantle Wedge Hydration under &amp;quot;Previous Research&amp;quot;: [[Mantle Wedge Hydration]]&lt;br /&gt;
&lt;br /&gt;
*'''3/18/15:''' Sam Roy and Nick Richmond have been running coupled FLAC/CHILD models to investigate orographic precipitation. Stay tuned!&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:itsonlyamodel.png|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;h5 style=&amp;quot;font-size:80%&amp;gt;(http://www.funnyjunk.com/)&amp;lt;/h5&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        TODAY'S FEATURED ARTICLE; DID YOU KNOW        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-left&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cef2e0; padding:1; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-tfa-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cef2e0; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3bfb1; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;[[Current Research| Research]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-tfa&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*;'''2018:''' [[Strain Partitioning and Fault Segmentation]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:Figure1 model setup.png|link=Strain Partitioning and Fault Segmentation|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Smoothed Particle Hydrodynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:KnickpointMeanderVel01.gif|link=Smoothed Particle Hydrodynamics|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Microtopography and Surface Water Detention|Microtopography and Surface Water Detention]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Penobscot Watershed Hydrology and History|Penobscot Watershed Hydrology and History]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Sedimentation in Maine Lakes]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:RadargramFigure.png|link=Sedimentation in Maine Lakes|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:'''  [[Glacier Edge Dynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:600px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Jarvisvel2.png|link=Glacier Edge Dynamics|600px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border:1px solid transparent;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5233</id>
		<title>University of Maine SECS Numerical Laboratory</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=University_of_Maine_SECS_Numerical_Laboratory&amp;diff=5233"/>
				<updated>2019-03-12T17:39:02Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        BANNER ACROSS TOP OF PAGE         --&amp;gt;&lt;br /&gt;
&amp;lt;h1 div id=&amp;quot;mp-topbanner&amp;quot; style=&amp;quot;clear:both; position:relative; box-sizing:border-box; width:100%; margin:1.2em 0 6px; min-width:47em; border:1px solid #ddd; background-color:#f3f7ff; color:#000; white-space:nowrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--        &amp;quot;Welcome to UMaine Geodynamics&amp;quot;        --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0.4em; width:22em; text-align:center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:200%; padding:0.3em 1em;&amp;quot;&amp;gt;'''Welcome to [https://umaine.edu/earthclimate/research/geodynamics/ UMaine Geodynamics]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:60%; padding:0.3em 1em; text-align:left;&amp;quot;&amp;gt;&lt;br /&gt;
:: This wiki is a means for accessing research and educational modules produced by the geodynamics group at UMaine.&lt;br /&gt;
:: The left side panel provides links to current and past research.   [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles, in English.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| role=&amp;quot;presentation&amp;quot; id=&amp;quot;mp-upper&amp;quot; style=&amp;quot;width: 100%; margin-top:4px; border-spacing: 5px;&amp;quot;&lt;br /&gt;
&amp;lt;!--        News and Research        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-right&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cedff2; padding:1; background:#f5faff; vertical-align:top;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-itn-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cedff2; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3b0bf; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;News&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-itn&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*'''3/12/19:''' Dr. Koons' Fluid Dynamics class published new teaching modules for [[Fluid Flow Past a Cylinder | fluid flow]] and [[Heat transfer module - Fluid Dynamics 2019|advective, and convective heat transfer]].&lt;br /&gt;
&lt;br /&gt;
*'''4/20/18:''' New tutorials on [[Media Wiki Use| Wiki Use]] have come as well as a few [[Software| software tutorials]]!&lt;br /&gt;
&lt;br /&gt;
*'''4/11/18:'''  The &amp;quot;[[Current Research]]&amp;quot; and &amp;quot;[[Previous Research]]&amp;quot; sidebar navigations are receiving their own page and the long sidebar list will soon be removed.&lt;br /&gt;
&lt;br /&gt;
*'''4/4/18:'''  There are new sidebar entries for &amp;quot;[[Surface Hydrology |Watershed Hydrology]]&amp;quot; and &amp;quot;[[Sedimentation in Maine Lakes |Maine Lake Sedimentation]],&amp;quot; and the &amp;quot;[[Smoothed Particle Hydrodynamics]]&amp;quot; section has been updated to include our latest research efforts with SPH.&lt;br /&gt;
&lt;br /&gt;
*'''3/30/18:''' The wiki has been fully updated to the latest version of Mediawiki (1.30). The [https://www.mediawiki.org/wiki/Extension:PDFEmbed PDFEmbed extension] has been installed allowing for easy embedding of PDFs to the wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''3/7/18:'''  A Geodynamics Box has been created to add materials and files to in anticipation for future additions to this wiki.  &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''2/17/15:''' Sam Roy made revisions to [[Tectonic-Geomorphic-Climatic Interaction (NSF-EAR-1324637, 1323137)]]&lt;br /&gt;
&lt;br /&gt;
*'''10/28/15:''' An &amp;quot;Events&amp;quot; section has been added to the sidebar in anticipation of the upcoming GeoPRISMS collaborative session at UMaine.&amp;lt;br/&amp;gt; Participants can find session announcements and links to PDFs on the [[GeoPRISMS Workshop 2015]] page.&lt;br /&gt;
&lt;br /&gt;
*'''10/1/15:''' Lynn Kaluzienski created &amp;quot;[[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamics]],&amp;quot; complete with model descriptions and animations.&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Periodic Boundary Conditions-1.gif|400px|link=Smoothed Particle Hydrodynamics]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''9/17/15:''' Sam Roy updated text and model results in [[Subduction Zone Dynamics in the Mantle and at the Earth's Surface]]: &lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:400px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Vel1.gif|400px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''5/26/15:''' fault motion and landscape evolution model results have been updated: [[The role of surface displacement in landscape evolution]]&lt;br /&gt;
&lt;br /&gt;
*'''3/26/15:''' Sam Roy added  modeling work on Mantle Wedge Hydration under &amp;quot;Previous Research&amp;quot;: [[Mantle Wedge Hydration]]&lt;br /&gt;
&lt;br /&gt;
*'''3/18/15:''' Sam Roy and Nick Richmond have been running coupled FLAC/CHILD models to investigate orographic precipitation. Stay tuned!&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:itsonlyamodel.png|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;h5 style=&amp;quot;font-size:80%&amp;gt;(http://www.funnyjunk.com/)&amp;lt;/h5&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--        TODAY'S FEATURED ARTICLE; DID YOU KNOW        --&amp;gt;&lt;br /&gt;
| id=&amp;quot;mp-left&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%; border:1px solid #cef2e0; padding:1; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; |&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-tfa-h2&amp;quot; style=&amp;quot;margin:0.5em; background:#cef2e0; font-family:inherit; font-size:175%; font-weight:bold; border:1px solid #a3bfb1; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;[[Current Research| Research]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;mp-tfa&amp;quot; style=&amp;quot;padding:0.1em 0.6em;&amp;quot;&amp;gt;&lt;br /&gt;
*;'''2018:''' [[Strain Partitioning and Fault Segmentation]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:Figure1 model setup.png|link=Strain Partitioning and Fault Segmentation|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Smoothed Particle Hydrodynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt; [[File:KnickpointMeanderVel01.gif|link=Smoothed Particle Hydrodynamics|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Microtopography and Surface Water Detention|Microtopography and Surface Water Detention]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Penobscot Watershed Hydrology and History|Penobscot Watershed Hydrology and History]]&lt;br /&gt;
&lt;br /&gt;
*;'''2018:''' [[Sedimentation in Maine Lakes]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:300px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:RadargramFigure.png|link=Sedimentation in Maine Lakes|300px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*;'''2018:'''  [[Glacier Edge Dynamics]]&lt;br /&gt;
:&amp;lt;h4 id=&amp;quot;mp-itn-h4&amp;quot; style=&amp;quot;margin:0.1em; width:600px; background:#ffffff; border:1px solid #a3b0bf; color:#000; padding:0.1em 0.2em;&amp;quot;&amp;gt;[[File:Jarvisvel2.png|link=Glacier Edge Dynamics|600px]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border:1px solid transparent;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5208</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5208"/>
				<updated>2019-03-11T00:16:32Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. These naturally-occurring phenomena are fascinating and have many natural and engineering implications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid. (Image licensed under Creative Commons 4.0.)]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described as '''Newtonian'''. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|600px|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (gaging station is green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|400px|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5207</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5207"/>
				<updated>2019-03-11T00:15:21Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. These naturally-occurring phenomena are fascinating and have many natural and engineering implications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid. Image licensed under Creative Commons 4.0.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described as '''Newtonian'''. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|600px|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (gaging station is green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|400px|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5206</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5206"/>
				<updated>2019-03-11T00:13:48Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. These naturally-occurring phenomena are fascinating and have many natural and engineering implications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described as '''Newtonian'''. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|600px|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (gaging station is green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|400px|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5205</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5205"/>
				<updated>2019-03-11T00:10:27Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Fully turbulent flows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described as '''Newtonian'''. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|600px|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (gaging station is green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|400px|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5204</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5204"/>
				<updated>2019-03-10T23:55:50Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described as '''Newtonian'''. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5203</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5203"/>
				<updated>2019-03-10T23:50:53Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described as '''Newtonian'''. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5202</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5202"/>
				<updated>2019-03-10T23:50:07Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will begin to transition towards turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5201</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5201"/>
				<updated>2019-03-10T23:49:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. Molasses and toothpaste are more viscous than water, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulence.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5200</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5200"/>
				<updated>2019-03-10T23:39:43Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://youtu.be/BN2D5y-AxIY?t=8 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5199</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5199"/>
				<updated>2019-03-10T23:38:26Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://www.youtube.com/watch?v=BN2D5y-AxIY?t=7 here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5198</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5198"/>
				<updated>2019-03-10T23:37:06Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British demonstration of this behavior [https://www.youtube.com/watch?v=BN2D5y-AxIY here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5197</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5197"/>
				<updated>2019-03-10T23:36:29Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Viscosity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch a very British example [https://www.youtube.com/watch?v=BN2D5y-AxIY here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5196</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5196"/>
				<updated>2019-03-10T23:34:04Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Reynolds number and things that affect it */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch example [https://www.youtube.com/watch?v=BN2D5y-AxIY here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5195</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5195"/>
				<updated>2019-03-10T23:33:26Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Characterizing the fluid dynamics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number and things that affect it ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
==== Viscosity ====&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch example [https://www.youtube.com/watch?v=BN2D5y-AxIY here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
==== Velocity ====&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5194</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5194"/>
				<updated>2019-03-10T23:30:55Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Reynolds number */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
[[File:Viscous regimes.png|thumb|400px|Viscous regimes. Newtonian fluids exhibit a nearly linear relationship between stress and strain rate. This means that deformation occurs proportional to the forces acting on the fluid.]]&lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
&lt;br /&gt;
The conceptual diagram at right shows viscous regimes. A fluid that exhibits a linear relationship between stress and strain is described Newtonian. Any force that is applied to Newtonian fluids results in a proportional amount of deformation. '''Shear thickening''' is a term used to describe a nonlinear regime in which greater force can result in less deformation (corn starch and water, for example...watch example [https://www.youtube.com/watch?v=BN2D5y-AxIY here]). Conversely, '''shear thinning''' describes a fluid that deforms more easily with increased force (think about quicksand, which behaves like a shear-thinning fluid—the more you struggle, the more you sink!)&lt;br /&gt;
&lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=File:Viscous_regimes.png&amp;diff=5193</id>
		<title>File:Viscous regimes.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=File:Viscous_regimes.png&amp;diff=5193"/>
				<updated>2019-03-10T23:11:45Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Ian uploaded a new version of File:Viscous regimes.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Graphic by Ian Nesbitt, shared under Creative Commons 4.0&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=File:Viscous_regimes.png&amp;diff=5192</id>
		<title>File:Viscous regimes.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=File:Viscous_regimes.png&amp;diff=5192"/>
				<updated>2019-03-10T23:07:46Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Ian uploaded a new version of File:Viscous regimes.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Graphic by Ian Nesbitt, shared under Creative Commons 4.0&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=File:Viscous_regimes.png&amp;diff=5191</id>
		<title>File:Viscous regimes.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=File:Viscous_regimes.png&amp;diff=5191"/>
				<updated>2019-03-10T23:06:49Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Graphic by Ian Nesbitt, shared under Creative Commons 4.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Graphic by Ian Nesbitt, shared under Creative Commons 4.0&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5190</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5190"/>
				<updated>2019-03-10T22:26:48Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Navier-Stokes momentum equation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Mass * acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5189</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5189"/>
				<updated>2019-03-10T22:26:03Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Geometry */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient (shear) between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5188</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5188"/>
				<updated>2019-03-10T22:24:14Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Geometry */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model for fluid flow described by Navier Stokes equation (above) and solved with help from numerical methods of COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5187</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5187"/>
				<updated>2019-03-10T22:22:54Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Navier-Stokes momentum equation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ρ (∂v / ∂t) = Δρg + µΔ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''Δ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= curvature of velocity field (2nd derivative)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5186</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5186"/>
				<updated>2019-03-10T22:15:45Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Characterizing the fluid dynamics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; (approximately that of freshwater) to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5185</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5185"/>
				<updated>2019-03-10T22:12:15Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Pressure 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency] for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5184</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5184"/>
				<updated>2019-03-10T22:11:53Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Pressure 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a [https://en.wikipedia.org/wiki/Resonance resonant frequency].&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5183</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5183"/>
				<updated>2019-03-10T22:09:49Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Pressure 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth upstream of the cylinder, it seems to be oscillating in the channel behind it as well. Pressure oscillations that occur under these fluid conditions may be occurring near what's called a resonant frequency.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5182</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5182"/>
				<updated>2019-03-10T22:07:42Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Pressure 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
In this plot, pressure is not only oscillating back and forth, it seems to be oscillating at a rate that causes resonance in the rest of the channel. This is called a resonant frequency.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5181</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5181"/>
				<updated>2019-03-10T21:44:38Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Shear rate 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this shear rate plot with [[Fluid Flow Past a Cylinder#Shear rate 2|the one above]]. Why is this one &amp;quot;sharper,&amp;quot; i.e. the velocity gradient is more severe across the shear zone? What about air in comparison to water allows that to happen?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5180</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5180"/>
				<updated>2019-03-10T21:37:06Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Truck tail fairings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances. Have you thought about why this works? What about the truck and survey pole fairings decreases that instability and allows less vortex shedding?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5179</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5179"/>
				<updated>2019-03-10T21:29:22Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Real-world applications 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on mechanical joints, which can suffer brittle failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
The photos above show a weld joint that has failed due to shear forces caused by vortex shedding. At the time of failure, the vessel was traveling about 2-2.5 m/s. Luckily, the mount was secured with rope and the instrument was not lost.&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing normal (perpendicular) to the direction of travel. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped mount would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances.&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5178</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5178"/>
				<updated>2019-03-10T21:18:10Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our computational models of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity after the fluid passes the cylinder. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on the mechanical joints of the survey mount, which can cause brittle failure (see below).&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing. Think back to the vorticity and pressure plots from the flow past a cylinder model above. Can you explain why a teardrop-shaped &amp;quot;cylinder&amp;quot; would result in more stable flow?&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Compare this velocity plot to the velocity from scenario 2 (Water). The initial velocity of the fluid is the same for both scenarios. Why might the maximum velocity be higher for one versus the other?&lt;br /&gt;
&lt;br /&gt;
Note: The scale bar is different between the two.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
These cell Reynolds numbers are several orders of magnitude higher than those calculated for the water scenario. In this case, the Reynolds number is above the critical number of 100, which makes it a &amp;quot;transitional&amp;quot; flow. In the range of transitional Reynolds numbers, 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;, eddy-like vortices begin to form and propagate downstream. This phenomenon is much easier to visualize using a 3D particle solution. Let's look at the SPH models for this scenario.&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
If you've ever seen a tractor trailer with panels hanging off its tail (see image below), you've also seen strategies to counter the effects of vortex shedding firsthand. Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances.&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5172</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5172"/>
				<updated>2019-03-08T04:35:28Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Truck tail fairings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our generated model of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on the mechanical joints of the survey mount, which can cause brittle failure (see below).&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing.&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Question #1: Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
Question #2: Have you ever seen a tractor trailer with panels hanging off its tail (see image below) and wondered what they were? Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances.&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5171</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5171"/>
				<updated>2019-03-08T04:34:40Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Truck tail fairings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our generated model of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on the mechanical joints of the survey mount, which can cause brittle failure (see below).&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing.&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Question #1: Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
Question #2: Have you ever seen a tractor trailer with panels hanging off its tail and wondered what they were? Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Tail fairings.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances.&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=File:Tail_fairings.jpg&amp;diff=5170</id>
		<title>File:Tail fairings.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=File:Tail_fairings.jpg&amp;diff=5170"/>
				<updated>2019-03-08T04:34:11Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Photo: Nathan Hamilton
https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html (Accessed 2019-03-07)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Photo: Nathan Hamilton&lt;br /&gt;
https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html (Accessed 2019-03-07)&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5169</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5169"/>
				<updated>2019-03-08T04:31:45Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Real-world applications 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our generated model of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on the mechanical joints of the survey mount, which can cause brittle failure (see below).&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing.&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Atmospheric instability ====&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
==== Truck tail fairings ====&lt;br /&gt;
&lt;br /&gt;
Question #1: Have you ever gotten a little too close to the back of a tractor trailer on the highway and noticed that your car was being buffetted around side-to-side in the wind? If so, you have experienced the effects of von Kármán vortex streets firsthand.&lt;br /&gt;
&lt;br /&gt;
Question #2: Have you ever seen a tractor trailer with panels hanging off its tail and wondered what they were? Remember the marine survey mount fairings from [[Fluid Flow Past a Cylinder#Real-world applications 2|the previous Real-world applications section]]? These trailer fairings serve essentially the same purpose: reducing drag and causing a more aerodynamic slipstream. The following image is an example of a commercial application of fluid dynamics.&lt;br /&gt;
&lt;br /&gt;
[[File:Atdynamics trailertail.jpg|Fluid dynamics being sold to consumers!]]&lt;br /&gt;
&lt;br /&gt;
This image shows the effects of creating a more efficient slipstream which reduces vortex shedding and improves fuel efficiency. One estimate claims [https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html] that these tail fairings can increase fuel efficiency by approximately 10% over hauling distances.&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=File:Atdynamics_trailertail.jpg&amp;diff=5168</id>
		<title>File:Atdynamics trailertail.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=File:Atdynamics_trailertail.jpg&amp;diff=5168"/>
				<updated>2019-03-08T04:22:42Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: Copyright ATDynamics 2013/STEMCO Aerodynamics 2019. Retrieved from https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html on 2019-03-07.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Copyright ATDynamics 2013/STEMCO Aerodynamics 2019. Retrieved from https://slate.com/culture/2013/04/truck-panels-what-do-they-do-explained-photos.html on 2019-03-07.&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5167</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5167"/>
				<updated>2019-03-08T04:08:25Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our generated model of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on the mechanical joints of the survey mount, which can cause brittle failure (see below).&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing.&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
von Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	<entry>
		<id>http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5166</id>
		<title>Transition to Turbulence</title>
		<link rel="alternate" type="text/html" href="http://wiki.geodynamics.umaine.edu/index.php?title=Transition_to_Turbulence&amp;diff=5166"/>
				<updated>2019-03-08T03:58:14Z</updated>
		
		<summary type="html">&lt;p&gt;Ian: /* Real-world Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Created by [[User:Ian|Ian Nesbitt]] and [[User:Julialiu18|Jukes Liu]] on 2019-02-19. Because this page has some high-resolution animations, it is best viewed on a reliable internet connection.''&lt;br /&gt;
&lt;br /&gt;
Welcome to our teaching module on fluid flow past a cylinder! &lt;br /&gt;
&lt;br /&gt;
In this module, we will explore the transition to turbulence and learn how viscosity affects the dynamics of a fluid flowing around a cylindrical impediment. We can observe an interesting phenomenon called Von Kármán Vortex Streets at this simulated transition to turbulence. Their naturally-occurring counterparts are fascinating and have many environmental and engineering applications. Below is a snapshot of one of our generated model of water flowing past a cylinder. In this early time-step, we can see an instability begin to develop in the wake of the cylinder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Water Vort VelMagVectors.0134.png|none|800px|Early-timestep vorticity map of a numerical model of water flowing past a cylinder, showing an instability developing in the wake of the cylinder.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
In order to model the transition to turbulence and the effects of changing viscosity on the dynamics of a simple fluid system with a single cylindrical impediment placed in the flow path, we use several modeling tools: [https://www.comsol.com/ COMSOL Multiphysics], [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics Smoothed-Particle Hydrodynamics] (SPH), and [https://www.paraview.org/ ParaView]. We will describe the model set-up and its physical basis, the differences between the three scenarios with fluids of different viscosities, and several real-world implications.  We will move from looking at the behavior of more viscous fluids and move towards fluids with lower viscosities. Note: [https://en.wikipedia.org/wiki/Viscosity Viscosity] is defined as the measure of a fluid's resistance to deformation.&lt;br /&gt;
&lt;br /&gt;
At the end of the module, you should be able to describe the initial conditions of a system, the transition from laminar to turbulent flow, and the effect viscosity has on the inertia, complexity, and predictability of a system!&lt;br /&gt;
&lt;br /&gt;
First, let's start by learning how to talk about the various components of flow.&lt;br /&gt;
&lt;br /&gt;
= Characterizing the fluid dynamics =&lt;br /&gt;
&lt;br /&gt;
When we talk about fluid flow, we need to first describe the fluid. Some of the fundamental characteristics of fluid are density, viscosity, compressibility, heat capacity, and thermal conductivity. In this exercise we will ignore the thermal properties entirely, define a constant density and compressibility, and focus most of our attention on how viscosity affects the kinematics of a fluid system.&lt;br /&gt;
&lt;br /&gt;
Compressibility and density are fairly easy to define. [https://en.wikipedia.org/wiki/Compressibility Compressibility] is the tendency of a fluid to change its volume due to changes in pressure. Since we are not dealing with immense pressure, we assume that compressibility is zero across all models. [https://en.wikipedia.org/wiki/Density Density] is the quantity of mass per unit volume. For the purposes of this model, we will hold density constant at 1 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; to try and isolate the effects of viscosity. These parameters will be fed into the Navier-Stokes fluid momentum equation (below) for each location in the model at each time step.&lt;br /&gt;
&lt;br /&gt;
=== Navier-Stokes momentum equation ===&lt;br /&gt;
&lt;br /&gt;
To characterize the motion of particles in the fluid, we must account for the changes in momentum. This Navier-Stokes equation is derived based on the conservation of momentum in a system. It is the foundation of our models. This equation can be broken down into its different terms, which represent the effects of the inertial forces, body forces, viscous forces, and the pressure gradient throughout the system.&lt;br /&gt;
&lt;br /&gt;
This is the basic structure of the Navier-Stokes momentum equation: &lt;br /&gt;
&lt;br /&gt;
'''Acceleration''' = '''Body forces''' + '''Shear forces''' - '''Pressure gradient'''&lt;br /&gt;
&lt;br /&gt;
These qualitative terms are represented by some greek symbols which may or may not mean anything to you right now, but we'll break them down for you.&lt;br /&gt;
&lt;br /&gt;
==== ∂v / ∂t = ρg + µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U - ∇P ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''∂v'''&lt;br /&gt;
|= change in velocity&lt;br /&gt;
|-&lt;br /&gt;
|'''∂t'''&lt;br /&gt;
|= change in time&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density&lt;br /&gt;
|-&lt;br /&gt;
|'''g'''&lt;br /&gt;
|= acceleration due to gravity&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= viscosity&lt;br /&gt;
|-&lt;br /&gt;
|'''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''&lt;br /&gt;
|= divergence of velocity (gradient)&lt;br /&gt;
|-&lt;br /&gt;
|'''∇P'''&lt;br /&gt;
|= divergence of pressure (gradient)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The inertial forces (acceleration) is represented by '''∂v / ∂t'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the equation, we have the body forces from density and gravity ('''ρg'''), viscous forces from the viscosity property of the fluid ('''µ∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''), and the pressure gradient throughout the system ('''∇P'''). Each of these forces will influence the acceleration or motion of particles. Can you visualize how these different forces on the right-hand side of the equation might influence a particle's motion?&lt;br /&gt;
&lt;br /&gt;
Solving this equation for each grid point or particle at each time step will define how our fluid will behave in a computational sense. Once our fluid starts to move, we need ways to describe how it is flowing. Fluid flow can be characterized as either laminar or turbulent, which has to do with the predictability of its motion throughout the system. The parameter that is used to describe this characteristic is called the Reynolds number.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number ===&lt;br /&gt;
&lt;br /&gt;
The Reynolds number, ''Re'',  is a simple, dimensionless number that represents the flow regime of a fluid. The Reynolds number is a way of representing whether a flow is laminar, transitional, or fully turbulent using numerical values. When flow is laminar, the fluid motion is more uni-directional, smooth, and more predictable. Imagine the flow of molasses being poured out onto a table. Another example would be toothpaste being squeezed out of the tube. Laminar flow is represented by lower Reynolds numbers. When flow is turbulent, fluid motion is more irregular. A gust of wind flowing around a flag-pole causing the flag to flap behind it is an every-day example of a more turbulent flow. These flows are characterized by higher Reynolds numbers.  &lt;br /&gt;
&lt;br /&gt;
What are some other real-world examples of fluid flow that you can think of? Would you characterize the flow as more laminar or turbulent?&lt;br /&gt;
&lt;br /&gt;
Keeping those real-world examples in mind, we can brainstorm about the differences in those fluid systems that might affect the flow pattern. There are differences in the fluid properties between the molasses, toothpaste, and atmospheric air. Once of the main differences, which we examine in depth in this module, is their difference in viscosity. &amp;quot;Viscosity&amp;quot; is a term you might be familiar with in terms of describing a fluid. The technical definition of [https://en.wikipedia.org/wiki/Viscosity viscosity] is a fluid's capability of resisting deformation. The molasses and toothpaste are more viscous, which means that their flow is more difficult to deform or disturb. Meanwhile, air has a much lower viscosity and is quite easily deformed! We deform air every time we move. Therefore, if everything else is held constant, increasing viscosity decreases the Reynolds number which means that fluid flow becomes more laminar. If we decrease viscosity, fluid flow will transition to turbulent flow.&lt;br /&gt;
 &lt;br /&gt;
Another main parameter that influences the flow regime is the velocity of the fluid. Faster-flowing fluids tend to result in more turbulent responses. In the air around a flagpole example, higher wind velocity will result in a more turbulent response which one would observe as more violent &amp;quot;flapping&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Therefore, Reynolds number is a function of viscosity and velocity: f(µ, v). Velocity and viscosity have inverse influences on the Reynolds number (i.e. as velocity increases, the Reynolds number increases while increasing viscosity lowers the Reynolds number). This module will walk you through the transitions that occur when we decrease '''viscosity''' while holding everything else, including velocity, constant. We are choosing to focus on examining the effects of lowering viscosity by examining fluid flow fluids with different viscosities (honey, water, air) while holding the velocity constant. This would have a similar effect as increasing velocity and holding viscosity constant. Using our models, we examine the effects of changing viscosity, effectively changing the Reynolds number, on fluid flow.&lt;br /&gt;
&lt;br /&gt;
As we have introduced above, the Reynolds number is an extremely useful way to characterize flow conditions. The ''Re'' number is equal to the '''inertial forces''' (velocity times characteristic length) over the '''resisting forces''' (viscosity). &lt;br /&gt;
&lt;br /&gt;
==== Re = ρVD/µ = VD/v ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
!colspan=2|where&lt;br /&gt;
|-&lt;br /&gt;
|'''V'''&lt;br /&gt;
|= fluid velocity (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|'''D'''&lt;br /&gt;
|= linear dimension (m)&lt;br /&gt;
|-&lt;br /&gt;
|'''µ'''&lt;br /&gt;
|= dynamic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''v'''&lt;br /&gt;
|= kinematic viscosity (Pa s)&lt;br /&gt;
|-&lt;br /&gt;
|'''ρ'''&lt;br /&gt;
|= density (kg/m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''Re'' can also be thought of as inversely related to how well flow conditions can be described mathematically across a given dimension (''x'', ''y'', ''z'', or ''time''). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below lists the qualitative descriptions for each quantitative ''Re'' range.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar,&amp;quot; while those from 100 to 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;transitional,&amp;quot; and above 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; are &amp;quot;turbulent.&amp;quot; At low Reynolds numbers (Re &amp;lt; 100), viscous forces dominate and flow is laminar. As the Reynolds number increases, due to lower velocity or higher viscosity, inertial forces begin to play a greater role and flow becomes increasingly turbulent. In this transition between laminar and turbulent flow, we begin to observe some unique fluid phenomena. Let's first describe our model and then take a look at these phenomena!&lt;br /&gt;
&lt;br /&gt;
= Model setup =&lt;br /&gt;
=== Geometry ===&lt;br /&gt;
&lt;br /&gt;
Below is the geometry of our simple model in COMSOL.&lt;br /&gt;
&lt;br /&gt;
[[File:Geometry of cylinder model.png|none|COMSOL model geometry]]&lt;br /&gt;
&lt;br /&gt;
This is a two-dimensional COMSOL model, which assumes that the channel is of infinite depth and thus does not produce drag from the bottom of the flow in any way. Both the horizontal (long) walls and the walls of the cylinder have a &amp;quot;no slip&amp;quot; condition. This means that as the flow gets closer to the wall, velocity goes to zero. This condition sets up a velocity gradient between the walls at zero and the center of the flow. The wall on the far left side has an inflow condition of 1 meter per second, and the wall on the right side has a zero-pressure outlet condition, which lets flow pass out of the model unhindered.&lt;br /&gt;
&lt;br /&gt;
COMSOL solves a finite element model, which means that it performs calculations for a mesh grid at each step. We use a relatively small mesh cell size (&amp;quot;Extra Fine&amp;quot; setting in COMSOL) on the order of ~1 cm.&lt;br /&gt;
&lt;br /&gt;
[[File: meshdetail.png|600px|COMSOL model mesh]]&lt;br /&gt;
&lt;br /&gt;
When we run the model, we are executing a variation of the Navier-Stokes momentum equation for each mesh element of the model at each time step. This equation, shown above, is fundamental to describing the behavior of fluids in continuum mechanics.&lt;br /&gt;
&lt;br /&gt;
=== Experimental variable: Viscosity ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the dynamic viscosities of fluids we'll be working with.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Fluid&lt;br /&gt;
!µ (viscosity at 20 ºC)&lt;br /&gt;
|-&lt;br /&gt;
|'''1. Honey'''&lt;br /&gt;
|1 * 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''2. Water'''&lt;br /&gt;
|0.89 * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|-&lt;br /&gt;
|'''3. Air'''&lt;br /&gt;
|1.81 * 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As mentioned above, we use an initial fluid velocity of 1 m/s in all of our models.&lt;br /&gt;
&lt;br /&gt;
=== Questions to consider ===&lt;br /&gt;
&lt;br /&gt;
From the diagram of the model geometry, what is the linear dimension (D)? In this model, it is equivalent to the diameter of the cylinder. &lt;br /&gt;
&lt;br /&gt;
Before we go through the model results, try calculating the initial Reynolds numbers for each fluid viscosity using the linear dimension and the fluid velocity. Based on the Reynolds number calculated for the honey, do you think the fluid flow will be more laminar or turbulent? What about for water? Air?&lt;br /&gt;
&lt;br /&gt;
= Models =&lt;br /&gt;
&lt;br /&gt;
== 1) Honey (''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa  s) ==&lt;br /&gt;
&lt;br /&gt;
In the first example, we have a fluid with the viscosity of about that of honey, ''μ'' = 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pascal seconds (Pa s). You might imagine honey to be a pretty &amp;quot;stiff&amp;quot; liquid, which has something to do with its viscosity. What do you think will happen? Let's look at a few parameters of flow in the honey model.&lt;br /&gt;
&lt;br /&gt;
=== Velocity 1 (x-component) ===&lt;br /&gt;
[[File:Mu101.5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Things are pretty orderly and logical here. Not a whole lot changes over time. You might describe this flow system as &amp;quot;'''[https://en.wikipedia.org/wiki/Laminar_flow laminar]''',&amp;quot; since you can describe what will happen at any given point in the model space at any given time fairly easily. Note that velocity is highest near the cylinder where the honey must &amp;quot;squeeze by&amp;quot; the cylinder in order to keep up with the 1 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; inflow rate. This sets up a steep velocity gradient near the no-slip boundary of the cylinder, which we can see in the shear rate:&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Shear_stress Shear rate] is by definition the derivative of the velocity field, so it is no surprise that the highest shear values are in the areas next to the cylinder where the steep velocity gradient exists. If we break shear down into its component parts, we get [https://en.wikipedia.org/wiki/Vorticity vorticity]. Vorticity is the curl of the velocity field, or in other words, the rate of rotation of the angle between two particles as they slip past each other.&lt;br /&gt;
&lt;br /&gt;
=== Vorticity 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
Again, unsurprisingly, the curl is highest where the gradient of velocity is high. This makes sense because as two particles slip past each other at different velocities, their orientation changes (rotates) with regards to one another. Vorticity will be highest near the no-slip boundaries in a simple laminar system like this.&lt;br /&gt;
&lt;br /&gt;
=== Pressure 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
The pressure field should also make sense, because our one obstacle in this model sets up the overall gradient from inflow to outflow pretty nicely. Notice that the pressure values are very slightly higher on the [https://en.wiktionary.org/wiki/stoss stoss side] and slightly lower on the [https://en.wiktionary.org/wiki/lee lee side] of the cylinder. Note also that pressure gradients define the shortening and stretching of a system. Flow is shortened as it is forced towards the front of the cylinder and stretched as it goes past the cylinder.&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 1 ===&lt;br /&gt;
[[File:Mu101.5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number] describes how chaotic a system is. Since our system has almost no chaos, this plot is pretty boring at this viscosity.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the Reynolds numbers shown here are different orders of magnitude than those you calculated earlier. That's because the Reynolds numbers calculated via COMSOL are cell Reynolds numbers. This means that the Reynolds number is calculated using the characteristic length scale of the mesh grid size rather than the whole system. Despite this distinction, examining relative Reynolds numbers throughout the model will be useful for qualitatively describing what's happening with the flow.&lt;br /&gt;
&lt;br /&gt;
=== Discussion 1 - Honey ===&lt;br /&gt;
&lt;br /&gt;
[[File:Honey-miel.jpg|thumb|&amp;quot;The high viscosity of honey results in perfectly laminar flow when poured from a bucket, while the low surface tension allows it to remain sheet-like even after reaching the fluid below. ... when the flow meets resistance it slows and [shortens by folding] upon itself.&amp;quot;[https://en.wikipedia.org/wiki/Reynolds_number#Object_in_a_fluid] (used under Creative Commons 2.0)]]&lt;br /&gt;
&lt;br /&gt;
Okay, so what's happening here? Things look pretty &amp;quot;boring&amp;quot; so far. With the exception of the very first couple of frames, in which the fluid has not achieved its full velocity yet, all of the frames are visually nearly the same. As you can tell by the color scale on the velocity plot, the fluid is moving as fast as 2 m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; past the cylinder, but there seems to be no instability here. This system is the result of '''kinematic''' forces at work, but the system seems to be stable, i.e. there is very little '''dynamic''' element to this system. Another way to say this is that there is not much variance in any given cell through time.&lt;br /&gt;
&lt;br /&gt;
Why is this? Well, we said before that honey is &amp;quot;sticky.&amp;quot; In more technical terminology, higher viscosity means higher internal friction and resistance to deformation. This has the effect of dampening the inertial term in Navier-Stokes, and thus causes the flow to gain stability and to behave in a &amp;quot;boring,&amp;quot; predictable manner. Take another look at the Reynolds number plot. All areas on the plot are '''''Cell Re'' &amp;lt; 1'''. The overall ''Re'' is on the order of 10&amp;lt;sup&amp;gt;0.5&amp;lt;/sup&amp;gt;  (around 3.2) since velocity is 1.0 m/s, the linear dimension or cylinder width is 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; m, and viscosity is 10&amp;lt;sup&amp;gt;1.5&amp;lt;/sup&amp;gt; Pa s. This indicates a very stable and predictable flow, in which the kinematics of any one particle anywhere in the continuum can be described quite well mathematically. Let's take another look at the table we saw above:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=3|Quantifying qualitative descriptions of Reynolds number&lt;br /&gt;
|-&lt;br /&gt;
|Laminar&lt;br /&gt;
|Transitional&lt;br /&gt;
|Turbulent&lt;br /&gt;
|-&lt;br /&gt;
|''Re'' &amp;lt; 100&lt;br /&gt;
|100 &amp;lt; ''Re'' &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &lt;br /&gt;
|10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;  &amp;lt; ''Re''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Flows with Reynolds numbers of less than 100 are considered &amp;quot;laminar&amp;quot;. This model shows laminar fluid flow around a cylinder.&lt;br /&gt;
&lt;br /&gt;
== 2) Water (''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s )==&lt;br /&gt;
&lt;br /&gt;
Now let's look at how flow changes when viscosity is lowered more than four orders of magnitude to that of water, ''μ'' = 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt; Pa s (remember, we're holding density constant). What do you think will be different? What do you think the system will look like?&lt;br /&gt;
&lt;br /&gt;
=== Velocity 2 (x-component) ===&lt;br /&gt;
[[File:Mu10-3_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
Whoa! That's quite different. Notice that things initially begin laminar but start to decay into a regular pattern of &amp;quot;wobbling.&amp;quot; This process of vortex formation in the wake of the flow around the cylinder is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Notice also how violently the velocity vectors swing around as the vortices begin forming and shedding and the flow field oscillates from side to side.  Flow is actually going backwards in some places! Why?&lt;br /&gt;
&lt;br /&gt;
There's no question this flow is more dynamic than the first one. Technically, as you'll see just below, this is still a laminar flow. Why? Can you still predict what's happening in certain places or at certain times? Why or why not? Keep these questions in mind as you scroll through the next few plots.&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
Here we see the shear plot, which still tracks the derivative of the velocity field, but in this case it's much more dynamic as well. We can see the formation of vortices as the dominant shear jumps back and forth between the two sides of the cylinder. Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What a gorgeous vorticity plot. After you've admired it for a bit, can you describe what's happening here? Look back at the shear plot. When the newest vortex is about to detach from the [https://en.wikipedia.org/wiki/Windward_and_leeward lee side] of the cylinder, where is the shear rate highest?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
Look at the similarities between this pressure plot and the vorticity plot, and you'll notice that pressure is more or less inversely related to vorticity. Why? Can you think of real-life scenarios (other than flow past a cylinder in a flume) where you can observe this phenomenon? Recall the flow vectors going backwards. Given this pressure plot, can you give an explanation for this phenomenon?&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 2 ===&lt;br /&gt;
[[File:Mu10-3 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Notice the change in magnitude of the cell Reynolds numbers calculated in this model. Recall that higher Reynolds numbers suggest more turbulent flow while lower Reynolds numbers indicate more laminar flow. Where do you see the most turbulent flow in the model? The least? Why do you think this is happening?&lt;br /&gt;
&lt;br /&gt;
The overall Reynolds number for the system is 89. The Reynolds number doesn't quite make it above the critical number of 100 in order to be considered a &amp;quot;transitional&amp;quot; flow.  What is happening in this flow that keeps it relatively &amp;quot;predictable?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: The stippling is an artifact of the meshing process in COMSOL.''&lt;br /&gt;
&lt;br /&gt;
=== Discussion 2 - Water ===&lt;br /&gt;
&lt;br /&gt;
The vortex shedding pattern shown in these examples develops after a couple of brief moments in which the flow is fairly laminar and there are few dynamics acting on the system. Then the system begins to develop an instability. In real life this instability is the result of tiny perturbations on the surface of the cylinder that cause differences in the boundary layer thickness as flow passes, causing one side to briefly slip faster than the other. The momentum of the vortex continues over to the other side of the cylinder, which increases the fluid pressure on that side and thus slows flow. As pressure always wants to equilibrate, this process reverses and a competing vortex is sent spinning to the opposite side. If flow conditions do not change, this process will continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, fluid particles will accelerate over time—'''∂v / ∂t'''—towards areas of low pressure—'''- ∇P''' (or decelerate if they are already traveling away from an area of low pressure). In order to figure out whether a particular particle will accelerate (or decelerate) towards a certain area of pressure, you'd have to examine the direction magnitude component partial differentials of the velocity and term, '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;U'''. In other words, the ''grad'' ('''∇''') symbol is a shorthand for the fact that you're looking at something that changes in more than one linear dimension (in the case of this simple 2D model, '''∇''' denotes that the variable will change in both ''x'' and ''y'').&lt;br /&gt;
&lt;br /&gt;
In a 3D model, the same patterns hold true. Let's look at a particle model of the same process. Particles in the first plot here are given colors based on the ''x'' component of their velocity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
In the second plot, particles are given colors based on their vorticity.&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-01-Water Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
As a fluid becomes less viscous, the momentum term will begin to dominate the Navier-Stokes solution, meaning that the internal shear strength of the fluid is less able to keep it from deforming. As we said before, in this ''flow past a cylinder'' model, that means vortex shedding will become more and more viable at either lower viscosities or higher velocities.&lt;br /&gt;
&lt;br /&gt;
=== Real-world applications ===&lt;br /&gt;
&lt;br /&gt;
[[File:Transitional.jpg|thumb|Quasi-laminar flow past a cylinder (a GPS survey staff) on Third River in Montclair, NJ. (Photo: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Pictured at right, a GPS survey staff causes a slight flow instability downstream.&lt;br /&gt;
&lt;br /&gt;
As beautiful as they are, von Kármán vortex streets are an engineering problem in many real-world applications.  Vortex shedding can put enormous shear forces on the mechanical joints of the survey mount, which can cause brittle failure (see below).&lt;br /&gt;
&lt;br /&gt;
[[File:Mount-shear.jpg|200px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
[[File:Mount-shear-zjoint.jpg|632px|A survey mount with the Z-joint shorn off.]]&lt;br /&gt;
&lt;br /&gt;
Low pressure behind a cylindrical marine survey mount pole can cause approximately an order of magnitude more drag than a hydrodynamic shape like a teardrop, even at low speeds. Stainless steel &amp;quot;fairings&amp;quot; are sometimes used to reduce this drag and stop the pole from flexing.&lt;br /&gt;
&lt;br /&gt;
[[File:ADCPfairing.JPG|A fairing sheath used to reduce drag on a survey mount pole.]]&lt;br /&gt;
[[File:ADCPfairing_operation.JPG|Fairing sheath in action. Note teardrop shape, meant to reduce pressure instability behind survey mount pole.]]&lt;br /&gt;
&lt;br /&gt;
Now, let's take a look at this behavior in a fluid with two orders of magnitude less viscosity than water: air.&lt;br /&gt;
&lt;br /&gt;
==3) Air (''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s)==&lt;br /&gt;
&lt;br /&gt;
Air has a viscosity of ''μ'' = 10&amp;lt;sup&amp;gt;-5&amp;lt;/sup&amp;gt; Pa s (still holding density and velocity constant). How do you think this will affect the deformation of the fluid?&lt;br /&gt;
&lt;br /&gt;
=== Velocity (x-component) 3 ===&lt;br /&gt;
[[File:Mu10-5_ux1_velocity.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Shear rate 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 shear.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Vorticity magnitude 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 vorticity.gif]]&lt;br /&gt;
&lt;br /&gt;
What is happening to the vorticity as the fluid moves further past the cylinder? Energy from the disturbance propagates forward and eventually dissipates. Can you see where this is happening from each of other variable plots as well?&lt;br /&gt;
&lt;br /&gt;
=== Pressure 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 pressure.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Reynolds number 3 ===&lt;br /&gt;
[[File:Mu10-5 ux1 reynolds.gif]]&lt;br /&gt;
&lt;br /&gt;
Note: The stippling is an artifact of the meshing process in COMSOL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Discussion 3 - Air ===&lt;br /&gt;
&lt;br /&gt;
This specific type of oscillating flow is called a [https://en.wikipedia.org/wiki/K%C3%A1rm%C3%A1n_vortex_street von Kármán vortex street] (VKVS), named after [https://en.wikipedia.org/wiki/Theodore_von_K%C3%A1rm%C3%A1n Theodore von Kármán], the Hungarian-American physicist who first described it in detail. The process that leads to this type of flow is called [https://en.wikipedia.org/wiki/Vortex_shedding vortex shedding]. Let's take a deeper look at how these vortices are forming by looking at the particle solution generated in SPH. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air_VelX.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2019-03-02-Air Vort VelMagVectors.gif]]&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets refer to the double row of vortices being shed from either side of the cylinder. The vortices formed from one side rotate in the opposite direction as the vortices formed from the other side. Each respective vortex row is referred to as a vortex street. Notice that angles at which the vortexes are moving relative to each other. &lt;br /&gt;
&lt;br /&gt;
Compare the vortices here to those generated in the water flow around a cylinder model. What stands out to you about these vortices and what do you think is causing those differences? The ability of these vortices to maintain their form and stability through the entire simulation is remarkable. What do you notice about how they change over time and space? You may notice that these vortices are spaced differently and that they are different sizes than those from the water flow model. These VKVS can be described using several parameters:&lt;br /&gt;
&lt;br /&gt;
The geometry of a VKVS can be defined by two dimensionless ratios, their '''aspect ratio''' and their '''dimensionless width'''. The aspect ratio is equal to '''h/a''' where h is equal to the separation  distance between 2 the counter-rotating vortex streets and a is the the distance between 2 vortices in the same vortex street. What would you estimate this ratio to be for the vortices above? The dimensionless width of the VKVS is '''h/D''' where D is the diameter of the obstacle (cylinder in this case). In other words, the dimensionless width is just the ratio of the vortex street width to the width of the obstacle. What would you estimate the dimensionless width to be for the vortex street above? These parameters allow us to compare the geometry of vortex streets that vary vastly in size scale. The stable aspect ratio and dimensionless widths observed in lab settings are 0.28 and 1.2, respectively. How do these compare to those you calculated for this VKVS?&lt;br /&gt;
&lt;br /&gt;
The vortex shedding frequency of a VKVS can be calculated from its [https://en.wikipedia.org/wiki/Strouhal_number Strouhal number], which describes the periodicity of oscillating flow mechanisms. The Strouhal number (St) is calculating using the frequency of vortex shedding (f), the obstacle/object diameter (D), and the flow velocity (u): '''St = f*D/u'''. Knowing the cylinder diameter (0.1 m) and the flow velocity (1.0 m/s), can you count the vortex shedding frequency from the animation to calculate the Strouhal number of this VKVS?&lt;br /&gt;
&lt;br /&gt;
These von Kármán vortex streets are well-studied fluid phenomena that occur during the transition to turbulence (when 100 &amp;lt; Re &amp;lt; 10&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;). Vortex shedding has many real-world engineering and design applications, some of which were described in the water flow discussion. Next, let's learn about their atmospheric counterparts!&lt;br /&gt;
&lt;br /&gt;
=== Real-world Applications ===&lt;br /&gt;
&lt;br /&gt;
[[File:canaryIslands_tmo_2015140.jpg|thumb|900px|right|View of atmospheric VKVS off of Madeira and the Canary Islands on May 20, 2015 from the NASA TerraX Satellite.]]&lt;br /&gt;
&lt;br /&gt;
von Kármán vortex streets have been thoroughly-modeled in lab settings, but they occur naturally more often than you might think. In fact, the first VKVS described by Theodore von Kármán were observed in the sky. He noticed remarkable swirling patterns in the clouds forming on the lee side of an island. These VKVS occur on a much larger scale than the VKVS that are modeled in lab settings. In the case of these atmospheric vortex streets, there are vertical forces, atmospheric pressure and temperature gradients, and a whole slough of other factors that influence the geometry and stability of the vortices. Many studies have modeled atmospheric VKVS such as the ones shown in the image to the right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the case of these atmospheric VKVS, the island acts as the cylinder in our fluid flow models, creating the flow disturbance. As air flows around the island obstacle, vortex shedding begins and these counter-rotating vortices propagate downwind. Do you notice any other differences between these atmospheric VKVS and the simulated VKVS from our air flow around a cylinder model? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using the scale bar in the image, measure the linear dimension (D) or width of Madeira. Using a wind speed of 10 m/s and the viscosity of air, can you calculate the general Reynolds number for flow around Madeira using the same steps as you previously did in the module?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now use the same scale bar to measure and characterize the geometry of these atmospheric VKVS. What's the aspect ratio of the VKVS created by Madeira? The dimensionless width? How do these compare to those values observed in lab settings?&lt;br /&gt;
&lt;br /&gt;
= Conclusions =&lt;br /&gt;
&lt;br /&gt;
This module has introduced you to some of the tools that you can use to qualitatively and quantitatively characterize fluid flow as well as the physics behind it. The Navier-Stokes momentum equation governs the fluid particle motion while the Reynolds number describes the flow regime. The von Kármán vortex streets generated in the transition to turbulence can also be characterized by their aspect ratio, dimensionless width, and vortex shedding frequency (Strouhal number). Now that you have explored and described the transition to turbulence through models of fluid flow around a cylinder, you can use your knowledge to examine turbulence and flow behavior in other fluid systems!&lt;br /&gt;
&lt;br /&gt;
= Bonus: Complex flows =&lt;br /&gt;
&lt;br /&gt;
Although our module focused on models of simple fluid flow, more complex flows make up the vast majority of flow behavior you'll encounter in the real world. It's important to note that the systems modeled above above are highly simplified in order to highlight the physical forces acting on fluids. Below are some examples of more complex flow systems that one might encounter in the real world.&lt;br /&gt;
&lt;br /&gt;
== Fully turbulent flows ==&lt;br /&gt;
&lt;br /&gt;
[[File:Turbulent.jpg|thumb|Even at low flow, a US Army Corps of Engineers flood control project on the Hoosac River in North Adams, Massachusetts causes a brief transition from laminar to turbulent flow. Photo was taken four years to the day after Hurricane Irene (see GIF, left), the flood of record at USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] (green shed with solar panel in this photo). (Photo: Ian Nesbitt, August 28, 2015, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
Fully turbulent flow, where '''2000 &amp;lt; Re''' and predictability over a scale larger than a couple of particles or beyond a couple of time steps approaches zero, is very difficult to model. In some cases, flows of this nature are easier to compute and the solutions are better represented by [[Smoothed Particle Hydrodynamics|Smoothed Particle Hydrodynamic]] models, in which individual particle smoothing kernels, rather than mesh elements, define the behavior of the fluid. However, flows in high Reynolds cases are are difficult to describe mathematically, and thus solutions that approach full turbulence in continuum or smoothed particle models can take orders of magnitude longer to compute.&lt;br /&gt;
&lt;br /&gt;
[[File:Fullturbulence.gif|(Hurricane Irene flood GIF: Ian Nesbitt, licensed under Creative Commons 4.0)]]&lt;br /&gt;
&lt;br /&gt;
The gif above was filmed on August 28, 2011, near peak flow during Hurricane Irene, the current flood of record for USGS gaging station [https://waterdata.usgs.gov/nwis/uv/?site_no=01332500 01332500] near Williamstown, MA. The video shows flow over a US Army Corps of Engineers (USACE) flood control structure (also pictured at baseflow on right). The concrete-bedded flood control flume has low bed roughness and thus high velocity, and comparatively lower ''Re''. Flows like this can be very erosive when they encounter a jump in bed roughness due to a transition from a flood-control flume with a concrete bed to natural (rougher) bed conditions. The purpose of induced turbulence—from USACE's perspective—is to limit scour caused by a sudden increase in bed roughness. By increasing turbulence and thereby reducing friction at the boundary layer, the flow will not be quite as erosive in its transition between bed conditions. The flow captured in this video is at or near the flood control project's design capacity to limit the destructive nature of the flow, and thus this event still eroded cobble- and boulder-sized particles from the natural bed.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Multiphase&amp;quot; flows ==&lt;br /&gt;
&lt;br /&gt;
Using a particle physics solution, one can model fluid particle behavior without the need for computationally remeshing, which can have substantial processing power overhead in a continuum model. In this case we use the word &amp;quot;multiphase&amp;quot; to describe the use of two fluids, each with different properties, to initialize the model. The following GIF shows a DualSPHysics two-phase example model of a dam break, where a parcel of water flows over and deforms denser substrate (sediment) material. This type of model can be used to examine physical processes of erosion at a small scale, and potentially could be used to reproduce and expound on results of physical modeling studies of these phenomena.&lt;br /&gt;
&lt;br /&gt;
[[File:MultiphaseSPH_01.gif]]&lt;br /&gt;
&lt;br /&gt;
As you can see here, water flowing on the surface of the sediment creates shear stress at the bed, which both deforms the sediment to certain depths, and entrains grains from the surface. You'll notice that as the front of the flow takes on sediment it behaves more like a debris flow than a water wave. This has the effect of buoying dense sediment up to the surface, which then remains entrained as the flow hits the wall and begins to curl around. From the DualSPHysics documentation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;These multi-phase sediment scouring phenomena are induced by rapid flows creating shear forces at the surface of the sediment which causes the surface to yield and produce a shear layer of sediment suspended particles at the interface and finally sediment suspension in the fluid. Applications include scouring in industrial tanks, port hydrodynamics, wave breaking in coastal applications and scour around structures in civil and environmental engineering flows among others.&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some of the more relevant physical properties of this model are shown in the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!colspan=6|Fluid properties of multiphase model&lt;br /&gt;
|-&lt;br /&gt;
|''Fluid''&lt;br /&gt;
|''Density (kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Viscosity (Pa s)''&lt;br /&gt;
|''Speed of sound (m s&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)''&lt;br /&gt;
|''Cohesion coeff.''&lt;br /&gt;
|''Angle of internal friction (deg)''&lt;br /&gt;
|-&lt;br /&gt;
|'''Water'''&lt;br /&gt;
|1000&lt;br /&gt;
|0.001&lt;br /&gt;
|80&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|'''Saturated sediment'''&lt;br /&gt;
|1500&lt;br /&gt;
|0.002&lt;br /&gt;
|81&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A physical multiphase model typically involves a flume, a pump, and a specific particle size or range of sizes to test the effects that flow-induced boundary stress will have on particle saltation, sliding, and entrainment. A simple sediment flume demonstration conducted by Dr. Ronadh Cox (Williams College) is shown below. Apart from the geometry, one major difference between this physical model and the numerical one is that the grain density is that of quartz (2650 kg m&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;) in the physical model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;XAyA_p99njw&amp;lt;/youtube&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ian</name></author>	</entry>

	</feed>