The objective of this project is to determine the aggregate modulus (HA) and the permeability coefficient (k) of a cartilage sample by curve-fitting theoretical prediction with the experimental data that were obtained from a stress-relaxation confined compression test. The geometry of the cartilage specimen and the experimental data are included in the file ‘project_data.dat’ that can be downloaded from Blackboard. In the file, the first row includes the number of time points, the height of the specimen (mm), and the diameter of the specimen (mm). Experimental data start from the second row of the file with three columns. The first column is the time (sec), the second column is the applied displacement (mm), and the last column is the load response (kg). Curve-fitting can be performed using the LSQCURVEFIT function in Matlab.
In the stress-relaxation experiment (Figure 1), the displacement applied on the specimen was
where h is the height of specimen and t0 = 451 sec. The total stress at the surface z=h can be evaluated by the equation:
where V0 = 0.05h / t0. HA and k of cartilage can be determined by curve-fitting the total stresses of specimen measured at the surface z=h with the corresponding theoretical prediction. Two types of curve-fitting should be performed:
1. HA is determined from the equilibrium state and then k is determined by curve-fitting;
2. Both HA and k are determined by curve-fitting.
The quality of curve-fitting is assessed by calculating the coefficient of determination r^2:
where y and yi represent the experimental and theoretical variables, respectively, and ȳ is the mean value of y.