-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
91 lines (74 loc) · 4.29 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="hydro3D : hydro3D project website">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>hydro3D</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<hgroup>
<a id="forkme_banner" href="https://github.com/hydro3Dproject">View on GitHub</a>
<center>
<h1>
<a href="https://github.com/hydro3Dproject">
<img src="images/hydro3d_v2.png" alt="hydro3D" height="180" width="480">
</a>
</h1>
</center>
</hgroup>
<nav>
<center>
<ul>
<a href="https://github.com/hydro3Dproject/hydro3Dproject.github.io/wiki/How-to-get-hydro3D" style="color:white; font-weight:bold">get hydro3D</b></a>
           
<a href="https://github.com/hydro3Dproject/hydro3Dproject.github.io/wiki" style="color:white; font-weight:bold">documentation</a>
           
<a href="https://github.com/hydro3Dproject/hydro3Dproject.github.io/wiki/Flow-Gallery" style="color:white; font-weight:bold">flow gallery</a>
           
<a href="https://github.com/hydro3Dproject/hydro3Dproject.github.io/wiki/Publications" style="color:white; font-weight:bold">publications</a>
</ul>
</center>
</nav>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome-to-the-hydro3d-project" class="anchor" href="#welcome-to-the-hydro3d-project" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to the hydro3D project</h3>
<img src="images/Q.jpg" alt="" height="200" width="250" align="right"/>
<!-- <img class="flowright" src="images/Q.jpg" alt="" height="100" width="250" position="right"/> -->
<p>hydro3D is a finite difference Navier Stokes solver that permits accurate and efficient Large Eddy Simulation (LES) of turbulent flows. It has been developed by Prof. Thorsten Stoesser and co-workers at Cardiff University, UK, primarily for use in the simulation of environmental fluid dynamics. If you are interested in using and/or developing the code, or if you would like to discuss opportunities for collaboration, please send a mail to [email protected]. To get a feel for the code's present range of capabilities please take a look at our <a href="https://github.com/hydro3Dproject/hydro3Dproject.github.io/wiki/Flow-Gallery" style="font-weight:bold">flow gallery</b></a> and <a href="https://github.com/hydro3Dproject/hydro3Dproject.github.io/wiki/Publications" style="font-weight:bold">publications</b></a>.</p>
<h3>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h3>
<ul>
<li>Sub-grid Scale (SGS) turbulent stress modelling using Smagorinsky or WALE methods.</li>
<li>Choice of spatial discretisation schemes including 4th order central differences.</li>
<li>Choice of temporal solution schemes including 5th order ENO/WENO.</li>
<li>Efficient computation of flows in and over complex geometries using the Immersed Boundary Method.</li>
<li>Efficient multigrid solver with MPI and OpenMP parallelisation.</li>
<li>Local mesh refinement for increased efficiency and accuracy.</li>
<li>Bubble column simulation using Immersed Boundary particle tracking.</li>
</ul>
<h3>
<a id="ongoing-development" class="anchor" href="#ongoing-development" aria-hidden="true"><span class="octicon octicon-link"></span></a>Ongoing development</h3>
<ul>
<li>1-equation SGS modelling.</li>
<li>Free surface simulation in turbulent flows using the Level Set Method.</li>
<li>Sediment and scalar transport.</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>