Archived
1
0
Fork 0

Erstmaliges Hochladen

This commit is contained in:
Findus23 2013-12-30 10:25:44 +01:00
commit 5cb0f16fcc
100 changed files with 44568 additions and 0 deletions

35
1000-7000.php Normal file
View file

@ -0,0 +1,35 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>1000-7000</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Eingabe</h1>
<ul>
<li>wie <a href="sonnensystem-eingabe.html">hier</a></li>
<li>Anfang: 1000</li>
<li>Ende: 7000</li>
<li>Ausgabeintervall: 1 Jahr</li>
<li>Zeitschritt: 8 Tage</li>
</ul>
<h1>Ausgabe</h1>
<ul>
<li><a href="./1000-7000/EARTHMOO.aei">Bahndaten der Erde</a></li>
<p><img src="./1000-7000/gesamt.png" alt="Gesamtes Sonnensystem"/></p>
<li>Gesamtes Sonnensystem</li>
<p><img src="./1000-7000/oben.png" alt="Sonnensystem von oben"/></p>
<li>Sonnensystem von oben</li>
<p><img src="./1000-7000/seite1.png" alt="Sonnensystem von der Seite" /></p>
<li>Sonnensystem von der Seite</li>
<p><img src="./1000-7000/animiert.gif" alt="3d-Animation des inneren Sonnensystems" /></p>
<li>3d-Animation des inneren Sonnensystems</li>
</ul>
</body>
</html>

6006
1000-7000/EARTHMOO.aei Normal file

File diff suppressed because it is too large Load diff

BIN
1000-7000/animiert.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
1000-7000/gesamt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
1000-7000/oben.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
1000-7000/seite1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
1000-7000/seite2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

38
2017-2020.php Normal file
View file

@ -0,0 +1,38 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>2017-2020</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Eingabe</h1>
<ul>
<li><a href="./2017-2020/param.in">param.in</a></li>
<li>wie <a href="sonnensystem-eingabe.html">hier</a></li>
<li>Anfang: 2017</li>
<li>Ende: 2020</li>
<li>Ausgabeintervall: 0.0036 Jahre </li>
<li>Zeitschritt: 0.01 Tage</li>
</ul>
<h1>Ausgabe</h1>
<ul>
<li><a href="./2017-2020/">Alle Dateien</a></li>
<p><img src="./2017-2020/gesamt.png" alt="Gesamtes Sonnensystem"/></p>
<li>Gesamtes Sonnensystem</li>
<p><img src="./2017-2020/oben.png" alt="Sonnensystem von oben"/></p>
<li>Sonnensystem von oben</li>
<p><img src="./2017-2020/seite1.png" alt="Sonnensystem von der Seite" /></p>
<li>Sonnensystem von der Seite</li>
<p><img src="./2017-2020/seite2.png" alt="Sonnensystem von der anderen Seite" /></p>
<li>Sonnensystem von der anderen Seite</li>
<p><img src="./2017-2020/Animation.gif" alt="Animation der Annäherung Apophis an die Erde" /></p>
<li>Animation der Annäherung Apophis an die Erde</li>
</ul>
</body>
</html>

2799
2017-2020/APOLLO.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/APOPHIS.aei Normal file

File diff suppressed because it is too large Load diff

BIN
2017-2020/Animation.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

20
2017-2020/Animation.gp Normal file
View file

@ -0,0 +1,20 @@
# set nokey #keine Legende
set grid #Gitter anzeigen
# set title "LOAD-Wert" #eventuell Überschrift
set ylabel 'Grad'
set xlabel 'Jahre'
#set y2tics # Zahlen auch auf 2. y-Achse
set size ratio 1
set xrange [-2:2]
set yrange [-2:2]
set terminal gif animate size 600,600
set output "Animation.png"
#do for [ii=1050:1300] {
do for [ii=1050:1300] {
plot 'EARTHMOO.aei' every ::1050::ii using 11:12 with lines title "Erde",\
'EARTHMOO.aei' every ::ii::ii using 11:12 ps 3 title "Erde bei ".ii,\
'APOPHIS.aei' every ::1050::ii using 11:12 with lines title "Apophis",\
'APOPHIS.aei' every ::ii::ii using 11:12 ps 3 title "Apophis bei ".ii
print ii
}

2799
2017-2020/EARTHMOO.aei Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,51 @@
# set nokey #keine Legende
set grid #Gitter anzeigen
# set title "LOAD-Wert" #eventuell Überschrift
#set ylabel 'Grad'
#set xlabel 'Jahre'
#set y2tics # Zahlen auch auf 2. y-Achse
set size ratio 1 #ratio -1 für richtiges Seitenverhältnis
set style data dots
plot "EARTHMOO.aei" using 11:12 title 'Erde',\
"MERCURY.aei" using 11:12 title 'Merkur',\
"VENUS.aei" using 11:12 title 'Venus',\
"MARS.aei" using 11:12 title 'Mars',\
"APOPHIS.aei" using 11:12 title 'Apophis',\
"APOLLO.aei" using 11:12 title 'Apollo'
set terminal png size 600,600
set output "oben.png"
replot
plot "EARTHMOO.aei" using 11:13 title 'Erde',\
"MERCURY.aei" using 11:13 title 'Merkur',\
"VENUS.aei" using 11:13 title 'Venus',\
"MARS.aei" using 11:13 title 'Mars',\
"APOPHIS.aei" using 11:13 title 'Apophis',\
"APOLLO.aei" using 11:13 title 'Apollo'
set terminal png size 600,600
set output "seite1.png"
replot
plot "EARTHMOO.aei" using 12:13 title 'Erde',\
"MERCURY.aei" using 12:13 title 'Merkur',\
"VENUS.aei" using 12:13 title 'Venus',\
"MARS.aei" using 12:13 title 'Mars',\
"APOPHIS.aei" using 12:13 title 'Apophis',\
"APOLLO.aei" using 12:13 title 'Apollo'
set terminal png size 600,600
set output "seite2.png"
replot
plot "EARTHMOO.aei" using 11:12 title 'Erde',\
"MERCURY.aei" using 11:12 title 'Merkur',\
"VENUS.aei" using 11:12 title 'Venus',\
"MARS.aei" using 11:12 title 'Mars',\
"APOPHIS.aei" using 11:12 title 'Apophis',\
"APOLLO.aei" using 11:12 title 'Apollo',\
"JUPITER.aei" using 11:12 title 'Jupiter',\
"SATURN.aei" using 11:12 title 'Saturn',\
"URANUS.aei" using 11:12 title 'Uranus',\
"NEPTUNE.aei" using 11:12 title 'Neptun'
set terminal png size 600,600
set output "gesamt.png"
replot

2799
2017-2020/JUPITER.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/MARS.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/MERCURY.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/NEPTUNE.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/PLUTO.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/SATURN.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/URANUS.aei Normal file

File diff suppressed because it is too large Load diff

2799
2017-2020/VENUS.aei Normal file

File diff suppressed because it is too large Load diff

BIN
2017-2020/gesamt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
2017-2020/oben.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

37
2017-2020/param.in Normal file
View file

@ -0,0 +1,37 @@
)O+_06 Integration parameters (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
) Important integration parameters:
)---------------------------------------------------------------------
algorithm (MVS, BS, BS2, RADAU, HYBRID etc) = HYBRID
start time (days)= 2457755
start time (days)= 2458850
output interval (days) = 365.24d-4
timestep (days) = 0.01
accuracy parameter=1.d-12
)---------------------------------------------------------------------
) Integration options:
)---------------------------------------------------------------------
stop integration after a close encounter = no
allow collisions to occur = no
include collisional fragmentation = no
express time in days or years = years
express time relative to integration start time = no
output precision = medium
< not used at present >
include relativity in integration= no
include user-defined force = no
)---------------------------------------------------------------------
) These parameters do not need to be adjusted often:
)---------------------------------------------------------------------
ejection distance (AU)= 100
radius of central body (AU) = 0.005
central mass (solar) = 1.0
central J2 = 0
central J4 = 0
central J6 = 0
< not used at present >
< not used at present >
Hybrid integrator changeover (Hill radii) = 3.
number of timesteps between data dumps = 500
number of timesteps between periodic effects = 100

BIN
2017-2020/seite1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
2017-2020/seite2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

18
403.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>403</title>
<link rel="stylesheet" type="text/css" href="/mercury/design.css">
</head>
<body>
<h1>Ein Fehler ist aufgetreten</h1>
<p>Die Seite, die du aufrufen wolltest, dArf nicht geöffnet werden. (HTTP 403)</p>
<ul>
<li><a href="http://lukaswiki.onpw.de/mercury"> Die Hauptseite aufrufen</a></li>
<li><a href="/mercury/kontakt.php">Mich kontaktieren</a></li>
</ul>
</body>
</html>

18
404.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>404</title>
<link rel="stylesheet" type="text/css" href="/mercury/design.css">
</head>
<body>
<h1>Ein Fehler ist aufgetreten</h1>
<p>Die Seite, die du aufrufen wolltest, existiert nicht. (HTTP 404)</p>
<ul>
<li><a href="http://lukaswiki.onpw.de/mercury"> Die Hauptseite aufrufen</a></li>
<li><a href="/mercury/kontakt.php">Mich kontaktieren</a></li>
</ul>
</body>
</html>

17
500.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>500</title>
<link rel="stylesheet" type="text/css" href="/mercury/design.css">
</head>
<body>
<h1>Ein Fehler ist aufgetreten</h1>
<p>Ein Problem mit dem Server liegt vor. (HTTP 500)</p>
<ul>
<li><a href="mailto:l.winkler23@me.com?Subject=Serverproblem (HTTP 500)">Bitte kontaktiere mich</a></li>
</ul>
</body>
</html>

10
KEP-11-ausgabe.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Sonnensystem-Eingabe</title>
</head>
<body>
</body>
</html>

33
KEP-11-ausgabe.php Normal file
View file

@ -0,0 +1,33 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Kepler 11-Ausgabe</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Kepler 11-Ausgabe</h1>
<h2>Umlaufzeiten</h2>
<ul>
<li>Kepler 11b: 10.097 Tage (10.30375 laut <a href="http://de.wikipedia.org/wiki/Kepler-11">Wikipedia</a>)</li>
<li>Kepler 11c: 12.787 Tage (13.02502)</li>
<li>Kepler 11 d: 22.258 Tage (22.68719)</li>
<li>Kepler 11 e: 31.301 Tage (31.9959)</li>
<li>Kepler 11 f: 44.895 Tage (46.68876)</li>
<li>Kepler 11 g: 115.927 Tage (118.37774)</li>
</ul>
<h2>Bilder</h2>
<img src="./Kepler11/oben.png" alt="Kepler11 von oben" />
<br />Kepler11 von oben<br /><br />
<img src="./Kepler11/seite1.png" alt="Kepler11 von der Seite" />
<br />Kepler11 von der Seite<br /><br />
<img src="./Kepler11/seite2.png" alt="Kepler11 von der Seite" />
<br />Kepler11 von der Seite<br /><br />
<img src="./Kepler11/animation.gif" alt="3d-Animation von Kepler 11" />
<br />3d-Animation von Kepler 11<br /><br />
</body>
</html>

10
KEP-11-eingabe.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Sonnensystem-Eingabe</title>
</head>
<body>
</body>
</html>

38
KEP-11-eingabe.php Normal file
View file

@ -0,0 +1,38 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Sonnensystem-Eingabe</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Kepler 11-Eingabe</h1>
<ul>
<li><a href="./Kepler11/big.in">big.in</a></li>
<ul>
<li>Bahndaten von Kepler11</li>
<li>Daten von <a href="http://exoplanets.org/detail/Kepler-11">exoplanets.org</a>
</ul>
<li><a href="./Kepler11/element.in">element.in</a></li>
<ul>
<li>Orignaldatei von Mercury</li>
<li>Zusätzlich x,y und z-Position</li>
</ul>
<li><a href="./Kepler11/param.in">param.in</a></li>
<ul>
<li>wird von <a href="./gui.sh.php">gui.sh</a> bearbeitet</li>
<li>Anfang: 23. November 2000</li>
<li>Ende: 24. November 2001</li>
<li>Ausgabeintervall: 0.036 Tage = 52 Minuten</li>
<li>Zeitschritt: 0.01 Tage</li>
</ul>
<li><a href="./Kepler11/small.in">small.in</a></li>
<ul>
<li>leer (da keine Asteroiden)</li>
</ul>
</body>
</html>

60
Kepler11/3d.gp Normal file
View file

@ -0,0 +1,60 @@
set style data dots
set xrange [-0.5:0.5]
set yrange [-0.5:0.5]
set zrange [-0.5:0.5]
set label "Kepler 11" at 0,0,0 point pointtype 7
set view 45,0
splot "KEP11b.aei" using 11:13:12 title 'b',\
"KEP11c.aei" using 11:13:12 title 'c',\
"KEP11d.aei" using 11:13:12 title 'd',\
"KEP11e.aei" using 11:13:12 title 'e',\
"KEP11f.aei" using 11:13:12 title 'f',\
"KEP11g.aei" using 11:13:12 title 'g'
set terminal png size 1024,600
set output "1.png"
replot
set view 45,22.5
set output "2.png"
replot
set view 45,45
set output "3.png"
replot
set view 45,67.5
set output "4.png"
replot
set view 45,90
set output "5.png"
replot
set view 45,112.5
set output "6.png"
replot
set view 45,135
set output "7.png"
replot
set view 45,157.5
set output "8.png"
replot
set view 45,180
set output "9.png"
replot
set view 45,202.5
set output "10.png"
replot
set view 45,225
set output "11.png"
replot
set view 45,247.5
set output "12.png"
replot
set view 45,270
set output "13.png"
replot
set view 45,292.5
set output "14.png"
replot
set view 45,315
set output "15.png"
replot
set view 45,337.5
set output "16.png"
replot

39
Kepler11/Einstellungen.gp Normal file
View file

@ -0,0 +1,39 @@
# set nokey #keine Legende
set grid #Gitter anzeigen
# set title "LOAD-Wert" #eventuell Überschrift
#set ylabel 'Grad'
#set xlabel 'Jahre'
#set y2tics # Zahlen auch auf 2. y-Achse
set size ratio 1
set style data dots
set label "Kepler 11" at 0,0 point pointtype 7
plot "KEP11b.aei" using 11:13 title 'b',\
"KEP11c.aei" using 11:13 title 'c',\
"KEP11d.aei" using 11:13 title 'd',\
"KEP11e.aei" using 11:13 title 'e',\
"KEP11f.aei" using 11:13 title 'f',\
"KEP11g.aei" using 11:13 title 'g'
set terminal png size 600,600
set output "oben.png"
replot
plot "KEP11b.aei" using 11:12 title 'b',\
"KEP11c.aei" using 11:12 title 'c',\
"KEP11d.aei" using 11:12 title 'd',\
"KEP11e.aei" using 11:12 title 'e',\
"KEP11f.aei" using 11:12 title 'f',\
"KEP11g.aei" using 11:12 title 'g'
set terminal png size 1024,600
set output "seite1.png"
replot
plot "KEP11b.aei" using 13:12 title 'b',\
"KEP11c.aei" using 13:12 title 'c',\
"KEP11d.aei" using 13:12 title 'd',\
"KEP11e.aei" using 13:12 title 'e',\
"KEP11f.aei" using 13:12 title 'f',\
"KEP11g.aei" using 13:12 title 'g'
set terminal png size 1024,600
set output "seite2.png"
replot

1005
Kepler11/KEP11b.aei Normal file

File diff suppressed because it is too large Load diff

BIN
Kepler11/KEP11b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

1005
Kepler11/KEP11c.aei Normal file

File diff suppressed because it is too large Load diff

1005
Kepler11/KEP11d.aei Normal file

File diff suppressed because it is too large Load diff

1005
Kepler11/KEP11e.aei Normal file

File diff suppressed because it is too large Load diff

1005
Kepler11/KEP11f.aei Normal file

File diff suppressed because it is too large Load diff

1005
Kepler11/KEP11g.aei Normal file

File diff suppressed because it is too large Load diff

BIN
Kepler11/animation.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

2
Kepler11/aufräumen.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
rm -f KEP*.aei APOLLO.aei APOLLO.clo big.dmp big.tmp ce.out EARTHMOO.aei EARTHMOO.clo info.out JASON.aei JASON.clo JUPITER.aei JUPITER.clo KHUFU.aei KHUFU.clo MARS.aei MARS.clo MERCURY.aei MERCURY.clo MINOS.aei MINOS.clo NEPTUNE.aei NEPTUNE.clo ORPHEUS.aei ORPHEUS.clo param.dmp param.tmp PLUTO.aei PLUTO.clo restart.dmp restart.tmp SATURN.aei SATURN.clo small.dmp small.tmp TOUTATIS.aei TOUTATIS.clo URANUS.aei URANUS.clo VENUS.aei VENUS.clo xv.out

2
Kepler11/aufräumen.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
rm -f KEP*.aei APOLLO.aei APOLLO.clo big.dmp big.tmp ce.out EARTHMOO.aei EARTHMOO.clo info.out JASON.aei JASON.clo JUPITER.aei JUPITER.clo KHUFU.aei KHUFU.clo MARS.aei MARS.clo MERCURY.aei MERCURY.clo MINOS.aei MINOS.clo NEPTUNE.aei NEPTUNE.clo ORPHEUS.aei ORPHEUS.clo param.dmp param.tmp PLUTO.aei PLUTO.clo restart.dmp restart.tmp SATURN.aei SATURN.clo small.dmp small.tmp TOUTATIS.aei TOUTATIS.clo URANUS.aei URANUS.clo VENUS.aei VENUS.clo xv.out

18
Kepler11/big.in Normal file
View file

@ -0,0 +1,18 @@
)O+_06 Big-body initial data (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
style (Cartesian, Asteroidal, Cometary) = Asteroidal
epoch (in days) = 2451000.5
)---------------------------------------------------------------------
KEP11c m=8.69E-06 d=0.66
0.1069 0.03 89.59 51.3 0 0 0 0 0
KEP11b m=5.73E-06 d=1.7
0.0914 0.045 89.64 45.0 0 0 0 0 0
KEP11d m=2.96E-05 d=1.28
0.1548 0.0036 89.67 146 0 0 0 0 0
KEP11e m=2.521E-05 d=0.58
0.1947 0.0120 88.890 90 0 0 0 0 0
KEP11f m=6.88E-06 d=0.69
0.2504 0.013 89.470 90 0 0 0 0 0
KEP11g m=4.77E-04 d=1.2
0.4656 0.05 89.870 90 0 0 0 0 0

13
Kepler11/close.in Normal file
View file

@ -0,0 +1,13 @@
)O+_06 close (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
number of input files = 1
)---------------------------------------------------------------------
) List the input files, one per line
ce.out
)---------------------------------------------------------------------
express time in days or years = years
express time relative to integration start time = yes
)---------------------------------------------------------------------
) Which bodies do you want? (List one per line or leave blank for all bodies)
)

18
Kepler11/element.in Normal file
View file

@ -0,0 +1,18 @@
)O+_06 element (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
number of input files = 1
)---------------------------------------------------------------------
) List the input files, one per line
xv.out
)---------------------------------------------------------------------
type of elements (central body, barycentric, Jacobi) = Cen
minimum interval between outputs (days) = 365.2d-5
express time in days or years = days
express time relative to integration start time = yes
)---------------------------------------------------------------------
) Output format? (e.g. a8.4 => semi-major axis with 8 digits & 4 dec. places)
a8.5 e8.6 i8.4 g8.4 n8.4 l8.4 m13e r8.4 s8.4 x8.4 y11.7 z8.4
)---------------------------------------------------------------------
) Which bodies do you want? (List one per line or leave blank for all bodies)
)

10
Kepler11/files.in Normal file
View file

@ -0,0 +1,10 @@
big.in
small.in
param.in
xv.out
ce.out
info.out
big.dmp
small.dmp
param.dmp
restart.dmp

42
Kepler11/gui.sh Normal file
View file

@ -0,0 +1,42 @@
#!/bin/bash
./aufräumen.sh
zenity --entry --title=Startjahr --text="Bitte Startdatum eingeben" >temp.tmp
start=$(cat temp.tmp)
zenity --entry --title=Endjahr --text="Bitte Enddatum eingeben" >temp.tmp
genauigkeit=$(zenity --entry --title=Genauigkeit --text="0=1 Jahr 1=36 Tage 2=3.6 Tage 3=0.36 Tage")
case "$genauigkeit" in
"0") timestep=8
;;
"1") timestep=8
;;
"2") timestep=1
;;
"3") timestep=0.1
;;
"4") timestep=0.01
;;
"5") timestep=0.001
;;
*) zenity --error --title=Fehler --text="Bitte Zahl zwischen 0 und 3 eingeben."
exit
;;
esac
ende=$(cat temp.tmp)
startjul=$(echo "($start+4713)*365.2425"|bc)
#startunix=$(date --date="$start" +%s)
#startjul=$(($startunix/86400+2440587))
#echo $startjul
#endeunix=$(date --date="$ende" +%s)
#endejul=$(($endeunix/86400+2440587))
#echo $endejul
endejul=$(echo "($ende+4713)*365.2425"|bc)
sed -i -e 7c" start time (days)= $startjul" param.in
sed -i -e 8c" start time (days)= $endejul" param.in
sed -i -e 9c" output interval (days) = 365.24d-$genauigkeit" param.in
sed -i -e 10c" timestep (days) = $timestep" param.in
rm temp.tmp
./mercury.out
./element.out
sleep 0.5
gnuplot Einstellungen.gp

200
Kepler11/message.in Normal file
View file

@ -0,0 +1,200 @@
1 6 days
2 6 years
3 13 solar masses
4 3 AU
5 3 no
6 3 yes
7 3 low
8 6 medium
9 4 high
10 0
11 33 Integration parameters
12 33 ----------------------
13 14 Algorithm:
14 38 Second-order mixed-variable symplectic
15 24 Bulirsch-Stoer (general)
16 37 Bulirsch-Stoer (conservative systems)
17 16 15th-order RADAU
18 0
19 0
20 0
21 0
22 5 Test
23 48 Hybrid symplectic integrator (mixed coordinates)
24 44 Hybrid symplectic (close binary coordinates)
25 43 Hybrid symplectic (wide binary coordinates)
26 32 Integration start epoch:
27 32 Integration stop epoch:
28 32 Output interval:
29 32 Element origin:
30 31 Initial timestep:
31 36 Accuracy parameter:
32 36 Central mass:
33 36 J_2:
34 36 J_4:
35 36 J_6:
36 36 Ejection distance:
37 36 Radius of central body:
38 29 Number of Big bodies:
39 29 Number of Small bodies:
40 37 Output precision:
41 40 Includes collisions:
42 40 Includes fragmentation:
43 0
44 0
45 40 Includes relativity:
46 40 Includes user-defined force routine:
47 10 barycentre
48 12 central body
49 0
50 0
51 30 Integration details
52 30 -------------------
53 29 Initial energy:
54 29 Initial angular momentum:
55 65 Integrating massive bodies and particles up to the same epoch.
56 34 Beginning the main integration.
57 24 Integration complete.
58 48 Fractional energy change due to integrator:
59 48 Fractional angular momentum change:
60 57 Fractional energy change due to collisions/ejections:
61 57 Fractional angular momentum change:
62 47 Continuing integration from dump files at
63 6 Time:
64 6 Date:
65 9 dE/E:
66 9 dL/L:
67 35 collided with the central body at
68 12 ejected at
69 12 was hit by
70 34 removed due to an encounter with
71 4 at
72 26 solar masses AU^2 day^-2
73 26 solar masses AU^2 day^-1
74 36 lost mass due to rotational breakup
75 24 removed due to small a
76 0
77 0
78 0
79 0
80 0
81 8 ERROR:
82 49 Modify mercury.inc and recompile Mercury.
83 62 Check the file containing initial data for Big bodies.
84 64 Check the file containing initial data for Small bodies.
85 57 Check the file containing integration parameters.
86 22 Check files.in
87 27 This file already exists:
88 34 This file is needed to continue:
89 30 This filename is duplicated:
90 40 The total number of bodies exceeds NMAX.
91 68 Data style on first line must be Cartesian, Asteroidal or Cometary
92 68 You cannot integrate non-gravitational forces using this algorithm.
93 64 You cannot integrate a user-defined force using this algorithm.
94 64 You cannot integrate massive Small bodies using this algorithm.
95 66 Massive Small bodies must have the same epoch as the Big bodies.
96 49 Check character implies input file is corrupted.
97 62 Mass, density, encounter limit must be >= 0 for this object:
98 46 This integration algorithm is not available:
99 50 A problem occurred reading the parameter on line
100 50 A problem occurred reading data for this object:
101 56 A problem occured reading the epoch for the Big bodies.
102 67 You cannot use non-zero J2,J4,J6 using the close-binary algorithm.
103 34 Two objects both have this name:
104 36 is corrupted at line number:
105 42 Central-body radius exceeds maximum radius.
106 68 Maximum/Central radius is large. Output precision will be degraded.
107 58 Coordinate origin must be Central, Barycentric or Jacobi.
108 0
109 0
110 0
111 0
112 0
113 0
114 0
115 0
116 0
117 0
118 0
119 0
120 0
121 10 WARNING:
122 53 Truncating the name of this object to 8 characters:
123 30 Main integration is backwards.
124 26 No Big bodies are present.
125 28 No Small bodies are present.
126 50 Stopping integration due to an encounter between
127 45 Throwing this object into the central body:
128 42 Setting output threshhold DA to infinity.
129 42 Setting output threshhold DE to infinity.
130 42 Setting output threshhold DI to infinity.
131 43 Increasing the radius of the central body.
132 56 Total number of current close encounters exceeds CMAX.
133 0
134 0
135 0
136 0
137 0
138 0
139 0
140 0
141 0
142 0
143 0
144 0
145 0
146 0
147 0
148 0
149 0
150 0
151 67 )O+_05 Integration parameters (WARNING: Do not delete this line!!)
152 66 )O+_05 Big-body initial data (WARNING: Do not delete this line!!)
153 68 )O+_05 Small-body initial data (WARNING: Do not delete this line!!)
154 39 ) Lines beginning with `)' are ignored.
155 70 )---------------------------------------------------------------------
156 43 style (Cartesian, Asteroidal, Cometary) =
157 20 epoch (in days) =
158 35 ) Important integration parameters:
159 48 algorithm (MVS, BS, BS2, RADAU, HYBRID etc) =
160 21 start time (days) =
161 20 stop time (days) =
162 26 output interval (days) =
163 19 timestep (days) =
164 22 accuracy parameter =
165 22 ) Integration options:
166 44 stop integration after a close encounter =
167 29 allow collisions to occur =
168 37 include collisional fragmentation =
169 33 express time in days or years =
170 51 express time relative to integration start time =
171 20 output precision =
172 24 < Not used at present >
173 37 include relativity in integration =
174 30 include user-defined force =
175 52 ) These parameters do not need to be adjusted often:
176 26 ejection distance (AU) =
177 31 radius of central body (AU) =
178 31 central mass (solar masses) =
179 14 central J2 =
180 14 central J4 =
181 14 central J6 =
182 24 < Not used at present >
183 24 < Not used at present >
184 45 Hybrid integrator changeover (Hill radii) =
185 42 number of timesteps between data dumps =
186 48 number of timesteps between periodic effects =
187 41 origin (Central, Barycentric, Jacobi) =
188 0
189 0
190 0
191 0
192 0
193 0
194 0
195 0
196 0
197 0
198 0
199 0
200 0

BIN
Kepler11/oben.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

37
Kepler11/param.in Normal file
View file

@ -0,0 +1,37 @@
)O+_06 Integration parameters (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
) Important integration parameters:
)---------------------------------------------------------------------
algorithm (MVS, BS, BS2, RADAU, HYBRID etc) = HYBRID
start time (days)= 2451872.9025
start time (days)= 2452238.1450
output interval (days) = 365.24d-3
timestep (days) = 0.1
accuracy parameter=1.d-12
)---------------------------------------------------------------------
) Integration options:
)---------------------------------------------------------------------
stop integration after a close encounter = no
allow collisions to occur = no
include collisional fragmentation = no
express time in days or years = years
express time relative to integration start time = no
output precision = medium
< not used at present >
include relativity in integration= no
include user-defined force = no
)---------------------------------------------------------------------
) These parameters do not need to be adjusted often:
)---------------------------------------------------------------------
ejection distance (AU)= 100
radius of central body (AU) = 0.005
central mass (solar) = 1.0
central J2 = 0
central J4 = 0
central J6 = 0
< not used at present >
< not used at present >
Hybrid integrator changeover (Hill radii) = 3.
number of timesteps between data dumps = 500
number of timesteps between periodic effects = 100

BIN
Kepler11/seite1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
Kepler11/seite2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

5
Kepler11/small.in Normal file
View file

@ -0,0 +1,5 @@
)O+_06 Small-body initial data (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
style (Cartesian, Asteroidal, Cometary) = Ast
)---------------------------------------------------------------------

BIN
Kepler11/sv_oben.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Kepler11/sv_seite1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
Kepler11/sv_seite2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

60
Sonnensystem/3d.gp Normal file
View file

@ -0,0 +1,60 @@
set style data dots
set xrange [-2.5:2.5]
set yrange [-2.5:2.5]
set zrange [-2.5:2.5]
set label "Sonne" at 0,0,0 point pointtype 7
set view 45,0
splot "EARTHMOO.aei" using 11:12:13 title 'Erde',\
"MERCURY.aei" using 11:12:13 title 'Merkur',\
"VENUS.aei" using 11:12:13 title 'Venus',\
"MARS.aei" using 11:12:13 title 'Mars',\
"APOPHIS.aei" using 11:12:13 title 'Apophis',\
"APOLLO.aei" using 11:12:13 title 'Apollo'
set terminal png size 1024,600
set output "1.png"
replot
set view 45,22.5
set output "2.png"
replot
set view 45,45
set output "3.png"
replot
set view 45,67.5
set output "4.png"
replot
set view 45,90
set output "5.png"
replot
set view 45,112.5
set output "6.png"
replot
set view 45,135
set output "7.png"
replot
set view 45,157.5
set output "8.png"
replot
set view 45,180
set output "9.png"
replot
set view 45,202.5
set output "10.png"
replot
set view 45,225
set output "11.png"
replot
set view 45,247.5
set output "12.png"
replot
set view 45,270
set output "13.png"
replot
set view 45,292.5
set output "14.png"
replot
set view 45,315
set output "15.png"
replot
set view 45,337.5
set output "16.png"
replot

18
Sonnensystem/Animation.gp Normal file
View file

@ -0,0 +1,18 @@
# set nokey #keine Legende
set grid #Gitter anzeigen
# set title "LOAD-Wert" #eventuell Überschrift
set ylabel 'Grad'
set xlabel 'Jahre'
#set y2tics # Zahlen auch auf 2. y-Achse
set size ratio 1
set xrange [-5:5]
set yrange [-5:5]
do for [ii=1000:1200] {
plot 'EARTHMOO.aei' every ::1::ii using 11:12 with lines title "Erde",\
'EARTHMOO.aei' every ::ii::ii using 11:12 ps 3 title "Erde bei ".ii,\
'APOPHIS.aei' every ::1::ii using 11:12 with lines title "Apophis",\
'APOPHIS.aei' every ::ii::ii using 11:12 ps 3 title "Apophis bei ".ii
print ii
}

View file

@ -0,0 +1,51 @@
# set nokey #keine Legende
set grid #Gitter anzeigen
# set title "LOAD-Wert" #eventuell Überschrift
#set ylabel 'Grad'
#set xlabel 'Jahre'
#set y2tics # Zahlen auch auf 2. y-Achse
set size ratio 1 #ratio -1 für richtiges Seitenverhältnis
set style data dots
plot "EARTHMOO.aei" using 11:12 title 'Erde',\
"MERCURY.aei" using 11:12 title 'Merkur',\
"VENUS.aei" using 11:12 title 'Venus',\
"MARS.aei" using 11:12 title 'Mars',\
"APOPHIS.aei" using 11:12 title 'Apophis',\
"APOLLO.aei" using 11:12 title 'Apollo'
set terminal png size 600,600
set output "oben.png"
replot
plot "EARTHMOO.aei" using 11:13 title 'Erde',\
"MERCURY.aei" using 11:13 title 'Merkur',\
"VENUS.aei" using 11:13 title 'Venus',\
"MARS.aei" using 11:13 title 'Mars',\
"APOPHIS.aei" using 11:13 title 'Apophis',\
"APOLLO.aei" using 11:13 title 'Apollo'
set terminal png size 600,600
set output "seite1.png"
replot
plot "EARTHMOO.aei" using 12:13 title 'Erde',\
"MERCURY.aei" using 12:13 title 'Merkur',\
"VENUS.aei" using 12:13 title 'Venus',\
"MARS.aei" using 12:13 title 'Mars',\
"APOPHIS.aei" using 12:13 title 'Apophis',\
"APOLLO.aei" using 12:13 title 'Apollo'
set terminal png size 600,600
set output "seite2.png"
replot
plot "EARTHMOO.aei" using 11:12 title 'Erde',\
"MERCURY.aei" using 11:12 title 'Merkur',\
"VENUS.aei" using 11:12 title 'Venus',\
"MARS.aei" using 11:12 title 'Mars',\
"APOPHIS.aei" using 11:12 title 'Apophis',\
"APOLLO.aei" using 11:12 title 'Apollo',\
"JUPITER.aei" using 11:12 title 'Jupiter',\
"SATURN.aei" using 11:12 title 'Saturn',\
"URANUS.aei" using 11:12 title 'Uranus',\
"NEPTUNE.aei" using 11:12 title 'Neptun'
set terminal png size 600,600
set output "gesamt.png"
replot

View file

@ -0,0 +1,2 @@
#!/bin/bash
rm -f *.clo *.aei KEP*.aei APOLLO.aei APOLLO.clo big.dmp big.tmp ce.out EARTHMOO.aei EARTHMOO.clo info.out JASON.aei JASON.clo JUPITER.aei JUPITER.clo KHUFU.aei KHUFU.clo MARS.aei MARS.clo MERCURY.aei MERCURY.clo MINOS.aei MINOS.clo NEPTUNE.aei NEPTUNE.clo ORPHEUS.aei ORPHEUS.clo param.dmp param.tmp PLUTO.aei PLUTO.clo restart.dmp restart.tmp SATURN.aei SATURN.clo small.dmp small.tmp TOUTATIS.aei TOUTATIS.clo URANUS.aei URANUS.clo VENUS.aei VENUS.clo xv.out

42
Sonnensystem/big.in Normal file
View file

@ -0,0 +1,42 @@
)O+_06 Big-body initial data (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
style (Cartesian, Asteroidal, Cometary) = Cartesian
epoch (in days) = 2451000.5
)---------------------------------------------------------------------
MERCURY m=1.66013679527193009E-07 r=20.D0 d=5.43
-3.83966017419175965E-01 -1.76865300855700736E-01 2.07959213998758705E-02
5.96286238644834141E-03 -2.43281292146216750E-02 -2.53463209848734695E-03
0. 0. 0.
VENUS m=2.44783833966454430E-06 r=20.d0 d=5.24
6.33469157915745540E-01 3.49855234102151691E-01 -3.17853172088953667E-02
-9.84258038001823571E-03 1.76183746921837227E-02 8.08822351013463794E-04
0. 0. 0.
EARTHMOO m=3.04043264264672381E-06 r=20.d0 d=5.52
2.42093942183383037E-01 -9.87467766698604366E-01 -4.54276292555233496E-06
1.64294055023289365E-02 4.03200725816140870E-03 1.13609607260006795E-08
0. 0. 0.
MARS m=3.22715144505386530E-07 r=20.d0 d=3.94
2.51831018120174499E-01 1.52598983115984788E+00 2.57781137811807781E-02
-1.32744166042475433E-02 3.46582959610421387E-03 3.98930013246952611E-04
0. 0. 0.
JUPITER m=9.54791938424326609E-04 r=3.d0 d=1.33
4.84143144246472090E+00 -1.16032004402742839E+00 -1.03622044471123109E-01
1.66007664274403694E-03 7.69901118419740425E-03 -6.90460016972063023E-05
0. 0. 0.
SATURN m=2.85885980666130812E-04 r=3.d0 d=0.70
8.34336671824457987E+00 4.12479856412430479E+00 -4.03523417114321381E-01
-2.76742510726862411E-03 4.99852801234917238E-03 2.30417297573763929E-05
0. 0. 0.
URANUS m=4.36624404335156298E-05 r=3.d0 d=1.30
1.28943695621391310E+01 -1.51111514016986312E+01 -2.23307578892655734E-01
2.96460137564761618E-03 2.37847173959480950E-03 -2.96589568540237556E-05
0. 0. 0.
NEPTUNE m=5.15138902046611451E-05 r=3.d0 d=1.76
1.53796971148509165E+01 -2.59193146099879641E+01 1.79258772950371181E-01
2.68067772490389322E-03 1.62824170038242295E-03 -9.51592254519715870E-05
0. 0. 0.
PLUTO m=7.39644970414201173E-09 r=3.d0 d=1.1
-1.15095623952731607E+01 -2.70779438829451422E+01 6.22871533567077229E+00
2.97220056963797431E-03 -1.69820233395912967E-03 -6.76798264809371094E-04
0. 0. 0.

13
Sonnensystem/close.in Normal file
View file

@ -0,0 +1,13 @@
)O+_06 close (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
number of input files = 1
)---------------------------------------------------------------------
) List the input files, one per line
ce.out
)---------------------------------------------------------------------
express time in days or years = years
express time relative to integration start time = yes
)---------------------------------------------------------------------
) Which bodies do you want? (List one per line or leave blank for all bodies)
)

19
Sonnensystem/element.in Normal file
View file

@ -0,0 +1,19 @@
)O+_06 element (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
number of input files = 1
)---------------------------------------------------------------------
) List the input files, one per line
xv.out
)---------------------------------------------------------------------
type of elements (central body, barycentric, Jacobi) = Cen
minimum interval between outputs (days) = 365.2d-3
express time in days or years = days
express time relative to integration start time = yes
)---------------------------------------------------------------------
) Output format? (e.g. a8.4 => semi-major axis with 8 digits & 4 dec. places)
a8.5 e8.6 i8.4 g8.4 n8.4 l8.4 m13e r8.4 s8.4 x8.4 y8.4 z8.4 u8.4 v8.4 w8.4
)---------------------------------------------------------------------
) Which bodies do you want? (List one per line or leave blank for all bodies)
)

10
Sonnensystem/files.in Normal file
View file

@ -0,0 +1,10 @@
big.in
small.in
param.in
xv.out
ce.out
info.out
big.dmp
small.dmp
param.dmp
restart.dmp

BIN
Sonnensystem/gesamt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

37
Sonnensystem/gui.sh Normal file
View file

@ -0,0 +1,37 @@
#!/bin/bash
./aufräumen.sh
zenity --entry --title=Startjahr --text="Bitte Startjahr eingeben" >temp.tmp
start=$(cat temp.tmp)
zenity --entry --title=Endjahr --text="Bitte Endjahr eingeben" >temp.tmp
genauigkeit=$(zenity --entry --title=Genauigkeit --text="0=1 Jahr 1=36 Tage 2=3.6 Tage 3=0.36 Tage")
case "$genauigkeit" in
"0") timestep=8
;;
"1") timestep=8
;;
"2") timestep=1
;;
"3") timestep=0.1
;;
"4") timestep=0.01
;;
"5") timestep=0.001
;;
*) zenity --error --title=Fehler --text="Bitte Zahl zwischen 0 und 3 eingeben."
exit
;;
esac
ende=$(cat temp.tmp)
startjul=$(echo "($start+4713)*365.2425"|bc)
endejul=$(echo "($ende+4713)*365.2425"|bc)
sed -i -e 7c" start time (days)= $startjul" param.in
sed -i -e 8c" start time (days)= $endejul" param.in
sed -i -e 9c" output interval (days) = 365.24d-$genauigkeit" param.in
sed -i -e 10c" timestep (days) = $timestep" param.in
rm temp.tmp
./mercury.out
./element.out
sleep 0.5
gnuplot Einstellungen.gp

200
Sonnensystem/message.in Normal file
View file

@ -0,0 +1,200 @@
1 6 days
2 6 years
3 13 solar masses
4 3 AU
5 3 no
6 3 yes
7 3 low
8 6 medium
9 4 high
10 0
11 33 Integration parameters
12 33 ----------------------
13 14 Algorithm:
14 38 Second-order mixed-variable symplectic
15 24 Bulirsch-Stoer (general)
16 37 Bulirsch-Stoer (conservative systems)
17 16 15th-order RADAU
18 0
19 0
20 0
21 0
22 5 Test
23 48 Hybrid symplectic integrator (mixed coordinates)
24 44 Hybrid symplectic (close binary coordinates)
25 43 Hybrid symplectic (wide binary coordinates)
26 32 Integration start epoch:
27 32 Integration stop epoch:
28 32 Output interval:
29 32 Element origin:
30 31 Initial timestep:
31 36 Accuracy parameter:
32 36 Central mass:
33 36 J_2:
34 36 J_4:
35 36 J_6:
36 36 Ejection distance:
37 36 Radius of central body:
38 29 Number of Big bodies:
39 29 Number of Small bodies:
40 37 Output precision:
41 40 Includes collisions:
42 40 Includes fragmentation:
43 0
44 0
45 40 Includes relativity:
46 40 Includes user-defined force routine:
47 10 barycentre
48 12 central body
49 0
50 0
51 30 Integration details
52 30 -------------------
53 29 Initial energy:
54 29 Initial angular momentum:
55 65 Integrating massive bodies and particles up to the same epoch.
56 34 Beginning the main integration.
57 24 Integration complete.
58 48 Fractional energy change due to integrator:
59 48 Fractional angular momentum change:
60 57 Fractional energy change due to collisions/ejections:
61 57 Fractional angular momentum change:
62 47 Continuing integration from dump files at
63 6 Time:
64 6 Date:
65 9 dE/E:
66 9 dL/L:
67 35 collided with the central body at
68 12 ejected at
69 12 was hit by
70 34 removed due to an encounter with
71 4 at
72 26 solar masses AU^2 day^-2
73 26 solar masses AU^2 day^-1
74 36 lost mass due to rotational breakup
75 24 removed due to small a
76 0
77 0
78 0
79 0
80 0
81 8 ERROR:
82 49 Modify mercury.inc and recompile Mercury.
83 62 Check the file containing initial data for Big bodies.
84 64 Check the file containing initial data for Small bodies.
85 57 Check the file containing integration parameters.
86 22 Check files.in
87 27 This file already exists:
88 34 This file is needed to continue:
89 30 This filename is duplicated:
90 40 The total number of bodies exceeds NMAX.
91 68 Data style on first line must be Cartesian, Asteroidal or Cometary
92 68 You cannot integrate non-gravitational forces using this algorithm.
93 64 You cannot integrate a user-defined force using this algorithm.
94 64 You cannot integrate massive Small bodies using this algorithm.
95 66 Massive Small bodies must have the same epoch as the Big bodies.
96 49 Check character implies input file is corrupted.
97 62 Mass, density, encounter limit must be >= 0 for this object:
98 46 This integration algorithm is not available:
99 50 A problem occurred reading the parameter on line
100 50 A problem occurred reading data for this object:
101 56 A problem occured reading the epoch for the Big bodies.
102 67 You cannot use non-zero J2,J4,J6 using the close-binary algorithm.
103 34 Two objects both have this name:
104 36 is corrupted at line number:
105 42 Central-body radius exceeds maximum radius.
106 68 Maximum/Central radius is large. Output precision will be degraded.
107 58 Coordinate origin must be Central, Barycentric or Jacobi.
108 0
109 0
110 0
111 0
112 0
113 0
114 0
115 0
116 0
117 0
118 0
119 0
120 0
121 10 WARNING:
122 53 Truncating the name of this object to 8 characters:
123 30 Main integration is backwards.
124 26 No Big bodies are present.
125 28 No Small bodies are present.
126 50 Stopping integration due to an encounter between
127 45 Throwing this object into the central body:
128 42 Setting output threshhold DA to infinity.
129 42 Setting output threshhold DE to infinity.
130 42 Setting output threshhold DI to infinity.
131 43 Increasing the radius of the central body.
132 56 Total number of current close encounters exceeds CMAX.
133 0
134 0
135 0
136 0
137 0
138 0
139 0
140 0
141 0
142 0
143 0
144 0
145 0
146 0
147 0
148 0
149 0
150 0
151 67 )O+_05 Integration parameters (WARNING: Do not delete this line!!)
152 66 )O+_05 Big-body initial data (WARNING: Do not delete this line!!)
153 68 )O+_05 Small-body initial data (WARNING: Do not delete this line!!)
154 39 ) Lines beginning with `)' are ignored.
155 70 )---------------------------------------------------------------------
156 43 style (Cartesian, Asteroidal, Cometary) =
157 20 epoch (in days) =
158 35 ) Important integration parameters:
159 48 algorithm (MVS, BS, BS2, RADAU, HYBRID etc) =
160 21 start time (days) =
161 20 stop time (days) =
162 26 output interval (days) =
163 19 timestep (days) =
164 22 accuracy parameter =
165 22 ) Integration options:
166 44 stop integration after a close encounter =
167 29 allow collisions to occur =
168 37 include collisional fragmentation =
169 33 express time in days or years =
170 51 express time relative to integration start time =
171 20 output precision =
172 24 < Not used at present >
173 37 include relativity in integration =
174 30 include user-defined force =
175 52 ) These parameters do not need to be adjusted often:
176 26 ejection distance (AU) =
177 31 radius of central body (AU) =
178 31 central mass (solar masses) =
179 14 central J2 =
180 14 central J4 =
181 14 central J6 =
182 24 < Not used at present >
183 24 < Not used at present >
184 45 Hybrid integrator changeover (Hill radii) =
185 42 number of timesteps between data dumps =
186 48 number of timesteps between periodic effects =
187 41 origin (Central, Barycentric, Jacobi) =
188 0
189 0
190 0
191 0
192 0
193 0
194 0
195 0
196 0
197 0
198 0
199 0
200 0

BIN
Sonnensystem/oben.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

37
Sonnensystem/param.in Normal file
View file

@ -0,0 +1,37 @@
)O+_06 Integration parameters (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
) Important integration parameters:
)---------------------------------------------------------------------
algorithm (MVS, BS, BS2, RADAU, HYBRID etc) = HYBRID
start time (days)= 2451872.9025
start time (days)= 2462830.1775
output interval (days) = 365.24d-4
timestep (days) = 0.01
accuracy parameter=1.d-12
)---------------------------------------------------------------------
) Integration options:
)---------------------------------------------------------------------
stop integration after a close encounter = no
allow collisions to occur = no
include collisional fragmentation = no
express time in days or years = years
express time relative to integration start time = no
output precision = medium
< not used at present >
include relativity in integration= no
include user-defined force = no
)---------------------------------------------------------------------
) These parameters do not need to be adjusted often:
)---------------------------------------------------------------------
ejection distance (AU)= 100
radius of central body (AU) = 0.005
central mass (solar) = 1.0
central J2 = 0
central J4 = 0
central J6 = 0
< not used at present >
< not used at present >
Hybrid integrator changeover (Hill radii) = 3.
number of timesteps between data dumps = 500
number of timesteps between periodic effects = 100

BIN
Sonnensystem/seite1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
Sonnensystem/seite2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

11
Sonnensystem/small.in Normal file
View file

@ -0,0 +1,11 @@
)O+_06 Small-body initial data (WARNING: Do not delete this line!!)
) Lines beginning with `)' are ignored.
)---------------------------------------------------------------------
style (Cartesian, Asteroidal, Cometary) = Asteroidal
)---------------------------------------------------------------------
APOPHIS ep=2454247.806701760217
.9222821825730401 .1910733663680899 3.331279993554707 126.3949150252086 204.4574257716551 150.9964527081712 0 0 0
APOLLO ep=2450400.5
1.4710345 .5600245 6.35621 285.63908 35.92313 15.77656 0 0 0
ISON ep=2456625.267210046645
-2559.624238833355 1.000004873331675 62.10825934571927 345.5353909047678 295.69532738 359.9982588606594 0 0 0

16
aufräumen.sh.php Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>gui.sh</title>
</head>
<body>
<?php
include 'menu.html';
?>
</body>
</html>

BIN
ausarbeitung/Handout.odt Normal file

Binary file not shown.

BIN
ausarbeitung/Handout.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

67
design.css Normal file
View file

@ -0,0 +1,67 @@
#menu {
font-size:20px;
position:absolute;
}
#menu ul {
list-style-type:none;
list-style-image:none;
margin:0px;
padding:0px;
}
#menu li.topmenu {
float:left;
}
.topmenu a {
float:left;
width:130px;
text-align:center;
}
.topmenu ul{
display:none;
}
.topmenu a, .submenu a{
padding:1px 5px;
border:1px solid black;
border-collapse:collapse;
color:lightyellow;
font-weight:bold;
text-decoration:none;
background-color:darkgreen;
margin:0;
}
.submenu a{
font-size:20px;
width:130px;
position:relative;
clear:both; /* special IE6 */
}
#menu a:hover, .topmenu.on a {
color:lightyellow;
background-color:#003600 !important;
}
.topmenu:hover ul {
display:block;
z-index:500;
}
.befehl {
background-color: black;
color: white;
font-family: monospace;
border-style: solid;
border-width: thin;
line-height: 21.6px;
padding: 3px 0px 3px 30px;
margin-left: 5px;
margin-right: 25px;
font-size: 130%;
width: 100%;
}

66
gui.sh.php Normal file
View file

@ -0,0 +1,66 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>gui.sh</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h2>Erklärung</h2>
<p>Bashskript zur einfacheren Konfiguration von Mercury</p>
<ul>
<li>Umrechnung zum julianischen Datum</li>
<li>Bearbeiten der param.in-Datei</li>
</ul>
<h2>Code</h2>
<!-- convertiert mit http://tohtml.com-->
<pre style='color:#000000;background:#ffffff;'><html><body style='color:#000000; background:#ffffff; '><pre>
<span style='color:#696969; '>#!</span><span style='color:#007997; '>/bin/bash</span>
<span style='color:#800000; font-weight:bold; '>.</span><span style='color:#40015a; '>/aufrä</span>umen<span style='color:#800000; font-weight:bold; '>.</span>sh
zenity --entry --<span style='color:#797997; '>title</span><span style='color:#808030; '>=</span>Startjahr --<span style='color:#797997; '>text</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>"Bitte Startdatum eingeben"</span> <span style='color:#e34adc; '>></span>temp<span style='color:#800000; font-weight:bold; '>.</span>tmp
<span style='color:#797997; '>start</span><span style='color:#808030; '>=</span>$<span style='color:#800080; '>(</span>cat temp<span style='color:#800000; font-weight:bold; '>.</span>tmp<span style='color:#800080; '>)</span>
zenity --entry --<span style='color:#797997; '>title</span><span style='color:#808030; '>=</span>Endjahr --<span style='color:#797997; '>text</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>"Bitte Enddatum eingeben"</span> <span style='color:#e34adc; '>></span>temp<span style='color:#800000; font-weight:bold; '>.</span>tmp
<span style='color:#797997; '>genauigkeit</span><span style='color:#808030; '>=</span>$<span style='color:#800080; '>(</span>zenity --entry --<span style='color:#797997; '>title</span><span style='color:#808030; '>=</span>Genauigkeit --<span style='color:#797997; '>text</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>"</span><span style='color:#797997; '>0</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>1 Jahr </span><span style='color:#797997; '>1</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>36 Tage </span><span style='color:#797997; '>2</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>3.6 Tage </span><span style='color:#797997; '>3</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>0.36 Tage"</span><span style='color:#800080; '>)</span>
<span style='color:#800000; font-weight:bold; '>case</span> <span style='color:#0000e6; '>"</span><span style='color:#797997; '>$genauigkeit</span><span style='color:#0000e6; '>"</span> <span style='color:#800000; font-weight:bold; '>in</span>
<span style='color:#0000e6; '>"0"</span><span style='color:#e34adc; '>)</span> <span style='color:#797997; '>timestep</span><span style='color:#808030; '>=</span><span style='color:#008c00; '>8</span>
<span style='color:#e34adc; '>;;</span>
<span style='color:#0000e6; '>"1"</span><span style='color:#e34adc; '>)</span> <span style='color:#797997; '>timestep</span><span style='color:#808030; '>=</span><span style='color:#008c00; '>8</span>
<span style='color:#e34adc; '>;;</span>
<span style='color:#0000e6; '>"2"</span><span style='color:#e34adc; '>)</span> <span style='color:#797997; '>timestep</span><span style='color:#808030; '>=</span><span style='color:#008c00; '>1</span>
<span style='color:#e34adc; '>;;</span>
<span style='color:#0000e6; '>"3"</span><span style='color:#e34adc; '>)</span> <span style='color:#797997; '>timestep</span><span style='color:#808030; '>=</span><span style='color:#008c00; '>0</span><span style='color:#800000; font-weight:bold; '>.</span><span style='color:#008c00; '>1</span>
<span style='color:#e34adc; '>;;</span>
<span style='color:#0000e6; '>"4"</span><span style='color:#e34adc; '>)</span> <span style='color:#797997; '>timestep</span><span style='color:#808030; '>=</span><span style='color:#008c00; '>0</span><span style='color:#800000; font-weight:bold; '>.</span><span style='color:#008c00; '>01</span>
<span style='color:#e34adc; '>;;</span>
<span style='color:#0000e6; '>"5"</span><span style='color:#e34adc; '>)</span> <span style='color:#797997; '>timestep</span><span style='color:#808030; '>=</span><span style='color:#008c00; '>0</span><span style='color:#800000; font-weight:bold; '>.</span><span style='color:#008c00; '>001</span>
<span style='color:#e34adc; '>;;</span>
<span style='color:#808030; '>*</span><span style='color:#e34adc; '>)</span> zenity --error --<span style='color:#797997; '>title</span><span style='color:#808030; '>=</span>Fehler --<span style='color:#797997; '>text</span><span style='color:#808030; '>=</span><span style='color:#0000e6; '>"Bitte Zahl zwischen 0 und 3 eingeben."</span>
<span style='color:#bb7977; font-weight:bold; '>exit</span>
<span style='color:#e34adc; '>;;</span>
<span style='color:#800000; font-weight:bold; '>esac</span>
<span style='color:#797997; '>ende</span><span style='color:#808030; '>=</span>$<span style='color:#800080; '>(</span>cat temp<span style='color:#800000; font-weight:bold; '>.</span>tmp<span style='color:#800080; '>)</span>
<span style='color:#797997; '>startjul</span><span style='color:#808030; '>=</span>$<span style='color:#800080; '>(</span><span style='color:#bb7977; font-weight:bold; '>echo</span> <span style='color:#0000e6; '>"(</span><span style='color:#797997; '>$start</span><span style='color:#0000e6; '>+4713)*365.2425"</span><span style='color:#e34adc; '>|</span>bc<span style='color:#800080; '>)</span>
<span style='color:#696969; '>#startunix=$(date --date="$start" +%s)</span>
<span style='color:#696969; '>#startjul=$(($startunix/86400+2440587))</span>
<span style='color:#696969; '>#echo $startjul</span>
<span style='color:#696969; '>#endeunix=$(date --date="$ende" +%s)</span>
<span style='color:#696969; '>#endejul=$(($endeunix/86400+2440587))</span>
<span style='color:#696969; '>#echo $endejul</span>
<span style='color:#797997; '>endejul</span><span style='color:#808030; '>=</span>$<span style='color:#800080; '>(</span><span style='color:#bb7977; font-weight:bold; '>echo</span> <span style='color:#0000e6; '>"(</span><span style='color:#797997; '>$ende</span><span style='color:#0000e6; '>+4713)*365.2425"</span><span style='color:#e34adc; '>|</span>bc<span style='color:#800080; '>)</span>
<span style='color:#bb7977; font-weight:bold; '>sed</span> -i <span style='color:#44aadd; '>-e</span> 7c<span style='color:#0000e6; '>" start time (days)= </span><span style='color:#797997; '>$startjul</span><span style='color:#0000e6; '>"</span> param<span style='color:#800000; font-weight:bold; '>.</span><span style='color:#800000; font-weight:bold; '>in</span>
<span style='color:#bb7977; font-weight:bold; '>sed</span> -i <span style='color:#44aadd; '>-e</span> 8c<span style='color:#0000e6; '>" start time (days)= </span><span style='color:#797997; '>$endejul</span><span style='color:#0000e6; '>"</span> param<span style='color:#800000; font-weight:bold; '>.</span><span style='color:#800000; font-weight:bold; '>in</span>
<span style='color:#bb7977; font-weight:bold; '>sed</span> -i <span style='color:#44aadd; '>-e</span> 9c<span style='color:#0000e6; '>" output interval (days) = 365.24d-</span><span style='color:#797997; '>$genauigkeit</span><span style='color:#0000e6; '>"</span> param<span style='color:#800000; font-weight:bold; '>.</span><span style='color:#800000; font-weight:bold; '>in</span>
<span style='color:#bb7977; font-weight:bold; '>sed</span> -i <span style='color:#44aadd; '>-e</span> 10c<span style='color:#0000e6; '>" timestep (days) = </span><span style='color:#797997; '>$timestep</span><span style='color:#0000e6; '>"</span> param<span style='color:#800000; font-weight:bold; '>.</span><span style='color:#800000; font-weight:bold; '>in</span>
rm temp<span style='color:#800000; font-weight:bold; '>.</span>tmp
<span style='color:#800000; font-weight:bold; '>.</span><span style='color:#40015a; '>/mercury.out</span>
<span style='color:#800000; font-weight:bold; '>.</span><span style='color:#40015a; '>/element.out</span>
sleep <span style='color:#008c00; '>0</span><span style='color:#800000; font-weight:bold; '>.</span><span style='color:#008c00; '>5</span>
gnuplot Einstellungen<span style='color:#800000; font-weight:bold; '>.</span>gp
</pre>
</body>
</html>

14
handout.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Handout</title>
</head>
<body>
<iframe src="./menu.html" frameborder="0" width="870px" height="30px" align="center"marginheight="0" marginwidth="0" ></iframe>
<p style="font-size:300%"><a href="./ausarbeitung/Handout.pdf">als PDF</a></p>
<p style="font-size:300%"><a href="./ausarbeitung/Handout.odt">als ODT</a></p>
</body>
</html>

17
handout.php Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Handout</title>
</head>
<body>
<?php
include 'menu.html';
?>
<p style="font-size:300%"><a href="./ausarbeitung/Handout.pdf">als PDF</a></p>
<p style="font-size:300%"><a href="./ausarbeitung/Handout.odt">als ODT</a></p>
</body>
</html>

14
index.php Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Index</title>
</head>
<body>
<?php
include 'menu.html';
?>
</body>
</html>

27
installation.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Installation</title>
</head>
<body>
<iframe src="./menu.html" frameborder="0" width="870px" align="center"marginheight="0" marginwidth="0" ></iframe>
<ul>
<li><a href="http://star.arm.ac.uk/~jec/mercury/mercury6.tar">Mercury hier herunterladen</a></li>
<li>Entpacken</li>
<p class="befehl">tar -xf mercury6.tar </p>
<li>(falls noch nicht installiert) gfortran installieren</li>
<p class="befehl">sudo apt-get install gfortran</p>
<li>Fortran-Dateien kompilien</li>
<p class="befehl">????</p>
<li>Wenn gewünscht: meine Dateien in den Ordner dazukopieren</li>
<ul>
<li>von <a href="./Sonnensystem">hier</a> (Sonnensystem)</li>
<li>oder</li>
<li>von <a href="./Keppler11">hier</a> (Keppler11)</li>
</ul>
</ul>
</body>
</html>

30
installation.php Normal file
View file

@ -0,0 +1,30 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Installation</title>
</head>
<body>
<?php
include 'menu.html';
?>
<br />
<ul>
<li><a href="http://star.arm.ac.uk/~jec/mercury/mercury6.tar">Mercury hier herunterladen</a></li>
<li>Entpacken</li>
<p class="befehl">tar -xf mercury6.tar </p>
<li>(falls noch nicht installiert) gfortran installieren</li>
<p class="befehl">sudo apt-get install gfortran</p>
<li>Fortran-Dateien kompilien</li>
<p class="befehl">????</p>
<li>Wenn gewünscht: meine Dateien in den Ordner dazukopieren</li>
<ul>
<li>von <a href="./Sonnensystem">hier</a> (Sonnensystem)</li>
<li>oder</li>
<li>von <a href="./Kepler11">hier</a> (Keppler11)</li>
</ul>
</ul>
</body>
</html>

14
links.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Ausarbeitung</title>
</head>
<body>
<iframe src="./menu.html" frameborder="0" width="870px" height="30px" align="center"marginheight="0" marginwidth="0" ></iframe>
<p style="font-size:300%"><a href="http://scienceblogs.de/astrodicticum-simplex/2010/04/06/mercury-ein-professionelles-programm-zur-simulation-der-planetenbewegung/">Astrodicticum Simplex</a></p>
<p style="font-size:300%"><a href="http://www.arm.ac.uk/~jec/home.html">offizielle Webseite</a></p>
<!--<embed src="./ausarbeitung/Prasentation.pdf" width="1000px" height="400px" type="application/pdf"></embed>-->
</body>
</html>

17
links.php Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Ausarbeitung</title>
</head>
<body>
<?php
include 'menu.html';
?>
<p style="font-size:300%"><a href="http://scienceblogs.de/astrodicticum-simplex/2010/04/06/mercury-ein-professionelles-programm-zur-simulation-der-planetenbewegung/">Astrodicticum Simplex</a></p>
<p style="font-size:300%"><a href="http://www.arm.ac.uk/~jec/home.html">offizielle Webseite</a></p>
<!--<embed src="./ausarbeitung/Prasentation.pdf" width="1000px" height="400px" type="application/pdf"></embed>-->
</body>
</html>

41
menu.html Normal file
View file

@ -0,0 +1,41 @@
<div id="menu">
<ul>
<li class="topmenu"><a href="./installation.php">Installation</a></li>
<li class="topmenu">
<a href="">Sonnensystem</a>
<ul>
<li class="submenu"><a href="./sonnensystem-eingabe.php">Eingabe</a></li>
<li class="submenu"><a href="./sonnensystem-ausgabe.php">Ausgabe</a></li>
<li class="submenu"><a href="./1000-7000.php">1000-7000</a></li>
<li class="submenu"><a href="./2017-2020.php">2217-2020</a></li>
</ul>
</li>
<li class="topmenu">
<a href="">Kepler 11</a>
<ul>
<li class="submenu"><a href="./KEP-11-eingabe.php">Eingabe</a></li>
<li class="submenu"><a href="./KEP-11-ausgabe.php">Ausgabe</a></li>
</ul>
</li>
<li class="topmenu">
<a href="">Skripte</a>
<ul>
<li class="submenu"><a href="./aufräumen.sh.php">aufräumen.sh</a></li>
<li class="submenu"><a href="./gui.sh.php">gui.sh</a></li>
<li class="submenu"><a href="">Einstellungen.gp</a></li>
<li class="submenu"><a href="">3d.gp</a></li>
<li class="submenu"><a href="">Animation.gp</a></li>
</ul>
</li>
<li class="topmenu">
<a href="">Ausarbeitungen</a>
<ul>
<li class="submenu"><a href="./prasentation.php">Präsentation</a></li>
<li class="submenu"><a href="./handout.php">Handout</a></li>
</ul>
</li>
<li class="topmenu"><a href="./links.php">Links</a></li>
</ul>
</div>
<br />
<br />

14
prasentation.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Ausarbeitung</title>
</head>
<body>
<iframe src="./menu.html" frameborder="0" width="870px" height="30px" align="center"marginheight="0" marginwidth="0" ></iframe>
<p style="font-size:300%"><a href="./ausarbeitung/Prasentation.pdf">als PDF</a></p>
<p style="font-size:300%"><a href="./ausarbeitung/Prasentation.odp">als ODP</a></p>
<!--<embed src="./ausarbeitung/Prasentation.pdf" width="1000px" height="400px" type="application/pdf"></embed>-->
</body>
</html>

17
prasentation.php Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Ausarbeitung</title>
</head>
<body>
<?php
include 'menu.html';
?>
<p style="font-size:300%"><a href="./ausarbeitung/Prasentation.pdf">als PDF</a></p>
<p style="font-size:300%"><a href="./ausarbeitung/Prasentation.odp">als ODP</a></p>
<!--<embed src="./ausarbeitung/Prasentation.pdf" width="1000px" height="400px" type="application/pdf"></embed>-->
</body>
</html>

22
sonnensystem-ausgabe.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Sonnensystem-Eingabe</title>
</head>
<body>
<iframe src="./menu.html" frameborder="0" width="870px" height="30px" align="center"marginheight="0" marginwidth="0" ></iframe>
<h1>Sonnensystem-Ausgabe</h1>
<p>Für weitere Ergebnisse siehe <a href="">1000 bis 7000</a> und <a href="">2017 bis 2020</a></p>
<img src="./Sonnensystem/oben.png" alt="Sonnensystem von oben" />
<br />Sonnensystem von oben<br /><br />
<img src="./Sonnensystem/seite1.png" alt="Sonnensystem von der Seite" />
<br />Sonnensystem von der Seite<br /><br />
<img src="./Sonnensystem/seite2.png" alt="Sonnensystem von der Seite" />
<br />Sonnensystem von der Seite<br /><br />
<img src="./Sonnensystem/gesamt.png" alt="gesamtes Sonnensystem von oben" />
<br />gesamtes Sonnensystem von oben<br /><br />
</body>
</html>

25
sonnensystem-ausgabe.php Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Sonnensystem-Eingabe</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Sonnensystem-Ausgabe</h1>
<p>Für weitere Ergebnisse siehe <a href="./1000-7000.php">1000 bis 7000</a> und <a href="./2017-2020.php">2017 bis 2020</a></p>
<img src="./Sonnensystem/oben.png" alt="Sonnensystem von oben" />
<br />Sonnensystem von oben<br /><br />
<img src="./Sonnensystem/seite1.png" alt="Sonnensystem von der Seite" />
<br />Sonnensystem von der Seite<br /><br />
<img src="./Sonnensystem/seite2.png" alt="Sonnensystem von der Seite" />
<br />Sonnensystem von der Seite<br /><br />
<img src="./Sonnensystem/gesamt.png" alt="gesamtes Sonnensystem von oben" />
<br />gesamtes Sonnensystem von oben<br /><br />
</body>
</html>

34
sonnensystem-eingabe.html Normal file
View file

@ -0,0 +1,34 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Sonnensystem-Eingabe</title>
</head>
<body>
<iframe src="./menu.html" frameborder="0" width="870px" height="30px" align="center"marginheight="0" marginwidth="0" ></iframe>
<h1>Sonnensystem-Eingabe</h1>
<ul>
<li><a href="./Sonnensystem/big.in">big.in</a></li>
<ul>
<li>Orignaldatei von Mercury</li>
<li>Bahndaten der Planeten unseres Sonnensystems</li>
</ul>
<li><a href="./Sonnensystem/element.in">element.in</a></li>
<ul>
<li>Orignaldatei von Mercury</li>
<li>Zusätzlich x,y und z-Position</li>
</ul>
<li><a href="./Sonnensystem/param.in">param.in</a></li>
<ul>
<li>wird von <a href="./gui.sh.html">gui.sh</a> bearbeitet</li>
</ul>
<li><a href="./Sonnensystem/small.in">small.in</a></li>
<ul>
<li>Daten von Appolo von Mercury-Originaldaten</li>
<li>Apophis von <a href="http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=Apophis">NASA-Daten</a></li>
<ul><li>eventuell inkorrekt</li></ul>
</ul>
</ul>
</body>
</html>

37
sonnensystem-eingabe.php Normal file
View file

@ -0,0 +1,37 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Sonnensystem-Eingabe</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Sonnensystem-Eingabe</h1>
<ul>
<li><a href="./Sonnensystem/big.in">big.in</a></li>
<ul>
<li>Orignaldatei von Mercury</li>
<li>Bahndaten der Planeten unseres Sonnensystems</li>
</ul>
<li><a href="./Sonnensystem/element.in">element.in</a></li>
<ul>
<li>Orignaldatei von Mercury</li>
<li>Zusätzlich x,y und z-Position</li>
</ul>
<li><a href="./Sonnensystem/param.in">param.in</a></li>
<ul>
<li>wird von <a href="./gui.sh.php">gui.sh</a> bearbeitet</li>
</ul>
<li><a href="./Sonnensystem/small.in">small.in</a></li>
<ul>
<li>Daten von Appolo von Mercury-Originaldaten</li>
<li>Apophis von <a href="http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=Apophis">NASA-Daten</a></li>
<ul><li>eventuell inkorrekt</li></ul>
</ul>
</ul>
</body>
</html>