home *** CD-ROM | disk | FTP | other *** search
- # STAG.ODE
- # Stagnation point flow in fluid dynamics.
- # Try to find initial g2 such that g1 tends to 1 as t gets large.
-
- $m -5
- $t 20
- $n 200
-
- g = 0
- g1 = 0
- g2 = 1.23225 # This is quite close !
- g' = g1
- g1' = g2
- g2' = sqr(g1) - g*g2 - 1