Hei Jost,

ever tried the Extract and Construct module?

pos   = Extract('u-velocity_001')
value = Extract('v-velocity_001')

field = Construct('pos', 'value')

plot('field')

Regard
Frank :-)




On Mon, 2004-08-02 at 17:56, Jost Weber wrote:
> Hi,
> I've a field with position, connections and scalar data to visualize 
> results from CFD calculations e.g.
> object "data_001"  class field
>    component "positions"   value  "vertices_001"
>    component "connections" value  "cells_001"
>    component "u-velocity"   value "u-velocity_001"
>    component "v-velocity"   value "v-velocity_001"
>    component "w-velocity"   value "w-velocity_001"
> etc.
> 
> Now, I want to do some scatter plots e.g. plotting u-velocity versus 
> v-velocity in a 2D plot.
> Has anybody yet done such correlations ?
> Any ideas ?
> Jost
-- 
Frank Freikamp                      [EMAIL PROTECTED]
Institut für Technische Mechanik               +49 241 80 97592  
Templergraben 64, D-52056 Aachen          (fax +49 241 80 92923)
http://www.itm.rwth-aachen.de


Reply via email to