Re: [MayaVi-users] 3d Visualization of Concentration Profile in a Reactor
Status: Beta
Brought to you by:
prabhu_r
|
From: Prabhu R. <pr...@ae...> - 2009-03-20 14:32:14
|
On 03/17/09 14:06, Mauricio Angeles wrote: > I am totally new to Mayavi and in general to 3d visualization but I find > it as really good tool for looking at my lab data. I had a look at the > user guide and the examples but I am still not figure it out how to First, are you using 1.x or the newer 2.x or 3.x series? The latest release is 3.1.0 with a 3.2.0 out soon. I would strongly recommend using that. More details are here: http://code.enthought.com/projects/mayavi > present my data. I would like to plot a profile of concentration of a > reagent that decreases while it flows through a piece of tubing > (reactor) as a consequence of a chemical reaction (the problem is > similar to the temperature profile in a rod). Concentration (scalar > data) is different at each x, y and z positions and I would like to see > the profile of concentration in the hole tube and slices of x and y at > different length. Please, could anyone give me some pointers on the > visualization? Before hand thanks. Are your points random or is there a structure to the points. For example do you have a "grid" associated with your data? You will need to first figure out how best to map your data into a format that Mayavi can display. Gael has a nice and visually appealing section he wrote on some details here: http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/data.html I think that should get you started on how best to map your data into the VTK/Mayavi world. HTH. cheers, prabhu |