-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMore.html
50 lines (37 loc) · 1.63 KB
/
More.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>What is Fast?</title>
<link href="Fast.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="Images/FastIcon.png"> </link>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L4031K45JM"></script
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
<script type="text/javascript" src="JavaScript/all.js" defer> </script>
</head>
<body>
<h1>What is Fast?</h1>
<h2><em>A compressible flow solver python package</em></h2>
<hr>
<!-- <header class="headerMore">
<img src="Images/interface-grd.png" onclick="img_box(this)">
</header> -->
<br>
<p>
Fast (<strong>F</strong>lexible <strong>A</strong>erodynamic <strong>S</strong>olver <strong>T</strong>echnology) is a set of python modules implementing HPC solvers for Computational Fluid Dynamics. <br>
</p>
<ul>
<li>FastS is a very efficient solvers for compressible Navier-Stokes equations for Structured grids. It is well suited for unsteady applications (URANS, LES, ...) </li>
<li>FastIBM is a technology providing automatic mesh generation, using a very efficient Cartesian solver and immersed boundary conditions.</li>
</ul><br>
<p>
Fast modules are fully compatible with Cassiopée pre- and post-processing functions, also developed at ONERA (<a href="https://onera.github.io/Cassiopee">https://onera.github.io/Cassiopee</a>).
</p> <br> <br>
<hr>
<p><a href="index.html">Return to main page.</a></p>
<footer>
<a href="http://www.onera.fr"><img src="Images/logo-onera3.png"></a>
</footer>
</body>
</html>