mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-07-25 23:51:29 +00:00
recompile
This commit is contained in:
@@ -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;
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user