[Paraview] how do I view sidesets from exodus files?
SamuelKey
samuelkey at comcast.net
Wed Feb 20 21:58:25 EST 2008
Kevin,
An easy exercise is to read your mesh data twice (something ParaView is
quite happy to do) --
1) On the first read, omit the node-sets and side-sets and color the
mesh white (actually produces shades of gray/silver).
2) On second read, only read node-sets and side-sets one-by-one.
Color them with whatever color pleases you. Be sure to increase the
point size.
Now you can independently toggle the visibility of the mesh and side-set
(or node-set) in question and determine if they are correctly specified.
Sam Key
Kevin Long wrote:
> Ken,
>
> Thanks for the suggestion, however, I tried that. The object gets colored by
> block ID, not side set ID.
>
> The only thing I've made work so far is to read in only a single side set,
> disabling the reading of everything else. I'd prefer to read the entire data
> set, then somehow color by side set.
>
> Kevin
>
> On Monday 18 February 2008 11:38, Moreland, Kenneth wrote:
>> Try coloring your data by ObjectId.
>>
>> -Ken
>>
>>> -----Original Message-----
>>> From: paraview-bounces+kmorel=sandia.gov at paraview.org [mailto:paraview-
>>> bounces+kmorel=sandia.gov at paraview.org] On Behalf Of Kevin Long
>>> Sent: Monday, February 18, 2008 10:37 AM
>>> To: paraview at paraview.org
>>> Subject: [Paraview] how do I view sidesets from exodus files?
>>>
>>>
>>> Hi,
>>>
>>> Is there a way to assign colors based on the sideset ID read from an
>>> exodus
>>> file? Paraview is aware of the sideset IDs, but I can't figure out how to
>>> use
>>> them to color faces. Can this be done?
>>>
>>> Thanks,
>>>
>>> Kevin Long
>>>
>>> --
>>> Dr. Kevin Long
>>> Department of Mathematics and Statistics
>>> Texas Tech University
>>> Lubbock TX 79409
>>> kevin.long at ttu.edu
>>> _______________________________________________
>>> ParaView mailing list
>>> ParaView at paraview.org
>>> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list