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.

Vous suivez désormais cette soumission

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);
------------------------------------

Citation pour cette source

Nicholas Palmiero (2026). MSS_DE_Plot (https://fr.mathworks.com/matlabcentral/fileexchange/101328-mss_de_plot), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0