vort3dord4

algorithm

  • vorticity measures the tendency of a vectorfield to rotate around a point
  • calculates vorticity of a vector field components around x-, y- and z-axis in each point of the field
  • uses fourth order gradients

syntax

vortz=vort3dord4(x_velocity,y_velocity,z-velocity,step)

 

example for input

vortz=vort3dord4(x_velocity,y_velocity,z_velocity,step)

 

input arguments

step

width of a grid cell

x_velocity,y_velocity,z_velocity

velocity components

 

output arguments

vortx

vorticity around x-axis

vorty

vorticity around y-axis

vortz

vorticity around z-axis

matlab tools required

  • gradient

corresponding 2d tools

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin