-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
117 lines (98 loc) · 5.96 KB
/
research.html
File metadata and controls
117 lines (98 loc) · 5.96 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
111
112
113
114
115
116
117
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>Alex Skillen - Research</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet'>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q3YMT9T0GG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q3YMT9T0GG');
</script>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<!--<li><a href="team.html">People</a></li>-->
<li><a href="https://scholar.google.co.uk/citations?user=9kO45eAAAAAJ&hl=en">Publications (Google Scholar)</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Ongoing projects</b></div><br>
<!--First project -->
<div style="margin-top:3%"; class="parent">
<div class="child">
<div style="font-family: 'Oswald', sans-serif; font-size: 18px;"><b>Generative methods in Machine Learning for subgrid turbulence closure.</b></div><br>
Deep generative methods (e.g. GANs) allow a super-resolution upsampling of coarse CFD to achieve high-fidelity results at lower computational cost. We're developing novel physics-informed generative methods for subgrid turbulence closure.<br><br>
<b> Key people: <a href="https://uk.linkedin.com/in/mohammed-sardar">Mohammed Sardar</a></b> (PhD student, 2021-2025)
</div>
<div class="child">
<img class="img-responsive" src="turbulence.gif" alt=""><br>
</div>
</div>
<!--second project -->
<div style="margin-top:3%"; class="parent">
<div class="child">
<div style="font-family: 'Oswald', sans-serif; font-size: 18px;"><b>Multi-fidelity modelling.</b></div><br>
Nested multi-fidelity models provide a data-fusion between low and high fidelity data. When exploring parameter space, it is typically impractical to use high-fidelity methods alone (due to their high cost). Multi-fidelity methods use machine learning to learn the mapping between low and high-fidelity methods to provide accurate yet cost-effective surrogate models.<br><br>
<b> Key people: <a href="https://uk.linkedin.com/in/andrew-mole-113142106">Andrew Mole</a></b> (PhD student, 2018-2022, PDRA 2022 - )
<br>
<b> Key Outputs: <a href="https://doi.org/10.21203/rs.3.rs-2118035/v1">Preprint.</a></b>
</div>
<div class="child">
<img class="img-responsive" src="MFM.png" alt=""><br>
</div>
</div>
<div style="margin-top:3%"; class="parent">
<div class="child">
<div style="font-family: 'Oswald', sans-serif; font-size: 18px;"><b>Deep learning in fusion thermal hydraulics.</b></div><br>
A significant challenge in nuclear fusion tokamak reactor design is the high heat loading of the plasma-facing components (the blanket and divertor). High energy neutrons bombard these components, creating a non-uniform volumetric heat loading. Circulating lithium-lead eutectic is subject to radiative heating, magnetohydrodynamic (MHD) effects, buoyancy and turbulence. We're incorporating MHD into <a href="https://www.incompact3d.com/">Xcompact3D</a> for direct numerical simulation (DNS) database generation and subsequent physics-informed data-driven subgrid closure of complex MHD flows.<br><br>
<b> Key people: <a href="http://www.linkedin.com/in/jake-ineson-250047180">Jake Ineson</a> </b> (PhD student 2022-2026)<br>
</div>
<div class="child">
<img class="img-responsive" src="#" alt=""><br>
</div>
</div>
<div style="margin-top:3%"; class="parent">
<div class="child">
<div style="font-family: 'Oswald', sans-serif; font-size: 18px;"><b>Code Coupling.</b></div><br>
Code coupling allows simple communication between legacy codes to achieve multi-physics or multi-scale capability. We've developed the <a href="https://github.com/MxUI">MUI library</a> to enable effective coupling between codes with minimal effort and maximum performance. <br><br>
<b> Key collaborators: Brown University, LBNL, UKRI-STFC and IBM Research</b><br>
<b> Website: <a href="https://github.com/MxUI"> MUI </a></b>
</div>
<div class="child">
<img class="img-responsive" src="mui.png" alt=""><br>
</div>
</div>
</div>
</body>
</html>