|
|
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: 396 (0x18c)
Types: TextFile
Names: »COULOMB.VRD«
└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
└─⟦this⟧ »DYMOS1\COULOMB.VRD«
m := 6.64E-27 // kg q1:= 2; q2:= 79 dt:= 3E-18 // s k := 2.31E-28 // Nm▶fd◀ B := PI/4 // radian FOR C:=3.88 TO 3.98 STEP 0.01 DO R := 2E-10 // m v := 2E6 // m/s x := R * COS(B) y := R * SIN(B) a := k * q1 * q2/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 t := 0