Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 2. The power-law model (shown below) describes the viscosity of non-Newtonian liquids exhibiting a so called shear thinning behavior. =Kn1 where is the viscosity;
Problem 2. The power-law model (shown below) describes the viscosity of non-Newtonian liquids exhibiting a so called shear thinning behavior. =Kn1 where is the viscosity; K, the consistency index; , the shear rate; and n is the power-law index. The above equation can be linearized in the following form: log()=log(K)+(n1)log() Write a Matlab script file to generate two figures with the following characteristics: 1) The first figure should be generated from the non-linearized model and should have two different graphs (use the subplot command for this purpose). In the first graph, plot the values of the variables as obtained from the model, and in the second graph use a double logarithmic scale. 2) The second figure should be generated making use of the linearized model. In this case plot log() in the vertical axis and log() in the horizontal axis. Use the log10 command to evaluate the logarithmic terms. Use the following parameter values to perform this exercise: K=40000;n=0.35;=[10:10:1000] Note: All your graphs should have axis labels and a title. The requested plots should look like those shown below. Look at the lecture slides on plots to see how to add Greek symbols in your plots. Make sure that your plots still have axis labels and a title. Problem 2. The power-law model (shown below) describes the viscosity of non-Newtonian liquids exhibiting a so called shear thinning behavior. =Kn1 where is the viscosity; K, the consistency index; , the shear rate; and n is the power-law index. The above equation can be linearized in the following form: log()=log(K)+(n1)log() Write a Matlab script file to generate two figures with the following characteristics: 1) The first figure should be generated from the non-linearized model and should have two different graphs (use the subplot command for this purpose). In the first graph, plot the values of the variables as obtained from the model, and in the second graph use a double logarithmic scale. 2) The second figure should be generated making use of the linearized model. In this case plot log() in the vertical axis and log() in the horizontal axis. Use the log10 command to evaluate the logarithmic terms. Use the following parameter values to perform this exercise: K=40000;n=0.35;=[10:10:1000] Note: All your graphs should have axis labels and a title. The requested plots should look like those shown below. Look at the lecture slides on plots to see how to add Greek symbols in your plots. Make sure that your plots still have axis labels and a title
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started