Hi all,
I noted that a vtk recorder is available in the source code, but there is no documentation available. I am wondering whether someone can help with the vtk recorder. I'm using PyVista for visualization purpose. If I can get a VTK formatted output,I dont have to write a script for conversion.
Thanks in advance,
Gopal
VTK recorder
Moderators: silvia, selimgunay, Moderators
-
- Posts: 79
- Joined: Tue Nov 07, 2006 3:17 am
- Location: Jacobs
VTK recorder
Gopal Adhikari, PhD
Associate Bridge Engineer
Jacobs
Wellington, New Zealand
Associate Bridge Engineer
Jacobs
Wellington, New Zealand
-
- Posts: 6
- Joined: Sat Nov 14, 2020 8:20 am
- Location: University of Palermo
- Contact:
Re: VTK recorder
Hello, I'm using the following command to create paraview file:
note that you have to create a blank file with the same filename and a folder with the same filename or you will get errors.
If you want to output the 'eigen' you need to do a modal analysis first.
By the way i'm also interested in creating a script that creates .vtk file, because I want to see in paraview stresses on elements.
For now I just saved the location of integration point of each element but i need the output of stresses and than create the file
Code: Select all
ops.recorder('PVD', 'filename', '-precision', 10, '-dT', 0.0, *['disp', 'vel', 'accel', 'incrDisp', 'reaction', 'pressure', 'unbalancedLoad', 'mass', 'eigen', 3])
If you want to output the 'eigen' you need to do a modal analysis first.
By the way i'm also interested in creating a script that creates .vtk file, because I want to see in paraview stresses on elements.
For now I just saved the location of integration point of each element but i need the output of stresses and than create the file
Ph.D. Student in Structural Engineer
University of Palermo
University of Palermo
-
- Posts: 12
- Joined: Mon Aug 26, 2013 7:52 pm
- Location: The University of Utah
- Contact:
Re: VTK recorder
PVD recorder does the same thing and you can visualize the results using Paraview.
--
Anurag Upadhyay
Anurag Upadhyay