Skip to content

Commit

Permalink
Update Example - Cantera.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
dug20 committed Nov 14, 2021
1 parent c7b5106 commit 089ad57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example - Cantera.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"Isp from Bamboo = 317.956 s\n",
"Thrust from Bamboo = 22.815 kN\n",
"\n",
"The two differ a noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n",
"The two differ noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n",
"\n"
]
}
Expand Down Expand Up @@ -198,7 +198,7 @@
"Isp from Bamboo = {engine.isp(p_amb):.3f} s\n",
"Thrust from Bamboo = {engine.thrust(p_amb)/1e3:.3f} kN\n",
"\n",
"The two differ a noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n",
"The two differ noticeably - likely due to the large pressure that the gas expands across (causing gas properties changing a lot).\n",
"\"\"\")"
]
},
Expand Down

0 comments on commit 089ad57

Please sign in to comment.