From 089ad5788da64549f45eebffc34f899b5862f9ff Mon Sep 17 00:00:00 2001 From: Daniel Gibbons <61093535+dug20@users.noreply.github.com> Date: Sun, 14 Nov 2021 17:59:01 +0000 Subject: [PATCH] Update Example - Cantera.ipynb --- Example - Cantera.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example - Cantera.ipynb b/Example - Cantera.ipynb index 99df783..a907aac 100644 --- a/Example - Cantera.ipynb +++ b/Example - Cantera.ipynb @@ -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" ] } @@ -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", "\"\"\")" ] },