DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦af51526d2⟧ TextFile

    Length: 389 (0x185)
    Types: TextFile
    Names: »GRAVITA.VRD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »DYMOS1\GRAVITA.VRD« 

TextFile

M := 5.97E24           // kg
t := 0                 // s
dt:= 500               // s
R := 2.0E7             // m
G := 6.67E-11          // Nm▶fd◀/kg▶fd◀
v := 5000              // m/s
B := 0                 //radian
C := PI / 2            //radian
x := R * COS(B)
y := R * SIN(B)
a := -G * M/R^2
ax:= a * x/R;  ay:= a * y/R
vx:= v * COS(C) + ax * dt/2
vy:= v * SIN(C) + ay * dt/2