Skip to content

Commit 4de8ec3

Browse files
committed
naming updates for 2.5
1 parent beafe0d commit 4de8ec3

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

Diff for: download/standard_install.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 id="downloading">Downloading</h2>
9595

9696
<h3 id="stable-release">Stable Release</h3>
9797
<p>Download the latest stable release of SUAVE: <br />
98-
<a href="https://suave.stanford.edu/registration.html">SUAVE Version 2.4.0</a></p>
98+
<a href="https://suave.stanford.edu/registration.html">SUAVE Version 2.5.0</a></p>
9999

100100
<h3 id="license">License</h3>
101101

@@ -171,6 +171,10 @@ <h3 id="dependencies">Dependencies</h3>
171171
<tr>
172172
<td>scikit-learn</td>
173173
<td><a href="http://scikit-learn.org/stable/install.html">linux</a>, <a href="http://scikit-learn.org/stable/install.html">mac</a>, <a href="http://scikit-learn.org/stable/install.html">windows</a></td>
174+
</tr>
175+
<tr>
176+
<td>plotly</td>
177+
<td><a href="https://plotly.com/python/getting-started/">linux</a>, <a href="https://plotly.com/python/getting-started/">mac</a>, <a href="https://plotly.com/python/getting-started/">windows</a></td>
174178
</tr>
175179
</tbody>
176180
</table>

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<!-- Banner -->
6565
<section id="banner">
6666
<header>
67-
<h2>SUAVE 2.4: Faster than before!</h2>
67+
<h2>SUAVE 2.5: Design Dreams Come Alive</h2>
6868
<a href="latest_release.html" class="button">Learn More</a>
6969
</header>
7070
</section>

Diff for: latest_release.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,26 @@
6969

7070
<article>
7171
<header>
72-
<h2>SUAVE 2.4.0</h2>
73-
<p>The Latest Evolution in Aerospace Design</p>
72+
<h2>SUAVE 2.5.0</h2>
73+
<p>The Latest in Aerospace Design</p>
7474
</header>
7575

76-
<p>This release has major changes to both the aerodynamics, acoustics, and propeller models in SUAVE. A longer list of improvements can be found below:</p>
76+
<p>This release has numerous changes. Unfortunately, some interfaces have been altered to support all these changes. We tried to make these interface alterations as user friendly and intuitive as possible. The next major release will be a 3.0 with significant changes.</p>
7777

7878

7979
<ul>
80-
<li>New VORLAX-based supersonic VLM</li>
81-
<li>Aircraft Noise Analysis</li>
82-
<li>General VTOL weights buildup</li>
83-
<li>Electric performance diagrams</li>
84-
<li>Non-uniform inflow for BET analysis </li>
85-
<li>Updated propeller-wing interaction </li>
86-
<li>Direct use of polar data for propellers</li>
87-
<li>Interface to PyCycle</li>
88-
<li>Airfoil Interpolator</li>
89-
<li>New function for supersonic wave drag</li>
90-
<li>Update OpenVSP interface</li>
91-
<li>Bug Fixes, code clean up, and some speedups!</li>
80+
<li>VLM: Control surfaces, sideslip, rotation rate effects, and arbitrary discretization.</li>
81+
<li>Nacelles are now independent geometric objects from networks</li>
82+
<li>Energy networks: fewer networks, propellers and motors can be appended arbitrarily, networks are no longer referred as propulsors, and integrating a mission with a network is much easier.</li>
83+
<li>Battery model rewrite</li>
84+
<li>New airfoil panel method </li>
85+
<li>Momentum wake effects from rotors </li>
86+
<li>Updates for both import and export of vehicles to OpenVSP (propellers/rotors are now seamless)</li>
87+
<li>New Noise models</li>
88+
<li>Stability derivatives from VLM including with respect to control surface deflections</li>
89+
<li>VTK file outputs for rotor wake simulations</li>
90+
<li>New plotting functions</li>
91+
<li>Under the hood fixes: hover corrections, FLOPS, CG, fineness ratio, propellers/rotors are merged, removed duplicated iterations, addressed many known issues</li>
9292
</ul>
9393

9494
<br>

0 commit comments

Comments
 (0)