forked from su2code/su2code.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (92 loc) · 5.65 KB
/
index.html
File metadata and controls
110 lines (92 loc) · 5.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
layout: default
---
<div class="header-container jumbotron">
<div class="container"> <!--- style="background-color:white" --->
<right>
<h1>SU2 v6.0 Falcon</h1> <!-- style="color:black" -->
<h2>Powerful. Fast. Free.</h2>
<p><a class="btn btn-info btn-lg" href="{{ "/download.html" | prepend: site.baseurl }}" role="button">
Download</a></p>
<br>
<br>
</right>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is SU2?</h2>
<blockquote>
<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>
</blockquote>
</div>
<div class="col-md-6 text-center">
<img src="img/logoSU2_v3.3.png" alt="" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-bullhorn" aria-hidden="true"></i></h1>
<h3 class="text-center">Stay informed.</h3>
<p> Keep up with the latest announcements and events by registering for our <a href="http://su2devsociety.org/su2-user-registration/">mailing list</a> and following us on <a href="https://twitter.com/intent/user?screen_name=su2code">twitter</a> and <a href="https://www.facebook.com/su2code/">facebook</a>. For detailed updates on the source code, watch the SU2 repository on <a href="https://github.com/su2code/SU2">GitHub</a>.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-fast-forward" aria-hidden="true"></i></h1>
<h3 class="text-center">Accelerate your research.</h3>
<p> You won't have to start from scratch - use SU2 as a strong foundation for your research. Level up your SU2 skills with our <a href="https://su2code.github.io/docs/home/">documentation</a> and <a href="https://su2code.github.io/tutorials/home/">tutorials</a> sections.
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-users" aria-hidden="true"></i></h1>
<h3 class="text-center">Free and open. Always.</h3>
<p> SU2 is open source and released under the LGPL 2.1. It's under active
development by individuals all around the world. Get the code and get involved on <a href="https://github.com/su2code/SU2">GitHub</a>.
</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-12 text-center">
<img src="img/hl_crm_01.png" alt="" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6 text-center">
<h1 class="text-center"><i class="fa fa-connectdevelop" aria-hidden="true"></i></h1>
<h3 class="text-center">SU2 Developers Society</h3>
<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>
<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>
</div>
<div class="col-md-6 text-center">
<h1 class="text-center"><i class="fa fa-book" aria-hidden="true"></i></h1>
<h3 class="text-center">Meet state of the art.</h3>
<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>
<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>, or <a href="http://dx.doi.org/10.1016/j.compfluid.2016.02.003">high-performance computing</a>, SU2 has something for you.</p>
</div>
</div>
</div>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28187985-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35193029-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>