|
|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC759 "Piccoline" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC759 "Piccoline" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 299 (0x12b)
Types: TextFile
Names: »GRAVITA1.MOD«
└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
└─⟦this⟧ »MODEL2\GRAVITA1.MOD«
// Model : Gravita1 ra := x*x+y*y ax := -(G*M*x)/ra/sqr(ra) ay := -(G*M*y)/ra/sqr(ra) dvx := ax * dt dvy := ay * dt vx := vx + dvx vy := vy + dvy dx := vx * dt dy := vy * dt x := x + dx y := y + dy t := t + dt If (t>1e4) and (y>R0/5) then stop