1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-16 06:56:46 +00:00

recompile

This commit is contained in:
Anson 2021-04-12 22:53:29 -07:00
parent 5339a3bfcc
commit a0bd34bb5c
8 changed files with 2293 additions and 2295 deletions

View File

@ -117,7 +117,7 @@ end
Below in figure 1, the result of the simulation is plotted. Notice the massive error once the tank starts running low. This is because the calculation for pressure has a lot of very uncertain variables. This is primarily due to air being a compressible fluid, making this simulation challenging to do accurately. The thrust being below 0 N might not make intuitive sense, but it's technically possible for the pressure to compress, leaving the inside of the rocket nozzle with a pressure that's actually below atmospheric pressure. The effect would likely last a fraction of a second, but the point stands that this simulation is wildly inaccurate and only meant to get an idea of what an air propulsion system is capable of.
```{julia, code_folding=TRUE, results='show',layout="l-body-outset", fig.cap = "Air Proplsion Simulation"}
```{julia, code_folding=TRUE, results='show',layout="l-body-outset", fig.cap = "Air Proplsion Simulation", preview=TRUE}
thrust_values = df.Thrust .|> ustrip .|> value;
thrust_uncertainties = df.Thrust .|> ustrip .|> uncertainty;

View File

@ -1579,7 +1579,7 @@ Show code
<span id="cb6-15"><a href="#cb6-15" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
</details>
<div class="figure"><span id="fig:unnamed-chunk-6"></span>
<img src="air-propulsion-simulation_files/figure-html5/unnamed-chunk-6-J1.png" alt="Air Proplsion Simulation" width="350" />
<img src="air-propulsion-simulation_files/figure-html5/unnamed-chunk-6-J1.png" alt="Air Proplsion Simulation" width="350" data-distill-preview=1 />
<p class="caption">
Figure 1: Air Proplsion Simulation
</p>

View File

@ -10,6 +10,6 @@ navbar:
href: index.html
- text: "About/Contact"
href: about.html
- text: "Resume"
- text: "Résumé"
href: https://ansonbiggs.com
output: distill::distill_article

View File

@ -2216,9 +2216,7 @@ function init_posts_list() {
<div class="dt-author">Anson Biggs</div>
</div>
</div>
<div class="thumbnail">
<img/>
</div>
<div class="thumbnail"></div>
<div class="description">
<h2>Air Propulsion Simulation</h2>
<div class="dt-tags">

View File

@ -2088,7 +2088,7 @@ document.addEventListener('DOMContentLoaded', function() {
<div class="nav-right">
<a href="../../index.html">Home</a>
<a href="../../about.html">About/Contact</a>
<a href="https://ansonbiggs.com">Resume</a>
<a href="https://ansonbiggs.com">Résumé</a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div>
</nav>
@ -2210,7 +2210,7 @@ Show code
<span id="cb6-15"><a href="#cb6-15" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
</details>
<div class="figure"><span id="fig:unnamed-chunk-6"></span>
<img src="air-propulsion-simulation_files/figure-html5/unnamed-chunk-6-J1.png" alt="Air Proplsion Simulation" width="350" />
<img src="air-propulsion-simulation_files/figure-html5/unnamed-chunk-6-J1.png" alt="Air Proplsion Simulation" width="350" data-distill-preview=1 />
<p class="caption">
Figure 1: Air Proplsion Simulation
</p>

File diff suppressed because one or more lines are too long

View File

@ -6,14 +6,14 @@
"description": "I'm an Astronautical Engineer studying at Embry-Riddle Prescott.",
"author": [],
"contents": "\r\nI mostly write code, but sometimes I make 3D Models. This website is where I plan on breaking down some of my more interesting findings and sharing them with the World Wide Web. If you think I could be a could fit at your company then take a look at my Résumé, otherwise you can reach me on Telegram or by Email.\r\n\r\n\r\n\r\n",
"last_modified": "2021-04-12T22:08:37-07:00"
"last_modified": "2021-04-12T22:19:39-07:00"
},
{
"path": "index.html",
"title": "Anson's Projects",
"author": [],
"contents": "\r\n\r\n\r\n\r\n",
"last_modified": "2021-04-12T22:08:37-07:00"
"last_modified": "2021-04-12T22:19:40-07:00"
}
],
"collections": ["posts/posts.json"]

View File

@ -10,6 +10,6 @@
</url>
<url>
<loc>https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/</loc>
<lastmod>2021-04-05T22:40:13-07:00</lastmod>
<lastmod>2021-04-12T22:51:47-07:00</lastmod>
</url>
</urlset>