// Last edited on 2012-09-29 06:17:10 by stolfilocal // Straight constant-shear flow #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 = 0; #declare flow_A = 0; #declare flow_B = V00; #declare flow_C = -0.70; #declare flow_D = +0.20; #declare flow_mag = 0.048; #declare flow_diff_mag = 0.080; // Mag factor for differential velocities.