Skip to content

Commit a900cbc

Browse files
Merge pull request #335 from robbievanleeuwen/add-validation-examples
Add validation examples from Pilkey (Symmetric Channel Section, Circular Arc, Composite Rectangular Strip)
2 parents 8d8256d + 0072f7f commit a900cbc

File tree

14 files changed

+1147
-22
lines changed

14 files changed

+1147
-22
lines changed

docs/examples.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Analysis
3737
examples/analysis/warping_analysis
3838
examples/analysis/frame_analysis
3939
examples/analysis/stress_analysis
40-
examples/analysis/export_fibre_section
4140

4241
Results
4342
-------
@@ -51,6 +50,19 @@ Results
5150
examples/results/plot_centroids
5251
examples/results/plot_stress
5352
examples/results/get_stress
53+
examples/results/export_fibre_section
54+
55+
Validation
56+
----------
57+
58+
.. nbgallery::
59+
:name: validation-gallery
60+
:maxdepth: 1
61+
62+
examples/validation/pilkey_channel
63+
examples/validation/pilkey_arc
64+
examples/validation/pilkey_composite
65+
examples/validation/peery
5466

5567
Advanced
5668
--------
@@ -61,5 +73,4 @@ Advanced
6173

6274
examples/advanced/advanced_plot
6375
examples/advanced/rectangle_torsion
64-
examples/advanced/peery
6576
examples/advanced/trapezoidal_torsion
38.6 KB
Loading
40 KB
Loading
5.56 KB
Loading
3.69 KB
Loading
7.68 KB
Loading
11.6 KB
Loading

docs/examples/advanced/peery.ipynb renamed to docs/examples/validation/peery.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "1c168451",
66
"metadata": {},
77
"source": [
8-
"# Beams in Complex Bending\n",
8+
"# Peery - Beams in Complex Bending\n",
99
"\n",
1010
"This example calculates the section properties of two different beams given in examples from 'Aircraft Structures', by Peery. These cases have known results, and the output from ``sectionproperties`` can be compared for accuracy. These examples represent a more rigourous *proof* against a *real* problem. Only results that have values in the reference material are tested here.\n",
1111
"\n",

0 commit comments

Comments
 (0)