Skip to content

Commit 9a5e466

Browse files
committed
Changes to text, updates to links/pages, updated binaries.
1 parent fe36717 commit 9a5e466

11 files changed

+21
-47
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site settings
2-
title: SU2, the Open-Source CFD Code
3-
2+
title: SU2, Multiphysics Simulation and Design Software
3+
44
description: >
55
Website for the SU2 Project
66

_docs/Contact.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Users of SU2 who have questions not addressed in the User's Guide, Developer's G
1010
If you find bugs or issues in the source code or would like to submit a feature request, please use the issue tracker on the SU2 GitHub page at: [https://github.com/su2code/SU2/issues](https://github.com/su2code/SU2/issues)
1111

1212
### SU2 User's Mailing List
13-
Users are encouraged to join the SU2 user's email list. This list will be used to communicate important information to users such as new releases or event announcements. To join, follow the link below, enter your email address, and follow the directions for confirmation. Your email address will not be shared or used for anything except email communication from the development team.
13+
Users are encouraged to join the SU2 user's email list. This list will be used to communicate important information to users such as new releases or event announcements. To join, follow the link below. We take privacy matters seriously - please see our privacy and cookie policies for more information.
1414

15-
[Join the List!](http://su2devsociety.org/su2-user-registration/)
15+
[Join the List!](https://su2foundation.org/)
1616

17-
### Join the SU2 Developer Team
17+
### Join the SU2 Development Team
1818

1919
All developers that would like to contribute to SU2 are encouraged to get involved on [GitHub](https://github.com/su2code/SU2). Whether you would like to share new features or fixes with the community through Pull Requests, report issues or feature requests, or discuss the latest with your fellow developers, your participation is most welcome!

_docs/Download.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ permalink: /docs/Download/
55

66
SU2 is freely available for use under the GNU Lesser General Public License, version 2.1. Please reference the [license details](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) for terms and conditions.
77

8-
Please visit our [download portal](../../download.html) to obtain binary executables or the SU2 source code and [register as a user of SU2](http://su2devsociety.org/su2-user-registration/)!
8+
Please visit our [download portal](../../download.html) to obtain binary executables or the SU2 source code and [register as a user of SU2](https://su2foundation.org/)!
99

_docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SU2, the Open-Source CFD Code
2+
title: SU2, Multiphysics Simulation and Design Software
33
permalink: /docs/home/
44
redirect_from: /docs/index.html
55
---

_includes/topnav.html

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<li {% if page.sectionid=='tutorials' %} class="active" {% endif %}><a href="{{ "/tutorials/home/" | prepend: site.baseurl }}">Tutorials</a></li>
2020
<li {% if page.sectionid=='forum' %} class="active" {% endif %}><a href="{{ "https://www.cfd-online.com/Forums/su2/" | prepend: site.baseurl }}">Forum</a></li>
2121
<li {% if page.sectionid=='develop' %} class="active" {% endif %}><a href="{{ "/develop.html" | prepend: site.baseurl }}">Develop</a></li>
22-
<!-- <li {% if page.sectionid=='ids' %} class="active" {% endif %}><a href="{{ "http://su2devsociety.org" | prepend: site.baseurl }}">IDS</a></li> -->
2322
<li {% if page.sectionid=='blog' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">News</a></li>
2423
</ul>
2524
<div class="navbar-right">

develop.html

+7-30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SU2 Developers
2+
title: SU2 Development
33
layout: default
44
---
55

@@ -9,34 +9,11 @@
99
<div class="col-lg-12">
1010
<h1 class="text-center">Join the Team</h1>
1111

12-
<p>The SU2 community continues to grow rapidly, and together, we are making a measurable, worldwide impact on CFD. Now, it's time to tap into our collective expertise, creativity, and programming skills to take SU2 to the next level.</p>
12+
<p>The SU2 community continues to grow rapidly, and together, we are making a measurable, worldwide impact on CFD. Now, it's time to tap into our collective expertise, creativity, and skills to take the project to the next level.</p>
13+
14+
<p>We are proud to announce the <a href="https://su2foundation.org">SU2 Foundation</a>, a new non-profit organization formed in the United States. The mission of the SU2 Foundation is to promote global software development and education to increase the pace of innovation in the engineering sciences for the benefit of all society.</p>
1315

14-
<p>We invite all contributors to the SU2 project to become members of the <a href="http://su2devsociety.org">SU2 International Developers Society (IDS)</a>. The mission of the society is to connect, inspire, and expand the SU2 developer community. Membership is free and offers some serious perks.</p>
15-
16-
<br>
17-
18-
<p>SU2 is being developed by individuals and organized teams around the world. Currently, the most active teams contributing to SU2 are:</p>
19-
<br>
20-
<ul>
21-
<li><a href="teams/SU_Team.html">Team at Stanford University.</a></li>
22-
<li><a href="teams/TD_Team.html">Team at Delft University of Technology.</a></li>
23-
<li><a href="teams/KL_Team.html">Team at Kaiserslautern University of Technology.</a></li>
24-
<li><a href="teams/IC_Team.html">Team at Imperial College.</a></li>
25-
<li><a href="teams/USB_Team.html">Team at the University of Basilicata.</a></li>
26-
<li><a href="teams/PM_Team.html">Team at Polytechnic University of Milan.</a></li>
27-
<li><a href="teams/UB_Team.html">Team at University of Brescia.</a></li>
28-
<li><a href="teams/US_Team.html">Team at University of Strathclyde.</a></li>
29-
<li>Team at University of Twente.</li>
30-
<li>Team at the University of Michigan.</li>
31-
<li>Team at Queen's University.</li>
32-
<li>Team at Royal Military College of Canada.</li>
33-
<li>Team at the Indian Institute of Technology Gandhinagar.</li>
34-
<li>Team at the University of Sydney.</li>
35-
<li>Team at Virginia Tech.</li>
36-
</ul>
37-
<br>
38-
39-
<p><b>Note I: If you are actively working on SU2 and your team is not in the list, please let us know and we will add your team and profile to this webpage.</b></p>
16+
<p>SU2 is being developed collaboratively by individuals and organized teams around the world. A goal of the SU2 Foundation is to provide a trusted, neutral forum or community collaboration around the SU2 project, including transparent, community-driven technical governance. All individuals and groups are welcome to join the community and development process. Please contact the <a href="https://su2foundation.org">SU2 Foundation</a> if you would like more information, or head straight to our <a href="https://github.com/su2code/SU2">GitHub repository</a>, as described below.</p>
4017

4118
<br>
4219

@@ -45,10 +22,10 @@ <h1 class="text-center">Join the Team</h1>
4522
<br>
4623

4724

48-
<h1 class="text-center">Gitting Started</h1>
25+
<h1 class="text-center">Git-ting Started</h1>
4926

5027

51-
<p> GitHub is the center of all development efforts in SU2. The su2code GitHub organization contains the <a href="https://github.com/su2code/SU2">main code</a> repository as well as supporting materials:</p>
28+
<p> GitHub is the center of all development efforts in SU2. The su2code GitHub organization contains the primary <a href="https://github.com/su2code/SU2">code repository</a>, as well as supporting materials:</p>
5229
<br>
5330
<p><center>
5431
<a href="https://github.com/su2code">

download/su2-macos-latest.tgz

18.1 MB
Binary file not shown.

download/su2-redhat-latest.tgz

24.5 MB
Binary file not shown.

download/su2-ubuntu-latest.tgz

17 MB
Binary file not shown.

img/logoSU2_v3.3_mod.png

21.1 KB
Loading

index.html

+7-9
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3 class="text-center"><b>NEW:</b> The SU2 Foundation is here! <a href="https:/
3737
<div class="col-md-6">
3838
<h2 class="header-light regular-pad">What is SU2?</h2>
3939
<blockquote>
40-
<p>SU2 is an open-source collection of software tools written in C++ and Python for the analysis of partial differential equations (PDEs) and PDE-constrained optimization problems on unstructured meshes with state-of-the-art numerical methods. SU2 is a leading technology for adjoint-based optimization. Through the initiative of users and developers around the world, SU2 is now a well established tool in the computational sciences with wide applicability to aeronautical, automotive, naval, and renewable energy industries, to name a few.</p>
40+
<p>Computational analysis tools have revolutionized the way we design engineering systems, but most established codes are proprietary, unavailable, or prohibitively expensive for many users. The SU2 team is changing this, making multiphysics analysis and design optimization software freely available and involving everyone in its creation and development.</p>
4141

4242
<p>Find a detailed description of the code philosophy, components, and implementations in the SU2 <a href="https://arc.aiaa.org/doi/abs/10.2514/1.J053813">AIAA Journal article</a>. Whether it's <a href="documents/AIAA-2016-3518.pdf">discrete adjoints</a>, <a href="documents/2017_J._Phys.3A_Conf._Ser._821_012013.pdf">non-ideal compressible CFD</a>, <a href="http://dx.doi.org/10.1016/j.compfluid.2016.02.003">high-performance computing</a>, or <a href="documents/AIAA-2018-3111.pdf"> incompressible flows with heat transfer</a>, SU2 has something for you.</p>
4343
</blockquote>
@@ -81,24 +81,22 @@ <h3 class="text-center">Free and open. Always.</h3>
8181

8282

8383
<div class="row">
84-
<!--
8584
<div class="col-md-6 text-center">
8685
<h1 class="text-center"><i class="fa fa-connectdevelop" aria-hidden="true"></i></h1>
87-
<h3 class="text-center">SU2 Developers Society</h3>
86+
<h3 class="text-center">A strong foundation.</h3>
8887

89-
<p>The SU2 community continues to grow rapidly, and together, we are making a measurable, worldwide impact on CFD. Now, it's time to tap into our collective expertise, creativity, and programming skills to take SU2 to the next level.</p>
88+
<p>The SU2 community continues to grow rapidly, and together, we are making a measurable, worldwide impact on CFD. Now, it's time to tap into our collective expertise, creativity, and skills to take the project to the next level.</p>
9089

91-
<p>We invite all contributors to the SU2 project to become members of the <a href="http://su2devsociety.org">SU2 International Developers Society (IDS)</a>. The mission of the society is to connect, inspire, and expand the SU2 developer community. Membership is free and offers some serious perks.</p>
90+
<p>We are proud to announce the <a href="https://su2foundation.org">SU2 Foundation</a>, a new non-profit organization formed in the United States. The mission of the SU2 Foundation is to promote global software development and education to increase the pace of innovation in the engineering sciences for the benefit of all society.</p>
9291

9392
</div>
94-
--->
95-
<div class="col-lg-12 text-center">
93+
94+
<div class="col-md-6 text-center">
9695
<h1 class="text-center"><i class="fa fa-book" aria-hidden="true"></i></h1>
9796
<h3 class="text-center">Meet state-of-the-art.</h3>
9897
<p> SU2 isn't just software. It's a research platform. Catch up to the state-of-the-art and push the boundaries in your field with SU2.</p>
9998

100-
<p>Find a detailed description of the code philosophy,
101-
components, and implementations in the SU2 <a href="https://arc.aiaa.org/doi/abs/10.2514/1.J053813">AIAA Journal article</a>. Whether it's <a href="documents/AIAA-2016-3518.pdf">discrete adjoints</a>, <a href="documents/2017_J._Phys.3A_Conf._Ser._821_012013.pdf">non-ideal compressible CFD</a>, <a href="http://dx.doi.org/10.1016/j.compfluid.2016.02.003">high-performance computing</a>, or <a href="documents/AIAA-2018-3111.pdf"> incompressible flows with heat transfer</a>, SU2 has something for you.</p>
99+
<p>SU2 is an open-source collection of software tools written in C++ and Python for the analysis of partial differential equations (PDEs) and PDE-constrained optimization problems on unstructured meshes with state-of-the-art numerical methods. SU2 is a leading technology for adjoint-based optimization. Through the initiative of users and developers around the world, SU2 is now a well established tool in the computational sciences with wide applicability to aeronautical, automotive, naval, and renewable energy industries, to name a few.</p>
102100

103101
</div>
104102
</div>

0 commit comments

Comments
 (0)