Forming limit diagram with strains

1 visualización (últimos 30 días)
Zifeng Qiu
Zifeng Qiu el 24 de Mzo. de 2021
Comentada: Ananya Tewari el 31 de Mzo. de 2021
Hi, I was trying to recreate the forming limit diagram that was given from my professor, when strain3 is equal to 0.1, 0, -0.1 and -0.2. For some reasons I am not getting it. Any reasons why?
trueStrain2 = linspace(-0.5,0.5,100);
trueStrain1a = 0.0953-trueStrain2-0.1; % for deltaT = +10%
engStrain2a = exp(trueStrain2)-1;% minor eng strain
engStrain1a = exp(trueStrain1a)-1; % major eng strain
trueStrain1b = -trueStrain2; % for deltaT = 0
engStrain2b = exp(trueStrain2)-1; % minor eng strain
engStrain1b = exp(trueStrain1b)-1; % major eng strain
trueStrain1c = -0.1054-trueStrain2+0.1; % for deltaT = -0.1
engStrain2c = exp(trueStrain2)-1; % minor eng strain
engStrain1c = exp(trueStrain1c)-1; % major eng strain
trueStrain1d = -0.22314-trueStrain2+0.2; % for deltaT = -0.2
engStrain2d = exp(trueStrain2)-1; % minor eng strain
engStrain1d = exp(trueStrain1d)-1; % major eng strain
figure;
plot(engStrain2a,engStrain1a);
hold on
plot(engStrain2b,engStrain1b);
plot(engStrain2c,engStrain1c);
plot(engStrain2c,engStrain1c);
  2 comentarios
Mathieu NOE
Mathieu NOE el 25 de Mzo. de 2021
hello
where do the equations from your code come from ?
Ananya Tewari
Ananya Tewari el 31 de Mzo. de 2021
Please provide more information on the equations from your code and confirm whether they are correct.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Stress and Strain en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by