Mechanical stress in a structure due to its own gravitational load

1 view (last 30 days)
Hi all,
I want to calculate the mechanical stress distribution in a structure that is due to its own load under gravity. In the pdetool in Matlab, it is not possible to enter density-dependent forces. How can I implement this problem?
Thanks!

Answers (1)

Teshan Guruge
Teshan Guruge on 17 Oct 2020
E = 227E9; % in Pa
nu = 0.27; % Dimentionless
structuralProperties(wStructure,"YoungsModulus",E,'PoissonsRatio',nu,'MassDensity',7800);
structuralBodyLoad(wStructure,"GravitationalAcceleration",[0;0;-9.8]);
% try doing this

Categories

Find more on Stress and Strain in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!