Hello.

Le mardi 3 juillet 2007, Augusto Almeida a écrit :
> I need run a enviroment (a quadratic tube), with a viscous fluid in there,
> the aim is steady state and export the vector components (discretization
> 70x70x70) in a archive with this format :
>
> vx vy vz
I am not sure I understand your question. If you want to save the velocity 
field writting first all vx values then vy values and then vz values, use the 
following command:

        save(raw,"velocity.dat",[vx,vy,xz],mesh);

I hope that helps,

Best regards,
Stéphane.



_______________________________________________
ff3d-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/ff3d-users

Reply via email to