[Paraview] Node set and side set in Exodus format at Paraview

2017-02-01 Thread Andi Hartarto
Dear all,

I'd like to have help about node sets and side sets in Paraview.

My file is an Exodus file which doesn't have side set and node sets. I'd
like to modify the data and add side set and node set. My data file is a
cube and visually I can see smooth 6 surfaces.

Does anyone know how to do that?

Thank you,
Andi
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Decode a vtu file

2017-01-13 Thread Andi Hartarto
Dear Kenneth,

Thank you for helping but i didn't mean understanding the text document if
that is what you mean.
I mean I want to access the appended data in base 64.

Maybe in command module somehow
(code to show the data)
data ..

Thank you,
Andi

On 14 January 2017 at 03:49, Moreland, Kenneth <kmo...@sandia.gov> wrote:

> Documentation for vtu file format (and several other standard VTK formats)
> is here:
>
>
>
> http://www.vtk.org/VTK/img/file-formats.pdf
>
>
>
> -Ken
>
>
>
> *From:* ParaView [mailto:paraview-boun...@paraview.org] *On Behalf Of *Andi
> Hartarto
> *Sent:* Thursday, January 12, 2017 7:54 PM
> *To:* paraview@paraview.org
> *Subject:* [EXTERNAL] [Paraview] Decode a vtu file
>
>
>
> Hello all,
>
> Can I please have guidance/help in decoding a vtu file?
>
> My file is a
>
> 
>
>  compressor="vtkZLibDataCompressor">
>
>   
>
> >
>
>   
>
>   
>
>   
>
>  RangeMin="1"RangeMax="2"offset="0"
>   />
>
>  RangeMin="0"RangeMax="262"
>  offset="188" />
>
>   
>
>   
>
>  format="appended" RangeMin="2003013.3465" RangeMax="2003224.1668"
>   offset="812" />
>
>   
>
>   
>
>  RangeMin="" RangeMax=""
> offset="1680"/>
>
>  RangeMin="" RangeMax=""
> offset="5892"/>
>
>  RangeMax="" offset="8116"
>  />
>
>   
>
> 
>
>   
>
>   
>
>   (data long list)
>
>
> The file can be found in this link:
> https://drive.google.com/open?id=0BzmZiSDoM7l3U2poYWNTbUhBWVU
>
> I don't understand how to decode a vtk file and couldn't find anything in
> google. I've tried using some scripts in python for base64 but it didn't
> work..
>
> The reason why I need to decode this is because somehow this vtk file
> which load in paraview perfectly becomes a 2d file in another software
> "MOOSE" .. So I think somehow in the encoded data is telling the other
> software "only display the 2D intersection of blocks". But I want a 3D cube
> not a 2D surface. If someone knows about this please tell me .
>
> Thank you,
> Andi
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] Decode a vtu file

2017-01-13 Thread Andi Hartarto
Hello all,

Can I please have guidance/help in decoding a vtu file?

My file is a


  

  
  
  


  
  

  
  



  

  
  
  (data long list)

The file can be found in this link:
https://drive.google.com/open?id=0BzmZiSDoM7l3U2poYWNTbUhBWVU

I don't understand how to decode a vtk file and couldn't find anything in
google. I've tried using some scripts in python for base64 but it didn't
work..

The reason why I need to decode this is because somehow this vtk file which
load in paraview perfectly becomes a 2d file in another software "MOOSE" ..
So I think somehow in the encoded data is telling the other software "only
display the 2D intersection of blocks". But I want a 3D cube not a 2D
surface. If someone knows about this please tell me .

Thank you,
Andi
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] paraview vtu to exodus. Using cell data as a criteria to make element blocks.

2017-01-07 Thread Andi Hartarto
Hi all, i need help please.

Introduction:
My problem is that I need to convert a vtu file into an exodus formatted
file that reads several element block data.
When I load my data in vtu, all i see is a white cubic block.
This block has 2 data arrays named tetrahedra rank and tetrahedra number.
When I change my coloring to tetrahedra rank, I can see 2 colors red and
blue coloring my block.

I want to save the vtu file into an exodus format file and load it to
another software but the other software only shows me the output of colors
if there are several element blocks.
 In my case, the vtu file converted to exodus has only 1 element block.
In paraview, I can go properties, add the variables of tetrahedra rank and
then change coloring then i see what i want to see.
But in the software I am supposed to load the data, I can't do that.
Im supposed to make my exodus data into 2 or more element blocks and then
load it in that software which makes the software goes "ok so there are
various data ! lets color it".

I don't know what should i do to change my vtu file with cell data of
tetrahedra rank clearly showing the 2 data sets into 2 element blocks.
I have tried to use edit> find data> extract selection > repeat for the
next > group the data.
I get a multi block data set. It didn't work. I need 1 block data set with
2 or more element data inside it.

Please help,
Andi
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] Paraview Vtu to Exodus. Single block, multi element?

2017-01-08 Thread Andi Hartarto
Hi all, i need help please.

Introduction:
My problem is that I need to convert a vtu file into an exodus formatted
file that reads several element block data.
When I load my data in vtu, all i see is a white cubic block.
This block has 2 data arrays named tetrahedra rank and tetrahedra number.
When I change my coloring to tetrahedra rank, I can see 2 colors red and
blue coloring my block.

I want to save the vtu file into an exodus format file and load it to
another software but the other software only shows me the output of colors
if there are several element blocks.
 In my case, the vtu file converted to exodus has only 1 element block.
In paraview, I can go properties, add the variables of tetrahedra rank and
then change coloring then i see what i want to see.
But in the software I am supposed to load the data, I can't do that.
Im supposed to make my exodus data into 2 or more element blocks and then
load it in that software which makes the software goes "ok so there are
various data ! lets color it".

I don't know what should i do to change my vtu file with cell data of
tetrahedra rank clearly showing the 2 data sets into 2 element blocks.
I have tried to use edit> find data> extract selection > repeat for the
next > group the data.
I get a multi block data set. It didn't work. I need 1 block data set with
2 or more element data inside it.

Please help,
Andi
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview