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

⟦cb8c9d98d⟧ TextFile

    Length: 401 (0x191)
    Types: TextFile
    Names: »GRAVITA2.VRD«

Derivation

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

TextFile

M := 5.97e24    // kg
G := 6.67e-11   // Si enhed
R0:= 2.2e7      // meter
v0:= 3000       // meter/sek
dt:= 100        // sek
B := pi         // radian
C := pi/2       // radian
Em:= v0*v0/2-G*M/R0

For r := R0 to R0/10 step -R0*0.09 do
  v := sqr(2*(Em+(g*M)/r))  
  x := R*cos(B)
  y := R*sin(B)
  vx:= v*cos(C)
  vy:= v*sin(C)
  t := 0