lec9
.pdf
keyboard_arrow_up
School
The University of Sydney *
*We aren’t endorsed by this school
Course
5318
Subject
Mechanical Engineering
Date
Oct 30, 2023
Type
Pages
6
Uploaded by MateMask24707
AMME5202 Lecture 9 Summary:
Turbulence
Turbulence occurs when hydrodynamic instability prevents a steady flow from occurring.
Energy which is contained in large scale motions with a size
L
is passed down to smaller
length scales via an energy cascade until the scales are small enough for viscosity to
dissipate their energy.
One critical feature of this energy cascade is that it relies on
three dimensional motion.
Two dimensional simulations cannot correctly capture the
turbulent energy cascade. The amount of turbulence in a flow is related to the Reynolds
number,
Re =
uL
ν
.
Different situation call for various choices of velocity and length scale used in this cal-
culation.
Turbulence presents a significant problem for computational fluid dynamics.
In order
to simulate a turbulent flow, the simulation must use a sufficient grid resolution in
order to capture all turbulent length scales of the flow.
It is also impossible to use a
two dimensional simulation so even flows which appear two dimensional such as the
ducts, flows over steps and over airfoils that we have studied must be run using a third
dimension. Also the simulation will never reach a steady state, generally will need to run
until a large number of time samples are calculated in order to capture time averaged
quantities of interest.
The smallest length scales are given by the Kolmogorov length scale
l
K
.
The ratio
between the Kolmogorov length scale and the energy containing scales is,
L
l
K
∼
Re
3
4
In order to illustrate the computational requirements for direct numerical simulation of
turbulent flows, let us consider a duct with a typical engineering scale Reynolds number
of 100,000. Assuming that we have a grid size equal to the Kolmogorov length scale and
a domain size at least equal to the energy containing scale then the number of grid points
is roughly proportional to Re
3
4
. Now since we need that many cells in three dimensions,
the total number of cells is,
n
∼
Re
9
4
= 1
.
8
×
10
11
.
If each cell requires the storage of four variables using 8 bytes of computer memory
each then that is roughly 5
.
8
×
10
12
bytes or 5.8 TB of memory required.
This scale
of simulation is still not feasible on the worlds largest supercomputers.
This is why
turbulence modelling is an important area of research.
1
Tensor notation
In the remainder of this lecture we will introduce tensor notation. Tensors are a gen-
eralized way to represent scalars, vectors and matrices as well as higher rank tensors
which have no equivalent. A scalar is a rank zero tensor, a vector is a rank one tensor
and a matrix is a rank two tensor. In this course we will use Greek subscripts to denote
tensors, for example a vector is written as,
u
˜
=
u
α
,
where
α
can take three values, 1, 2 and 3 corresponding to the
x
,
y
, and
z
directions. In
tensor notation summation is implied over repeated indices, for example we would write
the dot product as,
u
˜
·
v
˜
=
u
α
v
α
=
u
x
v
x
+
u
y
v
y
+
u
z
v
z
.
The del operator
∇
˜
, a vector of derivatives, is written as,
∇
˜
=
∂
α
.
The gradient of a scalar is written using the del operator,
∇
˜
φ
=
∂
α
φ.
The divergence of a vector is written as,
∇
˜
·
u
˜
=
∂
α
u
α
.
A matrix vector product can be written as,
A
αβ
u
α
=
A
xx
u
x
+
A
yx
u
y
+
A
zx
u
z
A
xy
u
x
+
A
yy
u
y
+
A
zy
u
z
A
xz
u
x
+
A
yz
u
y
+
A
zz
u
z
.
A commonly used tensor is the Kronecker delta,
δ
αβ
=
1
:
α
=
β
0
:
otherwise
The Kronecker delta is equivalent to the identity matrix. Multiplication by the Kronecker
delta where one index is repeated is equivalent to replacing the repeated index by the
other one,
A
αβ
δ
βγ
=
A
αγ
The trace of a matrix is a scalar, it may be written as,
A
αβ
δ
αβ
=
A
xx
+
A
yy
+
A
zz
2
The cross product makes use of the Levi-Civita symbol of rank and dimension three.
It’s value is 0 if any indices are repeated, 1 if the indices are all unique and form a
cyclic permutation of
{
1
,
2
,
3
}
and
-
1 if the indices are unique and form an anti-cyclic
permutation of
{
1
,
2
,
3
}
,
ε
αβγ
=
+1
for
{
α, β, γ
}
=
{
1
,
2
,
3
}
or
{
2
,
3
,
1
}
or
{
3
,
1
,
2
}
-
1
for
{
α, β, γ
}
=
{
3
,
2
,
1
}
or
{
2
,
1
,
3
}
or
{
1
,
3
,
2
}
0
otherwise
The definition of a cross product is,
u
˜
×
v
˜
=
ε
αβγ
u
β
v
γ
.
Notice that two of the indices are repeated and hence summed over, one index is not
repeated so the result is a vector.
The convective form of the Navier-Stokes equations can be written as,
∂
α
ρu
α
= 0
∂
t
u
α
+
u
β
∂
β
u
α
=
-
1
ρ
∂
α
P
+
ν∂
β
∂
β
u
α
Reynolds-averaged Navier-Stokes equations
In order to model the effects of turbulence, the flow variables
u
α
and
P
are split into
mean and fluctuating quantities,
¯
u
α
=
1
t
1
-
t
0
Z
t
1
t
0
u
α
d
t
Now the fluctuating component is,
u
0
α
=
u
α
-
¯
u
α
.
The same definitions are used for mean and fluctuating pressure. These definitions are
substituted into the Navier-Stokes equations,
∂
α
u
α
= 0
∂
t
u
α
+
∂
β
u
α
u
β
=
-
1
ρ
∂
α
P
+
ν∂
β
∂
β
u
α
and the time average of the entire set of equations is taken resulting in,
∂
α
(¯
u
α
+
u
0
α
) = 0
∂
t
(¯
u
α
+
u
0
α
) +
∂
β
(
¯
u
α
+
u
0
α
)(
¯
u
β
+
u
0
β
)
=
-
1
ρ
∂
α
(
¯
P
+
P
0
)
+
ν∂
β
∂
β
(¯
u
α
+
u
0
α
)
.
3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
You are developing a porous membrane for use in a dialysis system. The membrane must be able to retain both protein and glucose on the inlet side and allow other, smaller molecules to flow through.
You have found that the membrane is 0.25 mm thick and contains long, rectangular pores with a width of 0.1 microns. 57% of the 50 cm^2 membrane surface area is covered with pores. A test fluid (viscosity =
1.5 cP, density = 1015 kg/m^3) is passed through the membrane. You can assume that the test fluid has a
composition similar to that of blood plasma.
An initial test is run at physiological conditions, and you observe that the flow rate of fluid through the membrane is 500 cm^3/min. Given this data, what must the hydrodynamic pressure drop across the membrane in your test system be in pascals?
arrow_forward
The true option
arrow_forward
A- Womersley number (a) of a human aorta is 20 and for the rabbit aorta is 17, the blood density is approximately the same across the species. The values of viscosity were 0.0035 Ns/m² for the human and 0.0040 Ns/m² for the rabbit. The diameter of the aorta is 2.0 cm for the man, and 0.7 cm for the rabbit, estimate the heart rate beats per minute (bpm) for both species
arrow_forward
1) At any time, approximately 20 volcanoes are actively erupting on the Earth, and 50–70
volcanoes erupt each year. Over the past 100 years, an average of 850 people have died
each year from volcano eruptions. As scientists and engineers study the mechanics of lava
flow, accurately predicting the flow rate (velocity) of the lava is critical to saving lives
after an eruption. Jeffrey's equation captures the relationship between flow rate and
viscosity as:
Flow
V = Pgt sin(@)
28 сm
10
where p is the density of the lava, g is gravity, t is the flow thickness, a is the slope, and u
is the lava viscosity. Typical values are given as follows for the flow rate:
u= 4x103 kg/(m.s) ±1%
p= 2.5 g/cm³ ±1%
t= 28 cm +0.5 cm
a= 10° +1 °
g= 9.81 m/s?
Determine the likely maximum possible error in the calculated value of the flow rate.
arrow_forward
Drop-load (I)This exercise is part of a series of problems aimed at modelling a situation by progressively refining our model to consider more and more parameters. This progressive approach is very close to what professional scientists do!
Context
We want to lower a suspended load in a controlled way so that it hits the ground with a speed whose modulus is not too great. To do this, the suspended load (B) is connected by a rope passing through a pulley to another mass (A), which can move on a horizontal surface.
Information
The masses of the charges A and B are known.The pulley is a ring of mass mp and radius R that can rotate without friction.The surface on which mass A is placed is horizontal.There is no friction between mass A and the surface on which it is placed.The string attached to mass A is perfectly parallel to the surface on which the mass rests.
SchematizationDraw a diagram of each object that interests us. Draw x- and y-axes for each object. Draw and name each force…
arrow_forward
Drop-load (I)This exercise is part of a series of problems aimed at modeling a situation by progressively refining our model to take into account more and more parameters. This progressive approach is very close to what professional scientists do!
context
We want to lower a suspended load in a controlled way, so that it hits the ground with a speed whose modulus is not too great. To do this, the suspended load (B) is connected by a rope passing through a pulley to another mass (A), which can move on a horizontal surface. To slow down the descent, we added a spring behind the mass (A).
Information
The masses of the charges A and B are known.The mass of the rope itself is negligible (very small compared to the loads).The pulley has negligible mass and can rotate without friction.The charge ? is initially stationary and is at a known height h.The surface on which mass A is placed is horizontal.There is no friction between mass A and the surface on which it is placed.The string attached…
arrow_forward
COE0051 FLUID MECHANICS
2
PROPERTIES OF FLUIDS
Section Break (Continuous)-
1. A 30x60 cm plate is pulled through the oil with viscosity of 0.05 kg/m-s. The distance between the parallel plates are
1.5 cm. If the plate is need to pull at the rate of 0.4 m/s, what is the force needed to attain this velocity?
FIXED PLATE лиши
1.5 cm
FIXED PLATE
October 20, 2022
.5 cm
1.0 cm
.4 m/s
arrow_forward
2. Casson model was discussed in class in the context of blood rheology. This
phenomenological model is often used to describe the shear stress vs. shear rate relationship
in colloidal suspensions where particle aggregation might cause the measured viscosity to
increase at low shear rates. In an experiment, data for the shear stress and the applied
shear rate S were fitted to the Casson model written below (in a slightly different form
compared to that given in the lecture notes):
√t = √²₁+√as.
(1)
The best least square fit parameters to the experimental data were found to be 40 mPa for the yield
stress to and 2.5 mPa s for the parameter a, which is referred to as the plastic viscosity.
a. Using Eq. (1), derive an expression for the fluid viscosity u as a function of S.
b. Plot the viscosity of the fluid as a function of S for 0.1s¹ ≤S≤ 10 s¹.
c. Based on class discussion on fluid classification, how would you characterize this fluid?
arrow_forward
Choose the incorrect statement/s about fluid flows.
Select the correct response(s):
Whenever the flow parameter does not change with distance along the flow path, the fluid flow is uniform
It is non-uniform fluid flow when the flow parameters change and are varied at different points in the flow path
It may change from point to point (velocity, pressure, cross-section) but not over time with a steady flow.
Conditions vary from point to point in the stream, but remain constant over time for a steady non-uniform flow.
When the conditions in any part of the fluid are constant over time, the flow is said to be unstable
There are two parameters common to all fluid flow: the particle velocity and the fluid pressure.
arrow_forward
Fluid Mechanics Problem:
Assume all fluids are 20oC.
arrow_forward
%A l, l.
exercisec sheet.pdf
->
Q7: Find the value of mass (mo) to move the mass 150 lb. downward the
surface
T
150 Ib
mo
H=03
20
Q8: The acceleration of a particle as it moving along a straight line is given
by a = 2t-1 m/s. Where t is in seconds. If s = 1 m and v = 2 m/s where
t = 0. Determine the particles velocity and position when t = 6s. also
determine the total distance the particle travels during this time period.
Q9: The van is travelling at 20 km/hr when the coupling of the trailer as
A fails. If the trailer has a mass of 250 kg and coasts 45m before coming
to rest, determine the constant horizontal force F created by rolling
friction which causes the trailer to stop.
Q10: The double inclined plane supports two blocks A and B. each
having a weight of 10 lb. If the coefficient of kientic friction between the
blocks and the palne is uk = 0.1, determine the acceleration of each
block.
II
arrow_forward
i need the answer quickly
arrow_forward
In mechanical fluid
arrow_forward
Fluid Mechanics Problem
Note: Fluids are assumed to be at 20oC.
arrow_forward
A graduating engineering student opted to choose a thesis topic which involves the study of fluid flow. In his experimental setup, he used a circular tube in order to analyze the pressure drop (ΔP). During the preparation for the actual experimentation, he found out that the parameters involved were tube length (l), hydraulic diameter (d), surface roughness (e), with fluid of density (ρ) and viscosity (μ) moving with average velocity (v). Due to his insufficient knowledge on fluid mechanics, he approached you and asked for helped as someone who passed the course. In order to prove your knowledge gained, you now need to obtain an expression in non-dimensional form in order to analyze the relationship among the parameters involved.
*surface roughness is usually measured in terms of micro-inches.
arrow_forward
#4
1.11 For a small particle of styrofoam (1 lbm/ft) (spherical,
with diameter d = 0.3 mm) falling in standard air at speed V,
the drag is given by FD-3mVd, where is the air viscosity.
Find the maximum speed starting from rest, and the time it
takes to reach 95 percent of this speed. Plot the speed as a
function of time.
s)
Answer: (Vmax=0.0435",t=0.0133
S
arrow_forward
follow the format to answer the question
arrow_forward
7. Using the velocity distribution for a laminar, incompressible flow of a Newtonian fluid in a long vertical tube, for a fluid whose density is 300 kg per cubic meter and viscosity is 1x10 - 4 Pascal-second travelling along a long circular tube of cross sectional area of 1 cm2 owing to a pressure gradient of 1,000 Pascal per meter, the average velocity in meter per second (m/s) is
Please help asap
arrow_forward
A small low-speed wind tunnel is designed to calibrate hot wires (anemometer wires) (Figure 2). The air temperature is 19 OC. The test section of the wind tunnel is 30 cm in diameter and 30 cm in height. The flow through the test section must be as uniform as possible. The speed range of the wind tunnel varies from 1 M/s to 8 M/S, and the design will be optimized with an airspeed of V= 4.0 M / s in the test section. For a flow state at a speed of 4.0 m/S, which is almost uniform at the entrance to the test section, how fast does the air velocity on the tunnel axis accelerate to the end of the test section?Note: kinematic viscosity of air at 19 C ν=1. 507x10-5 m2 / s
arrow_forward
A well with 4 in. radius produces oil with a
viscosity of0.3 cP, at a rate of 200 barrels/day,
from a reservoir that is 15 ft.thick. The pressure
in the wellbore as a function of time is:
t (mins)
1
5
10
20
30
60
Pw(psi)
4740
4667
4633
4596
4573
4535
Use the "semi-log straight line" method to
estimate the permeability, K
arrow_forward
PROPAGATION OF ERROR
You are tasked to supervise the design of 0.5MW wind turbine to be constructed in a Wind Farm in Pililla, Rizal. Suppose the design criteria are as follows: The air density as surveyed after 2 year period averaged at 1.225 kg / cubic meter. The sweeping diameter of the rotor blades is 125m, and the anemometer reading in the area amounts to 4.2m/s on a 2 year period of survey. What is the theoretical power output of the turbine assuming 100% efficiency of operation? Your answer must be in kW and in two decimal places with correct signs.
In the previous problem, if the diameter measurement is off by 0.1m and the anemometer reading is also fluctuating by 0.05m/s and if the error measurement for theoretical power output must be limited to 3%, WHY OR WHY NOT should you accept the design? *
Show complete solution in paper.
arrow_forward
I have attempted the question solve this
arrow_forward
>
| E9
docs.google.com/form
تبديل الحساب
Questions
7 نقاط
Q1/ The power of 6-blade flat blade turbine agitator in a tank is a function of diameter of impeller, number of
rotations of the impeller per unit time, viscosity and density of liquid. From a dimensional analysis, obtain a
relation between the power and the four variables.
3.
صفحة 2 من
arrow_forward
When a chalk is broken into dust-like particles, the particles take a long time to
settle down to the ground when compared to the original chalk although the
density of the chalk and the viscosity of air remain the same. The reasons for this
are:
(i)
(ii)
(i)
(ii)
The Reynolds number is very low due to reduced length scale of the dust.
The dust particle is much lighter than the chalk.
The viscous force is a surface force proportional to the length square while
the gravitational force is a body force proportional to the length cube. At
very small length scale, length square is much larger than length cube.
(iii)
(A)
(B)
The largest animal is found in sea as it requires no energy to support its weight
by using hydrostatic principle. However bird has to support its own weight by
using Bernoulli principle to create pressure difference while in flight. Bird cannot
be very large and there are also fewer species of large bird than small bird. The
reasons are:
There is less food in the air…
arrow_forward
Select the most suitable complement among listed options fe
T) Real fluids
(a) are viscous (b) possess surface tension (c)
(d) possess all the above properties
(e)
2) In a static fluid
(b) fluid pressure is zero (c) linear deformation is small
(a) resistance to shear stress is small
(e) viscosity is nil.
(d) only normal stresses can exist
3) When the flow parameters at any given instant remain same at every point, then flow is said to be
(d) uniform (e) Static. (a) Turbulent (b) Steady state (c) laminar
are compressible
possess none of the above properties.
arrow_forward
An oil of density 930kg/m and viscosity 0.02 Pa s flows through a pipeline with
diameter 3 m at a velocity of 1.95 m/s. To replicate the behaviour of this flow in
a 0.1 m diameter pipe in a laboratory using water (density 1000 kg/m,
viscosity 0.001 Pas), what flow velocity is required?
7.
arrow_forward
The following figure shows a “wetted-wall” column, in which a thin film of a reacting liquidof viscosity μ flows steadily down a plane wall, possibly for a gas-absorption study. The volumetricflow rate of liquid is specified as Q per unit width of the wall (normal to the plane of the diagram).Assume that there is only one non-zero velocity component, vx , which does not vary in the x directionand that the gas exerts negligible shear stress on the liquid film.(a) Simplify the continuity equation and show that vx = vx(y), i.e., it is a function of y only.(b) Simplify the momentum balance equation in the y-direction and show that dP/dy=0 i.e.,there is no variation of pressure horizontally across the film. Since atmyP =Patm everywhere in the film is equal to Patm. This also means that dP/dx=0(c) Simplify the momentum balance equation in the x-direction and show that it equals the equation c in the image.(d) Solve the above equation with appropriate boundary conditions and show that it…
arrow_forward
Fluid Mechanics
arrow_forward
A new implantable drug delivery device is being developed in your lab. The device prototype is a very thin strip (0.1mm × 1mm × 15mm) of polymer coated on both sides with 22 milligrams of solid drug particles. To test the drug delivery profile, you
"implant the device by suspending it in a homogenous model fluid that has following
properties: viscosity = 0.0018 Pa.s, density = 1.32 g
cm^-3, temperature = 37°C. The diffusivity of the drug is estimated to be 2.113×10^-6 cm^2/S.
1. Determine how far the drug would penetrate into the fluid in 2.2 hours.
arrow_forward
An important parameter in fluid flow problems involving thin films is the Weber number (We) which can be expressed in equation form as We=[pv^2L/(omega)] where p is the density of the fluid, v is a velocity, L is a length, and (omega) is the surface tension of the fluid. If the Weber number is dimensionless, what are the dimensions of the surface tension (omega)?
arrow_forward
What is the volume of 92.4 grams of chlorine gas that is at a
temperature of 46° C and a pressure of 694 mmHg? (Chlorine, R =
62.4 L- mm Hg/mole K and MW = 70.906 g/ mol)
Computation: Show your Solution
A lump of ice falls from an airplane as it comes into land. If the ice
hits the ground with a vertical speed of 85m/s, what was the height
of the plane when the ice fell off? (Assume that friction can be
ignored.)
arrow_forward
B2) An automotive engine can be assumed as rectangular block with approximation
size 0.4 m high, 0.6 m wide, and 0.7 m long as shown in Figure 6. The ambient air is
at 1 atm and 15°C where air density (P) = 1.225 kg/m and kinematic viscosity (v) =
1.47x105 m2/s.
Air
85km/h
15°C
Engine
Block
Figure 6
a) Calculate the friction coefficient (C) and investigate the force acting on the
bottom surface of the engine block as the car travels at the velocity of 85 km/h.
Assume the flow to be turbulent (Cr = 0.074/Re5) over the entire surface
because of the constant agitation of the engine block.
b) An engine oil at 40°C with kinematic viscosity (v) = 2.485×104 m³/s is flowing
over a long flat plate with velocity of 4 m/s. Determine the critical distance xer
from the leading edge of the plate where the flow become turbulent (Recr =
5x105), and analyze the thickness of the boundary layers over a length of 2xer.
Given boundary layer thickness for laminar flow is, öx = 4.91x/Re,2 and
turbulent flow,…
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Principles of Heat Transfer (Activate Learning wi...
Mechanical Engineering
ISBN:9781305387102
Author:Kreith, Frank; Manglik, Raj M.
Publisher:Cengage Learning
Related Questions
- You are developing a porous membrane for use in a dialysis system. The membrane must be able to retain both protein and glucose on the inlet side and allow other, smaller molecules to flow through. You have found that the membrane is 0.25 mm thick and contains long, rectangular pores with a width of 0.1 microns. 57% of the 50 cm^2 membrane surface area is covered with pores. A test fluid (viscosity = 1.5 cP, density = 1015 kg/m^3) is passed through the membrane. You can assume that the test fluid has a composition similar to that of blood plasma. An initial test is run at physiological conditions, and you observe that the flow rate of fluid through the membrane is 500 cm^3/min. Given this data, what must the hydrodynamic pressure drop across the membrane in your test system be in pascals?arrow_forwardThe true optionarrow_forwardA- Womersley number (a) of a human aorta is 20 and for the rabbit aorta is 17, the blood density is approximately the same across the species. The values of viscosity were 0.0035 Ns/m² for the human and 0.0040 Ns/m² for the rabbit. The diameter of the aorta is 2.0 cm for the man, and 0.7 cm for the rabbit, estimate the heart rate beats per minute (bpm) for both speciesarrow_forward
- 1) At any time, approximately 20 volcanoes are actively erupting on the Earth, and 50–70 volcanoes erupt each year. Over the past 100 years, an average of 850 people have died each year from volcano eruptions. As scientists and engineers study the mechanics of lava flow, accurately predicting the flow rate (velocity) of the lava is critical to saving lives after an eruption. Jeffrey's equation captures the relationship between flow rate and viscosity as: Flow V = Pgt sin(@) 28 сm 10 where p is the density of the lava, g is gravity, t is the flow thickness, a is the slope, and u is the lava viscosity. Typical values are given as follows for the flow rate: u= 4x103 kg/(m.s) ±1% p= 2.5 g/cm³ ±1% t= 28 cm +0.5 cm a= 10° +1 ° g= 9.81 m/s? Determine the likely maximum possible error in the calculated value of the flow rate.arrow_forwardDrop-load (I)This exercise is part of a series of problems aimed at modelling a situation by progressively refining our model to consider more and more parameters. This progressive approach is very close to what professional scientists do! Context We want to lower a suspended load in a controlled way so that it hits the ground with a speed whose modulus is not too great. To do this, the suspended load (B) is connected by a rope passing through a pulley to another mass (A), which can move on a horizontal surface. Information The masses of the charges A and B are known.The pulley is a ring of mass mp and radius R that can rotate without friction.The surface on which mass A is placed is horizontal.There is no friction between mass A and the surface on which it is placed.The string attached to mass A is perfectly parallel to the surface on which the mass rests. SchematizationDraw a diagram of each object that interests us. Draw x- and y-axes for each object. Draw and name each force…arrow_forwardDrop-load (I)This exercise is part of a series of problems aimed at modeling a situation by progressively refining our model to take into account more and more parameters. This progressive approach is very close to what professional scientists do! context We want to lower a suspended load in a controlled way, so that it hits the ground with a speed whose modulus is not too great. To do this, the suspended load (B) is connected by a rope passing through a pulley to another mass (A), which can move on a horizontal surface. To slow down the descent, we added a spring behind the mass (A). Information The masses of the charges A and B are known.The mass of the rope itself is negligible (very small compared to the loads).The pulley has negligible mass and can rotate without friction.The charge ? is initially stationary and is at a known height h.The surface on which mass A is placed is horizontal.There is no friction between mass A and the surface on which it is placed.The string attached…arrow_forward
- COE0051 FLUID MECHANICS 2 PROPERTIES OF FLUIDS Section Break (Continuous)- 1. A 30x60 cm plate is pulled through the oil with viscosity of 0.05 kg/m-s. The distance between the parallel plates are 1.5 cm. If the plate is need to pull at the rate of 0.4 m/s, what is the force needed to attain this velocity? FIXED PLATE лиши 1.5 cm FIXED PLATE October 20, 2022 .5 cm 1.0 cm .4 m/sarrow_forward2. Casson model was discussed in class in the context of blood rheology. This phenomenological model is often used to describe the shear stress vs. shear rate relationship in colloidal suspensions where particle aggregation might cause the measured viscosity to increase at low shear rates. In an experiment, data for the shear stress and the applied shear rate S were fitted to the Casson model written below (in a slightly different form compared to that given in the lecture notes): √t = √²₁+√as. (1) The best least square fit parameters to the experimental data were found to be 40 mPa for the yield stress to and 2.5 mPa s for the parameter a, which is referred to as the plastic viscosity. a. Using Eq. (1), derive an expression for the fluid viscosity u as a function of S. b. Plot the viscosity of the fluid as a function of S for 0.1s¹ ≤S≤ 10 s¹. c. Based on class discussion on fluid classification, how would you characterize this fluid?arrow_forwardChoose the incorrect statement/s about fluid flows. Select the correct response(s): Whenever the flow parameter does not change with distance along the flow path, the fluid flow is uniform It is non-uniform fluid flow when the flow parameters change and are varied at different points in the flow path It may change from point to point (velocity, pressure, cross-section) but not over time with a steady flow. Conditions vary from point to point in the stream, but remain constant over time for a steady non-uniform flow. When the conditions in any part of the fluid are constant over time, the flow is said to be unstable There are two parameters common to all fluid flow: the particle velocity and the fluid pressure.arrow_forward
- Fluid Mechanics Problem: Assume all fluids are 20oC.arrow_forward%A l, l. exercisec sheet.pdf -> Q7: Find the value of mass (mo) to move the mass 150 lb. downward the surface T 150 Ib mo H=03 20 Q8: The acceleration of a particle as it moving along a straight line is given by a = 2t-1 m/s. Where t is in seconds. If s = 1 m and v = 2 m/s where t = 0. Determine the particles velocity and position when t = 6s. also determine the total distance the particle travels during this time period. Q9: The van is travelling at 20 km/hr when the coupling of the trailer as A fails. If the trailer has a mass of 250 kg and coasts 45m before coming to rest, determine the constant horizontal force F created by rolling friction which causes the trailer to stop. Q10: The double inclined plane supports two blocks A and B. each having a weight of 10 lb. If the coefficient of kientic friction between the blocks and the palne is uk = 0.1, determine the acceleration of each block. IIarrow_forwardi need the answer quicklyarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Principles of Heat Transfer (Activate Learning wi...Mechanical EngineeringISBN:9781305387102Author:Kreith, Frank; Manglik, Raj M.Publisher:Cengage Learning
Principles of Heat Transfer (Activate Learning wi...
Mechanical Engineering
ISBN:9781305387102
Author:Kreith, Frank; Manglik, Raj M.
Publisher:Cengage Learning
Browse Popular Homework Q&A
Q: Use the parent function f(x) = |a| to match the description of the transformed graph to th
related…
Q: A jogger accelerates from rest to 3.10 m/s in 3.67 s. A car accelerates from 18.4 to 36.3 m/s also…
Q: The value of the sample correlation coefficient R, for these data is approximately 0.712. Answer the…
Q: A colleague asks his friend, a technologist, for the results of his girlfriend’s pregnancy test. The…
Q: Required information
Consider a 5-cm-diameter shaft rotating at 5500 rpm in a 25-cm-long bearing…
Q: The table shows values for an exponential function.
0 0 0
X
-3
-2
-1
0
1
2
3
Select the graph and…
Q: Which of the following is another term for a supply chain?
OA. process sequence
OB. production group…
Q: Solve the equation using the quadratic formula.
2x^2-15x-1=0
The solution set is _______…
Q: Part b
Q: Macmillan Learning
In each reaction box, place the best reagent and conditions from the list.
• Borx…
Q: A sample of cross-linked natural rubber (polyisoprene) is found to have a shear modulus of 100 kPa…
Q: Suppose the time required to complete a task is known to be less than 15 minutes.
(a) Write the…
Q: The nuclear waste from a nuclear power plant decays at a rate of 1% each century. If the nuclear…
Q: Using Cahn-Ingold-Prelog rules, rank these substituents from highest priority to
lowest priority.…
Q: An aluminum master alloy manufacturer produces grain refiners in ingot form. The company produces…
Q: C. heart
O D. cornea
O E. pancreas
4 Previous
Nex
Q: There two questions that will be asked interview for applying to be in the lab field. What are your…
Q: Campaign cost, x
(in millions of dollars)
1.65
1.71
4.10
2.13
2.22
3.33
3.69
1.12
2.97
1.94
2.88…
Q: 12
13
Suppose a company needs temporary passwords for the trial of a new timè management software.…
Q: [The following information applies to the questions displayed below.]
The fixed budget for 21,300…
Q: A union of restaurant and foodservice workers would like to estimate the mean hourly wage, u, of…
Q: An employee drives into the employer's parking lot at 7:58 AM. He is scheduled to work from 8:00 AM…
Q: Find the radius of convergence, R, of the series.
)-1
R 3D
Find the interval, I, of convergence of…
Q: How many carbon atoms are there in a 2.7-carat diamond? Diamonds are a form of pure carbon. (1 carat…
Q: 5 What would happen to the equilibrium price and
quantity because of the change in question #4?
A…