Skip to content

Commit 71a068e

Browse files
Fix docs for stress and warping reqs
1 parent 3d7da27 commit 71a068e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/rst/analysis.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ A stress analysis calculates the section stresses arising from a set of forces
7171
and moments. Executing this method returns a :class:`~sectionproperties.analysis.section.StressResult`
7272
object which stores the section stresses and provides stress plotting functions.
7373

74-
.. note:: A geometric and warping analysis must be performed on the Section
75-
object before a stress analysis is carried out.
74+
.. note:: A geometric analysis must be performed on the Section object before a stress
75+
analysis is carried out. Further, if the shear force or twisting moment is non-zero
76+
a warping analysis must also be performed.
7677

7778
.. warning:: The stress analysis in *sectionproperties* is linear-elastic and does not
7879
account for the yielding of materials or any non-linearities.

0 commit comments

Comments
 (0)