Skip to content

Commit 69842e9

Browse files
committed
Run tutorial and included output cells
1 parent b4946c7 commit 69842e9

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

tutorials/tutorial-7-blades-reversepropeller.ipynb

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": 5,
37+
"execution_count": 1,
3838
"id": "4362678f",
3939
"metadata": {},
4040
"outputs": [],
@@ -53,10 +53,21 @@
5353
},
5454
{
5555
"cell_type": "code",
56-
"execution_count": null,
56+
"execution_count": 2,
5757
"id": "aa8f973f",
5858
"metadata": {},
59-
"outputs": [],
59+
"outputs": [
60+
{
61+
"name": "stdout",
62+
"output_type": "stream",
63+
"text": [
64+
"(10, 3, 50)\n",
65+
"(10, 3, 50)\n",
66+
"(2, 3, 50)\n",
67+
"(2, 3, 50)\n"
68+
]
69+
}
70+
],
6071
"source": [
6172
"# Create sections with NACAProfile\n",
6273
"n_sections = 10\n",
@@ -96,10 +107,23 @@
96107
},
97108
{
98109
"cell_type": "code",
99-
"execution_count": null,
110+
"execution_count": 3,
100111
"id": "78b71d18",
101112
"metadata": {},
102-
"outputs": [],
113+
"outputs": [
114+
{
115+
"name": "stdout",
116+
"output_type": "stream",
117+
"text": [
118+
"\u001b[32;1mTotal number of loaded entities 52.\n",
119+
"\u001b[0m\n",
120+
"[2.4999999998198215, 3.499999999872226, 3.9999999996733515, 4.500000000152133, 4.999999999959586, 5.499999999841911, 6.000000000221554, 6.500000000430857]\n",
121+
"[1.999999999872152, 2.9999999999180984, 3.9999999997822977, 4.9999999997217, 6.000000002259764, 7.000000003635259, 8.000000002720112, 9.000000000963933]\n",
122+
"[0.1999999999957766, 0.30000000000569976, 0.39999999999797053, 0.49999999999262956, 0.6000000000362385, 0.7000000000603949, 0.8000000000447604, 0.9000000000155906]\n",
123+
"[2.9999999959870425, 4.999999997162759, 6.999999998270603, 8.9999999995899, 11.000000000103695, 12.999999998485547, 15.00000000063232, 17.000000001394554]\n"
124+
]
125+
}
126+
],
103127
"source": [
104128
"# We need to specify: \n",
105129
"# i) the name of the iges file; \n",

0 commit comments

Comments
 (0)