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

⟦2cfd5162a⟧ TextFile

    Length: 213 (0xd5)
    Types: TextFile
    Names: »KAST3.MOD«

Derivation

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

TextFile

// Model : Kast3

func ax
  v:= sqr(vx*vx+vy*vy)
  return  -fr*vx*v/m
endfunc

func ay
  v:= sqr(vx*vx+vy*vy)
  return (-m*g-fr*vy*v)/m
endfunc

x,y,vx,vy:= rk4(vx,vy,ax,ay,t)
t  := t + dt