Sonya--

Attached are two files: (1) *.pvd, a ParaView data "mother" file, and (2) *.vtu with velocity vectors at each finite element vertx nodal point.

Hope this helps

--Sam


On 12/21/2017 1:36 PM, Sonya Davydycheva wrote:
Hello,

Can anybody please send me a sample *.vtk file containing VECTOR fields?

I need it to start study options how to 3D-visualize, say, electromagnetic field or currents. I can visualize separate components as scalars using "Glyph" and having each component as a separate vtk-file (coordinates & values). Now I try to convert them in a vector vtk-file, if possible, and see the whole field in 3D.

Thanks in advance,

Sonya Davydycheva<http://3demholding.com>
(713)498-6139



_______________________________________________
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:
https://paraview.org/mailman/listinfo/paraview

<?xml version="1.0"?>

<!--
   Title: Krieg & Xu El-Pl Test: Tensile Load Of A Two-Element Bar
 Program:  FMA-3D 
 Version:  V31.21 
    Date: 21-DEC-2017 
    Time: 21:37:01
 -->

<!--
 Problem Time:   1.4649340E-06
 Cycle Number:        1
 -->

<VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian">
<UnstructuredGrid>
<Piece NumberOfPoints="12" NumberOfCells="2">
<Points>
  <DataArray type="Float32" Name="Position" NumberOfComponents="3" format="ascii">
  0.0000000E+00  0.0000000E+00  0.0000000E+00  1.0000000E+00  0.0000000E+00  0.0000000E+00
  1.0000000E+00  1.0000000E+00  0.0000000E+00  0.0000000E+00  1.0000000E+00  0.0000000E+00
  0.0000000E+00  0.0000000E+00  2.0000000E+00  1.0000000E+00  0.0000000E+00  2.0000000E+00
  1.0000000E+00  1.0000000E+00  2.0000000E+00  0.0000000E+00  1.0000000E+00  2.0000000E+00
  0.0000000E+00  0.0000000E+00  4.0000000E+00  1.0000000E+00  0.0000000E+00  4.0000000E+00
  1.0000000E+00  1.0000000E+00  4.0000000E+00  0.0000000E+00  1.0000000E+00  4.0000000E+00
  </DataArray>
</Points>
<Cells>
  <DataArray type="Int32" Name="connectivity" NumberOfComponents="1" format="ascii">
               0         1         2         3         4         5         6         7
               4         5         6         7         8         9        10        11
  </DataArray>
  <DataArray type="Int32" Name="offsets" NumberOfComponents="1" format="ascii">
               8        16
  </DataArray>
  <DataArray type="UInt8"  Name="types" NumberOfComponents="1" format="ascii">
       12 12
  </DataArray>
</Cells>
<PointData Vectors="Velocity">
  <DataArray type="Float32" Name="Velocity" NumberOfComponents="3" format="ascii">
  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00
  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00
  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00
  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.0000000E+00
  0.0000000E+00  0.0000000E+00  4.0000000E+00  0.0000000E+00  0.0000000E+00  4.0000000E+00
  0.0000000E+00  0.0000000E+00  4.0000000E+00  0.0000000E+00  0.0000000E+00  4.0000000E+00
  </DataArray>
</PointData>
<CellData Scalars="Material">
  <DataArray type="Int32" Name="Material" NumberOfComponents="1" format="ascii">
               1         1
  </DataArray>
</CellData>
</Piece>
</UnstructuredGrid>
</VTKFile>
<?xml version="1.0"?>

<!--
   Title: Krieg & Xu El-Pl Test: Tensile Load Of A Two-Element Bar
 Program:  FMA-3D 
 Version:  V31.21 
    Date: 21-DEC-2017 
    Time: 21:37:01
 -->

<!--
   Problem Time:   1.4649340E-06
   Cycle Number:        1
 -->

<VTKFile type="Collection" version="0.1" byte_order="LittleEndian">
  <Collection>
    <DataSet part="0000" file="fmavto.msh0000.vtu" name="The Mesh"/>
  </Collection>
</VTKFile>
_______________________________________________
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:
https://paraview.org/mailman/listinfo/paraview

Reply via email to