hi all,
let me make my problem more clear.
my question is indeed to resolve the curl of u.
where, u = linear velocity resolved into x- and y- cartesian cordinates.
(del) cross (u) = curl(u) which measures a vector field's tendency to rotate about a point.
Now, let us represent this curl(u) by omega_c.
in a 3D system, this is simply the determinant of a 3x3 matrix i.e,
omega_c_x = dw_dy - dv_dz;
omega_c_y = du_dz - dw_dx;
omega_c_z = dv_dx - du_dy;
where du, dv, dw are nothing but u_x, u_y, u_z respectively.
omega_c = sqrt(omega_c_x*omega_c_x + omega_c_y*omega_c_y + omega_c_z*omega_c_z)
But for a 2D system, where i know only u_x and u_y, i am not able to understand how to build the omega_c_x and omega_c_y !
If we go alongwith the expressions above, we don't have dw, dz terms.
so, dw_dy=0, dv_dz=0, du_dz=0, dw_dx=0..I hope I am correct..
then i am left with dv_dx and du_dy which have non-zero values.
in that case, what are the expresisons for omega_c_x and omega_c_y ??
pls help..
thanking you.