quivplot3

algorithm

  • plots 3d velocity field as arrows
  • by default consider the whole domain
  • optionally consider only a part of the domain
    quiv3laverdant 

syntax

[]=quivplot3(XVEL,YVEL,ZVEL,X,Y,Z,L1,L2,C1,C2,P1,P2)

example for input

quivplot3(x_velocity,y_velocity,z_velocity,X,Y,Z)

input arguments

XVEL, YVEL, ZVEL

matrices of the velocity components
required arguments

X, Y, Z

vectors defining the rectangular domain
required arguments

L1,L2,
C1,C2,
P1,P2

integer values of gridpoints defining first and last line,
integer values of gridpoints defining first and last column
integer values of gridpoints defining first and last page
of part of domain to be investigated, optional arguments

 

output arguments

plot

3d plot of velocity vectors

matlab tools required

  • quiver3

corresponding 2d tools

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin