-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Q-criterion #29
Comments
x(nx,ny,nz): x coordinates of your grid y(nx,ny,nz): y coordinates of your grid z(nx,ny,nz): z coordinates of your grid dudx(nx,ny,nz): x-wise derivative of x-wise velocity component dudy(nx,ny,nz): y-wise derivative of x-wise velocity component This is, more or less, how i would put it down in Matlab the task of plotting Q isosurfaces (tipically used for flow visualization in DNS/LES): %MATLAB CODE iso_q=100; %Pick your number here %Definition of Q %Plotting a Q isosurface, Q=iso_q %END OF MATLAB CODE |
#!MC 1400 Created by Tecplot 360 build 14.0.2.35002$!ALTERDATA $!VarSet |NUMVARSINIT| = |NUMVARS| $!PROMPTFORTEXTSTRING |U| $!GLOBALTHREEDVECTOR UVAR = |U| $!ALTERDATA $!VarSet |NUMVARSFIN| = |NUMVARS| |
As nicely shown in invariant2_factor.m
in https://github.com/Tianshu-Liu/OpenOpticalFlow
The text was updated successfully, but these errors were encountered: