Difference between revisions of "VTKpytools/Bar2vtk"

From PHASTA Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
Documentation for <code>bar2vtk</code> can be found by running the <code>--help</code> flag, but this will also serve as a more detailed/verbose documentation page as well.
 
Documentation for <code>bar2vtk</code> can be found by running the <code>--help</code> flag, but this will also serve as a more detailed/verbose documentation page as well.
 +
 +
== Functionality ==
 +
 +
=== Time Windows ===
 +
 +
== Options ==
 +
 +
==== <code>--velbar</code> and <code>--stsbar</code> ====
 +
These flags allow for explicit setting the path(s) to the <code>velbar</code> and <code>stsbar</code> files. They can take a maximum of two arguments.
 +
 +
When given two paths, it will assume that a [[Bar2vtk#Time__Windows|time window]] is to be created, with the first file corresponding to the first timestep in the timestep range.

Revision as of 21:44, 5 September 2020

bar2vtk is a utility from the vtkpytools project for converting *bar files (velbar and stsbar) into appropriate VTK files. In particular, it makes use of the barfiletools module in the vtkpytools project.

Documentation for bar2vtk can be found by running the --help flag, but this will also serve as a more detailed/verbose documentation page as well.

Functionality

Time Windows

Options

--velbar and --stsbar

These flags allow for explicit setting the path(s) to the velbar and stsbar files. They can take a maximum of two arguments.

When given two paths, it will assume that a time window is to be created, with the first file corresponding to the first timestep in the timestep range.