I have a question about the orientatin of particle.
I want to insert a cylindrical particle in may calcul domain. My input code is like below :
&MATL ID='IRSN_2 plastic', DENSITY=1832., CONDUCTIVITY=0.2, SPECIFIC_HEAT=1.5 /
&SURF ID='IRSN_2 shape', THICKNESS=0.007, LENGTH=0.1, MATL_ID='IRSN_2 plastic', GEOMETRY='CYLINDRICAL' /
&PART ID='IRSN_2 particle', SURF_ID='IRSN_2 shape', ORIENTATION=0,0,1, STATIC=.TRUE., PROP_ID='IRSN_2 picture' /
&PROP ID='IRSN_2 picture', SMOKEVIEW_ID='TUBE', SMOKEVIEW_PARAMETERS='L=0.1','D=0.014' /
&INIT ID='IRSN_2 position', XYZ=0.01,,0.,,0., N_PARTICLES=1, PART_ID='IRSN_2 particle' /
By default the axis of the cylinder is on x direction. I want to change it to y or z direction. Fierts of fall, i've try to change the ORIENTATION parameter to 1,0,0 or 0,1,0 but when i view the partical with smokview, nothing changes. So what is the real meaning of the ORIENTATION parameter and how to define the axial direction of the cylinder particle.