Question: Please help me getting the right code for this. I will rate immediately. **THIS IS FOR MATLAB** Aortic Valve Device Blood cells can be damaged

Please help me getting the right code for this. I will rate immediately. **THIS IS FOR MATLAB**Please help me getting the right code for this. I will rateimmediately. **THIS IS FOR MATLAB** Aortic Valve Device Blood cells can be

Aortic Valve Device Blood cells can be damaged by turbulent flow. Estimate the maximum size of a device that could be introduced during surgery on the aortic valve without creating turbulent flow around the device. Reynold's number is a dimensionless number important in fluid mechanics to characterize fluid flow as turbulent, laminar, or transitional. One form of the Reynold's number (Re) equation is Re = pvL/u where p is density of the fluid, v is velocity of the fluid, L is a characteristic length of an object moving through the fluid, and u is viscosity of the fluid. The blood flow velocity through the aortic valve [1] is typically 6 m/s, the density of arterial blood [2] is 1050 kg/m?, and the viscosity of arterial blood [3] is 0.004 Pa.s. For laminar flow to be maintained, Re should be less than 1000. Write a MATLAB script that calculates the maximum size of a device that could be introduced during surgery on the aortic valve without creating turbulent flow around the device. Display size of the device with preceding text to describe the number to the user (including units). Solve this problem on paper first (re-write equation to solve for L, input values, and calculate L). Then translate to MATLAB: 1. Enter your name and date in a comments section at the beginning of the script. 2. Create variables for each parameter in the equation for the Reynold's number and assign given values. 3. Create an equation to calculate the size of the device, convert to millimeters, and store the calculated value in a variable named Length 4. Use the MATLAB fprintf() function to display the size of the device. For example, the output should appear as The length of the surgical device should be less than XX.XX mm. Script Save e Reset MATLAB Documentation 1 %Calculate the maximum size of a surgical device for the aortic valve that will 2 %prevent turbulent blood flow. 3% [enter your name here] 4 %[enter date here] 5 6%Assign values to input variables 7 %Input variables are the known parameters of the Reynold's number equation 8 9 10%Calculate characteristic length of the surgical device using the Reynold's number equation 11 %and convert to millimeters 12 13 14 %Use fprintf() to display message to describe the output and display the output value (characteristic 2 15 Run Script Aortic Valve Device Blood cells can be damaged by turbulent flow. Estimate the maximum size of a device that could be introduced during surgery on the aortic valve without creating turbulent flow around the device. Reynold's number is a dimensionless number important in fluid mechanics to characterize fluid flow as turbulent, laminar, or transitional. One form of the Reynold's number (Re) equation is Re = pvL/u where p is density of the fluid, v is velocity of the fluid, L is a characteristic length of an object moving through the fluid, and u is viscosity of the fluid. The blood flow velocity through the aortic valve [1] is typically 6 m/s, the density of arterial blood [2] is 1050 kg/m?, and the viscosity of arterial blood [3] is 0.004 Pa.s. For laminar flow to be maintained, Re should be less than 1000. Write a MATLAB script that calculates the maximum size of a device that could be introduced during surgery on the aortic valve without creating turbulent flow around the device. Display size of the device with preceding text to describe the number to the user (including units). Solve this problem on paper first (re-write equation to solve for L, input values, and calculate L). Then translate to MATLAB: 1. Enter your name and date in a comments section at the beginning of the script. 2. Create variables for each parameter in the equation for the Reynold's number and assign given values. 3. Create an equation to calculate the size of the device, convert to millimeters, and store the calculated value in a variable named Length 4. Use the MATLAB fprintf() function to display the size of the device. For example, the output should appear as The length of the surgical device should be less than XX.XX mm. Script Save e Reset MATLAB Documentation 1 %Calculate the maximum size of a surgical device for the aortic valve that will 2 %prevent turbulent blood flow. 3% [enter your name here] 4 %[enter date here] 5 6%Assign values to input variables 7 %Input variables are the known parameters of the Reynold's number equation 8 9 10%Calculate characteristic length of the surgical device using the Reynold's number equation 11 %and convert to millimeters 12 13 14 %Use fprintf() to display message to describe the output and display the output value (characteristic 2 15 Run Script

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 Chemical Engineering Questions!