// Last edited on 2012-09-29 05:39:21 by stolfilocal // Circular irrotational flow. #local R = 0.69; // Radius of the pathline that goes through the origin. #local V00 = 0.8; // Linear velocity at origin. // We cannot guarantee that the motion of particles will close at the top of the orbit. // Thus the radius {R} must be large enough so that no pathline is closed. #declare flow_crv = 1/R; #declare flow_A = R*V00; #declare flow_B = 0; #declare flow_C = 0; #declare flow_D = 0; #declare flow_mag = 0.048; #declare flow_diff_mag = 0.025; // Mag factor for differential velocities.