Question: write a script that can perform required information and task Example: Determining type of flow in a circular pipe Problem Statement The flow behavior of

 write a script that can perform required information and task Example:

write a script that can perform required information and task

Example: Determining type of flow in a circular pipe Problem Statement The flow behavior of a fluid in a pipe is dependent on many factors such as physical properties of the liquid (viscosity (w), density (p)], the characteristics of the pipe (diameter (D), length (L)], and the operational details such as average velocity of flow (U). Frequently, a dimensionless number such as Reynold's number, Nre is used to classify the flow behavior PDU ar NRe For a pipe with circular cross-section, one classification is: laminar transition turbulent NRc 4000 Data: p(g/cm3) = 0.88 p=0.52 centi Poise D=2" L 900' Given an average velocity (in units of cm/s and value 1-50) as a variable named averageU write a MATLAB script that will (i). calculate Nre and store in a variable named N Re (ii). Use N_Re to set three logical variables: isLaminar, is Transition, is Turbulent (iii). display the final result as an output: The flow behavior is with correct flow type in the blank Do not use any branching statements such as if-end or if-else-end or if-elseif-else-end Hint: 1 Poise = 0.1 Pais Example: Determining type of flow in a circular pipe Problem Statement The flow behavior of a fluid in a pipe is dependent on many factors such as physical properties of the liquid (viscosity (w), density (p)], the characteristics of the pipe (diameter (D), length (L)], and the operational details such as average velocity of flow (U). Frequently, a dimensionless number such as Reynold's number, Nre is used to classify the flow behavior PDU ar NRe For a pipe with circular cross-section, one classification is: laminar transition turbulent NRc 4000 Data: p(g/cm3) = 0.88 p=0.52 centi Poise D=2" L 900' Given an average velocity (in units of cm/s and value 1-50) as a variable named averageU write a MATLAB script that will (i). calculate Nre and store in a variable named N Re (ii). Use N_Re to set three logical variables: isLaminar, is Transition, is Turbulent (iii). display the final result as an output: The flow behavior is with correct flow type in the blank Do not use any branching statements such as if-end or if-else-end or if-elseif-else-end Hint: 1 Poise = 0.1 Pais

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!