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

⟦4db91750e⟧ TextFile

    Length: 189 (0xbd)
    Types: TextFile
    Names: »GRAVITA.MOD«

Derivation

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

TextFile

// model : gravita
x :=  x + vx * dt
y :=  y + vy * dt
//r := SQR(x^2 + y^2)
//a := -G * M / r^2
ax:=  a * x / r
ay:=  a * y / r
vx:= vx + ax * dt
vy:= vy + ay * dt
t := t + dt