Indep. Var. | Increment | ||
d y[i] /dt= | vy[i] | ||
d vy[i] /dt= | -g+b*vy[i]*vy[i]/m[i] | ||
Solver | RungeKuttaFehlberg | AbsoluteTolerance=0.00001 |
Control variables:(testing) double,double,double |
title | = | "Frame" |
layout | = | border |
visible | = | true |
location | = | "0,1" |
size | = | "931,630" |
position | = | south |
layout | = | border |
background | = | BLACK |
position | = | east |
layout | = | FLOW:center,0,0 |
borderType | = | LOWERED_ETCHED |
image | = | "_data/reset.gif" |
action | = | _reset() |
size | = | "90,,35" |
image | = | "_data/init.gif" |
action | = | _initialize() |
size | = | "90,35" |
variable | = | _isPaused |
size | = | "90,35" |
imageOn | = | "_data/play.gif" |
actionOn | = | _play() |
imageOff | = | "_data/pause.gif" |
actionOff | = | _pause() |
position | = | center |
layout | = | HBOX |
variable | = | b |
minimum | = | 0.0 |
maximum | = | 1.0 |
format | = | "b=0.00" |
foreground | = | 255,192,0 |
variable | = | g |
minimum | = | 0.0 |
maximum | = | 10.0 |
format | = | "g=0.00" |
foreground | = | 255,192,0 |
variable | = | scale |
minimum | = | 1.0 |
maximum | = | 10.0 |
format | = | "scale=0.0" |
foreground | = | 255,192,0 |
variable | = | t |
format | = | " Time = 0.0" |
size | = | "180,0" |
background | = | BLACK |
foreground | = | 192,128,0 |
font | = | Dialog,BOLD,19 |
position | = | center |
layout | = | HBOX |
position | = | center |
autoscaleX | = | false |
autoscaleY | = | false |
minimumX | = | xmin*scale |
maximumX | = | xmax*scale |
minimumY | = | ymin*scale |
maximumY | = | ymax*scale |
square | = | true |
background | = | DARKGRAY |
numberOfElements | = | n |
x | = | x |
y | = | y |
sizeX | = | d |
sizeY | = | d |
lineColor | = | 192,128,0 |
fillColor | = | 192,128,0 |
elementnumber | = | n |
x | = | x |
y | = | y |
maxpoints | = | npt |
skippoints | = | 10 |
active | = | _isPlaying() |
norepeat | = | true |
connected | = | false |
color | = | CYAN |
stroke | = | 2 |
style | = | ELLIPSE |
markersize | = | 2 |
autoscaleX | = | true |
autoscaleY | = | true |
minimumX | = | 0 |
TRmessage | = | "Terminal velocity F=mg-b*v^2" |
interiorBackground | = | 128,192,0 |
background | = | DARKGRAY |
foreground | = | 192,255,0 |
elementnumber | = | n |
x | = | t |
y | = | vy |
maxpoints | = | npt |
active | = | _isPlaying() |
norepeat | = | true |
connected | = | _isPlaying() |
color | = | 128,0,0 |