
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Problem set #3 for egm 4592, focusing on the concepts of elasticity, pseudo-elasticity, and quasi-linear viscoelasticity, as well as the analysis of stress-strain relationships using strain-energy functions and various viscoelastic models. Students are asked to explain the differences between these concepts, analyze hysteresis in maxwell, voigt, and kelvin models, and plot stress-strain curves for different values of ezz.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Assigned: February 27th, 2007 Due: March 20th, 2007
eww = (0:99)/99; ezz = .1ones(1,100); for i = 1: sww(i) = 2.93(2.5eww(i)+.176ezz(i))exp(2.5eww(i)eww(i)+... .46ezz(i)ezz(i)+2..176eww(i)ezz(i)); end plot(eww,sww) xlabel('strain Eww, Ezz = .1') ylabel('stress S11 (KPa)') hold on for i = 1: sww(i) = … 3.39(2.8eww(i)+.58ezz(i))exp(2.8eww(i)eww(i)+.52ezz(i)ezz(i)+… 2..58eww(i)*ezz(i)); end plot(eww,sww)
This model assumes that the longitudinal strain is constant at 0.1. Starting from this code, plot a family of curves (using the same values for C, a1, a2, a4) showing the stress/ strain relationships for Ezz = [0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1.0]
Derive the equations for the stress components (Sθθ, SZZ, SθZ) in terms of the strain components. Make up two values for each of the required constant coefficients and use MATLAB to plot the stress/strain curves for Sθθ as a function of Eθθ (0 1) with EZZ=0.1, and SZZ as a function of EZZ (0 1), with Eθθ=0.3.