Answered step by step
Verified Expert Solution
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
InflationExtension Experiment....
cubic polynomial strain energy function:
where and are the components of CauchyGreen strain tensor and dots, are the material
parameters to be estimated.
Derive the corresponding components of the second Kirchhoff stress tensor,
and as functions of
Use the data of inflationextension experiment that provides two arrays, and
where and see the tables below
Table Carotid
Table Left Iliac
Estimate the dots, coefficients by minimizing the error function
Use the LevenbergMarquardt minimization algorithm.
To estimate the quality of fit, compute the correlation coefficients and
and plot points the same figure and 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
rowscolumns; for example: combine the Evalues in a nx or 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 LevenbergMarquardt algorithm in Matlab, use the following:
options optimoptionsIsqcurvefit'Algorithm','levenbergmarquardt';
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 and
Lastly, solve for the correlation coefficients comparing theoretical vs experimental and
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