-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInformation
32 lines (23 loc) · 918 Bytes
/
Information
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
########################################################################
COMPLING UNDER OTHER OPERATIVE SYSTEMS
########################################################################
For now the only know issue about compiling in other operative systems is
the function InitDir() in the "core function.c" file. that cannot be
compiled under windows. You can rewrite it for windows using system.h
(I guess), or remove it.
########################################################################
ASTRONOMIC INFORMATION
########################################################################
MISUR UNIT
These are the misure units that I use in the program:
lenght: m (metre)
mass: Kg (Kilogram)
time: s (second)
so,
fast: m/s
acc: m/s*s
VARIOUS
A Sun mass is 1.98892 e30 Kg
A Sun mass is 27 068 510 Moon masses
A Sun mass is 332 946 Earth masses
A jupiter mass is 1.89819 e27 Kg