streamsliceplot3

algorithm

  • plots orthogonal stream slice through velocity field
  • by default in z-direction through the middle of the domain
  • optionally in any user defined location and direction

 

 streamslice3

syntax

[]=streamsliceplot3(XVEL,YVEL,ZVEL,X,Y,Z,dsl,lsl)

example for input

streamsliceplot3(XVEL,YVEL,ZVEL,X,Y,Z,'X',60)

input arguments

XVEL, YVEL, ZVEL

matrices of the velocity components
required arguments

X, Y, Z

vectors defining the rectangular domain
required arguments

dsl

direction of slice, optional argument

lsl

location of slice, optional argument

 

output arguments

plot

slice through velocity field

matlab tools required

  • streamslice

corresponding 2d tools

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin