Skip to content

Commit edc1895

Browse files
committed
MAINT: changed back to using trapezoidal fins with Calisto
1 parent 8c0fb8a commit edc1895

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/notebooks/getting_started.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,15 @@
337337
"source": [
338338
"NoseCone = Calisto.addNose(length=0.55829, kind=\"vonKarman\", distanceToCM=0.71971)\n",
339339
"\n",
340-
"FinSet = Calisto.addEllipticalFins(\n",
341-
" 4, span=0.100, rootChord=0.120, distanceToCM=-1.04956\n",
340+
"FinSet = Calisto.addTrapezoidalFins(\n",
341+
" n=4,\n",
342+
" rootChord=0.120,\n",
343+
" tipChord=0.040,\n",
344+
" span=0.100,\n",
345+
" distanceToCM=-1.04956,\n",
346+
" cantAngle=0,\n",
347+
" radius=None,\n",
348+
" airfoil=None,\n",
342349
")\n",
343350
"\n",
344351
"Tail = Calisto.addTail(\n",

0 commit comments

Comments
 (0)