forked from fmihpc/hyb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
63 lines (42 loc) · 1.98 KB
/
README
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
HYB SIMULATION PLATFORM
HYB (How You Been) is a versatile C++ quasi-neutral hybrid (QNH)
plasma simulation platform for the solar wind and plasma interactions
of celestial bodies. The HYB code is developed at the Finnish
Meteorological Institute and the Aalto University. The HYB code and
tools are distributed under the GPL v3 open source license by the
Finnish Meteorological Institute.
The latest version of HYB can be downloaded at:
https://github.com/fmihpc/hyb
Folders:
sim/: The HYB simulation code
tools/: Tools to analyze HYB output files
HYB CODE
HYB is a 3-dimensional code and uses Cartesian or spherical simulation
mesh. The Cartesian mesh can be hierarchically refined to adjust the
grid cell size within the simulation domain. HYB is a highly optimized
and memory efficient serial code designed for the Linux environment.
In the QNH approach positively charged ions are treated as macro
particle clouds moving under the Lorentz force and electrons are a
charge-neutralizing, massless fluid. The electron momentum equation
(Ohm's law) defines the electric field. Faraday's law is used to
propagate the magnetic field on the grid cell faces. Ampere's law
gives the electric current density. A Yee type staggered mesh keeps
magnetic field divergence-free.
ACKNOWLEDGEMENTS
We request acknowledging and citing the original code when publishing
or presenting results from HYB. The HYB developers are open for
scientific collaborations and further development of the code.
Example acknowledgement text:
"Simulations were performed using the HYB code distributed under the
open source GPL v3 license by the Finnish Meteorological Institute
(github.com/fmihpc/hyb)."
CONTACTS
Finnish Meteorological Institute:
Dr. Riku Jarvinen ([email protected])
Aalto University:
Prof. Esa Kallio ([email protected])
FURTHER INFORMATION
The reference list of scientific articles using the HYB code and
further information can be found at:
http://hyb.fmi.fi
Copyright (c) 2014- Finnish Meteorological Institute