taylor2
algorithm
- calculates longitudional and transversal microscales of Taylor
syntax
[lambdaf,lambdag]=taylor2(x_velocity,y_velocity,X,Y,L1,L2,C1,C2)
example for input
[lambdaf,lambdag]=taylor2(x_velocity,y_velocity,X,Y)
input arguments
Name | description |
---|---|
x_velocity y_velocity |
velocity components |
X,Y | vectors defining the domain |
L1,L2,C1,C2 | optional input arguments: scalar values of lines and columnes defining a part of the domain if there is no input for L1,L2,C1,C2 consider whole domain |
output arguments
Name | description |
---|---|
lambdaf | longitudional microscale of taylor |
lambdag | transversal microscale of taylor |
matlab tools required
- gradient, std2
toolbox tools required