Azzera filtri
Azzera filtri

Calculating axial stresses of different beams

2 visualizzazioni (ultimi 30 giorni)
If I have several beams(the number of beams can change ) with different dimensions ( different cross-sectional areas),all these beams are acted upon by the same axial forces of the same magnitude.How can I create a loop or a statement that will calculate the axial stress of each beam at the time using the formala axialstress=axialforce/area

Risposta accettata

James Tursa
James Tursa il 2 Mag 2019
Modificato: James Tursa il 2 Mag 2019
E.g., maybe using the element-wise division operator is all you need:
axialforce = a scalar or vector of axial forces
area = a vector of the cross sectional areas
axialstress = axialforce ./ area;
  1 Commento
LINDO MTSWENI
LINDO MTSWENI il 2 Mag 2019
I'm so sorry my bad , actually the axialforce is distributed along the bean's length which is 2000mm ( though its magnitude doesn't change)..the axialforce is a 2001 by 1 matrix and the there are several number of beams with diffrent sectional areas..

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Stress and Strain in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by