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.
ダウンロード: 103
更新 2021/10/30

ライセンスの表示

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

引用

Nicholas Palmiero (2025). MSS_DE_Plot (https://www.mathworks.com/matlabcentral/fileexchange/101328-mss_de_plot), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2021b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0