Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Estimation of the Arterial Wall Material Properties by Using Strain Energy Function and Inflation - Extension Experiment.... cubic polynomial strain energy function: W ( E

Estimation of the Arterial Wall Material Properties by Using Strain Energy Function and
Inflation-Extension Experiment....
cubic polynomial strain energy function:
W(E,Ezz)=A(E)2+BEEzz+C(Ezz)2+D(E)3+
E(E)2Ezz+FE(Ezz)2+G(Ezz)3
where E and Ezz are the components of Cauchy-Green strain tensor and A,dots,G are the material
parameters to be estimated.
Derive the corresponding components of the second Kirchhoff stress tensor, s
and Szz as functions of A,.,G.
Use the data of inflation-extension experiment that provides two arrays, Sexp[i] and Szzexp[i]
where Sexp[i]=S[Eexp[i],Ezzexp[i]] and Szzexp[i]=Szz[Eexp[i],Ezzexp[i]](see the tables below)
Table Carotid
Table Left Iliac
Estimate the A,dots,G coefficients by minimizing the error function
Si[S[i]-Sexp[i]]2+[Szz[i]-Szzexp[i]]2.
Use the Levenberg-Marquardt minimization algorithm.
To estimate the quality of fit, compute the correlation coefficients (Svs.Sexp and Szzvs.Szzexp)
and plot points S[i],Sexp[i](the same figure) and Szz[i],Szzp[i](the same figure). Do it for
both arteries.
Matlab Instructions:
First, enter the data and relevant equations into Matlab.
*Tip: it might be easier to put the respective data set into just one matrix with multiple
rows/columns; for example: combine the E-values in a nx 2 or 2 xn matrix).
Next, set each of the coefficient values (A, B, C, etc.) as units of one matrix, so that when
solving, it outputs one large matrix with all the coefficients included.
*Note: make sure that you double check that dimensions to avoid an error.
In order to utilize the Levenberg-Marquardt algorithm in Matlab, use the following:
options = optimoptions('Isqcurvefit','Algorithm','levenberg-marquardt');
Solve for the coefficients using isqcurvefit.
You may then use Excel, or Matlab, to calculate and plot the respective theoretical vs.
experimental data sets for s and szz.
Lastly, solve for the correlation coefficients comparing theoretical vs. experimental s and szz.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions