Skip to content

Commit

Permalink
MAINT: changed back to using trapezoidal fins with Calisto
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Nov 3, 2022
1 parent 8c0fb8a commit edc1895
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,15 @@
"source": [
"NoseCone = Calisto.addNose(length=0.55829, kind=\"vonKarman\", distanceToCM=0.71971)\n",
"\n",
"FinSet = Calisto.addEllipticalFins(\n",
" 4, span=0.100, rootChord=0.120, distanceToCM=-1.04956\n",
"FinSet = Calisto.addTrapezoidalFins(\n",
" n=4,\n",
" rootChord=0.120,\n",
" tipChord=0.040,\n",
" span=0.100,\n",
" distanceToCM=-1.04956,\n",
" cantAngle=0,\n",
" radius=None,\n",
" airfoil=None,\n",
")\n",
"\n",
"Tail = Calisto.addTail(\n",
Expand Down

0 comments on commit edc1895

Please sign in to comment.