Question

Please don't attempt if you can not write a MATLAB PROGRAM.
I don't need numerical physics solution, I need MATLAB code.
Read the question carefully

2) Falling Drops Imagine a solid sphere of diameter, d, falling through the air. After its release, the sphere accelerates un

A common correlation for the drag aerodynamic drag of smooth spheres is NOTE- write, test and validate the equations / model

0 0
Add a comment Improve this question Transcribed image text
Answer #1

clc
clear
close all

R = 287;
P = 101300;
m = 0.5;
g = 9.8;
W = m*g;
d = 15e-2; %m
A = pi*d^2/4;
b1 = 2.156954e-14; b2 = -5.332634033e-11; b3 = 7.477905983e-8; b4 = 2.527878788e-7;

mew = @(T) b1*T^3 + b2*T^2 + b3*T + b4;
rhow = @(T) P/(R*T);
Re = @(v,T) rhow(T)*v*d/mew(T);
cd = @(v,T) 24/Re(v,T) + 6/(1+sqrt(Re(v,T)));

i = 1;

initial_T = 273;
for T = (-60:60)+ 273.15;
fv = @(v) cd(v,T)*0.5*rhow(T)*v^2*A - W
v(i) = fzero(fv,initial_T)
i = i+1;
end

T = (-60:60)+ 273.15;
plot(T,v)

Add a comment
Know the answer?
Add Answer to:
Please don't attempt if you can not write a MATLAB PROGRAM. I don't need numerical physics...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • PLEASE HELP! I need to write a MATLAB code for this Euler approximation for finding the...

    PLEASE HELP! I need to write a MATLAB code for this Euler approximation for finding the velocity of a parachutist at given time iterations. The answers are provided so you can check to see if the code works. I need to see it done in actual MATLAB program so I can understand the coding methodology better. 1.) Euler Method (estimated time 11min) For the second-order drag model (see Eq. (1)), compute the velocity of a free-falling parachutist using Euler's method...

  • I would like a step by step solution please. Calculate the terminal velocity of two steel...

    I would like a step by step solution please. Calculate the terminal velocity of two steel balls falling through water. The diameters of the two balls are a) cm and b)10cm. Also calculate the Reynolds number for the 10cm sphere. The forces acting on each sphere are gravity, buoyancy and drag Setting up the force equation mg At terminal velocity, the acceleration is zero, as is the net force. Vpsg-Vpwg- 0 1.003 x 10-3 Pa s for water at 20°C...

  • i need help in this assignment by using matlab. codes only or capture the solutionPlot t...

    i need help in this assignment by using matlab. codes only or capture the solutionPlot t versus v with line width 1.5, dotted, red colored line, triangle shaped, marker with size 10, black edge, and green face. A1-2. a. Determine the drae coefficient (cd) using the equation: cd = g*m/upsilon^2from the exploratory data analysis below: g=9.81 b. Find out average, maximum, and minimum of cd by the command meant(cd), max(cd), and min(cd) respectively. c. Determine the predicted terminal velocity by...

  • could you please make clear answer? 2. A plastic sphere with 4mm in diameter is dropped...

    could you please make clear answer? 2. A plastic sphere with 4mm in diameter is dropped into water. The terminal velocity of the sphere in water is to be determined. Assumptions 1 The fluid flow over the sphere is laminar (to be verified). 2 The drag coefficient remains constant. Properties The density of plastic sphere is 1150 kg/m . The density and dynamic viscosity of water at -3 20°C are ρ-998 kg/mand μ-1.002x10 kg/ms. respectively. The drag coefficient for a...

  • Homework 5 (35 Points max) Please Submit all Matlab and Data files that you create for this homew...

    Homework 5 (35 Points max) Please Submit all Matlab and Data files that you create for this homework Problem 1 (max 20 Points): For the second-order drag model (see Eq.(1)), compute the velocity of a free-falling parachutist using Euler's method for the case where m80 kg and cd 0.25 kg/m. Perform the calculation from t 0 to 20 s with a step size of 1ms. Use an initial condition that the parachutist has an upward velocity of 20 m/s at...

  • Part 1 How fast do small water droplets of 0.23 um (23 x 108 m) diameter fall through the air under standard sea-level conditions? Assume the drops do not evaporate. Repeat the problem for standard...

    Part 1 How fast do small water droplets of 0.23 um (23 x 108 m) diameter fall through the air under standard sea-level conditions? Assume the drops do not evaporate. Repeat the problem for standard conditions at 5000-m altitude. (a) For the condition that the droplets are falling at a constant velocity, what is the relation between the weight ofa drop W, the buoyancy force Fe, and the drag force F? (b) What is the expression for the weight of...

  • please help me with drag forces? Part A and B is done. I just need help...

    please help me with drag forces? Part A and B is done. I just need help wit part E F G and H PHY241 su19 Assignment about Drag Forces Name Assignment for projectile with drag forces: Parts a and b of this question about an airplane and hanging sphere is from chapter 4 class notes / exploration (answer key is posted for parts a and b). Continue with part c A 100.0 kg sphere hangs from an airplane by a...

  • can you answer both #1 (a&B) and #2 please 1. Write MATLAB code to do the...

    can you answer both #1 (a&B) and #2 please 1. Write MATLAB code to do the following: (4 pts) a) Find the area of the circles where r=[7, 8, 10] using A = tr2 b) Find the distance traveled by a ball falling in the air is given by the equation x=x0+vot+ at?. Calculate the position of the ball at time t = 5s, XO = 10m, vo= 15 m/s, and a = 9.81 m/sec^2. Write MATLAB code to accomplish...

  • During lab 4, we have seen numerical implementation of Fourier Series for periodic signals. As first part of this assignment, you need to write a Matlab function that would take an array representing...

    During lab 4, we have seen numerical implementation of Fourier Series for periodic signals. As first part of this assignment, you need to write a Matlab function that would take an array representing a single period of a signal (x), corresponding time array (t), and return the Fourier Series coefficients (Ck) in exponential form. The function should also be able to take two (2) optional input arguments: number of Fourier coefficients (Nk) and plot option (p). Use the template ‘fourier_series_exp.m’...

  • I want the math lab code for theses problems in a unique way

    I want the math lab code for theses problems in a unique way Theory A projectile is launched from point A up an incline plane that makes an angle of 10 with the horizontal. The mountain is 6,000 m high. Vo 10° Figure 1: Flightpath of a projectile. If we neglect the air resistance, the flight path of a projectile launched at an initial speed vo and an angle θ of departure relative to the horizontal is a parabola (see...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT