Obtain a dynamic model that describes the heights of liquid

Assignment Help Physics
Reference no: EM13722436

Question1: The compound tank system shown in Figure 1 consists of a spherical tank of radius R1 and a cylindrical tank of diameter D2. A liquid of constant density is fed at a volumetric rate F1in into the top of a spherical tank and volumetric rate F2in into the top of the cylindrical tank. The spherical and cylindrical tanks interact through the pipe connecting them. The flow rates into the connecting pipe depend on the heights of the liquid in the tanks. The volumetric flow rate out of the spherical tank into the pipe is given by F1out =k1√h1 , while the volumetric flow rate out of the cylindrical tank into the pipe is given by F2out =k1√h2 where h1 and h2 are the heights of the liquid in the spherical and cylindrical tanks respectively and k1 is the common valve coefficient. The cylindrical tank also has a drain on the right-hand side which has volumetric flow rate F3out =k2√h2 where k2 is the valve coefficient for the right-hand side drain.

a) Obtain a dynamic model that describes the heights of the liquid in the tanks. Is this a linear or nonlinear model?

b) For constant input flow rates, F1in and F2in, analytically determine the steady-state values of h1 and h2. Do the shapes and dimensions of the tanks affect the steady-state values?

c) Simulate the system and plot the heights of the liquid in the tanks versus time for constant input flow rates using the values given in the table below. (Run the simulation for 2000 sec)

 

F1in

 

 

 

 

 

2.0 ft3/s

 

 

F2in

 

 

1.0 ft3/s

 

 

 

R1

 

 

 

 

10.0 ft

 

 

 

D2

 

 

20.0 ft

 

 

 

 

 

k1

 

 

 

 

 

2.0 ft5/2/s

 

 

 

k2

 

 

3.0 ft5/2/s

 

 

 

h1(0)

 

 

 

 

 

4.0 ft

 

 

h2(0)

 

 

 

4.0 ft

 

 

 

 





















2022_tank system.png

Question 2: Chaotic systems areö ones for which small changes eventually lead to results that can be dramatically different. The R ssler system is one of the simplest sets of differential equations thatöexhibits chaotic dynamics. In addition to their theoretical value in studying chaotic systems, the R ssler equations are useful in several areas of physical modeling including analyzing chemical kinetics for reaction networks. Consider the reaction network:

k1

A1 + 2X

k-1

k2

+2Y

k-2

k3

A5+Y A2

k-3

k4

+Z A3

k-4

k5

A4 +2Z

k-5

where XY, and represent the chemical species whose concentrations vary and A1, A2, A3, A4, and A5 are chemical species whose concentrations are held fixed by large chemical reservoirs, serving to keep the system out of thermodynamic equilibrium. kand k-denote the forward and inverse reaction rates.

The system of differential equations that describe the concentrations xy, and (for chemical speciesXY, and Z) are:

dx

=--z

dt

 

dy

+ay

dt

 

dz

=-cz +xz

dt

 

a) Simulate this system for a=0.380, = 0.300, and = 4.280 with initial conditions x(0) = 0.1, y(0) = 0.2, z(0) = 0.3. Run the simulation for 200 seconds using a fixed-step size algorithm with a step size of 0.001 seconds. Plot the concentrations xy, and versus time on one figure with three subplots. Additionally, in separate graphs, plot the phase-space plots: versus yversus z, and y versus z. Finally, make a 3-D plot of vs vs using the Matlab graphics command "plot3".

b) Illustrate the sensitivity of the solution to variations in the initial conditions by repeating the simulation of part (a) with x(0) = 0.0999 and then with x(0) = 0.1001. (A 0.1% change in the value of the initial condition in either direction.) Keep the initial conditions for y(0) and z(0) the same as in part (a). Show the sensitivity by superimposing the plots for the new values you obtain for x(t),y(t), and z(t) with the original plots for vs tvs t, and vs t. In addition, make plots of the differences: x(t) - xorginal(t) vs ty(t) - yorginal(t) vs , and z(t) - zorginal(t) vs t.

c) Illustrate the sensitivity of the solution to variations in parameter values by repeating the simulation of part (a) with =4.280001. [Use the original initial conditions from part (a).] Show the sensitivity with the same set of plots as in part (b). Why is this system non-linear? Qualitatively describe the sensitivity to initial conditions and parameter values.

Question 3: A continuous stir tank reactor (CSTR) is used to produce a product from chemicals andB. The reaction is àPis in excess and the rate of decomposition of is given by:

 

=

 

kx2

 

 

 

(1

+k2x2

)2

 

b

 

 

 




where kand kare constants and xis the product concentration. The equations describing the system are given by:

dx1/dt = u1+u2-0.2x1

dx2/dt = (Cb1-x2)u1x+(Cb2-x2)u2x-k1k2/(1+kx)2

The parameters are: Cb1 = 24.9 , Cb2 = 0.1 , kk= 1 , and uu= 1. The initial conditions are: x1(0) = 10 and x2(0) = 0.

a) First, simulate the equation for xonly since it does not depend on x2. Note the steady-state value that you find for x1.

b) In the model for x, initialize the integrator for xto the steady-state value you found in part (a) and initialize x2(0) = 0. Run the simulation for 1000 seconds to determine x2(t) and the steady-state value of x2.

c) Repeat the simulation for xusing an initial value x2(0) = 10. Note the new steady-state value you find for x2.

d) Both of the previous cases are stable. There is another steady state corresponding to everything else being the same and the steady states for xand xbeing x= 2.793 and x= 100. This is an unstable steady state. Demonstrate this by setting the initial value of the integrator for xto x2(0) = 2.80 and show that the simulation goes to the upper steady-state value. Repeat the simulation with x2(0) = 2.79 and show that it goes to the lower steady-state value. This means that any small fluctuation will cause the system to fall to steady state of part (b) or rise to the steady state of part (c).

e) Demonstrate that the steady state with x= 2.793 is unstable by linearizing the equation for xabout the steady-state values and showing that the linear system that results is unstable. You can do this by either solving the differential equation or by simulating the system with a small initial ?x2.

Question 4: Consider the following linear system:

G(s) = -8s+6/2s2+9s2+13s+6, For this problem, use a unit step input.

a) Create a model for this system using only integrators and run it for 10 seconds.

b) Replace the integrators with discrete integrators and investigate the effect of forward, backward, and trapezoidal integrators with sampling times of 0.01, 0.1, and0.2 seconds.

c) For each case, compare the true solution to the discrete solution in two ways:

(i) Plot the true solution (in blue) and discrete solution (in red) on a single plot.

(ii) Plot the difference between the true solution and the discrete solution.

If you want to be really fancy, use the subplot command to show both plots in a single figure.

d) Compute an estimate of the integral square error for each case and create a table of these differences.

e) What conclusions can you draw regarding the accuracy of the different methods and step sizes?

Reference no: EM13722436

Questions Cloud

The art of negotiation : Use the Internet to research an historical event that concluded with a negotiation. The negotiation in question could be the end of a war or conflict between nations, a merger between two companies, actions between Congress and the President, or a..
Explain what is the scale of the industry : Conduct preliminary market research for your venture, and write a paper of 1,500-2,000 words that responds to the following questions: What is the scale of the industry (in units and dollars)
Analyze and evaluate the employment-at-will doctrine : Analyze and evaluate the employment-at-will doctrine and exceptions, as well as the protections afforded whistleblowers. Explore the legal and ethical issues surrounding employee and consumer privacy.
Roles and styles of organizational development consultants : Write a two- to three-page paper (excluding the title and reference pages) defining the various components of the roles and styles of Organizational Development Consultants (ODC). Based on your research, compare and contrast the roles and styles o..
Obtain a dynamic model that describes the heights of liquid : The compound tank system shown in Figure 1 consists of a spherical tank of radius R1 and a cylindrical tank of diameter D2. Obtain a dynamic model that describes the heights of the liquid in the tanks. Is this a linear or nonlinear model
Form of a code of ethics : Develop standards for ethical and moral conduct in the form of a Code of Ethics. As part of this assignment, you will reflect upon your own ethical standards and consider from where your values and principles emerged and how they have evolved over..
Understanding of managing energy sources : Identify background information of why you chose the particular organisation as it relates to your understanding of managing energy sources
Service employees international union members : Question 1: What are the challenges experienced by each of the three sectors (healthcare, property services, and public services) of Service Employees International Union (SEIU) members?
How to evaluates alternatives an organization realize growth : Write a paper of no more than 1,400 words that evaluates alternatives an organization must consider to realize growth.

Reviews

Write a Review

Physics Questions & Answers

  Obtain what force is required

A bicycle wheel has a diameter of63.1 cm and a mass of 1.85 kg. What force is required if the chain shifts to a 5.65 cm diameter sprocket

  What is the displacement of the boulder from cliff

Cliff and Will support the board at each end so that it is horizontal. A 61 kg boulder is placed on a 2.00 m long board at a point that is x from Cliff. What is the displacement x of the boulder from Cliff

  Double-convex lens is to be made of a transparent material

A double-convex lens is to be made of a transparent material by an index of refraction of 1.4. One surface is to have twice the radius of curvature of the other and the focal length is to be 50mm. What is the magnitude of the (a) smaller and (b) larg..

  What is the equivalent capacitance of the combination

Two capacitors, C1 = 5.00 µF and C2 =12.0 µF, are connected inparallel and the resulting combination is connected to a 9.00 Vbattery. What is the equivalent capacitance of the combination?

  Q1 in the atwood machine shown below m1 200 kg and m2 800

q1. in the atwood machine shown below m1 2.00 kg and m2 8.00 kg. the masses of the pulley and string are negligible

  Determine the heat transfer and work

Determine the heat transfer and work for each of the processes. What is the internal energy change for Process 1-2? What is the internal energy change for Process 2-3? (There is an answer posted for the same question, but the answer does not appea..

  Determine the speed of each person before the collision

You and your friends are doing physics experiments on a frozen pond that serves as a frictionless, horizontal surface. What was the speed of each person before the collision

  Calculate the speed of the blood in the arteries

The blood from the aorta passes approximately to 32 arteries with 4mm inner diameter, calculate the speed of the blood in the arteries

  Evaluate the change in internal energy of the system

A system consists of 4.0 kg of water at 85 degrees Celsius 35 J of work is done on the system by stirring with a paddle wheel, whlie 69 J of heat is removed

  Constructive and perfect destructive interference

Two in-phase speakers 2.0 m apart in a plane are emitting 1800 Hz sound waves into a room where the speed of sound is 340m/s . Is the point 4.0m in front of one of the speakers, perpendicular to the plane of the speakers, a point of maximum constr..

  Write the general equation of magnetic force

Write the general equation of Magnetic force on a current carrying wire of length L in a magnetic field B such that the magnetic field and the current direction make an angle different than 0^0 and 180^0

  Question if a soap bubble is 140 nm thick what wavelength

question if a soap bubble is 140 nm thick what wavelength is most strongly reflected at the center of the outer surface

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd