SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Re: visualize conductivity tensors


Chronological Thread 
  • From: Jeroen Stinstra <jeroen@cvrti.utah.edu>
  • To: Petar Petrov <pip010@gmail.com>
  • Cc: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Re: visualize conductivity tensors
  • Date: Mon, 2 Aug 2010 11:49:21 -0600

Hi Petar,

The problem is that the SetConductivities module only assigns a conductivity 
table to the mesh that is only recognized by the BuildFEMatrix module. To 
visualize the tensor data needs to be assigned to each element. The easiest 
way of doing this is creating an N by 6 matrix with the conductivities 
(CreateMatrix module ) and use the ConvertIndicesToFieldData module to 
actually assign a tensor value to each element. If you follow that route the 
ShowGlyphs module should work.

cheers,

Jeroen

On Aug 2, 2010, at 6:47 AM, Petar Petrov wrote:

> Hello,
> I am using SetConductivities module to set the tesnors on a mesh. just 
> after it I want to visualize these tensors. I've tried with ShowGlyphs 
> module, but it doesnt see the tensors, thus only options to visualize 
> scalars is in the tabs of the UI.
> 
> can someone tell me how to do it? I thought it must be straightforward but 
> it seems it is not!
> 
> thanks in advance,
> Peter




Archive powered by MHonArc 2.6.16.

Top of page