MSS_DE_Plot

Function that creates a Max Shear Stress and Distortion Energy plot based on a current state of stress and ultimate tensile stress.
86 descargas
Actualizado 30 oct 2021

Ver licencia

Written by Nicholas Palmiero
10/30/2021
This function takes the two principle stresses (usually found through
Mohr's Circle), the ultimate tensile strength of the material, and the
units in which these values are defined (if the units input is not
included, no units are displayed on the resulting plot) and plots
the Max Shear Stress and Distortion Energy (von Mises) curves as well as
the position of the current stress state. This function is to be used only
to visualize the MSS and DE curves.
This function does not return an output in the form of a variable. The
output is a plot generated on screen. Examples of how to use this
function are below.
------------------------------------
siga = -10;
sigb = 7;
sut = 40;
MSS_DE_Plot(siga,sigb,sut,'MPa');
------------------------------------
siga = 30;
sigb = -18;
sut = 65;
MSS_DE_Plot(siga,sigb,sut);
------------------------------------

Citar como

Nicholas Palmiero (2024). MSS_DE_Plot (https://www.mathworks.com/matlabcentral/fileexchange/101328-mss_de_plot), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2021b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0