-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·97 lines (85 loc) · 5.72 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
92
93
94
95
96
97
---
layout: landing-page
title: Home
keywords: fluidity, amcg, imperial, imperial college london, computational fluid dynamics, geophysics, simulation, open source, high performance computing, mpi, multiphase flow, Navier-Stokes, adaptive mesh, mesh adaptivity, finite element, control volume, ocean modelling
---
<!-- Main -->
<section id="main" class="wrapper style1">
<div class="container">
<section>
<h2>What is Fluidity?</h2>
<p>Fluidity is an open source, general purpose, multiphase computational fluid dynamics code capable of numerically solving the Navier-Stokes equation and accompanying field equations on arbitrary unstructured finite element meshes in one, two and three dimensions. It is parallelised using MPI and is capable of scaling to many thousands of processors. Other innovative and novel features include the use of anisotropic adaptive mesh technology, and a user-friendly GUI and a Python interface which can be used to calculate diagnostic fields, set prescribed fields or set user-defined boundary conditions.</p>
<div class="row">
<div class="6u">
<p>
<center>
<iframe frameborder="0" width="100%" height="390" src="http://www.youtube.com/embed/twQEWwYCaNI"> </iframe><br>
<i>A 2D simulation of a lock-exchange demonstrating how Fluidity adapts the mesh to only place high-resolution where it's really needed. See Heister et al. (<a href="http://dx.doi.org/10.1016/j.ocemod.2011.01.003">2011</a>, <a href="http://dx.doi.org/10.1016/j.ocemod.2013.10.003">2014</a>) for more details.</i>
</center>
</p>
</div>
<div class="6u">
<p>
<center>
<iframe frameborder="0" width="100%" height="390" src="http://www.youtube.com/embed/R8oUtwAx2fw"> </iframe><br>
<i>A multiphase flow simulation of silicon carbide particles settling in saline water, with the unstructured adaptive mesh resolving the Rayleigh-Taylor instabilities. See <a href="http://dx.doi.org/10.1093/gji/ggs059">Jacobs et al. (2013)</a> for more details.</i>
</center>
</p>
</div>
</div>
</section>
</div>
<section id="applications" class="wrapper style2">
<div class="container">
<h2>Application areas</h2>
<p>Fluidity is used in a number of different scientific areas including geophysical fluid dynamics, computational fluid dynamics, ocean modelling and mantle convection. It uses a finite element/control volume method which allows arbitrary movement of the mesh with time dependent problems, allowing mesh resolution to increase or decrease locally according to the current simulated state. It has a wide range of element choices including mixed formulations. See below for more detailed examples.</p>
<div class="row">
<div class="4u">
<section class="special">
<img height="300px" src="applications/images/ash-settling-3d-mesh.jpg" alt="" />
<h3>Multiphase flow</h3>
<p></p>
<ul class="actions">
<li><a href="applications/multiphase-flow.html" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="special">
<img height="300px" src="applications/images/tsunami.png" alt="" />
<h3>Tsunami modelling</h3>
<p></p>
<ul class="actions">
<li><a href="applications/tsunami-modelling.html" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="special">
<img height="300px" src="applications/images/stokes-flow-temperature-convection.png" alt="" />
<h3>Stokes flow</h3>
<p></p>
<ul class="actions">
<li><a href="applications/stokes-flow.html" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
<div class="container">
<section>
<h2>Obtaining Fluidity</h2>
<p>Fluidity is available free of charge under the <a href="http://www.gnu.org/licenses/lgpl-3.0.en.html">GNU Lesser General Public License (LGPL)</a>. The source code and manual are available (and maintained) via a <a href="https://github.com/FluidityProject/fluidity">GitHub repository</a>. We also maintain installation packages for Ubuntu and RHEL/CentOS. Visit the <a href="get-fluidity.html">download and installation page</a> for more details.</p>
<p></p>
</section>
<section>
<h2>Collaborators</h2>
<p>Fluidity has benefited from work contributed by staff at a number of companies and institutions, including Imperial College London, University of Oxford, University of Reading, National Oceanography Centre Southampton, Herriot Watt University, Numerical Algorithms Group, Museum für Naturkunde Berlin, Florida State University, Columbia University, Chinese Academy of Sciences, The University of Edinburgh, and the Australian National University.</p>
</section>
<section>
<h2>Contact</h2>
<p>Fluidity is a community project and warmly welcomes developers and users who wish to contribute to the codebase. If you are interested in contributing, please contact <a href="https://www.imperial.ac.uk/people/m.d.piggott">Matt Piggott</a> for more information. We ask all contributors to ensure that their work complies with our <a href="https://github.com/FluidityProject/fluidity/wiki/Copyright-clearance-procedures">copyright clearance procedures</a>.</p>
</section>
</div>
</section>