-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
447 lines (371 loc) · 18.2 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>PHARE</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<div id="header">
<!-- Logo
<h1><a href="index.html" id="logo">Numerical Plasmas Group</a></h1>-->
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="index.html#whatisphare">What is PHARE?</a>
<ul>
<li><a href="amrhybrid.html">AMR Hybrid PIC</a></li>
<li><a href="whyphare.html">Why PHARE?</a></li>
<li><a href="">Science with PHARE</a></li>
</ul>
</li>
<li><a href="index.html#roadmap">RoadMap</a></li>
<li><a href="index.html#news">News</a></li>
<li>
<a href="index.html#usingphare">Using PHARE</a>
<ul>
<li><a href="">Install PHARE</a></li>
<li><a href="">Run PHARE</a></li>
<li><a href="">Post-processing</a></li>
</ul>
</li>
<li><a href="index.html#gallery">Gallery</a></li>
<li>
<a href="index.html#joinus">Join Us</a>
<ul>
<li> <a href="#"> Internships </a></li>
<li> <a href="#"> Jobs </a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- Banner-->
<section id="banner">
<!--<header>
<h2>Get our codes:</h2>
<a href="https://github.com/LaboratoryOfPlasmaPhysics" class="button">https://github.com/LaboratoryOfPlasmaPhysics</a>
</header>-->
</section>
<!-- Gigantic Heading -->
<section class="wrapper style6">
<div class="container">
<header class="major">
<h2 id="whatisphare">What is PHARE?</h2>
<h4><a href="https://github.com/PHAREHUB/PHARE">Get the code on GitHub</a></h4>
</header>
</div>
</section>
<!-- Highlights -->
<section class="wrapper style1">
<div class="container">
<div class="row 200%">
<section class="4u 12u(narrower)">
<div class="box highlight">
<!--<i class="icon major fa-paper-plane"></i>-->
<h3 id="numericalsimulation">AMR Hybrid Particle-In-Cell formalism</h3>
<p>Hybrid PIC codes are plasma simulation codes modeling the plasma as ions treated kinetically and electrons treated as a fluid... <a href="amrhybrid.html">Read more...</a></p>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="box highlight">
<h3>Why PHARE?</h3>
<p>PHARE aims at solving the dynamics of astrophysical plasmas for which ion kinetic effects matter
and where the dynamics spans from MHD down to sub-ion scales. The project also aims at providing the
community with an open source, versatile, efficient yet user-friendly code. <a href="whyphare.html">Read more...</a></p>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="box highlight">
<h3>Science with PHARE</h3>
<p>Hopefully soon...</p>
</div>
</section>
<!--
<section class="4u 12u(narrower)">
<div class="box highlight">
<i class="icon major fa-wrench"></i>
<h3>Experiments & on-board software</h3>
These codes are developed for driving experiment devices in the lab and on-board spacecraft.
</div>
</section>
-->
</div>
</div>
</section>
<!-- Gigantic Heading -->
<section class="wrapper style7">
<div class="container">
<header class="major">
<h2 id="currentfeatures">Current Features</h2>
</header>
</div>
</section>
<section class="wrapper style1">
<div class="container">
<div class="row">
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Numerical core</h3>
<ul class="feature">
<li class="feature"><a href="">Arbitrary physical model/solver</a> at each refinement level (only Hybrid implemented)</li>
<li class="feature">Predictor-predictor-corrector hybrid solver</li>
<li class="feature">Arbiratry number of ion populations</li>
<li class="feature">Boris particle pusher</li>
<li class="feature">Particle shapes: B-spline orders 1, 2, 3</li>
<li class="feature">Boundary conditions: periodic</li>
<li class="feature">Load balancing of MPI domains</li>
</ul>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="inner">
<h3>User input</h3>
<ul class="feature">
<li class="feature">User inputs are simple python scripts</li>
<li class="feature">PHARE can be ran directly from python</li>
<li class="feature">Users can run PHARE in jupyter notebooks</li>
</ul>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Diagnostics and post-processing</h3>
<ul class="feature">
<li class="feature">Full AMR hierarchy outputs</li>
<li class="feature">Electromagnetic field diagnostics</li>
<li class="feature">Total Ion density and bulk velocity diagnostics</li>
<li class="feature">Per population density and bulk velocity diagnostics</li>
<li class="feature">Per population particle dumps</li>
<li class="feature">Parallel HDF5 diagnostics</li>
<li class="feature">Read 1D patch hierarchy datasets</li>
</ul>
</div>
</section>
</div>
</div>
</section>
<!-- Gigantic Heading -->
<section class="wrapper style5">
<div class="container">
<header class="major">
<h2 id="roadmap">Development RoadMap</h2>
</header>
</div>
</section>
<section class="wrapper style1">
<div class="container">
<div class="row 200%">
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Current work</h3>
<ul class="roadmap">
<li class="roadmap">Automatic refinement</li>
<li class="roadmap">2D Hybrid</li>
</ul>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Soon</h3>
<ul>
<li>3D Hybrid</li>
</ul>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Future</h3>
<ul>
<li>Planetary magnetosphere model</li>
<li>MHD model/solver coupling</li>
</ul>
</div>
</section>
</div>
</div>
</section>
<!-- Gigantic Heading -->
<section class="wrapper style3">
<div class="container">
<header class="major">
<h2 id="usingphare">Using PHARE</h2>
</header>
</div>
</section>
<!-- News -->
<section class="wrapper style1">
<div class="container">
<div class="row">
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Install PHARE</h3>
<p>how to install phare</p>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Run PHARE</h3>
<p>how to run phare</p>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="inner">
<h3>Post-processing</h3>
<p>how to analyze PHARE data</p>
</div>
</section>
</div>
</div>
</section>
<!-- Gigantic Heading -->
<section class="wrapper style8">
<div class="container">
<header class="major">
<h2 id="news">News</h2>
</header>
</div>
</section>
<section class="wrapper style1">
<div class="container">
<div class="row" id="News">
<ul>
<h2>Latest news</h2>
<li><b>Nov. 20th, 2020</b> : First 1D run with self-consistent refinement</li>
<li><b>Nov. 7th, 2020</b> : Our paper on : <a href="https://doi.org/10.1016/j.cpc.2020.107666">particle splitting published in CPC</a></li>
<li><b>May. 29th, 2020</b> : <a href="firstrun2grids.html#article">First 1D run on two fixed grids</a></li>
</ul>
</div>
</div>
</section>
<!-- Gigantic Heading -->
<section class="wrapper style2">
<div class="container">
<header class="major">
<h2 id="gallery">Gallery</h2>
<!-- <p>Discover our main code projects at LPP</p> -->
</header>
</div>
</section>
<!-- Posts
<section class="wrapper style1">
<div class="container">
<div class="row">
<section class="6u 12u(narrower)">
<div class="box post">
<a href="#" class="image left"><img src="images/phare.jpg" alt="" /></a>
<div class="inner">
<h3>PHARE</h3>
<p>Parallel Hybrid Particle-In-Cell code with Adaptive mesh REfinement. Modern C++ code in development with
support of the labex <a href="http://www.plasapar.com/en/">Plas@Par</a>.
<a href="https://github.com/LaboratoryOfPlasmaPhysics/PHARE">See in GitHub</a></p>
</div>
</div>
</section>
<section class="6u 12u(narrower)">
<div class="box post">
<a href="#" class="image left"><img src="images/lppic.jpg" alt="" /></a>
<div class="inner">
<h3>LPPIC</h3>
<p>2.5D Parallel electrostatic Particle-In-Cell code developed at LPP for studying plasma propulsors.</p>
</div>
</div>
</section>
</div>
</div>
</section>
-->
<!-- CTA
<section id="cta" class="wrapper style3">
<div class="container">
<header>
<h2>Are you ready to continue your quest?</h2>
<a href="#" class="button">Insert Coin</a>
</header>
</div>
</section>
-->
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<section class="3u 6u(narrower) 12u$(mobilep)">
<h3>Links</h3>
<ul class="links">
<li><a href="http://www.lpp.fr">Laboratory of Plasma Physics</a></li>
<li><a href="http://www.plasapar.com/en/">Plas@Par</a></li>
</ul>
</section>
<!-- <section class="3u 6u$(narrower) 12u$(mobilep)">
<h3> </h3>
<ul class="links">
<li><a href="#">Duis neque nisi dapibus</a></li>
<li><a href="#">Sed et dapibus quis</a></li>
</ul>
</section>
-->
<section class="6u 12u(narrower)">
<h3>Get In Touch</h3>
<form>
<div class="row 50%">
<div class="6u 12u(mobilep)">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="6u 12u(mobilep)">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
</div>
<div class="row 50%">
<div class="12u">
<textarea name="message" id="message" placeholder="Message" rows="5"></textarea>
</div>
</div>
<div class="row 50%">
<div class="12u">
<ul class="actions">
<li><input type="submit" class="button alt" value="Send Message" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
</div>
<!-- Icons -->
<ul class="icons">
<li><a href="http://github.com/pharehub/phare" class="icon fa-github"><span class="label">GitHub</span></a></li>
<!-- <li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
-->
</ul>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© PHARE. All rights reserved</li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>