ParaView/Users Guide/List of readers: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
==AVS UCD Reader==
==AVS UCD Reader==


Reads binary or ASCII files stored in AVS UCD format.
The AVS UCD reader reads binary or ASCII files stored in AVS UCD format.
The default file extension is .inp. The output of this reader is
unstructured grid. This supports reading a file series.


Read binary or ASCII files stored in AVS UCD format.
The AVS UCD reader reads binary or ASCII files stored in AVS UCD format.<br>
The default file extension is .inp. The output of this reader is<br>
unstructured grid. This supports reading a file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 14: Line 13:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''FileNameInfo''' (FileNameInfo)
|
|
The list of files to be read by the reader. If more than 1 file is
specified, the reader will switch to file series mode in which it will
pretend that it can support time and provide 1 file per time step.


|
|
|
|
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNames''' (FileNames)
|
 
The list of files to be read by the reader. If more than one file is
specified, the reader will switch to file series mode in which it will
pretend that it can support time and provide one file per time step.
 
|
|
This property contains a list of the cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property contains a list of the point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==BYU Reader==
==BYU Reader==


Reads Movie.BYU files to produce polygonal data.
The BYU reader reads data stored in Movie.BYU format. The expected file extension is .g. The datasets resulting from reading these files are polygonal.


Read Movie.BYU files to produce polygonal data.
The BYU reader reads data stored in Movie.BYU format. The expected file extension is .g. The datasets resulting from reading these files are polygonal.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 59: Line 59:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This property specifies the file name for the BYU reader.
This property specifies the file name for the BYU reader.


|
|
|
|
The value(s) must be a filename (or filenames).
|}
|}


==COSMO Reader==
==COSMO Reader==


Reads a cosmology file into a vtkUnstructuredGrid.
The Cosmology reader reads a binary file of particle location,
velocity, and id creating a vtkUnstructuredGrid. The default
file extension is .cosmo. Reads LANL Cosmo format or Gadget format.


Read a cosmology file into a vtkUnstructuredGrid.
The Cosmology reader reads a binary file of particle location,<br>
velocity, and id creating a vtkUnstructuredGrid. The default<br>
file extension is .cosmo.  Reads LANL Cosmo format or Gadget format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 84: Line 87:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
The list of files to be read by the reader.


|
|
|
|
|-
|-
| '''Cosmo Format'''<br>''(CosmoFormat)''
|'''FileName''' (FileName)
|
|
If checked, the data will be read as the LANL Cosmo format.  If unchecked, the data will be read as Gadget-2 format.


| 1
The list of files to be read by the reader.
 
|
|
Only the values 0 and 1 are accepted.


|
The value(s) must be a filename (or filenames).
|-
|-
| '''overlap (shared point/ghost cell gap distance)'''<br>''(Overlap)''
|'''TimestepValues''' (TimestepValues)
|
|
The space (in rL units) to extend processor particle ownership for ghost particles/cells.  Needed for correct halo calculation when halos cross processor boundaries in parallel computation.


| 5
Available timestep values.
|
The value must be greater than or equal to 0.


|-
| '''rL (physical box side length)'''<br>''(RL)''
|
|
The box side length used to wrap particles around if they exceed rL (or less than 0) in any dimension.


| 100
|
|
The value must be greater than or equal to 0.




|}
|}


==CSV Reader==
==CSV Reader==


Reads a comma-separated values file into a 1D rectilinear grid.
The CSV reader reads a comma-separated values file into a 1D rectilinear
grid. If the file was saved using the CSVWriter, then the rectilinear
grid's points and point data can be restored as well as the cell data.
Otherwise all the data in the CSV file is treated as cell data. The
default file extension is .csv.
This can read file series as well.


Read a comma-separated values file into a 1D rectilinear grid.
The CSV reader reads a comma-separated values file into a 1D rectilinear<br>
grid. If the file was saved using the CSVWriter, then the rectilinear<br>
grid's points and point data can be restored as well as the cell data.<br>
Otherwise all the data in the CSV file is treated as cell data. The<br>
default file extension is .csv.<br>
This can read file series as well.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 142: Line 136:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
The list of files to be read by the reader. Each file is expected to be
The list of files to be read by the reader. Each file is expected to be
a csv file. If more than 1 file is specified, the reader will switch to
a csv file. If more than one file is specified, the reader will switch to
file series mode in which it will pretend that it can support time and
file series mode in which it will pretend that it can support time and
provide 1 file per time step.
provide one file per time step.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Detect Numeric Columns'''<br>''(DetectNumericColumns)''
|'''FileNameInfo''' (FileNameInfo)
|
|
When set to true, the reader will detect numeric columns and create
vtkDoubleArray or vtkIntArray for those instead of vtkStringArray.


| 1
|
|
Only the values 0 and 1 are accepted.


|-
| '''Field Delimiter Characters'''<br>''(FieldDelimiterCharacters)''
|
|
This property lists the characters that may be used to separate fields.  For
example, a value of "," indicates a comma-separated value file.  A
value of ".:;" indicates that columns may be separated by a
period, colon or semicolon.  The order of the characters in the text
string does not matter.


| ,
|
|-
|-
| '''Have Headers'''<br>''(HaveHeaders)''
|'''TimestepValues''' (TimestepValues)
|
|
If the value of this property is 1, treat the first line of the file as headers.


| 1
Available timestep values.
|
Only the values 0 and 1 are accepted.


|-
| '''Merge Consecutive Delimiters'''<br>''(MergeConsecutiveDelimiters)''
|
|
Whether to merge successive delimiters.  Use this if (for example) your fields are separated
by spaces but you don't know exactly how many.


| 0
|
|
Only the values 0 and 1 are accepted.




|-
|}
| '''Use String Delimiter'''<br>''(UseStringDelimiter)''
|
This property indicates whether to use the string delimiter.
 
| 1
|
Only the values 0 and 1 are accepted.
 
 
|}
 


==DEM Reader==
==DEM Reader==


Reads a DEM (Digital Elevation Model) file.
The DEM reader reads Digital Elevation Model files containing elevation values derived from the U. S. Geologic Survey. The default file extension is .dem. This reader produces uniform rectilinear (image/volume) data output.


Read a DEM (Digital Elevation Model) file.
The DEM reader reads Digital Elevation Model files containing elevation values derived from the U. S. Geologic Survey. The default file extension is .dem. This reader produces uniform rectilinear (image/volume) data output.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 221: Line 183:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This property specifies the file name for the DEM (Digital Elevation Map) reader.
This property specifies the file name for the DEM (Digital Elevation Map) reader.


|
|
|
|
The value(s) must be a filename (or filenames).
|}
|}


==EnSight Master Server Reader==
==EnSight Master Server Reader==


Reads files in EnSight's Master Server format.
The EnSight Master Server reader reads EnSight's parallel files. The master file ususally has a .sos extension and may point to multiple .case files. The output is a multi-block dataset.


Read files in EnSight's Master Server format.
The EnSight Master Server reader reads EnSight's parallel files. The master file ususally has a .sos extension and may point to multiple .case files. The output is a multi-block dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 244: Line 209:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Byte Order'''<br>''(ByteOrder)''
|'''CaseFileName''' (CaseFileName)
|
|
This property indicates the byte order of the binary file(s).


| 0
This property specifies the name of the .sos file for the EnSight Master Server reader.
 
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Case File Name'''<br>''(CaseFileName)''
|'''ByteOrder''' (ByteOrder)
|
|
This property specifies the name of the .sos file for the EnSight Master Server reader.
 
This property indicates the byte order of the binary file(s).


|
|
0
|
|
The value(s) is an enumeration of the following:
* BigEndian (0)
* LittleEndian (1)
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
This property lists which cell-centered arrays to read.
 
Available timestep values.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''SetTimeValue''' (SetTimeValue)
|
|
This property lists which point-centered arrays to read.
 
This property indicates which time value to read.


|
|
0.0
|
|
The list of array names is provided by the reader.


|-
|-
| '''Set Time Value'''<br>''(SetTimeValue)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
This property indicates which time value to read.


| 0
|
|
|}


|


==EnSight Reader==
|-
|'''Cell Arrays''' (CellArrayStatus)
|


This property lists which cell-centered arrays to read.


Read EnSight 6 and Gold files.
|


The EnSight reader reads files in the format produced by CEI's EnSight. EnSight 6 and Gold files (both ASCII and binary) are supported. The default extension is .case. The output of this reader is a multi-block dataset.<br>
|
 
The list of array names is provided by the reader.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''Case File Name'''<br>''(CaseFileName)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
This property specifies the case file name for the EnSight reader.


|
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''Point Arrays''' (PointArrayStatus)
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}


==EnSight Reader==


==Enzo Reader==
Reads EnSight 6 and Gold files.
The EnSight reader reads files in the format produced by CEI's EnSight. EnSight 6 and Gold files (both ASCII and binary) are supported. The default extension is .case. The output of this reader is a multi-block dataset.


Read multi-block dataset from an Enzo file.
This Enzo reader loads data stored in Enzo format. The output of this reader is a multi-block dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 347: Line 303:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Block Output Type'''<br>''(BlockOutputType)''
|'''CaseFileName''' (CaseFileName)
|
|
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.


| 0
This property specifies the case file name for the EnSight reader.
 
|
|
The value must be one of the following: Image Data (0), Rectilinear Grid (1).


|
The value(s) must be a filename (or filenames).
|-
|-
| '''File Name'''<br>''(FileName)''
|'''TimestepValues''' (TimestepValues)
|
|
This property specifies the file name for the Enzo reader.
 
Available timestep values.


|
|
|
|
|-
|-
| '''Load Particles'''<br>''(LoadParticles)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
Load particles when on.


| 1
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Max Level'''<br>''(MaxLevel)''
|'''Cell Arrays''' (CellArrayStatus)
|
|
Do not blocks above this level.


| 100
This property lists which cell-centered arrays to read.
 
|
|
|}


|
The list of array names is provided by the reader.
|-
|'''PointArrayInfo''' (PointArrayInfo)
|


==ExodusIIReader==
|


|


Read an Exodus II file to produce an unstructured grid.
|-
|'''Point Arrays''' (PointArrayStatus)
|
 
This property lists which point-centered arrays to read.
 
|
 
|
The list of array names is provided by the reader.
 
|}
 
==Enzo Reader==
 
Reads multi-block dataset from an Enzo file.
This Enzo reader loads data stored in Enzo format. The output of this reader is a multi-block dataset.


The Exodus reader loads Exodus II files and produces an unstructured grid output. The default file extensions are .g, .e, .ex2, .ex2v2, .exo, .gen, .exoII, .exii, .0, .00, .000, and .0000. The file format is described fully at: http://endo.sandia.gov/SEACAS/Documentation/exodusII.pdf.<br><br><br>
Each Exodus file contains a single set of points with 2-D or 3-D coordinates plus one or more blocks, sets, and maps. Block group elements (or their bounding edges or faces) of the same type together. Sets select subsets (across all the blocks in a file) of elements, sides of elements (which may be of mixed dimensionality), bounding faces of volumetric elements, or bounding edges of volumetric or areal elements. Each block or set may have multiple result variables, each of which defines a value per element, per timestep.<br><br><br>
The elements (cells), faces of elements (when enumerated in face blocks), edges of elements (when enumerated in edge blocks), and nodes (points) in a file may be assigned an arbitrary integer number by an element map, face map, edge map, or node map, respectively. Usually, only a single map of each type exists and is employed to assign a unique global ID to entities across multiple files which partition a large mesh for a distributed-memory calculation. However here may be multiply maps of each type and there are no constraints which force the integers to be unique.<br><br><br>
The connectivity of elements is constant across all of the timesteps in any single Exodus II file. However, multiple files which specify a single time-evolution of a mesh may be used to represent meshes which exhibit changes in connectivity infrequently.<br><br><br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 400: Line 375:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the Exodus reader.


|
|
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
|'''FileName''' (FileName)
|
|
This hidden property must always be set to 1 for this proxy to work.


| 0
This property specifies the file name for the Enzo reader.
|
Only the values 0 and 1 are accepted.


|-
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
|
|
If this flag is on and HasModeShapes is also on, then this reader
will report a continuous time range [0,1] and animate the
displacements in a periodic sinusoid.  If this flag is off and
HasModeShapes is on, this reader ignores time.  This flag has no
effect if HasModeShapes is off.


| 1
|
|
Only the values 0 and 1 are accepted.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
|'''BlockOutputType''' (BlockOutputType)
|
|
Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.


| 1
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.
|
Only the values 0 and 1 are accepted.


|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
|
|
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.
0
 
| 1
|
|
The value(s) is an enumeration of the following:
* Image Data (0)
* Rectilinear Grid (1)
|-
|-
| '''Edge Blocks'''<br>''(EdgeBlocks)''
|'''MaxLevel''' (MaxLevel)
|
|
Use this property to select which blocks of edges should be loaded.
 
All edges in the same block will have the same interpolant (linear, quadratic, etc.)
Do not blocks above this level.
and have the same variables defined over them.


|
|
100
|
|
The list of array names is provided by the reader.


|-
|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
|'''LoadParticles''' (LoadParticles)
|
|
Specify which maps defined over edges in the mesh should be loaded.
 
An edge map is a renumbering of all the edges (across all the edge blocks of a file) from their offset in the file
Load particles when on.
to some arbitrary integers, usually specifying a unique global ID across a set of files.


|
|
1
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 
|}


==ExodusIIReader==


|-
Reads an Exodus II file to produce an unstructured grid.
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
The Exodus reader loads Exodus II files and produces an unstructured grid output. The default file extensions are .g, .e, .ex2, .ex2v2, .exo, .gen, .exoII, .exii, .0, .00, .000, and .0000. The file format is described fully at: http://endo.sandia.gov/SEACAS/Documentation/exodusII.pdf.
|
An Exodus II file may define subsets of all the edges (across all edge blocks) in a file as sets in their own right.
This property specifies which of those sets should be loaded.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per edge.
The accompanying EdgeSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
Each Exodus file contains a single set of points with 2-D or 3-D coordinates plus one or more blocks, sets, and maps. Block group elements (or their bounding edges or faces) of the same type together. Sets select subsets (across all the blocks in a file) of elements, sides of elements (which may be of mixed dimensionality), bounding faces of volumetric elements, or bounding edges of volumetric or areal elements. Each block or set may have multiple result variables, each of which defines a value per element, per timestep.
|
The list of array names is provided by the reader.


The elements (cells), faces of elements (when enumerated in face blocks), edges of elements (when enumerated in edge blocks), and nodes (points) in a file may be assigned an arbitrary integer number by an element map, face map, edge map, or node map, respectively. Usually, only a single map of each type exists and is employed to assign a unique global ID to entities across multiple files which partition a large mesh for a distributed-memory calculation. However here may be multiply maps of each type and there are no constraints which force the integers to be unique.
The connectivity of elements is constant across all of the timesteps in any single Exodus II file. However, multiple files which specify a single time-evolution of a mesh may be used to represent meshes which exhibit changes in connectivity infrequently.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''


|-
|-
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
An Exodus II file may define subsets of all the edges (across all edge blocks) in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per edge.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the EdgeSetArrayStatus property in order for the variable to appear.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Edge Variables'''<br>''(EdgeVariables)''
|'''FileName''' (FileName)
|
|
Use this property to select which variables defined over edges should be loaded.
 
Edges are oriented boundaries of one or more higher-dimensional cells also present in the mesh.
This property specifies the file name for the Exodus reader.
Edge variables specify a single value per entry in some edge block.


|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Element Blocks'''<br>''(ElementBlocks)''
|'''UseMetaFile''' (UseMetaFile)
|
|
Use this property to select which blocks of elements (cells) should be loaded.
 
All elements (cells) in the same block will have the same interpolant (tetrahedral, triangular, trilinear hexahedral, etc.)
This hidden property must always be set to 1 for this proxy to work.
and have the same variables defined over them.


|
|
0
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
Specify which maps defined over elements (cells) in the mesh should be loaded.
An element map is a renumbering of all the elements (across all the element blocks of a file) from their offset in the file
to some arbitrary integers, usually specifying a unique global ID across a set of files.
These are sometimes called new-style maps because they are specified differently
than in older Exodus files, which only allowed a single element map.


|
|
|
|
The list of array names is provided by the reader.




|-
|}
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
 
|
==FLUENTReader==
An Exodus II file may define subsets of all the elements (across all element blocks) in a file as sets in their own right.
This property specifies which of those sets should be loaded.
Variables, such as feature classifiers, may then be defined over these sets by specifying a single number per element.
The accompanying ElementSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
Reads a dataset in Fluent file format.
|
FLUENTReader creates an unstructured grid dataset. It reads .cas and
The list of array names is provided by the reader.
.dat files stored in FLUENT native format.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| '''Property'''
|
| '''Description'''
An Exodus II file may define subsets of all the elements (across all element blocks) in a file as sets in their own right.
| '''Default Value(s)'''
Variables, such as feature classifiers, may then be defined over these sets by specifying a single number per element.
| '''Restrictions'''
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the ElementSetArrayStatus property in order for the variable to appear.


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


Set the file name for the FLUENT reader.


|-
| '''Element Variables'''<br>''(ElementVariables)''
|
|
Use this property to select which variables defined over elements (cells) should be loaded.
Element variables specify a single value per entry in some element block.


|
|
The value(s) must be a filename (or filenames).
|-
|'''CellArrayInfo''' (CellArrayInfo)
|
|
The list of array names is provided by the reader.


|


|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
|
|
Should metadata for the mesh be stored in the field data of the reader's output?


| 0
|-
|'''Cell Arrays''' (CellArrayStatus)
|
|
Only the values 0 and 1 are accepted.


Select which cell-centered arrays to read.


|-
| '''Face Blocks'''<br>''(FaceBlocks)''
|
|
Use this property to select which blocks of faces should be loaded.
All faces in the same block will have the same interpolant (triangular, bilinear quadrilateral, etc.)
and have the same variables defined over them.


|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|}
==FacetReader==
Reads ASCII files stored in Facet format.
The Facet Reader reads files in Facet format: a simple ASCII file format listing point coordinates and connectivity between these points. The default file extension is .facet. The output of the Facet Reader is polygonal.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| '''Property'''
|
| '''Description'''
Specify which maps defined over faces in the mesh should be loaded.
| '''Default Value(s)'''
A face map is a renumbering of all the faces (across all the face blocks of a file) from their offset in the file
| '''Restrictions'''
to some arbitrary integers, usually specifying a unique global ID across a set of files.


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


This property specifies the file name for the Facet reader.


|-
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
|
|
An Exodus II file may define subsets of all the faces (across all face blocks) in a file as sets in their own right.
This property specifies which of those sets should be loaded.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per face.
The accompanying FaceSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
|
|
The value(s) must be a filename (or filenames).
The list of array names is provided by the reader.


|}


|-
==Flash Reader==
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
|
An Exodus II file may define subsets of all the faces (across all face blocks) in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per face.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the FaceSetArrayStatus property in order for the variable to appear.


|
Reads multi-block dataset from a Flash file.
|
This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.
The list of array names is provided by the reader.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Face Variables'''<br>''(FaceVariables)''
| '''Property'''
|
| '''Description'''
Use this property to select which variables defined over faces should be loaded.
| '''Default Value(s)'''
Faces are oriented boundaries of one or more higher-dimensional cells also present in the mesh.
| '''Restrictions'''
Face variables specify a single value per entry in some face block.


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


This property specifies the file name for the Flash reader.


|-
| '''File Pattern'''<br>''(FilePattern)''
|
|
This property contains a text string specifying the pattern used to load files. There are two parts to it: the prefix (%s) and the file number (%i). The format used is the same as that used for printf.


|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''File Prefix'''<br>''(FilePrefix)''
|'''BlockOutputType''' (BlockOutputType)
|
|
This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.)
 
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.


|
|
0
|
|
The value(s) is an enumeration of the following:
* Image Data (0)
* Rectilinear Grid (1)
|-
|-
| '''File Range'''<br>''(FileRange)''
|'''LoadParticles''' (LoadParticles)
|
|
This property controls the indices of the first and last files to be read.


| -1 -1
Load particles when on.
 
|
|
1
|
Accepts boolean values (0 or 1).
|-
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
|'''LoadMortonCurve''' (LoadMortonCurve)
|
|
Should the reader retrieve the first new-style element map, or if that is not present,
the solitary old-style element map (which always exists but may be procedurally generated
if it is not stored with the file)?
| 1
|
Only the values 0 and 1 are accepted.


Generate morton curve when on.


|-
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
|
|
Should the reader retrieve the first new-style node map, or if that is not present,
0
the solitary old-style node map (which always exists but may be procedurally generated
if it is not stored with the file)?
 
| 1
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).


|}


|-
==Gaussian Cube Reader==
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
|
Specifies whether a variable named "ObjectId" should be created for each entry of each block and set being loaded
and assigned the identifying number of the block or set, so that given a cell one can readily identify the block
or set it came from.
This is useful for coloring a mesh by block ID or set ID.


| 1
Produce polygonal data by reading a Gaussian Cube file.
|
The Gaussian Cube reader produces polygonal data by reading data files produced by the Gaussian software package. The expected file extension is .cube.
Only the values 0 and 1 are accepted.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Global Variables'''<br>''(GlobalVariables)''
| '''Property'''
|
| '''Description'''
Use this property to select which global (i.e., per-mesh) variables should be loaded.
| '''Default Value(s)'''
Global variables are stored as arrays in the field data of the reader's output.
| '''Restrictions'''


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


This property specifies the file name for the Gaussian Cube reader.


|-
| '''Has Mode Shapes'''<br>''(HasModeShapes)''
|
|
Some simulations overload the Exodus time steps to represent mode
shapes.  In this case, it does not make sense to iterate over the
"time steps", because they are not meant to be played in order.
Rather, each represents the vibration at a different "mode."
Setting the value of this property to 1 changes the semantics of the reader to not
report the time steps to downstream filters.


| 0
|
|
Only the values 0 and 1 are accepted.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Mode Shape'''<br>''(ModeShape)''
|'''HBScale''' (HBScale)
|
|
Specify which mode shape to animate when HasModeShapes is on.


| 1
A scaling factor to compute bonds with hydrogen atoms.
|
|-
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
|
Specify which maps defined over nodes (points) in the mesh should be loaded.
A node map is a renumbering of all the points in a file from their offset in the file
to some arbitrary integers, usually specifying a unique global ID across a set of files.
These are sometimes called new-style maps because they are specified differently
than in older Exodus files, which only allowed a single node map.


|
|
1.0
|
|
The list of array names is provided by the reader.


|-
|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
|'''BScale''' (BScale)
|
|
An Exodus II file may define subsets of all the nodes (points) in a file as sets in their own right.
 
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per node.
A scaling factor to compute bonds between non-hydrogen atoms
This property specifies which of those sets should be loaded.
The accompanying NodeSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
|
1.0
|
|
The list of array names is provided by the reader.




|-
|}
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
 
|
==Image Reader==
An Exodus II file may define subsets of all the nodes (points) in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per node.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the NodeSetArrayStatus property in order for the variable to appear.


|
Reads raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.
|
The Image reader reads raw, regular, rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.
The list of array names is provided by the reader.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Point Variables'''<br>''(PointVariables)''
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FilePrefix''' (FilePrefix)
|
|
Use this property to select which nodal (i.e., per-point) variables should be loaded.
 
The text string contained in this property specifies the file prefix (directory plus common initial part of file name) for the raw binary uniform rectilinear grid dataset.


|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
|'''FilePattern''' (FilePattern)
|
|
An Exodus II file may define subsets of all the of all the elements in a file as sets in their own right.
 
This property specifies which of those sets should be loaded.
The text string contained in the property specifies the format string to determine the file names necessary for reading this dataset. In creating the filenames, %s will be replaced by the prefix and %d by a digit which represents the slice number in Z. The format string is the same as that used by printf.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per side.
For example, a hexahedron has 18 sides: 6 faces and 12 edges.
Any of these sides may be individually called out in a set and assigned a result value.
The accompanying SideSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
|
%s
|
|
The list of array names is provided by the reader.


|-
|-
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
|'''DataScalarType''' (DataScalarType)
|
|
An Exodus II file may define subsets of all the  of all the elements in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per side.
For example, a hexahedron has 18 sides: 6 faces and 12 edges.
Any of these sides may be individually called out in a set and assigned a result value.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the SideSetArrayStatus property in order for the variable to appear.


The value of this property indicates the scalar type of the pixels/voxels in the file(s): short, int, float ...
|
4
|
|
The value(s) is an enumeration of the following:
* char (2)
* unsigned char (3)
* short (4)
* unsigned short (5)
* int (6)
* unsigned int (7)
* long (8)
* unsigned long (9)
* float (10)
* double (11)
|-
|'''DataByteOrder''' (DataByteOrder)
|
|
The list of array names is provided by the reader.


This property indicates the byte order of the binary file(s).


|
0
|
The value(s) is an enumeration of the following:
* BigEndian (0)
* LittleEndian (1)
|-
|-
| '''XML File Name'''<br>''(XMLFileName)''
|'''FileDimensionality''' (FileDimensionality)
|
|
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.
 
This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D).


|
|
3
|
The value(s) is an enumeration of the following:
* 2 (2)
* 3 (3)
|-
|'''DataOrigin''' (DataOrigin)
|
|
|}


The coordinate contained in this property specifies the position of the point with index (0,0,0).


==FLUENTReader==
|
 
0.0 0.0 0.0
 
|
Reads a dataset in Fluent file format.
 
FLUENTReader creates an unstructured grid dataset. It reads .cas and<br>
.dat files stored in FLUENT native format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''DataSpacing''' (DataSpacing)
|
|
Select which cell-centered arrays to read.
 
This property specifies the size of a voxel in each dimension.


|
|
1.0 1.0 1.0
|
|
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''DataExtent''' (DataExtent)
|
|
Set the file  name for the FLUENT reader.
 
This property specifies the minimum and maximum index values of the data in each dimension (xmin, xmax, ymin, ymax, zmin, zmax).


|
|
0 0 0 0 0 0
|
|
|}


|-
|'''NumberOfScalarComponents''' (NumberOfScalarComponents)
|


==Flash Reader==
This property specifies the number of components the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).
 
 
Read multi-block dataset from a Flash file.
 
This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Block Output Type'''<br>''(BlockOutputType)''
|
|
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.
1
 
| 0
|
|
The value must be one of the following: Image Data (0), Rectilinear Grid (1).


|-
|-
| '''File Name'''<br>''(FileName)''
|'''ScalarArrayName''' (ScalarArrayName)
|
|
This property specifies the file name for the Flash reader.
 
This property contains a text string listing a name to assign to the point-centered data array read.


|
|
ImageFile
|
|
|-
|-
| '''Load Morton Curve'''<br>''(LoadMortonCurve)''
|'''FileLowerLeft''' (FileLowerLeft)
|
|
Generate morton curve when on.
| 0
|
Only the values 0 and 1 are accepted.


This property determines whether the data originates in the lower left corner (on) or the upper left corner (off). Most scientific data is written with a right-handed axes that originates in the lower left corner. However, several 2D image file formats write the image from the upper left corner.


|-
| '''Load Particles'''<br>''(LoadParticles)''
|
|
Load particles when on.
1
 
| 1
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 


|}
|}


==JPEG Series Reader==


==Gaussian Cube Reader==
Reads a series of JPEG files into an time sequence of image datas.
 
The JPEG series reader reads JPEG files. The output is a time sequence of uniform
 
rectilinear (image/volume) dataset. The default file extension is .jpg or .jpeg.
Produce polygonal data by reading a Gaussian Cube file.


The Gaussian Cube reader produces polygonal data by reading data files produced by the Gaussian software package. The expected file extension is .cube.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 923: Line 808:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''B Scale'''<br>''(BScale)''
|'''FileNames''' (FileNames)
|
|
A scaling factor to compute bonds between non-hydrogen atoms


| 1
The list of files to be read by the reader. If more than one file is specified,
the reader will switch to file series mode in which it will pretend that it
can support time and provide one file per time step.
 
|
|
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the Gaussian Cube reader.


|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''H BScale'''<br>''(HBScale)''
|'''TimestepValues''' (TimestepValues)
|
 
Available timestep values.
 
|
|
A scaling factor to compute bonds with hydrogen atoms.


| 1
|
|
|}




==Image Reader==
|}


==LSDynaReader==


Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.
Read LS-Dyna databases (d3plot).
This reader reads LS-Dyna databases.


The Image reader reads raw regular rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 960: Line 846:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Data Byte Order'''<br>''(DataByteOrder)''
|'''FileName''' (FileName)
|
|
This property indicates the byte order of the binary file(s).


| 0
Set the file name for the LSDyna reader.
 
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).


|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|


|-
| '''Data Extent'''<br>''(DataExtent)''
|
|
This property specifies the minimum and maximum index values of the data in each dimension (xmin, xmax, ymin, ymax, zmin, zmax).


| 0 0 0 0 0 0
|
|
|-
|-
| '''Data Origin'''<br>''(DataOrigin)''
|'''SolidArrayInfo''' (SolidArrayInfo)
|
|
The coordinate contained in this property specifies the position of the point with index (0,0,0).


| 0 0 0
|
|
|-
 
| '''Data Scalar Type'''<br>''(DataScalarType)''
|
|
The value of this property indicates the scalar type of the pixels/voxels in the file(s): short, int, float ...


| 4
|-
|'''Solid Arrays''' (SolidArrayStatus)
|
|
The value must be one of the following: char (2), unsigned char (3), short (4), unsigned short (5), int (6), unsigned int (7), long (8), unsigned long (9), float (10), double (11).


Select which solid arrays to read.


|-
| '''Data Spacing'''<br>''(DataSpacing)''
|
|
This property specifies the size of a voxel in each dimension.


| 1 1 1
|
|
The list of array names is provided by the reader.
|-
|-
| '''File Dimensionality'''<br>''(FileDimensionality)''
|'''ThickShellArrayInfo''' (ThickShellArrayInfo)
|
|
This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D).


| 3
|
|
The value must be one of the following: 2 (2), 3 (3).


|


|-
|-
| '''File Lower Left'''<br>''(FileLowerLeft)''
|'''Thick Shell Arrays''' (ThickShellArrayStatus)
|
|
This property determines whether the data originates in the lower left corner (on) or the upper left corner (off).  Most scientific data is written with a right-handed axes that originates in the lower left corner.  However, several 2D image file formats write the image from the upper left corner.


| 1
Select which thick shell arrays to read.
|
Only the values 0 and 1 are accepted.


|-
| '''File Pattern'''<br>''(FilePattern)''
|
|
The text string contained in the property specifies the format string to determine the file names necessary for reading this dataset. In creating the filenames, %s will be replaced by the prefix and %d by a digit which represents the slice number in Z. The format string is the same as that used by printf.


| %s
|
|
The list of array names is provided by the reader.
|-
|-
| '''File Prefix'''<br>''(FilePrefix)''
|'''ShellArrayInfo''' (ShellArrayInfo)
|
|
The text string contained in this property specifies the file prefix (directory plus common initial part of file name) for the raw binary uniform rectilinear grid dataset.


|
|
|
|
|-
|-
| '''Number Of Scalar Components'''<br>''(NumberOfScalarComponents)''
|'''Shell Arrays''' (ShellArrayStatus)
|
|
This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).


| 1
Select which shell arrays to read.
 
|
|
|
The list of array names is provided by the reader.
|-
|-
| '''Scalar Array Name'''<br>''(ScalarArrayName)''
|'''RigidBodyArrayInfo''' (RigidBodyArrayInfo)
|
|
This property contains a text string listing a name to assign to the point-centered data array read.


| ImageFile
|
|
|}


|


==JPEG Series Reader==
|-
|'''Rigid Body Arrays''' (RigidBodyArrayStatus)
|


Select which rigid body arrays to load.


Read a series of JPEG files into an time sequence of image datas.
|


The JPEG series reader reads JPEG files. The output is a time sequence of uniform<br>
|
rectilinear (image/volume) dataset. The default file extension is .jpg or .jpeg.<br>
The list of array names is provided by the reader.
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''RoadSurfaceArrayInfo''' (RoadSurfaceArrayInfo)
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Names'''<br>''(FileNames)''
|
|
The list of files to be read by the reader. If more than 1 file is specified,
the reader will switch to file series mode in which it will pretend that it
can support time and provide 1 file per time step.


|
|
|
|
|}


|-
|'''Road Surface Arrays''' (RoadSurfaceArrayStatus)
|


==LSDynaReader==
Select which road surface arrays to read.


|


Read LS-Dyna databases (d3plot).
|
The list of array names is provided by the reader.
|-
|'''BeamArrayInfo''' (BeamArrayInfo)
|


This reader reads LS-Dyna databases.<br>
|
 
|


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''Beam Arrays'''<br>''(BeamArrayStatus)''
|'''Beam Arrays''' (BeamArrayStatus)
|
|
Select which beam arrays to read.
Select which beam arrays to read.


|
|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|-
|-
| '''Deformed Mesh'''<br>''(DeformedMesh)''
|'''ParticleArrayInfo''' (ParticleArrayInfo)
|
|
Should the mesh be deformed over time (if the Deflection node array is set to load)?


| 1
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''File Name'''<br>''(FileName)''
|'''Particle Arrays''' (ParticleArrayStatus)
|
|
Set the file name for the LSDyna reader.
 
Select which particle arrays to read.


|
|
|
|-
| '''Part Arrays'''<br>''(PartArrayStatus)''
|
Select which part arrays to read.


|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|-
|-
| '''Particle Arrays'''<br>''(ParticleArrayStatus)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
Select which particle arrays to read.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''Point Arrays''' (PointArrayStatus)
|
|
Select which point-centered arrays to read.
Select which point-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|-
|-
| '''Remove Deleted Cells'''<br>''(RemoveDeletedCells)''
|'''PartArrayInfo''' (PartArrayInfo)
|
|
Should cells that have been deleted (failed structurally, for example) be removed from the mesh?


| 1
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Rigid Body Arrays'''<br>''(RigidBodyArrayStatus)''
|'''Part Arrays''' (PartArrayStatus)
|
|
Select which rigid body arrays to load.


|
Select which part arrays to read.
|
The list of array names is provided by the reader.


|-
| '''Road Surface Arrays'''<br>''(RoadSurfaceArrayStatus)''
|
|
Select which road surface arrays to read.


|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|-
|-
| '''Shell Arrays'''<br>''(ShellArrayStatus)''
|'''DeformedMesh''' (DeformedMesh)
|
|
Select which shell arrays to read.
 
Should the mesh be deformed over time (if the Deflection node array is set to load)?


|
|
1
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Solid Arrays'''<br>''(SolidArrayStatus)''
|'''RemoveDeletedCells''' (RemoveDeletedCells)
|
|
Select which solid arrays to read.
 
Should cells that have been deleted (failed structurally, for example) be removed from the mesh?


|
|
1
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).


|}


|-
==Legacy VTK Reader==
| '''Split by Material Id'''<br>''(SplitByMaterialId)''
|
Should each material have its own mesh, or should there be one mesh for all materials?


| 0
Reads files stored in VTK's legacy file format.
|
The Legacy VTK reader loads files stored in VTK's legacy file format (before VTK 4.2, although still supported). The expected file extension is .vtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectiinear grid, unstructured grid, or polygonal. This reader also supports file series.
Only the values 0 and 1 are accepted.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Thick Shell Arrays'''<br>''(ThickShellArrayStatus)''
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FileNameInfo''' (FileNameInfo)
|
|
Select which thick shell arrays to read.


|
|
|
|
The list of array names is provided by the reader.


|-
|'''FileNames''' (FileNames)
|


|}
The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|


==Legacy VTK Reader==
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|


Available timestep values.


Read files stored in VTK's legacy file format.
|


The Legacy VTK reader loads files stored in VTK's legacy file format (before VTK 4.2, although still supported). The expected file extension is .vtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectiinear grid, unstructured grid, or polygonal. This reader also supports file series.<br>
|


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Names'''<br>''(FileNames)''
|
The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


|
|
|}
|}


==MFIXReader==
==MFIXReader==


Reads a dataset in MFIX file format.
Reads a dataset in MFIX file format.
vtkMFIXReader creates an unstructured grid dataset. It reads a restart
file and a set of sp files. The restart file contains the mesh
information. MFIX meshes are either cylindrical or rectilinear, but
this reader will convert them to an unstructured grid. The sp files
contain transient data for the cells. Each sp file has one or more
variables stored inside it.


vtkMFIXReader creates an unstructured grid dataset. It reads a restart<br>
file and a set of sp files.  The restart file contains the mesh<br>
information.  MFIX meshes are either cylindrical or rectilinear, but<br>
this reader will convert them to an unstructured grid.  The sp files<br>
contain transient data for the cells.  Each sp file has one or more<br>
variables stored inside it.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,262: Line 1,111:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileName''' (FileName)
|
|
Select which cell-centered arrays to read.
 
Set the file name for the MFIX reader.


|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''File Name'''<br>''(FileName)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
Set the file name for the MFIX reader.


|
|
|
|
|}


|-
|'''Cell Arrays''' (CellArrayStatus)
|


==Meta File Series Reader==
Select which cell-centered arrays to read.


|


Read a series of meta images.
|
 
The list of array names is provided by the reader.
Read a series of meta images. The file extension is .mhd<br>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''TimestepValues''' (TimestepValues)
|
|
The list of files to be read by the reader. Each file is expected to be
in the meta format. The standard extension is .mhd. If more than 1 file is specified,
the reader will switch to file series mode in which it will pretend that it can support
time and provide 1 file per time step.


|
|
|
|
|}




==NetCDF CAM reader==
|}


==Meta File Series Reader==


Read unstructured grid data from NetCDF files. There are 2 files, a points+fields file which is set as FileName and a cell connectivity file set as ConnectivityFileName.
Reads a series of meta images.
Read a series of meta images. The file extension is .mhd


This reader reads in unstructured grid data from a NetCDF file.  The grid data is in a set of planes<br>
as quadrilateral cells.  The reader creates hex cells in order to create a volumetric grid.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,322: Line 1,163:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Connectivity File Name'''<br>''(ConnectivityFileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property specifies the file name to read for the grid connectivity.


|
|
|
|
|-
|-
| '''Points File Name'''<br>''(PointsFileName)''
|'''FileNames''' (FileNames)
|
 
The list of files to be read by the reader. Each file is expected to be
in the meta format. The standard extension is .mhd. If more than one file is specified,
the reader will switch to file series mode in which it will pretend that it can support
time and provide one file per time step.
 
|
|
This property specifies the file name to read for the points and field information.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|
|}




==NetCDF MPAS reader==
|}


==NetCDF CAM reader==


Read unstructured grid MPAS data from a file.
Reads unstructured grid data from NetCDF files. There are 2 files, a points+fields file which is set as FileName and a cell connectivity file set as ConnectivityFileName.
This reader reads in unstructured grid data from a NetCDF file. The grid data is in a set of planes
as quadrilateral cells. The reader creates hex cells in order to create a volumetric grid.


This reader reads unstructured grid MPAS data from a file.  It creates a dual grid<br>
It assumes the grid is in the global domain.  By default, it creates a spherical<br>
view of vertical layer 0.  It assumes it is ocean data.  It gives several options to<br>
change the view to multilayer (all vertical layers will have a thickness determined<br>
by the value in the slider), lat/lon projection or atmospheric (vertical layers go out<br>
away from the center of the sphere, instead of down towards the center as they do<br>
for ocean data).  It doesn't handle data in the rectangular domain.  This is not a<br>
parallel reader.  It expects one .nc file of data.  It can display cell or vertex-centered<br>
data, but not edge data.  When converted to the dual grid, cell-centered data becomes<br>
vertex-centered and vice-versa.<br>
NOTES:<br>
When using this reader, it is important that you remember to do the following:<br>
1.  When changing a selected variable, remember to select it also in the drop<br>
down box to color by.  It doesn't color by that variable automatically<br>
2.  When selecting multilayer sphere view, start with layer thickness around 100,000<br>
3.  When selecting multilayer lat/lon view, start with layer thickness around 10<br>
4.  Always click the -Z orientation after making a switch from lat/lon to sphere,<br>
from single to multilayer or changing thickness.<br>
5.  Be conservative on the number of changes you make before hitting Apply, since there<br>
may be bugs in this reader.  Just make one change and then hit Apply.<br>
For problems, contact Christine Ahrens (cahrens@lanl.gov)<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,372: Line 1,211:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Array Status'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which NetCDF dual-grid cell variables to load.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Center Longitude'''<br>''(CenterLon)''
|'''FileName''' (FileName)
|
|
This property specifies where the center will be viewed for a lat/lon projection.


| 180
The list of files to be read by the reader.
 
|
|
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name to read.  It should be an MPAS format NetCDF file ending in .nc.


|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Is Atmosphere'''<br>''(IsAtmosphere)''
|'''TimestepValues''' (TimestepValues)
|
This property indicates whether data is atmospheric.  Checking this ensures the vertical levels will go up away from the sphere instead of down towards the center.
 
| 0
|
|
Only the values 0 and 1 are accepted.


Available timestep values.


|-
| '''Layer Thickness'''<br>''(LayerThickness)''
|
This property specifies how thick the layer should be if viewing the data in multilayer view.  Each layer corresponds to a vertical level.  A good starting point is 100,000 for the spherical view and 10 for the lat/lon projection.  Click on -Z after applying this change, since the scale may change drastically.
| 10
|
|-
| '''Point Array Status'''<br>''(PointArrayStatus)''
|
|
This property lists which NetCDF dual-grid point variables to load.


|
|
|
The list of array names is provided by the reader.




|-
| '''Project Lat Lon'''<br>''(ProjectLatLon)''
|
This property indicates whether to view the data in the lat/lon projection.
| 0
|
Only the values 0 and 1 are accepted.
|-
| '''Show Multilayer View'''<br>''(ShowMultilayerView)''
|
This property indicates whether to show multiple layers in one view, with each vertical level having the same thickness, specified by the layer thickness slider.  For ocean data, the layers correspond to data at vertical level whose number increases towards the center of the sphere.  For atmospheric data, the layers correspond to data at vertical levels increasing away from the center.
| 0
|
Only the values 0 and 1 are accepted.
|-
| '''Vertical Level'''<br>''(VerticalLevel)''
|
This property specifies which vertical level is viewed if not in multilayer view.  Only the data for that vertical level will be viewed. The grid is essentially the same for each vertical level, however at some ocean levels, especially the lower ones, due to the topography, the grid becomes more sparse where there is land.
| 0
|
|}
|}


==NetCDF MPAS reader==


==NetCDF POP reader==
Reads unstructured grid MPAS data from a file.
This reader reads unstructured grid MPAS data from a file. It creates a dual grid
It assumes the grid is in the global domain. By default, it creates a spherical
view of vertical layer 0. It assumes it is ocean data. It gives several options to
change the view to multilayer (all vertical layers will have a thickness determined
by the value in the slider), lat/lon projection or atmospheric (vertical layers go out
away from the center of the sphere, instead of down towards the center as they do
for ocean data). It doesn't handle data in the rectangular domain. This is not a
parallel reader. It expects one .nc file of data. It can display cell or vertex-centered
data, but not edge data. When converted to the dual grid, cell-centered data becomes
vertex-centered and vice-versa.
NOTES:
When using this reader, it is important that you remember to do the following:
1. When changing a selected variable, remember to select it also in the drop
down box to color by. It doesn't color by that variable automatically
2. When selecting multilayer sphere view, start with layer thickness around 100,000
3. When selecting multilayer lat/lon view, start with layer thickness around 10
4. Always click the -Z orientation after making a switch from lat/lon to sphere,
from single to multilayer or changing thickness.
5. Be conservative on the number of changes you make before hitting Apply, since there
may be bugs in this reader. Just make one change and then hit Apply.
For problems, contact Christine Ahrens (cahrens@lanl.gov)


Read rectilinear grid data from a NetCDF POP file.
The reader reads regular rectilinear grid (image/volume) data from a NetCDF file.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,466: Line 1,275:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
The list of files to be read by the reader.
 
This property specifies the file name to read. It should be an MPAS format NetCDF file ending in .nc.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Stride'''<br>''(Stride)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
This property indicate the number of indices per dimension (i,j,k) to skip between each point included
in this output.


| 1 1 1
|
|
The value must be greater than or equal to (1, 1, 1).


|


|-
|-
| '''Variables'''<br>''(VariableArrayStatus)''
|'''PointArrayStatus''' (PointArrayStatus)
|
|
This property lists which netCDF variables to load.
 
This property lists which NetCDF dual-grid point variables to load.


|
|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|-
|'''CellArrayInfo''' (CellArrayInfo)
|


|


|}
|


|-
|'''CellArrayStatus''' (CellArrayStatus)
|


==NetCDF Reader==
This property lists which NetCDF dual-grid cell variables to load.


|


Read regular arrays from netCDF files.  Will also read any topological information specified by the COARDS and CF conventions.
|
The list of array names is provided by the reader.
|-
|'''ProjectLatLon''' (ProjectLatLon)
|


Reads arrays from netCDF files into structured VTK data sets.  In<br>
This property indicates whether to view the data in the lat/lon projection.
the absence of any other information, the files will be read as<br>
image data.  This reader will also look for meta information<br>
specified by the CF convention that specify things like topology<br>
and time.  This information can cause the output to be a nonuniform<br>
rectilinear grid or curvilinear (structured) grid.  Details on the<br>
CF convention can be found at http://cf-pcmdi.llnl.gov/. It should<br>
be noted that the CF convention is a superset of the COARDS<br>
convention, so COARDS conventions will also be recognized.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|
0
|
Accepts boolean values (0 or 1).
|-
|-
| '''Property'''
|'''ShowMultilayerView''' (ShowMultilayerView)
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
The name of the files to load.
 
This property indicates whether to show multiple layers in one view, with each vertical level having the same thickness, specified by the layer thickness slider. For ocean data, the layers correspond to data at vertical level whose number increases towards the center of the sphere. For atmospheric data, the layers correspond to data at vertical levels increasing away from the center.


|
|
0
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Dimensions'''<br>''(Dimensions)''
|'''IsAtmosphere''' (IsAtmosphere)
|
|
Load the grid with the given dimensions.  Any arrays that conform
 
to these dimensions will be loaded.
This property indicates whether data is atmospheric. Checking this ensures the vertical levels will go up away from the sphere instead of down towards the center.


|
|
0
|
|
.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Output Type'''<br>''(OutputType)''
|'''LayerThicknessRangeInfo''' (LayerThicknessRangeInfo)
|
|
Specifies the type of data that the reader creates.  If
Automatic, the reader will use the most appropriate grid type for
the data read.  Note that not all grid types support all data.  A
warning is issued if a mismatch occurs.


| -1
|
|
The value must be one of the following: Automatic (-1), Image (6), Rectilinear (3), Structured (2), Unstructured (4).


|


|-
|-
| '''Replace Fill Value With Nan'''<br>''(ReplaceFillValueWithNan)''
|'''Layer Thickness''' (LayerThickness)
|
|
If on, any float or double variable read that has a _FillValue
attribute will have that fill value replaced with a not-a-number
(NaN) value.  The advantage of setting these to NaN values is
that, if implemented properly by the system and careful math
operations are used, they can implicitly be ignored by
calculations like finding the range of the values.  That said,
this option should be used with caution as VTK does not fully
support NaN values and therefore odd calculations may occur.


| 0
This property specifies how thick the layer should be if viewing the data in multilayer view. Each layer corresponds to a vertical level. A good starting point is 100,000 for the spherical view and 10 for the lat/lon projection. Click on -Z after applying this change, since the scale may change drastically.
 
|
10
|
|
Only the values 0 and 1 are accepted.


|-
|-
| '''Spherical Coordinates'''<br>''(SphericalCoordinates)''
|'''CenterLonRangeInfo''' (CenterLonRangeInfo)
|
|
If on, then data with latitude/longitude dimensions will be
read in as curvilinear data shaped like spherical coordinates.
If false, then the data will always be read in Cartesian
coordinates.


| 1
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Vertical Bias'''<br>''(VerticalBias)''
|'''Center Longitude''' (CenterLon)
|
|
The bias of the vertical component of spherical coordinates.  It
is common to write the vertical component with respect to
something other than the center of the sphere (for example, the
surface).  In this case, it might be necessary to scale and/or
bias the vertical height.  The height will become height*scale +
bias.  Keep in mind that if the positive attribute of the
vertical dimension is down, then the height is negated.  The
scaling will be adjusted if it results in invalid (negative)
vertical values.


| 0
This property specifies where the center will be viewed for a lat/lon projection.
 
|
|
180
|
|-
|-
| '''Vertical Scale'''<br>''(VerticalScale)''
|'''VerticalLevelRangeInfo''' (VerticalLevelRangeInfo)
|
|
The scale of the vertical component of spherical coordinates.  It
is common to write the vertical component with respect to
something other than the center of the sphere (for example, the
surface).  In this case, it might be necessary to scale and/or
bias the vertical height.  The height will become height*scale +
bias.  Keep in mind that if the positive attribute of the
vertical dimension is down, then the height is negated.  The
scaling will be adjusted if it results in invalid (negative)
vertical values.


| 1
|
|
|}


|


==Nrrd Reader==
|-
|'''VerticalLevel''' (VerticalLevel)
|


This property specifies which vertical level is viewed if not in multilayer view. Only the data for that vertical level will be viewed. The grid is essentially the same for each vertical level, however at some ocean levels, especially the lower ones, due to the topography, the grid becomes more sparse where there is land.


Read raw image files with Nrrd meta data.
|
0
|


The Nrrd reader reads raw image data much like the Raw Image Reader<br>
|-
except that it will also read metadata information in the Nrrd format.<br>
|'''TimestepValues''' (TimestepValues)
This means that the reader will automatically set information like file<br>
|
dimensions.<br><br><br>
 
There are several limitations on what type of nrrd files we can<br>
|
read.  This reader only supports nrrd files in raw format.  Other<br>
encodings like ascii and hex will result in errors.  When reading in<br>
detached headers, this only supports reading one file that is<br>
detached.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Data VOI'''<br>''(DataVOI)''
|
|
The data volume of interest (VOI).  The VOI is a sub-extent of the
data that you want loaded.  Setting a VOI is useful when reading
from a large data set and you are only interested in a small
portion of the data.  If left containing all 0's, then the reader
will load in the entire data set.


| 0 0 0 0 0 0
|
|-
| '''File Name'''<br>''(FileName)''
|
The name of the file to read (or the meta data file that will
point to the actual file).


|
|
|}
|}


==NetCDF POP reader==


==OpenFOAMReader==
Reads rectilinear grid data from a NetCDF POP file.
The reader reads regular rectilinear grid (image/volume) data from a NetCDF file.


Read OpenFOAM data files, producing multi-block dataset.
The OpenFOAM reader reads OpenFOAM data files and outputs multi-block datasets. Mesh information and time dependent data are supported.<br>
The OpenFOAM format is described fully at http://www.openfoam.com/docs/user/basic-file-format.php<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,669: Line 1,429:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Add dimensional units to array names'''<br>''(AddDimensionsToArrayNames)''
|'''FileNameInfo''' (FileNameInfo)
|
|
Read dimensional units from field data and add them to array names as human-readable string.


| 0
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Cache mesh'''<br>''(CacheMesh)''
|'''FileName''' (FileName)
|
|
Cache the OpenFOAM mesh between GUI selection changes.
| 1
|
Only the values 0 and 1 are accepted.


The list of files to be read by the reader.


|-
| '''Case Type'''<br>''(CaseType)''
|
|
The property indicates whether decomposed mesh or reconstructed mesh should be read


| 1
|
|
The value must be one of the following: Decomposed Case (0), Reconstructed Case (1).
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Cell Arrays'''<br>''(CellArrays)''
|'''TimestepValues''' (TimestepValues)
|
|
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Create cell-to-point filtered data'''<br>''(CreateCellToPoint)''
|
|
Create point data from cell data. Beware: the filter does not do inverse distance weighting.


| 1
|
|
Only the values 0 and 1 are accepted.




|-
|}
| '''Decompose polyhedra'''<br>''(DecomposePolyhedra)''
 
|
==NetCDF Reader==
Decompose polyhedra into tetrahedra and pyramids.


| 1
Reads regular arrays from netCDF files. Will also read any topological information specified by the COARDS and CF conventions.
|
Reads arrays from netCDF files into structured VTK data sets. In
Only the values 0 and 1 are accepted.
the absence of any other information, the files will be read as
image data. This reader will also look for meta information
specified by the CF convention that specify things like topology
and time. This information can cause the output to be a nonuniform
rectilinear grid or curvilinear (structured) grid. Details on the
CF convention can be found at http://cf-pcmdi.llnl.gov/. It should
be noted that the CF convention is a superset of the COARDS
convention, so COARDS conventions will also be recognized.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''File Name'''<br>''(FileName)''
| '''Property'''
|
| '''Description'''
This property specifies the file name for the reader.
| '''Default Value(s)'''
| '''Restrictions'''


|
|
|-
|-
| '''Lagrangian Arrays'''<br>''(LagrangianArrays)''
|'''FileName''' (FileName)
|
|
|
|
The list of array names is provided by the reader.


The name of the files to load.


|-
| '''List timesteps according to controlDict'''<br>''(ListTimeStepsByControlDict)''
|
|
List time directories listed according to the settings in controlDict.


| 0
|
|
Only the values 0 and 1 are accepted.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Mesh Regions'''<br>''(MeshRegions)''
|'''TimestepValues''' (TimestepValues)
|
|
|
|
The list of array names is provided by the reader.


This magic property sends time information to the animation
panel. ParaView will then automatically set up the animation to
visit the time steps defined in the file.


|-
| '''Point Arrays'''<br>''(PointArrays)''
|
|
|
|
The list of array names is provided by the reader.


|-
| '''Lagrangian positions are in OF 1.3 binary format'''<br>''(PositionsIsIn13Format)''
|
Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.
| 0
|
Only the values 0 and 1 are accepted.
|-
| '''Read zones'''<br>''(ReadZones)''
|
Read point/face/cell-Zones?
| 0
|
|
Only the values 0 and 1 are accepted.




|}
|}


==Nrrd Reader==


==PDB Reader==
Reads raw image files with Nrrd meta data.
 
The Nrrd reader reads raw image data much like the Raw Image Reader
except that it will also read metadata information in the Nrrd format.
This means that the reader will automatically set information like file
dimensions.


Read PDB molecule files.
There are several limitations on what type of nrrd files we can
read. This reader only supports nrrd files in raw format. Other
encodings like ascii and hex will result in errors. When reading in
detached headers, this only supports reading one file that is
detached.


The PDB reader reads files in the format used by the Protein Data Bank (an archive of experimentally determined three-dimensional structures of biological macromolecules). The expected file extension is .pdb. The output datasets are polygonal.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,804: Line 1,528:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This property specifies the file name for the PDB reader.
 
The name of the file to read (or the meta data file that will
point to the actual file).


|
|
|
The value(s) must be a filename (or filenames).
|-
|'''Data VOI''' (DataVOI)
|
The data volume of interest (VOI). The VOI is a sub-extent of the
data that you want loaded. Setting a VOI is useful when reading
from a large data set and you are only interested in a small
portion of the data. If left containing all 0's, then the reader
will load in the entire data set.
|
0 0 0 0 0 0
|
|
|}




==PLOT3D Reader==
|}


==OpenFOAMReader==


Read ASCII or binary PLOT3D files.
Reads OpenFOAM data files, producing multi-block dataset.
The OpenFOAM reader reads OpenFOAM data files and outputs multi-block datasets. Mesh information and time dependent data are supported.
The OpenFOAM format is described fully at http://www.openfoam.com/docs/user/basic-file-format.php


PLOT3D is a plotting package developed at NASA. The PLOT3D reader can read both ASCII and binary PLOT3D files. The default file extension for the geometry files is .xyz, and the default file extension for the solution files is .q. The output of this reader is a multi-block dataset containing curvilinear (structured grid) datasets.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,827: Line 1,570:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Q File Name'''<br>''(QFileName)''
|'''FileName''' (FileName)
|
|
The list of .q (solution) files for the PLOT3D reader. This can be
 
more than 1. If more that 1 file is specified, the reader will switch
This property specifies the file name for the reader.
to file-series mode in which it will pretend that it can support time
and provide 1 file per time step.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Binary File'''<br>''(BinaryFile)''
|'''CaseType''' (CaseType)
|
|
This property indicates whether the data files are binary.


| 1
The property indicates whether decomposed mesh or reconstructed mesh should be read
 
|
1
|
The value(s) is an enumeration of the following:
* Decomposed Case (0)
* Reconstructed Case (1)
|-
|'''Create cell-to-point filtered data''' (CreateCellToPoint)
|
|
Only the values 0 and 1 are accepted.


Create point data from cell data. Beware: the filter does not do inverse distance weighting.


|-
| '''Byte Order'''<br>''(ByteOrder)''
|
|
This property specifies the byte order of any binary file(s).
1
 
| 0
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''File Name'''<br>''(FileName)''
|'''Add dimensional units to array names''' (AddDimensionsToArrayNames)
|
|
This property specifies the .xyz (geometry) file name for the PLOT3D reader.
 
Read dimensional units from field data and add them to array names as human-readable string.


|
|
0
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Force Read'''<br>''(ForceRead)''
|'''TimestepValues''' (TimestepValues)
|
|
This property indicates whether to attempt to read the file even if it appears corrupt


| 0
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Functions'''<br>''(Functions)''
|'''PatchArrayInfo''' (PatchArrayInfo)
|
|
This property lists which functions (point-centered arrays) to compute.


|
|
|
|
The value must be one of the following: Scalar - Pressure (110), Scalar - Temperature (120), Scalar - Enthalpy (130), Scalar - Internal energy (140), Scalar - Kinetic energy (144), Scalar - Velocity magnitude (153), Scalar - Entropy (170), Scalar - Swirl. (184), Vector - Velocity (200), Vector - Vorticity (201), Vector - Pressure gradient (210).


|-
|-
| '''Has Byte Count'''<br>''(HasByteCount)''
|'''MeshRegions''' (MeshRegions)
|
|
This property indicates whether this file uses Fortran leading-trailing byte counts.


| 0
|
|
Only the values 0 and 1 are accepted.


|
The list of array names is provided by the reader.
|-
|-
| '''I Blanking'''<br>''(IBlanking)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
This property indicates whether this dataset has visibility information.


| 0
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Multi Grid'''<br>''(MultiGrid)''
|'''CellArrays''' (CellArrays)
|
|
This property indicates whether these files have multiple-block information.


| 0
|
|
Only the values 0 and 1 are accepted.


|
The list of array names is provided by the reader.
|-
|-
| '''Two Dimensional Geometry'''<br>''(TwoDimensionalGeometry)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
This property indicates whether the data is two- or three-dimensional.


| 0
|
|
Only the values 0 and 1 are accepted.


|


|}
|-
|'''PointArrays''' (PointArrays)
|


|


==PLY Reader==
|
The list of array names is provided by the reader.
|-
|'''LagrangianArrayInfo''' (LagrangianArrayInfo)
|


|


Read files stored in Stanford University's PLY polygonal file format.
|


The PLY reader reads files stored in the PLY polygonal file format developed at Stanford University. The PLY files that ParaView can read must have the elements "vertex" and "face" defined. The "vertex" elements must have the propertys "x", "y", and "z". The "face" elements must have the property "vertex_indices" defined. The default file extension for this reader is .ply.<br>
|-
|'''LagrangianArrays''' (LagrangianArrays)
|


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the PLY reader.


|
|
The list of array names is provided by the reader.
|-
|'''Cache mesh''' (CacheMesh)
|
|
|}


Cache the OpenFOAM mesh between GUI selection changes.


==PNG Series Reader==
|
1
|
Accepts boolean values (0 or 1).
|-
|'''Decompose polyhedra''' (DecomposePolyhedra)
|


Decompose polyhedra into tetrahedra and pyramids.


Read a PNG file into an image data.
|
1
|
Accepts boolean values (0 or 1).
|-
|'''List timesteps according to controlDict''' (ListTimeStepsByControlDict)
|


The PNG reader reads PNG (Portable Network Graphics) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .png.<br>
List time directories listed according to the settings in controlDict.


{| class="PropertiesTable" border="1" cellpadding="5"
|
|-
0
| '''Property'''
|
| '''Description'''
Accepts boolean values (0 or 1).
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''Lagrangian positions are in OF 1.3 binary format''' (PositionsIsIn13Format)
|
|
The list of files to be read by the reader. If more than 1 file is specified,
 
the reader will switch to file series mode in which it will pretend that it
Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.
can support time and provide 1 file per time step.


|
|
0
|
Accepts boolean values (0 or 1).
|-
|'''Read zones''' (ReadZones)
|
|
|}


Read point/face/cell-Zones?


==POP Reader==
|
0
|
Accepts boolean values (0 or 1).
 
|}


==PDB Reader==


Read data files from the Parallel Ocean Program (POP).
Reads PDB molecule files.
The PDB reader reads files in the format used by the Protein Data Bank (an archive of experimentally determined three-dimensional structures of biological macromolecules). The expected file extension is .pdb. The output datasets are polygonal.


The POP reader reads data files from the Parallel Ocean Program (POP). The expected file extension is .pop. The output of this reader is a structured grid dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,988: Line 1,750:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Clip Extent'''<br>''(ClipExtent)''
|'''FileName''' (FileName)
|
|
This property indicates the minimum and maximum extent in each dimension of the dataset (X, Y, and Z) to read.


| -2147483647 2147483647 -2147483647 2147483647 -2147483647 2147483647
This property specifies the file name for the PDB reader.
|
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the POP Ocean file reader.


|
|
|
|-
| '''Number Of Ghost Levels'''<br>''(NumberOfGhostLevels)''
|
This property indicates the number of ghost levels to generate.


| 1
|
|
|-
The value(s) must be a filename (or filenames).
| '''Radius'''<br>''(Radius)''
|
This property specifies the radius of the dataset.


| 60000
|
|}
|}


==PLOT3D Reader==


==PVD Reader==
Reads ASCII or binary PLOT3D files.
PLOT3D is a plotting package developed at NASA. The PLOT3D reader can read both ASCII and binary PLOT3D files. The default file extension for the geometry files is .xyz, and the default file extension for the solution files is .q. The output of this reader is a multi-block dataset containing curvilinear (structured grid) datasets.


Load a dataset stored in ParaView's PVD file format.
The PVD reader reads data stored in ParaView's PVD file format. The .pvd file is essentially a header file that collects together other data files stored in VTK's XML-based file format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,032: Line 1,776:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property specifies the file name for the PVD reader.


|
|
|
|
|}


|-
|'''QFileName''' (QFileName)
|


==Parallel NetCDF POP reader==
The list of .q (solution) files for the PLOT3D reader. There can be
more than one. If more that one file is specified, the reader will switch
to file-series mode in which it will pretend that it can support time
and provide one file per time step.


|


Read rectilinear grid data from a NetCDF POP file in parallel.
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|


The reader reads regular rectilinear grid (image/volume) data from a NetCDF file.<br>
Available timestep values.
Only a subset of the processes actually read the file and these processes<br>
communicate the data to other processes.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader.


|
|
|
|-
| '''Number Of Reader Processes'''<br>''(NumberOfReaderProcesses)''
|
This property indicates the amount of processes that will actually read
the file and then send out the information to other processes.
An default value of 0 is used so that a proper value is set on the server.
The actual value will range between 1 and the number of server processes.


| 0
 
|
|}
The value must be greater than or equal to 0.
 
==PLY Reader==
 
Reads files stored in Stanford University's PLY polygonal file format.
The PLY reader reads files stored in the PLY polygonal file format developed at Stanford University. The PLY files that ParaView can read must have the elements "vertex" and "face" defined. The "vertex" elements must have the propertys "x", "y", and "z". The "face" elements must have the property "vertex_indices" defined. The default file extension for this reader is .ply.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Stride'''<br>''(Stride)''
| '''Property'''
|
| '''Description'''
This property indicates the number of indices per dimension (i,j,k) to skip between each point included
| '''Default Value(s)'''
in this output.
| '''Restrictions'''


| 1 1 1
|-
|'''FileName''' (FileName)
|
|
The value must be greater than or equal to (1, 1, 1).


This property specifies the file name for the PLY reader.


|-
| '''Variables'''<br>''(VariableArrayStatus)''
|
|
This property lists which netCDF variables to load.


|
|
|
The value(s) must be a filename (or filenames).
The list of array names is provided by the reader.
 


|}
|}


==PNG Series Reader==


==Particles Reader==
Reads a PNG file into an image data.
 
The PNG reader reads PNG (Portable Network Graphics) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .png.
 
Read particle data.


vtkParticleReader reads either a binary or a text file of particles.<br>
Each particle can have associated with it an optional scalar value. So<br>
the format is: x, y, z, scalar (all floats or doubles). The text file<br>
can consist of a comma delimited set of values. In most cases<br>
vtkParticleReader can automatically determine whether the file is text<br>
or binary.  The data can be either float or double.  Progress updates<br>
are provided.  With respect to binary files, random access into the file<br>
to read pieces is supported.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,121: Line 1,849:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader.


|
|
|-
|-
| '''Byte Order'''<br>''(ByteOrder)''
|'''FileNames''' (FileNames)
|
|
Set/Get the byte ordering of the file you are trying to read in.
| 0
|
The value must be one of the following: BigEndian (0), LittleEndian (1).


The list of files to be read by the reader. If more than one file is specified,
the reader will switch to file series mode in which it will pretend that it
can support time and provide one file per time step.


|-
| '''Data Type'''<br>''(DataType)''
|
|
Get/Set the data type.  The options are:
- Float (10) (default) single precision floating point.
- Double (11) double precision floating point.


| 10
|
|
The value must be one of the following: Float (10), Double (11).
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''File Type'''<br>''(FileType)''
|'''TimestepValues''' (TimestepValues)
|
Set the file type.  The options are:
- Unknown (0) (default) the reader will attempt to determine the file
type. If this fails then you should set the file type yourself.
- Text (1) the file type is text.
- Binary (2) the file type is binary.
 
| 0
|
|
The value must be one of the following: Unknown (0), Text (1), Binary (2).


Available timestep values.


|-
| '''Has Scalar'''<br>''(HasScalar)''
|
|
Default: 1. If 1 then each particle has a value associated with it.


| 1
|
|
Only the values 0 and 1 are accepted.




|}
|}


==POP Reader==


==Partitioned Legacy VTK Reader==
Reads data files from the Parallel Ocean Program (POP).
The POP reader reads data files from the Parallel Ocean Program (POP). The expected file extension is .pop. The output of this reader is a structured grid dataset.


Read files stored in VTK partitioned legacy format.
The Partitioned Legacy VTK reader loads files stored in VTK's partitioned legac file format (before VTK 4.2, although still supported). The expected file extension is .pvtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectilinear grid, unstructured grid, or polygonal.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,190: Line 1,887:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
 
This property specifies the file name for the POP Ocean file reader.
 
|
|
This property specifies the file name for the Partitioned Legacy VTK reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''Radius''' (Radius)
|
|
|}


This property specifies the radius of the dataset.


==Phasta Reader==
|
60000
|


|-
|'''ClipExtent''' (ClipExtent)
|


Read the parallel Phasta meta-file and the underlying Phasta files.
This property indicates the minimum and maximum extent in each dimension of the dataset (X, Y, and Z) to read.


This Phasta reader reads files stored in the Phasta (a CFD package) format. The expected file extension is .pht. The output of this reader is a multipiece data set.<br>
|
-2147483647 2147483647 -2147483647 2147483647 -2147483647 2147483647
|


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''NumberOfGhostLevels''' (NumberOfGhostLevels)
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Phasta reader.
 
This property indicates the number of ghost levels to generate.


|
|
1
|
|
|}




==Restarted Sim Exodus Reader==
|}


==PVD Reader==


Read collections of Exodus output files from simulations that were restarted.
Load a dataset stored in ParaView's PVD file format.
The PVD reader reads data stored in ParaView's PVD file format. The .pvd file is essentially a header file that collects together other data files stored in VTK's XML-based file format.


When a simulation that outputs exodus files is restarted, typically you get a new set of output files.  When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files.  This reader allows you to specify a metadata file that will implicitly string the files together.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,236: Line 1,943:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This points to a special metadata file that lists the output files for each restart.
 
This property specifies the file name for the PVD reader.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
|'''TimestepValues''' (TimestepValues)
|
This hidden property must always be set to 1 for this proxy to work.
 
| 1
|
|
Only the values 0 and 1 are accepted.


Available timestep values.


|-
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
|
|
If this flag is on and HasModeShapes is also on, then this reader
will report a continuous time range [0,1] and animate the
displacements in a periodic sinusoid.  If this flag is off and
HasModeShapes is on, this reader ignores time.  This flag has no
effect if HasModeShapes is off.


| 1
|
|
Only the values 0 and 1 are accepted.




|-
|}
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
 
|
==Parallel NetCDF POP reader==
Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.


| 1
Reads rectilinear grid data from a NetCDF POP file in parallel.
|
The reader reads regular rectilinear grid (image/volume) data from a NetCDF file.
Only the values 0 and 1 are accepted.
Only a subset of the processes actually read the file and these processes
communicate the data to other processes.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
| '''Property'''
|
| '''Description'''
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.
| '''Default Value(s)'''
| '''Restrictions'''


| 1
|
|-
|-
| '''Edge Blocks'''<br>''(EdgeBlocks)''
|'''FileNameInfo''' (FileNameInfo)
|
|
Use this property to select which blocks of edges should be loaded.
All edges in the same block will have the same interpolant (linear, quadratic, etc.)
and have the same variables defined over them.


|
|
|
|
The list of array names is provided by the reader.


|-
|'''FileName''' (FileName)
|
The list of files to be read by the reader.


|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
|
|
Specify which maps defined over edges in the mesh should be loaded.
An edge map is a renumbering of all the edges (across all the edge blocks of a file) from their offset in the file
to some arbitrary integers, usually specifying a unique global ID across a set of files.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
|
|
An Exodus II file may define subsets of all the edges (across all edge blocks) in a file as sets in their own right.
This property specifies which of those sets should be loaded.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per edge.
The accompanying EdgeSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
|
|
The list of array names is provided by the reader.




|-
|}
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
 
|
==Particles Reader==
An Exodus II file may define subsets of all the edges (across all edge blocks) in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per edge.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the EdgeSetArrayStatus property in order for the variable to appear.


|
Reads particle data.
|
vtkParticleReader reads either a binary or a text file of particles.
The list of array names is provided by the reader.
Each particle can have associated with it an optional scalar value. So
the format is: x, y, z, scalar (all floats or doubles). The text file
can consist of a comma delimited set of values. In most cases
vtkParticleReader can automatically determine whether the file is text
or binary. The data can be either float or double. Progress updates
are provided. With respect to binary files, random access into the file
to read pieces is supported.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Edge Variables'''<br>''(EdgeVariables)''
| '''Property'''
|
| '''Description'''
Use this property to select which variables defined over edges should be loaded.
| '''Default Value(s)'''
Edges are oriented boundaries of one or more higher-dimensional cells also present in the mesh.
| '''Restrictions'''
Edge variables specify a single value per entry in some edge block.


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader.


|-
| '''Element Blocks'''<br>''(ElementBlocks)''
|
|
Use this property to select which blocks of elements (cells) should be loaded.
All elements (cells) in the same block will have the same interpolant (tetrahedral, triangular, trilinear hexahedral, etc.)
and have the same variables defined over them.


|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
Specify which maps defined over elements (cells) in the mesh should be loaded.
An element map is a renumbering of all the elements (across all the element blocks of a file) from their offset in the file
to some arbitrary integers, usually specifying a unique global ID across a set of files.
These are sometimes called new-style maps because they are specified differently
than in older Exodus files, which only allowed a single element map.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
An Exodus II file may define subsets of all the elements (across all element blocks) in a file as sets in their own right.
 
This property specifies which of those sets should be loaded.
Available timestep values.
Variables, such as feature classifiers, may then be defined over these sets by specifying a single number per element.
The accompanying ElementSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
|
|
|
The list of array names is provided by the reader.




|-
|}
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
 
|
==Partitioned Legacy VTK Reader==
An Exodus II file may define subsets of all the elements (across all element blocks) in a file as sets in their own right.
Variables, such as feature classifiers, may then be defined over these sets by specifying a single number per element.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the ElementSetArrayStatus property in order for the variable to appear.


|
Reads files stored in VTK partitioned legacy format.
|
The Partitioned Legacy VTK reader loads files stored in VTK's partitioned legac file format (before VTK 4.2, although still supported). The expected file extension is .pvtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectilinear grid, unstructured grid, or polygonal.
The list of array names is provided by the reader.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Element Variables'''<br>''(ElementVariables)''
| '''Property'''
|
| '''Description'''
Use this property to select which variables defined over elements (cells) should be loaded.
| '''Default Value(s)'''
Element variables specify a single value per entry in some element block.
| '''Restrictions'''


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


This property specifies the file name for the Partitioned Legacy VTK reader.


|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
|
|
Should metadata for the mesh be stored in the field data of the reader's output?


| 0
|
|
Only the values 0 and 1 are accepted.
The value(s) must be a filename (or filenames).


|}


|-
==Phasta Reader==
| '''Face Blocks'''<br>''(FaceBlocks)''
|
Use this property to select which blocks of faces should be loaded.
All faces in the same block will have the same interpolant (triangular, bilinear quadrilateral, etc.)
and have the same variables defined over them.


|
Reads the parallel Phasta meta-file and the underlying Phasta files.
|
This Phasta reader reads files stored in the Phasta (a CFD package) format. The expected file extension is .pht. The output of this reader is a multipiece data set.
The list of array names is provided by the reader.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| '''Property'''
|
| '''Description'''
Specify which maps defined over faces in the mesh should be loaded.
| '''Default Value(s)'''
A face map is a renumbering of all the faces (across all the face blocks of a file) from their offset in the file
| '''Restrictions'''
to some arbitrary integers, usually specifying a unique global ID across a set of files.


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


This property specifies the file name for the Phasta reader.


|-
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
|
|
An Exodus II file may define subsets of all the faces (across all face blocks) in a file as sets in their own right.
This property specifies which of those sets should be loaded.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per face.
The accompanying FaceSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
|
|
An Exodus II file may define subsets of all the faces (across all face blocks) in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per face.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the FaceSetArrayStatus property in order for the variable to appear.


|
|
|
The list of array names is provided by the reader.




|-
|}
| '''Face Variables'''<br>''(FaceVariables)''
 
|
==RTXMLPolyDataReader==
Use this property to select which variables defined over faces should be loaded.
 
Faces are oriented boundaries of one or more higher-dimensional cells also present in the mesh.
Face variables specify a single value per entry in some face block.


|
|
The list of array names is provided by the reader.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''


|-
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
|'''FileName''' (FileName)
|
|
Should the reader retrieve the first new-style element map, or if that is not present,
the solitary old-style element map (which always exists but may be procedurally generated
if it is not stored with the file)?


| 1
Set the file name for the real-time VTK polygonal dataset reader.
 
|
|
Only the values 0 and 1 are accepted.


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
|'''Location''' (Location)
|
|
Should the reader retrieve the first new-style node map, or if that is not present,
the solitary old-style node map (which always exists but may be procedurally generated
if it is not stored with the file)?


| 1
Set the data directory containing real time data files.
 
|
|
Only the values 0 and 1 are accepted.


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
|'''NextFileName''' (NextFileName)
|
|
Specifies whether a variable named "ObjectId" should be created for each entry of each block and set being loaded
and assigned the identifying number of the block or set, so that given a cell one can readily identify the block
or set it came from.
This is useful for coloring a mesh by block ID or set ID.


| 1
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Global Variables'''<br>''(GlobalVariables)''
|'''NewDataAvailable''' (NewDataAvailable)
|
|
Use this property to select which global (i.e., per-mesh) variables should be loaded.
Global variables are stored as arrays in the field data of the reader's output.


|
|
2
|
|
The list of array names is provided by the reader.




|-
|}
| '''Has Mode Shapes'''<br>''(HasModeShapes)''
 
|
==Restarted Sim Exodus Reader==
Some simulations overload the Exodus time steps to represent mode
 
shapes.  In this case, it does not make sense to iterate over the
Reads collections of Exodus output files from simulations that were restarted.
"time steps", because they are not meant to be played in order.
When a simulation that outputs exodus files is restarted, typically you get a new set of output files. When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files. This reader allows you to specify a metadata file that will implicitly string the files together.
Rather, each represents the vibration at a different "mode."
Setting the value of this property to 1 changes the semantics of the reader to not
report the time steps to downstream filters.


| 0
|
Only the values 0 and 1 are accepted.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''


|-
|-
| '''Mode Shape'''<br>''(ModeShape)''
|'''FileNameInfo''' (FileNameInfo)
|
|
Specify which mode shape to animate when HasModeShapes is on.


| 1
|
|
|-
 
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
|
|
Specify which maps defined over nodes (points) in the mesh should be loaded.
A node map is a renumbering of all the points in a file from their offset in the file
to some arbitrary integers, usually specifying a unique global ID across a set of files.
These are sometimes called new-style maps because they are specified differently
than in older Exodus files, which only allowed a single node map.


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


This points to a special metadata file that lists the output files for each restart.


|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
|
|
An Exodus II file may define subsets of all the nodes (points) in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per node.
This property specifies which of those sets should be loaded.
The accompanying NodeSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|
|
The value(s) must be a filename (or filenames).
|-
|'''UseMetaFile''' (UseMetaFile)
|
|
The list of array names is provided by the reader.


This hidden property must always be set to 1 for this proxy to work.


|
1
|
Accepts boolean values (0 or 1).
|-
|-
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
An Exodus II file may define subsets of all the nodes (points) in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per node.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the NodeSetArrayStatus property in order for the variable to appear.


|
|
|
|
The list of array names is provided by the reader.




|-
|}
| '''Point Variables'''<br>''(PointVariables)''
 
|
==Restarted Sim Spy Plot Reader==
Use this property to select which nodal (i.e., per-point) variables should be loaded.


|
Reads collections of SPCTH files from simulations that were restarted.
|
When a CTH simulation is restarted, typically you get a new set of output files. When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files. This reader allows you to specify a metadata file that will implicitly string the files together.
The list of array names is provided by the reader.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| '''Property'''
|
| '''Description'''
An Exodus II file may define subsets of all the  of all the elements in a file as sets in their own right.
| '''Default Value(s)'''
This property specifies which of those sets should be loaded.
| '''Restrictions'''
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per side.
For example, a hexahedron has 18 sides: 6 faces and 12 edges.
Any of these sides may be individually called out in a set and assigned a result value.
The accompanying SideSetResultArrayStatus property specifies which variables defined over those sets should be loaded.


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


This points to a special metadata file that lists the output files for each restart.


|-
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
|
|
An Exodus II file may define subsets of all the  of all the elements in a file as sets in their own right.
Variables, such as boundary conditions, may then be defined over these sets by specifying a single number per side.
For example, a hexahedron has 18 sides: 6 faces and 12 edges.
Any of these sides may be individually called out in a set and assigned a result value.
This property specifies which of those variables should be loaded.
The corresponding set must also be loaded using the SideSetArrayStatus property in order for the variable to appear.


|
|
The value(s) must be a filename (or filenames).
|-
|'''UseMetaFile''' (UseMetaFile)
|
|
The list of array names is provided by the reader.


This hidden property must always be set to 1 for this proxy to work.


|
1
|
Accepts boolean values (0 or 1).
|-
|-
| '''XML File Name'''<br>''(XMLFileName)''
|'''TimestepValues''' (TimestepValues)
|
|
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.


|
|
|
|
|}




==Restarted Sim Spy Plot Reader==
|}


==SESAME Reader==


Read collections of SPCTH files from simulations that were restarted.
Reads SESAME data files, producing rectilinear grids.
The SESAME reader reads SESAME data files, and outputs rectilinear grids. The expected file extension is .sesame.


When a CTH simulation is restarted, typically you get a new set of output files.  When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files.  This reader allows you to specify a metadata file that will implicitly string the files together.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,651: Line 2,284:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This points to a special metadata file that lists the output files for each restart.
 
This property specifies the file name for the SESAME reader.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
|'''TableId''' (TableId)
|
|
This hidden property must always be set to 1 for this proxy to work.


| 1
This proeprty indicates which table to read.
 
|
|
Only the values 0 and 1 are accepted.
-1
 
|
 
The value(s) is an enumeration of the following:
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''TableIds''' (TableIds)
|
|
This property lists which cell-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Distribute Files'''<br>''(DistributeFiles)''
|'''TableArrayInfo''' (TableArrayInfo)
|
|
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.
| 1
|
Only the values 0 and 1 are accepted.
|-
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
|
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.


| 1
|
|
Only the values 0 and 1 are accepted.


|-
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
|
|
If this property is set to 1, a cell array will be generated that stores the active status of a block.
| 0
|
Only the values 0 and 1 are accepted.
|-
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
|
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.
| 0
|
Only the values 0 and 1 are accepted.
|-
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
|
If this property is set to 1, a cell array will be generated that stores the level of each block.
| 0
|
Only the values 0 and 1 are accepted.




|}
|}


==SLAC Data Reader==


==SESAME Reader==


A reader for a data format used by Omega3p, Tau3p, and several
other tools used at the Standford Linear Accelerator Center (SLAC).
The underlying format uses netCDF to store arrays, but also imposes
several conventions to form an unstructured grid of elements.


Read SESAME data files, producing rectilinear grids.
The SESAME reader reads SESAME data files, and outputs rectilinear grids. The expected file extension is .sesame.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,744: Line 2,339:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''MeshFileName''' (MeshFileName)
|
|
This property specifies the file name for the SESAME reader.
 
The name of the mesh file to load.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Table Id'''<br>''(TableId)''
|'''ModeFileName''' (ModeFileName)
|
|
This proeprty indicates which table to read.


| -1
The name of the mode files to load. The points in the mode file should be the same as the mesh file.
 
|
|
The value must be one of the following:.


|
The value(s) must be a filename (or filenames).
|-
|'''ReadInternalVolume''' (ReadInternalVolume)
|


|}
If on, read the internal volume of the data set.


 
|
==SLAC Data Reader==
0
 
|
 
Accepts boolean values (0 or 1).
A reader for a data format used by Omega3p, Tau3p, and several<br>
other tools used at the Standford Linear Accelerator Center (SLAC).<br>
The underlying format uses netCDF to store arrays, but also imposes<br>
several conventions to form an unstructured grid of elements.<br>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''Mesh File Name'''<br>''(MeshFileName)''
|'''ReadExternalSurface''' (ReadExternalSurface)
|
|
The name of the mesh file to load.
 
If on, read the external surfaces of the data set.


|
|
1
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Mode File Name'''<br>''(ModeFileName)''
|'''ReadMidpoints''' (ReadMidpoints)
|
|
The name of the mode files to load.  The points in the mode file should be the same as the mesh file.
 
If on, reads midpoint information for external surfaces and builds
quadratic surface triangles.


|
|
0
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Read External Surface'''<br>''(ReadExternalSurface)''
|'''TimestepValues''' (TimestepValues)
|
|
If on, read the external surfaces of the data set.


| 1
This magic property sends time information to the animation
panel. ParaView will then automatically set up the animation to
visit the time steps defined in the file.
 
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Read Internal Volume'''<br>''(ReadInternalVolume)''
|'''TimeRange''' (TimeRange)
|
|
If on, read the internal volume of the data set.


| 0
This magic property sends time range information to the animation
|
panel. ParaView uses this information to set the range of time
Only the values 0 and 1 are accepted.
for the animation. This property is important for when there are
no timesteps but you still want to give ParaView a range of
values to use.


|-
| '''Read Midpoints'''<br>''(ReadMidpoints)''
|
|
If on, reads midpoint information for external surfaces and builds
quadratic surface triangles.


| 0
|
|
Only the values 0 and 1 are accepted.




|}
|}


==SLAC Particle Data Reader==


==SLAC Particle Data Reader==


The SLAC Particle data reader.


The SLAC Particle data reader.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,837: Line 2,432:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
A list of files to be read in a time series.
A list of files to be read in a time series.


|
|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|
|}
|}


==STL Reader==
==STL Reader==


Reads ASCII or binary stereo lithography (STL) files.
The STL reader reads ASCII or binary stereo lithography (STL) files. The expected file extension is .stl. The output of this reader is a polygonal dataset. This reader also supports file series.


Read ASCII or binary stereo lithography (STL) files.
The STL reader reads ASCII or binary stereo lithography (STL) files. The expected file extension is .stl. The output of this reader is a polygonal dataset. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,860: Line 2,468:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''FileNameInfo''' (FileNameInfo)
|
|
The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


|
|
|
|
|}


|-
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.
|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|}


==Spy Plot Reader==
==Spy Plot Reader==


Reads files in the SPCTH Spy Plot file format.
The Spy Plot reader loads an ASCII meta-file called the "case" file (extension .spcth). The case file lists all the binary files containing the dataset. This reader produces hierarchical datasets.


Read files in the SPCTH Spy Plot file format.
The Spy Plot reader loads an ASCII meta-file called the "case" file (extension .spcth). The case file lists all the binary files containing the dataset. This reader produces hierarchical datasets.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,883: Line 2,512:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileName''' (FileName)
|
|
This property lists which cell-centered arrays to read.
 
This property specifies the file name for the Spy Plot reader.


|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Compute Derived Variables'''<br>''(ComputeDerivedVariables)''
|'''TimestepValues''' (TimestepValues)
|
If this property is set to 1, the reader will convert derived variables like material density for the materials
that the user has selected. For Density the user needs to have selected Material Mass and Material Volume Fraction.
 
| 1
|
|
Only the values 0 and 1 are accepted.


Available timestep values.


|-
| '''Distribute Files'''<br>''(DistributeFiles)''
|
|
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.


| 1
|
|
Only the values 0 and 1 are accepted.


|-
|-
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
|'''DownConvertVolumeFraction''' (DownConvertVolumeFraction)
|
|
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.


| 1
|
|
Only the values 0 and 1 are accepted.
1
|
Accepts boolean values (0 or 1).
|-
|'''ComputeDerivedVariables''' (ComputeDerivedVariables)
|


If this property is set to 1, the reader will convert derived variables like material density for the materials
that the user has selected. For Density the user needs to have selected Material Mass and Material Volume Fraction.


|
1
|
Accepts boolean values (0 or 1).
|-
|-
| '''File Name'''<br>''(FileName)''
|'''DistributeFiles''' (DistributeFiles)
|
|
This property specifies the file name for the Spy Plot reader.
 
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.


|
|
1
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
|'''GenerateLevelArray''' (GenerateLevelArray)
|
|
If this property is set to 1, a cell array will be generated that stores the active status of a block.
| 0
|
Only the values 0 and 1 are accepted.


If this property is set to 1, a cell array will be generated that stores the level of each block.


|
0
|
Accepts boolean values (0 or 1).
|-
|-
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
|'''GenerateActiveBlockArray''' (GenerateActiveBlockArray)
|
|
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.


| 0
If this property is set to 1, a cell array will be generated that stores the active status of a block.
 
|
0
|
Accepts boolean values (0 or 1).
|-
|'''GenerateTracerArray''' (GenerateTracerArray)
|
|
Only the values 0 and 1 are accepted.


If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.


|
0
|
Accepts boolean values (0 or 1).
|-
|-
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
|'''GenerateBlockIdArray''' (GenerateBlockIdArray)
|
|
If this property is set to 1, a cell array will be generated that stores the level of each block.


| 0
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.
 
|
0
|
Accepts boolean values (0 or 1).
|-
|'''MergeXYZComponents''' (MergeXYZComponents)
|
|
Only the values 0 and 1 are accepted.


If this property is set to 1, cell arrays named (for example) X velocity, Y velocity and Z velocity will be combined into a single vector array named velocity.


|
1
|
Accepts boolean values (0 or 1).
|-
|-
| '''Generate Tracer Array'''<br>''(GenerateTracerArray)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.


| 0
|
|
Only the values 0 and 1 are accepted.


|


|-
|-
| '''Merge XYZComponents'''<br>''(MergeXYZComponents)''
|'''Cell Arrays''' (CellArrayStatus)
|
|
If this property is set to 1, cell arrays named (for example) X velocity, Y velocity and Z velocity will be combined into a single vector array named velocity.


| 1
This property lists which cell-centered arrays to read.
 
|
|
Only the values 0 and 1 are accepted.


|
The list of array names is provided by the reader.


|}
|}


==TIFF Reader==
==TIFF Reader==


Reads a TIFF file into an image data.
The TIFF reader reads TIFF (Tagged Image File Format) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .tiff.


Read a TIFF file into an image data.
The TIFF reader reads TIFF (Tagged Image File Format) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .tiff.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,997: Line 2,647:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This property specifies the file name for the TIFF reader.
This property specifies the file name for the TIFF reader.


|
|
|
|
The value(s) must be a filename (or filenames).
|}
|}


==TIFF Series Reader==
==TIFF Series Reader==


Reads a series of TIFF files into an time sequence of image datas.
The TIFF series reader reads TIFF files. The output is a time sequence of uniform
rectilinear (image/volume) dataset. The default file extension is .tif or .tiff.


Read a series of TIFF files into an time sequence of image datas.
The TIFF series reader reads TIFF files. The output is a time sequence of uniform<br>
rectilinear (image/volume) dataset. The default file extension is .tif or .tiff.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,021: Line 2,674:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''FileNames''' (FileNames)
|
|
The list of files to be read by the reader. If more than 1 file is specified,
 
The list of files to be read by the reader. If more than one file is specified,
the reader will switch to file series mode in which it will pretend that it
the reader will switch to file series mode in which it will pretend that it
can support time and provide 1 file per time step.
can support time and provide one file per time step.


|
|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
|}


Available timestep values.


==Tecplot Reader==
|


|
|}
==Tecplot Reader==


Read files in the Tecplot ASCII file format.
Reads files in the Tecplot ASCII file format.
The Tecplot reader extracts multiple zones (blocks) of data from a Tecplot ASCII file, in which a zone is stored in either point packing mode (i.e., tuple-based, with only point data supported) or block packing mode (i.e., component-based, with point data and cell data supported). The output of the reader is a vtkMultiBlockDataset, of which each block is either a vtkStructuredGrid or a vtkUnstructuredGrid. This supports reading a file series.


The Tecplot reader extracts multiple zones (blocks) of data from a Tecplot ASCII file, in which a zone is stored in either point packing mode (i.e., tuple-based, with only point data supported) or block packing mode (i.e., component-based, with point data and cell data supported). The output of the reader is a vtkMultiBlockDataset, of which each block is either a vtkStructuredGrid or a vtkUnstructuredGrid. This supports reading a file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,046: Line 2,712:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''FileNames''' (FileNames)
|
|
The list of files to be read by the reader.
The list of files to be read by the reader.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Data Arrays'''<br>''(DataArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists what dataset attribute arrays (point data and cell data) to read.


|
|
|
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|
The list of array names is provided by the reader.




|}
|}


==VPIC Reader==
==VPIC Reader==


Reads distributed VPIC files into an ImageData.
VPIC is a 3D kinetic plasma particle-in-cell simulation. The input file (.vpc) opened by the VPIC reader is an ASCII description of the data files which are written one file per processor, per category and per time step. These are arranged in subdirectories per category (field data and hydrology data) and then in time step subdirectories.


Read distributed VPIC files into an ImageData.
VPIC is a 3D kinetic plasma particle-in-cell simulation.  The input file (.vpc) opened by the VPIC reader is an ASCII description of the data files which are written one file per processor, per category and per time step.  These are arranged in subdirectories per category (field data and hydrology data) and then in time step subdirectories.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,079: Line 2,756:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
ASCII .vpc file describes locations of data files, grid sizes, time step sizes and type and order of data written to the files.
ASCII .vpc file describes locations of data files, grid sizes, time step sizes and type and order of data written to the files.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''PointArrayInfo''' (PointArrayInfo)
|
 
|
|
Variables written to the data files are described in the .vpc file and are presented for selection.  Only selected variables are loaded for a time step.


|
|
|-
|'''Point Arrays''' (PointArrayStatus)
|
|
The list of array names is provided by the reader.


Variables written to the data files are described in the .vpc file and are presented for selection. Only selected variables are loaded for a time step.
|


|
The list of array names is provided by the reader.
|-
|-
| '''Stride'''<br>''(SetStride)''
|'''TimestepValues''' (TimestepValues)
|
|
VPIC data may be very large and not all is needed for effective visualization.  Setting the stride selects every nth data item within the files for display.


| 1 1 1
|
|
The value must be greater than or equal to 1.


|


|-
|-
| '''X Extent'''<br>''(XExtent)''
|'''Stride''' (SetStride)
|
|
VPIC data is written one file per simulation processor.  This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display.  Ghost cell overlap is handled within the reader.  To limit the View of VPIC information the extent in the X dimension of "files" can be specified.  Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.


| -1 -1
VPIC data may be very large and not all is needed for effective visualization. Setting the stride selects every nth data item within the files for display.
 
|
|
|-
1 1 1
| '''Y Extent'''<br>''(YExtent)''
|
|
VPIC data is written one file per simulation processor.  This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display.  Ghost cell overlap is handled within the reader.  To limit the View of VPIC information the extent in the Y dimension of "files" can be specified.  Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.


| -1 -1
|
|-
|-
| '''Z Extent'''<br>''(ZExtent)''
|'''DefaultXExtent''' (DefaultXExtent)
|
|
VPIC data is written one file per simulation processor.  This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display.  Ghost cell overlap is handled within the reader.  To limit the View of VPIC information the extent in the Z dimension of "files" can be specified.  Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.


| -1 -1
VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.
 
|
|
|}


|


==VRML Reader==
|-
|'''DefaultYExtent''' (DefaultYExtent)
|


VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.


Load the geometry from a VRML 2.0 file.
|


The VRML reader loads only the geometry from a VRML (Virtual Reality Modeling Language) 2.0 file. The expected file extension is .wrl. The output of this reader is a polygonal dataset.<br>
|


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''DefaultZExtent''' (DefaultZExtent)
|
This property specifies the file name for the VRML reader.
 
|
|
|
|}


VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.


==VisItANALYZEReader==
Format that stores fMRI data of brain scans
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .img and .hdr.      <br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''X Extent''' (XExtent)
|
|
This property specifies the file name for the reader


|
VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the X dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.


|
|
-1 -1
|
|
The list of array names is provided by the reader.


|-
|-
| '''Meshes'''<br>''(MeshStatus)''
|'''Y Extent''' (YExtent)
|
|
Select the meshes to be loaded from the dataset, if any.
 
VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the Y dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.


|
|
-1 -1
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''Z Extent''' (ZExtent)
|
|
This property lists which point-centered arrays to read.
 
VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the Z dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.


|
|
-1 -1
|
|
The list of array names is provided by the reader.




|}
|}


==VRML Reader==


==VisItANSYSReader==
Load the geometry from a VRML 2.0 file.
The VRML reader loads only the geometry from a VRML (Virtual Reality Modeling Language) 2.0 file. The expected file extension is .wrl. The output of this reader is a polygonal dataset.


ASCII file format used for input to the ANSYS suite
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .inp.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,231: Line 2,878:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileName''' (FileName)
|
|
This property lists which cell-centered arrays to read.
 
This property specifies the file name for the VRML reader.


|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).


|}


|-
==Wavefront OBJ Reader==
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader


|
Reads Wavefront .OBJ files to produce polygonal and line data.
|
The OBJ reader reads data stored in Wavefront .OBJ format.
|-
The expected file extension is .obj, the datasets resulting
| '''Materials'''<br>''(MaterialStatus)''
from reading these files are polygons and lines.
|
Select the Materiales to be loaded from the dataset, if any.


|
|
The list of array names is provided by the reader.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''


|-
|-
| '''Meshes'''<br>''(MeshStatus)''
|'''FileName''' (FileName)
|
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.


This property specifies the file name for the OBJ reader.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The value(s) must be a filename (or filenames).
The list of array names is provided by the reader.
 


|}
|}


==WindBlade reader==


==VisItAUXFileReader==
Reads WindBlade/Firetec simulation files possibly including wind turbines and topolgy files.
WindBlade/Firetec is a simulation dealing with the effects of wind on wind turbines or on the spread of fires. It produces three outputs - a StructuredGrid for the wind data fields, a StructuredGrid for the ground topology, and a PolyData for turning turbine blades. The input file (.wind) opened by the WindBlade reader is an ASCII description of the data files expected. Data is accumulated by the simulation processor and is written one file per time step. WindBlade can deal with topology if a flag is turned on and expects (x,y) data for the ground. It also can deal with turning wind turbines from other time step data files which gives polygon positions of segments of the blades and data for each segment.


Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .aux.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,293: Line 2,932:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''Filename''' (Filename)
|
|
This property lists which cell-centered arrays to read.


|
ASCII .wind file describes locations of data files, grid sizes and variable deltas, time step sizes, whether topology is used, whether turbines are used, and type and order of data written to the files.
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
Select the Materiales to be loaded from the dataset, if any.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Meshes'''<br>''(MeshStatus)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''Point Arrays''' (PointArrayStatus)
|
|
This property lists which point-centered arrays to read.
 
Variables written to the data files are described in the .wind file and are presented for selection. Only selected variables are loaded for a time step.


|
|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}


==XDMF Reader==


==VisItBOVReader==
Reads XDMF (eXtensible Data Model and Format) files.
 
The XDMF reader reads files in XDMF format. The expected file extension
 
is .xmf. Metadata is stored in the XDMF file using an XML format, and
BOV (Brick of Values) generates a rectilinear grid of values
large attribute arrays are stored in a corresponding HDF5 file. The
output may be unstructured grid, structured grid, or rectiliner grid.
See http://www.xdmf.org for a description of the file format.


Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .bov.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,357: Line 2,988:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileName''' (FileName)
|
 
This property specifies the file name for the XDMF reader.
 
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
|
The list of array names is provided by the reader.


|


|-
|-
| '''File Name'''<br>''(FileName)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
This property specifies the file name for the reader


|
|
|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''Point Arrays''' (PointArrayStatus)
|
|
Select the Materiales to be loaded from the dataset, if any.
 
This property lists which point-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|-
|-
| '''Meshes'''<br>''(MeshStatus)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''Cell Arrays''' (CellArrayStatus)
|
|
This property lists which point-centered arrays to read.
 
This property lists which cell-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.
|-
|'''SetInfo''' (SetInfo)
|


|


|}
|


|-
|'''Sets''' (SetStatus)
|


==VisItCEAucdReader==
Select the sets to be loaded from the dataset, if any.


|


Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
|
The default file extensions .ucd, and .inp<br>
The list of array names is provided by the reader.
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''GridInfo''' (GridInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''SILTimeStamp''' (SILTimeStamp)
|
|
This property specifies the file name for the reader


|
|
0
|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''Grids''' (GridStatus)
|
|
Select the Materiales to be loaded from the dataset, if any.


|
Controls which particular data sets to read from a file that contains
|
many data sets inside a composite data set collection.
The list of array names is provided by the reader.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''Stride''' (Stride)
|
|
This property lists which point-centered arrays to read.
 
If loading structured data, this property indicate the number of
indices per dimension (X, Y, or Z) to skip between each point included
in this output.


|
|
1 1 1
|
|
The list of array names is provided by the reader.




|}
|}


==XML Hierarchical Box Data reader==


==VisItCMATReader==
Reads a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.
The XML Hierarchical Box Data reader reads VTK's XML-based file format
containing a vtkHierarchicalBoxDataSet. The expected file extensions is
either .vthb or .vth.


ASCII output of CMAT Fortran simulation.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .cmat<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,483: Line 3,117:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This property specifies the file name for the reader
 
The list of files to be read by the reader. Each file is expected to be
in the VTK XML polygonal dataset format. The standard extension is
.vtp. If more than one file is specified, the reader will switch to file
series mode in which it will pretend that it can support time and
provide one file per time step.


|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
Select the Materiales to be loaded from the dataset, if any.
 
Available timestep values.


|
|
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.




|}
|}


==XML Image Data Reader==


==VisItCTRLReader==
Reads serial VTK XML image data files.
The XML Image Data reader reads the VTK XML image data file format. The standard extension is .vti. This reader also supports file series.


Reads control files for TB-LMTO
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .ctrl<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,547: Line 3,165:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
|
Select the Materiales to be loaded from the dataset, if any.


|
The list of files to be read by the reader. Each file is expected to be in the VTK XML image data format. The standard extension is .vti. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.
|
The list of array names is provided by the reader.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML MultiBlock Data Reader==


==VisItChomboReader==
Reads a VTK XML multi-block data file and the serial VTK XML data files to which it points.
The XML Multi-Block Data reader reads the VTK XML multi-block data file
format. XML multi-block data files are meta-files that point to a list of
serial VTK XML files. When reading in parallel, this reader will
distribute sub-blocks among processors. The expected file extensions are
.vtm and .vtmb.


Reads files from the Chombo package.        Loads block-structured adaptively refined rectangular grids
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .h5 and .hdf5.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,611: Line 3,213:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
|
This property specifies the file name for the reader
 
The list of files to be read by the reader. Each file is expected to be
in the VTK XML polygonal dataset format. The standard extension is
.vtp. If more than one file is specified, the reader will switch to file
series mode in which it will pretend that it can support time and
provide one file per time step.


|
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.


|
|
|
The value(s) must be a filename (or filenames).
The list of array names is provided by the reader.
 
 
|-
|-
| '''Meshes'''<br>''(MeshStatus)''
|'''TimestepValues''' (TimestepValues)
|
Select the meshes to be loaded from the dataset, if any.
 
|
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Partitioned Image Data Reader==


==VisItClawReader==
Reads the summary file and the associated VTK XML image data files.
The XML Partitioned Image Data reader reads the partitioned VTK image data file format. It reads the partitioned format's summary file and then the associated VTK XML image data files. The expected file extension is .pvti. This reader also supports file series.


A material-ordered format very similar to IOUT=1.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .claw<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,675: Line 3,261:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
Select the Materiales to be loaded from the dataset, if any.
 
|
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML image data format. The standard extension is .pvti. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Partitioned Polydata Reader==


==VisItCurve2DReader==
Reads the summary file and the assicoated VTK XML polydata files.
The XML Partitioned Polydata reader reads the partitioned VTK polydata file format. It reads the partitioned format's summary file and then the associated VTK XML polydata files. The expected file extension is .pvtp. This reader also supports file series.




Reads ASCII 2D Curve Format. Which is a single x,y values per line to generate a 2D curve
{| class="PropertiesTable" border="1" cellpadding="5"
 
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .curve, .ultra ,.ult, and .u<br>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
Line 3,739: Line 3,305:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML polygonal dataset format. The standard extension is .pvtp. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Partitioned Rectilinear Grid Reader==


==VisItDDCMDReader==
Reads the summary file and the associated VTK XML rectilinear grid data files.
The XML Partitioned Rectilinear Grid reader reads the partitioned VTK rectilinear grid file format. It reads the partitioned format's summary file and then the associated VTK XML rectilinear grid files. The expected file extension is .pvtr. This reader also supports file series.


Reads ddcMD particle and atom files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .ddcmd<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,803: Line 3,349:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
Select the Materiales to be loaded from the dataset, if any.
 
|
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML rectilinear grid data format. The standard extension is .pvtr. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Partitioned Structured Grid Reader==


==VisItDyna3DReader==
Reads the summary file and the associated VTK XML structured grid data files.
The XML Partitioned Structured Grid reader reads the partitioned VTK structured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML structured grid data files. The expected file extension is .pvts. This reader also supports file series.


Reads Dyna3D finite element files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .dyn<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,867: Line 3,393:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
|
Select the Materiales to be loaded from the dataset, if any.


|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML structured grid data format. The standard extension is .pvts. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.
|
The list of array names is provided by the reader.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Partitioned Unstructured Grid Reader==


==VisItEnzoReader==
Reads the summary file and the associated VTK XML unstructured grid data files.
The XML Partitioned Unstructured Grid reader reads the partitioned VTK unstructured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML unstructured grid data files. The expected file extension is .pvtu. This reader also supports file series.


Reads enzo cosmological simulation AMR files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .boundary, and .hierarchy<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,931: Line 3,437:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
Select the Materiales to be loaded from the dataset, if any.
 
|
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML unstructured grid data format. The standard extension is .pvtu. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML PolyData Reader==


==VisItExtrudedVolReader==
Reads serial VTK XML polydata files.
The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp. This reader also supports file series.


Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .exvol.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,993: Line 3,481:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
Select the Materiales to be loaded from the dataset, if any.
 
|
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Rectilinear Grid Reader==


==VisItFLASHReader==
Reads serial VTK XML rectilinear grid data files.
The XML Rectilinear Grid reader reads the VTK XML rectilinear grid data file format. The standard extension is .vtr. This reader also supports file series.


ASC / Alliances Center for Astrophysical Thermonuclear Flash Reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .flash, and .f5<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 4,057: Line 3,525:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader. Each file is expected to be in the VTK XML rectilinear grid data format. The standard extension is .vtr. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Structured Grid Reader==


==VisItFluentReader==
Reads serial VTK XML structured grid data files.
The XML Structured Grid reader reads the VTK XML structured grid data file format. The standard extension is .vts. This reader also supports file series.


Fluent CFD simulation result reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .cas<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 4,121: Line 3,569:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
Select the Materiales to be loaded from the dataset, if any.
 
|
|
|
The list of array names is provided by the reader.


The list of files to be read by the reader. Each file is expected to be in the VTK XML structured grid data format. The standard extension is .vts. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XML Unstructured Grid Reader==


==VisItGGCMReader==
Reads serial VTK XML unstructured grid data files.
The XML Unstructured Grid reader reads the VTK XML unstructured grid data file format. The standard extension is .vtu. This reader also supports file series.


Reads Geospace General Circulation Model files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .3df, and .mer<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 4,185: Line 3,613:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property lists which cell-centered arrays to read.


|
|
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''FileName''' (FileName)
|
|
Select the Materiales to be loaded from the dataset, if any.


|
The list of files to be read by the reader. Each file is expected to be in the VTK XML unstructured grid data format. The standard extension is .vtu. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.
|
The list of array names is provided by the reader.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
|
Select the meshes to be loaded from the dataset, if any.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


|
|
|
The list of array names is provided by the reader.




|}
|}


==XYZ Reader==


==VisItGTCReader==
Reads XYZ molecular data files into a polygonal dataset.
The XYZ reader reads XYZ molecular data files. The expected file extension is .xyz. The output of this reader is a polygonal dataset.


Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .h5.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 4,247: Line 3,657:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileName''' (FileName)
|
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.


This property specifies the file name for the XYZ reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Materials'''<br>''(MaterialStatus)''
|'''TimeStep''' (TimeStep)
|
|
Select the Materiales to be loaded from the dataset, if any.
 
This property specifies the timestep the XYZ reader should load.


|
|
0
|
|
The list of array names is provided by the reader.




|}
==proSTAR (STARCD) Reader==
Reads geometry in proSTAR (STARCD) file format.
ProStarReader creates an unstructured grid dataset.
It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Meshes'''<br>''(MeshStatus)''
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FileName''' (FileName)
|
|
Select the meshes to be loaded from the dataset, if any.
 
Set the file name for the proSTAR (STARCD) reader.


|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''ScaleFactor''' (ScaleFactor)
|
|
This property lists which point-centered arrays to read.
 
Scaling factor for the points


|
|
1
|
|
The list of array names is provided by the reader.




|}
|}


==spcth history reader==


==VisItGULPReader==
Reads an spcth history file where each row translates into a single time step and the columns are points, materials and properties.
 
 
GULP trajectory file reader
 
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .trg<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 4,311: Line 3,728:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileName''' (FileName)
|
|
This property lists which cell-centered arrays to read.
 
This property specifies the file name for the VRML reader.


|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''File Name'''<br>''(FileName)''
|'''CommentCharacter''' (CommentCharacter)
|
|
This property specifies the file name for the reader


|
This property lists the characters that is used as the first character on comment lines
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.


|
|
%
|
|
The list of array names is provided by the reader.


|-
|-
| '''Meshes'''<br>''(MeshStatus)''
|'''Delimeter''' (Delimeter)
|
|
Select the meshes to be loaded from the dataset, if any.


|
Character that is used as the delimeter.
|
The list of array names is provided by the reader.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.


|
|
,
|
|
The list of array names is provided by the reader.


|}
==VisItGadgetReader==
Gadget 2 cosmological N-body/SPH simulation code reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .gadget<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''TimestepValues''' (TimestepValues)
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
 
|
|
|
The list of array names is provided by the reader.


Available timestep values.


|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the reader


|
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.


|
|
The list of array names is provided by the reader.


|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItH5NimrodReader==
NIMROD HDF5 data model reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .h5nimrod<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItImageReader==
Multiple Image format reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .pnm, .ppm, .sdt, .spr and .imgvol<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItLAMMPSDumpReader==
LAMMPS Molecular Dynamics Simulator dump reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .dump<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItLAMMPSStructureReader==
LAMMPS Molecular Dynamics Simulator reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .eam, .meam, .rigid, and .lammps<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItLinesReader==
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .lines.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItM3DC1Reader==
M3DC1 fusion code reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .h5<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItM3DReader==
M3D fusion code reader
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .m3d<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItMM5Reader==
Reads PSU/NCAR mesoscale model simulation files.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is mm5<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItMirandaReader==
Readers the raw output format of LLNL's Miranda simulation.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .mir, and .raw<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNASTRANReader==
Reads NASTRAN Bulk ASCII unstructured meshes
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nas, and .f06<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNek5000Reader==
Reads simulation results from Nek5000 which is a DNS/LES computational fluid dynamics solver
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nek3, .nek2d, .nek5d, .nek5000, .nek<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFADAPTReader==
Reads NetCDF ADAPT files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFCCSM_MTSDReader==
Reads CCSM climate data files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFCCSM_STSDReader==
Reads CCSM climate data files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFFVCOMParticleReader==
Reads FVCOM primitive equations ocean model particle files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFFVCOM_MTMDReader==
Reads FVCOM  primitive equations ocean models
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFFVCOM_MTSDReader==
Reads FVCOM  primitive equations ocean models
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFFVCOM_STSDReader==
Reads FVCOM  primitive equations ocean models
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFLODIParticleReader==
Reads NetCDF LODI particle files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItNetCDFLODIReader==
Reads NetCDF LODI files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .nc, .cdf, .elev, and .ncd<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItOVERFLOWReader==
Reads Binary Fortran output files containing overlayed curvilinear meshes files.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .dat, and .save<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItOpenFOAMReader==
Reads simulation results from OpenFOAM (Open Field Operation and Manipulation) CFD Toolbox
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .controlDict<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItPATRANReader==
Reads PATRAN neutral files, which are ASCII format files that contain unstructured geometry and simulation results
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .neu<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItPFLOTRANReader==
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .h5.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItPLOT2DReader==
Reads structured simulation data from Plot2D.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .p2d<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItPLOT3DReader==
Reads structured simulation data from Plot3D.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .q, .x, and .vp3d<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItParaDisReader==
Reads Parallel Dislocation Simulator (ParaDiS) files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .prds, .data, .dat<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItParaDisTecplotReader==
Reads Parallel Dislocation Simulator (ParaDiS) tecplot like files
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .fld, .field, .cyl, .cylinder, .dat<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItPixieReader==
Reads 2D and 3D simulation data saved in Pixie HDF5 format.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .h5<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItPlainTextReader==
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .csv, .tsv, and .txt.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItPoint3DReader==
Reads an ASCII file containing X,Y,Z, and data value columns.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .3D<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItProteinDataBankReader==
Reads Protein Databank files contain molecular data.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .ent, and .pdb<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItRAWReader==
Reads RAW mesh geometry format.
Allows mesh geometry to be shared with CAD programs such as Blender and POVRAY<br>
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .raw<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItSAMRAIReader==
Reads Structured AMR data stored in HDF5 file formats.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .samrai<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItSARReader==
Reads Specific Absorption Rate image volume files.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .sar<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItSASReader==
Reads SAS files.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .sas, sasgeom, and .sasdata<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItSpheralReader==
Reads ASCII coupled hydrodynamical and gravitational simulations
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .spheral, and .sv<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItTFTReader==
Reads ASCII TFT Fortran simulation results.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .dat, and .tft<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItTSurfReader==
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .ts_deg83.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItTecplotBinaryReader==
Reads a subset of the Tecplot binary file format
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .plt<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItTecplotReader==
Reads a subset of the ASCII Tecplot file format
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .tp, and .tec<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItTetradReader==
Reads tetrahedral meshes and variables stored in HDF5 file format.
The default file extensions are .hdf5, and .h5<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItUNICReader==
Reads UNIC neutronics code result files.
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .h5<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItVASPCHGCARReader==
Reads VASP simulation result files.
VAMP/VASP is a package for performing ab-initio quantum-mechanical molecular dynamics (MD) using pseudopotentials and a plane wave basis set.<br>
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is CHG*<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItVASPOUTCARReader==
Reads VASP simulation result files.
VAMP/VASP is a package for performing ab-initio quantum-mechanical molecular dynamics (MD) using pseudopotentials and a plane wave basis set.<br>
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is out*<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItVASPPOSCARReader==
Reads VASP simulation result files.
VAMP/VASP is a package for performing ab-initio quantum-mechanical molecular dynamics (MD) using pseudopotentials and a plane wave basis set.<br>
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is POS*<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItVelodyneReader==
Reads Velodyne structural mechainces simulation result files.
Velodyne as an advanced structural mechanics code written by Corvid Technologies.<br>
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .vld, and .rst<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItVsReader==
Reads VizSchema hdf5 files.
VizSchema is a specification for markup added to hdf5 files to describe the data contained within. VizSchema also allows users to specify run information and other miscellaneous data in a standardized manner.<br>
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extensions are .h5, and .vsh5<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItXYZReader==
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .xyz.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==VisItXmdvReader==
Reads XmdvTool ASCII files.
XmdvTool is a public-domain software package for the interactive visual exploration of multivariate data sets.<br>
Note this reader is automatically generated from wrapping a third party reader. For more information on the reader see https://wci.llnl.gov/codes/visit<br>
The default file extension is .okc<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the reader
|
|
|-
| '''Materials'''<br>''(MaterialStatus)''
|
Select the Materiales to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Meshes'''<br>''(MeshStatus)''
|
Select the meshes to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==Wavefront OBJ Reader==
Read Wavefront .OBJ files to produce polygonal and line data.
The OBJ reader reads data stored in Wavefront .OBJ format.<br>
The expected file extension is .obj, the datasets resulting<br>
from reading these files are polygons and lines.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the OBJ reader.
|
|
|}
==WindBlade reader==
Read WindBlade/Firetec simulation files possibly including wind turbines and topolgy files.
WindBlade/Firetec is a simulation dealing with the effects of wind on wind turbines or on the spread of fires.  It produces three outputs - a StructuredGrid for the wind data fields, a StructuredGrid for the ground topology, and a PolyData for turning turbine blades.  The input file (.wind) opened by the WindBlade reader is an ASCII description of the data files expected.  Data is accumulated by the simulation processor and is written one file per time step.  WindBlade can deal with topology if a flag is turned on and expects (x,y) data for the ground.  It also can deal with turning wind turbines from other time step data files which gives polygon positions of segments of the blades and data for each segment.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Filename'''<br>''(Filename)''
|
ASCII .wind file describes locations of data files, grid sizes and variable deltas, time step sizes, whether topology is used, whether turbines are used, and type and order of data written to the files.
|
|
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
Variables written to the data files are described in the .wind file and are presented for selection.  Only selected variables are loaded for a time step.
|
|
The list of array names is provided by the reader.
|}
==XDMF Reader==
Read XDMF (eXtensible Data Model and Format) files.
The XDMF reader reads files in XDMF format. The expected file extension<br>
is .xmf. Metadata is stored in the XDMF file using an XML format, and<br>
large attribute arrays are stored in a corresponding HDF5 file. The<br>
output may be unstructured grid, structured grid, or rectiliner grid.<br>
See http://www.xdmf.org for a description of the file format.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the XDMF reader.
|
|
|-
| '''Grids'''<br>''(GridStatus)''
|
Controls which particular data sets to read from a file that contains
many data sets inside a composite data set collection.
|
|
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Sets'''<br>''(SetStatus)''
|
Select the sets to be loaded from the dataset, if any.
|
|
The list of array names is provided by the reader.
|-
| '''Stride'''<br>''(Stride)''
|
If loading structured data, this property indicate the number of
indices per dimension (X, Y, or Z) to skip between each point included
in this output.
| 1 1 1
|
The value must be greater than or equal to (1, 1, 1).
|}
==XML Hierarchical Box Data reader==
Read a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.
The XML Hierarchical Box Data reader reads VTK's XML-based file format<br>
containing a vtkHierarchicalBoxDataSet. The expected file extensions is<br>
either .vthb or .vth.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be
in the VTK XML polygonal dataset format. The standard extension is
.vtp. If more than 1 file is specified, the reader will switch to file
series mode in which it will pretend that it can support time and
provide 1 file per time step.
|
|
|}
==XML Image Data Reader==
Read serial VTK XML image data files.
The XML Image Data reader reads the VTK XML image data file format. The standard extension is .vti. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML image data format. The standard extension is .vti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML MultiBlock Data Reader==
Read a VTK XML multi-block data file and the serial VTK XML data files to which it points.
The XML Multi-Block Data reader reads the VTK XML multi-block data file<br>
format. XML multi-block data files are meta-files that point to a list of<br>
serial VTK XML files. When reading in parallel, this reader will<br>
distribute sub-blocks among processors. The expected file extensions are<br>
.vtm and .vtmb.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be
in the VTK XML polygonal dataset format. The standard extension is
.vtp. If more than 1 file is specified, the reader will switch to file
series mode in which it will pretend that it can support time and
provide 1 file per time step.
|
|
|}
==XML Partitioned Image Data Reader==
Read the summary file and the associated VTK XML image data files.
The XML Partitioned Image Data reader reads the partitioned VTK image data file format. It reads the partitioned format's summary file and then the associated VTK XML image data files. The expected file extension is .pvti. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML image data format. The standard extension is .pvti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This propert lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML Partitioned Polydata Reader==
Read the summary file and the assicoated VTK XML polydata files.
The XML Partitioned Polydata reader reads the partitioned VTK polydata file format. It reads the partitioned format's summary file and then the associated VTK XML polydata files. The expected file extension is .pvtp.  This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML polygonal dataset format. The standard extension is .pvtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML Partitioned Rectilinear Grid Reader==
Read the summary file and the associated VTK XML rectilinear grid data files.
The XML Partitioned Rectilinear Grid reader reads the partitioned VTK rectilinear grid file format. It reads the partitioned format's summary file and then the associated VTK XML rectilinear grid files. The expected file extension is .pvtr. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML rectilinear grid data format. The standard extension is .pvtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML Partitioned Structured Grid Reader==
Read the summary file and the associated VTK XML structured grid data files.
The XML Partitioned Structured Grid reader reads the partitioned VTK structured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML structured grid data files. The expected file extension is .pvts. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML structured grid data format. The standard extension is .pvts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML Partitioned Unstructured Grid Reader==
Read the summary file and the associated VTK XML unstructured grid data files.
The XML Partitioned Unstructured Grid reader reads the partitioned VTK unstructured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML unstructured grid data files. The expected file extension is .pvtu. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML unstructured grid data format. The standard extension is .pvtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML PolyData Reader==
Read serial VTK XML polydata files.
The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp.  This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML Rectilinear Grid Reader==
Read serial VTK XML rectilinear grid data files.
The XML Rectilinear Grid reader reads the VTK XML rectilinear grid data file format. The standard extension is .vtr. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML rectilinear grid data format. The standard extension is .vtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML Structured Grid Reader==
Read serial VTK XML structured grid data files.
The XML Structured Grid reader reads the VTK XML structured grid data file format. The standard extension is .vts. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML structured grid data format. The standard extension is .vts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XML Unstructured Grid Reader==
Read serial VTK XML unstructured grid data files.
The XML Unstructured Grid reader reads the VTK XML unstructured grid data file format. The standard extension is .vtu. This reader also supports file series.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML unstructured grid data format. The standard extension is .vtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
|
|
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.
|
|
The list of array names is provided by the reader.
|}
==XYZ Reader==
Read XYZ molecular data files into a polygonal dataset.
The XYZ reader reads XYZ molecular data files. The expected file extension is .xyz. The output of this reader is a polygonal dataset.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the XYZ reader.
|
|
|-
| '''Time Step'''<br>''(TimeStep)''
|
This property specifies the timestep the XYZ reader should load.
| 0
|
|}
==proSTAR (STARCD) Reader==
Reads geometry in proSTAR (STARCD) file format.
ProStarReader creates an unstructured grid dataset.<br>
It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
Set the file name for the proSTAR (STARCD) reader.
|
|
|-
| '''Scale Factor'''<br>''(ScaleFactor)''
|
Scaling factor for the points
| 1
|
|}
==spcth history reader==
Read a spcth history file where each row translates into a single time step        and the columns are points, materials and properties.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Comment Character'''<br>''(CommentCharacter)''
|
This property lists the characters that is used as the first character on comment lines
| %
|
|-
| '''Delimeter'''<br>''(Delimeter)''
|
Character that is used as the delimeter.
| ,
|
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the VRML reader.
|
|
|}
|}

Revision as of 21:46, 2 February 2012

AVS UCD Reader

Reads binary or ASCII files stored in AVS UCD format. The AVS UCD reader reads binary or ASCII files stored in AVS UCD format. The default file extension is .inp. The output of this reader is unstructured grid. This supports reading a file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


BYU Reader

Reads Movie.BYU files to produce polygonal data. The BYU reader reads data stored in Movie.BYU format. The expected file extension is .g. The datasets resulting from reading these files are polygonal.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the BYU reader.

The value(s) must be a filename (or filenames).

COSMO Reader

Reads a cosmology file into a vtkUnstructuredGrid. The Cosmology reader reads a binary file of particle location, velocity, and id creating a vtkUnstructuredGrid. The default file extension is .cosmo. Reads LANL Cosmo format or Gadget format.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


CSV Reader

Reads a comma-separated values file into a 1D rectilinear grid. The CSV reader reads a comma-separated values file into a 1D rectilinear grid. If the file was saved using the CSVWriter, then the rectilinear grid's points and point data can be restored as well as the cell data. Otherwise all the data in the CSV file is treated as cell data. The default file extension is .csv. This can read file series as well.


Property Description Default Value(s) Restrictions
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be a csv file. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.


DEM Reader

Reads a DEM (Digital Elevation Model) file. The DEM reader reads Digital Elevation Model files containing elevation values derived from the U. S. Geologic Survey. The default file extension is .dem. This reader produces uniform rectilinear (image/volume) data output.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the DEM (Digital Elevation Map) reader.

The value(s) must be a filename (or filenames).

EnSight Master Server Reader

Reads files in EnSight's Master Server format. The EnSight Master Server reader reads EnSight's parallel files. The master file ususally has a .sos extension and may point to multiple .case files. The output is a multi-block dataset.


Property Description Default Value(s) Restrictions
CaseFileName (CaseFileName)

This property specifies the name of the .sos file for the EnSight Master Server reader.

The value(s) must be a filename (or filenames).

ByteOrder (ByteOrder)

This property indicates the byte order of the binary file(s).

0

The value(s) is an enumeration of the following:

  • BigEndian (0)
  • LittleEndian (1)
TimestepValues (TimestepValues)

Available timestep values.

SetTimeValue (SetTimeValue)

This property indicates which time value to read.

0.0

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

This property lists which point-centered arrays to read.

The list of array names is provided by the reader.

EnSight Reader

Reads EnSight 6 and Gold files. The EnSight reader reads files in the format produced by CEI's EnSight. EnSight 6 and Gold files (both ASCII and binary) are supported. The default extension is .case. The output of this reader is a multi-block dataset.


Property Description Default Value(s) Restrictions
CaseFileName (CaseFileName)

This property specifies the case file name for the EnSight reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

This property lists which point-centered arrays to read.

The list of array names is provided by the reader.

Enzo Reader

Reads multi-block dataset from an Enzo file. This Enzo reader loads data stored in Enzo format. The output of this reader is a multi-block dataset.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the Enzo reader.

The value(s) must be a filename (or filenames).

BlockOutputType (BlockOutputType)

The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.

0

The value(s) is an enumeration of the following:

  • Image Data (0)
  • Rectilinear Grid (1)
MaxLevel (MaxLevel)

Do not blocks above this level.

100

LoadParticles (LoadParticles)

Load particles when on.

1

Accepts boolean values (0 or 1).

ExodusIIReader

Reads an Exodus II file to produce an unstructured grid. The Exodus reader loads Exodus II files and produces an unstructured grid output. The default file extensions are .g, .e, .ex2, .ex2v2, .exo, .gen, .exoII, .exii, .0, .00, .000, and .0000. The file format is described fully at: http://endo.sandia.gov/SEACAS/Documentation/exodusII.pdf.

Each Exodus file contains a single set of points with 2-D or 3-D coordinates plus one or more blocks, sets, and maps. Block group elements (or their bounding edges or faces) of the same type together. Sets select subsets (across all the blocks in a file) of elements, sides of elements (which may be of mixed dimensionality), bounding faces of volumetric elements, or bounding edges of volumetric or areal elements. Each block or set may have multiple result variables, each of which defines a value per element, per timestep.

The elements (cells), faces of elements (when enumerated in face blocks), edges of elements (when enumerated in edge blocks), and nodes (points) in a file may be assigned an arbitrary integer number by an element map, face map, edge map, or node map, respectively. Usually, only a single map of each type exists and is employed to assign a unique global ID to entities across multiple files which partition a large mesh for a distributed-memory calculation. However here may be multiply maps of each type and there are no constraints which force the integers to be unique.

The connectivity of elements is constant across all of the timesteps in any single Exodus II file. However, multiple files which specify a single time-evolution of a mesh may be used to represent meshes which exhibit changes in connectivity infrequently.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

This property specifies the file name for the Exodus reader.

The value(s) must be a filename (or filenames).

UseMetaFile (UseMetaFile)

This hidden property must always be set to 1 for this proxy to work.

0

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)


FLUENTReader

Reads a dataset in Fluent file format. FLUENTReader creates an unstructured grid dataset. It reads .cas and .dat files stored in FLUENT native format.


Property Description Default Value(s) Restrictions
FileName (FileName)

Set the file name for the FLUENT reader.

The value(s) must be a filename (or filenames).

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

Select which cell-centered arrays to read.

The list of array names is provided by the reader.

FacetReader

Reads ASCII files stored in Facet format. The Facet Reader reads files in Facet format: a simple ASCII file format listing point coordinates and connectivity between these points. The default file extension is .facet. The output of the Facet Reader is polygonal.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the Facet reader.

The value(s) must be a filename (or filenames).

Flash Reader

Reads multi-block dataset from a Flash file. This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the Flash reader.

The value(s) must be a filename (or filenames).

BlockOutputType (BlockOutputType)

The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.

0

The value(s) is an enumeration of the following:

  • Image Data (0)
  • Rectilinear Grid (1)
LoadParticles (LoadParticles)

Load particles when on.

1

Accepts boolean values (0 or 1).

LoadMortonCurve (LoadMortonCurve)

Generate morton curve when on.

0

Accepts boolean values (0 or 1).

Gaussian Cube Reader

Produce polygonal data by reading a Gaussian Cube file. The Gaussian Cube reader produces polygonal data by reading data files produced by the Gaussian software package. The expected file extension is .cube.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the Gaussian Cube reader.

The value(s) must be a filename (or filenames).

HBScale (HBScale)

A scaling factor to compute bonds with hydrogen atoms.

1.0

BScale (BScale)

A scaling factor to compute bonds between non-hydrogen atoms

1.0


Image Reader

Reads raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified. The Image reader reads raw, regular, rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.


Property Description Default Value(s) Restrictions
FilePrefix (FilePrefix)

The text string contained in this property specifies the file prefix (directory plus common initial part of file name) for the raw binary uniform rectilinear grid dataset.

The value(s) must be a filename (or filenames).

FilePattern (FilePattern)

The text string contained in the property specifies the format string to determine the file names necessary for reading this dataset. In creating the filenames, %s will be replaced by the prefix and %d by a digit which represents the slice number in Z. The format string is the same as that used by printf.

%s

DataScalarType (DataScalarType)

The value of this property indicates the scalar type of the pixels/voxels in the file(s): short, int, float ...

4

The value(s) is an enumeration of the following:

  • char (2)
  • unsigned char (3)
  • short (4)
  • unsigned short (5)
  • int (6)
  • unsigned int (7)
  • long (8)
  • unsigned long (9)
  • float (10)
  • double (11)
DataByteOrder (DataByteOrder)

This property indicates the byte order of the binary file(s).

0

The value(s) is an enumeration of the following:

  • BigEndian (0)
  • LittleEndian (1)
FileDimensionality (FileDimensionality)

This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D).

3

The value(s) is an enumeration of the following:

  • 2 (2)
  • 3 (3)
DataOrigin (DataOrigin)

The coordinate contained in this property specifies the position of the point with index (0,0,0).

0.0 0.0 0.0

DataSpacing (DataSpacing)

This property specifies the size of a voxel in each dimension.

1.0 1.0 1.0

DataExtent (DataExtent)

This property specifies the minimum and maximum index values of the data in each dimension (xmin, xmax, ymin, ymax, zmin, zmax).

0 0 0 0 0 0

NumberOfScalarComponents (NumberOfScalarComponents)

This property specifies the number of components the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).

1

ScalarArrayName (ScalarArrayName)

This property contains a text string listing a name to assign to the point-centered data array read.

ImageFile

FileLowerLeft (FileLowerLeft)

This property determines whether the data originates in the lower left corner (on) or the upper left corner (off). Most scientific data is written with a right-handed axes that originates in the lower left corner. However, several 2D image file formats write the image from the upper left corner.

1

Accepts boolean values (0 or 1).

JPEG Series Reader

Reads a series of JPEG files into an time sequence of image datas. The JPEG series reader reads JPEG files. The output is a time sequence of uniform rectilinear (image/volume) dataset. The default file extension is .jpg or .jpeg.


Property Description Default Value(s) Restrictions
FileNames (FileNames)

The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


LSDynaReader

Read LS-Dyna databases (d3plot). This reader reads LS-Dyna databases.


Property Description Default Value(s) Restrictions
FileName (FileName)

Set the file name for the LSDyna reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)
SolidArrayInfo (SolidArrayInfo)
Solid Arrays (SolidArrayStatus)

Select which solid arrays to read.

The list of array names is provided by the reader.

ThickShellArrayInfo (ThickShellArrayInfo)
Thick Shell Arrays (ThickShellArrayStatus)

Select which thick shell arrays to read.

The list of array names is provided by the reader.

ShellArrayInfo (ShellArrayInfo)
Shell Arrays (ShellArrayStatus)

Select which shell arrays to read.

The list of array names is provided by the reader.

RigidBodyArrayInfo (RigidBodyArrayInfo)
Rigid Body Arrays (RigidBodyArrayStatus)

Select which rigid body arrays to load.

The list of array names is provided by the reader.

RoadSurfaceArrayInfo (RoadSurfaceArrayInfo)
Road Surface Arrays (RoadSurfaceArrayStatus)

Select which road surface arrays to read.

The list of array names is provided by the reader.

BeamArrayInfo (BeamArrayInfo)
Beam Arrays (BeamArrayStatus)

Select which beam arrays to read.

The list of array names is provided by the reader.

ParticleArrayInfo (ParticleArrayInfo)
Particle Arrays (ParticleArrayStatus)

Select which particle arrays to read.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

Select which point-centered arrays to read.

The list of array names is provided by the reader.

PartArrayInfo (PartArrayInfo)
Part Arrays (PartArrayStatus)

Select which part arrays to read.

The list of array names is provided by the reader.

DeformedMesh (DeformedMesh)

Should the mesh be deformed over time (if the Deflection node array is set to load)?

1

Accepts boolean values (0 or 1).

RemoveDeletedCells (RemoveDeletedCells)

Should cells that have been deleted (failed structurally, for example) be removed from the mesh?

1

Accepts boolean values (0 or 1).

Legacy VTK Reader

Reads files stored in VTK's legacy file format. The Legacy VTK reader loads files stored in VTK's legacy file format (before VTK 4.2, although still supported). The expected file extension is .vtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectiinear grid, unstructured grid, or polygonal. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


MFIXReader

Reads a dataset in MFIX file format. vtkMFIXReader creates an unstructured grid dataset. It reads a restart file and a set of sp files. The restart file contains the mesh information. MFIX meshes are either cylindrical or rectilinear, but this reader will convert them to an unstructured grid. The sp files contain transient data for the cells. Each sp file has one or more variables stored inside it.


Property Description Default Value(s) Restrictions
FileName (FileName)

Set the file name for the MFIX reader.

The value(s) must be a filename (or filenames).

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

Select which cell-centered arrays to read.

The list of array names is provided by the reader.

TimestepValues (TimestepValues)


Meta File Series Reader

Reads a series of meta images. Read a series of meta images. The file extension is .mhd


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader. Each file is expected to be in the meta format. The standard extension is .mhd. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


NetCDF CAM reader

Reads unstructured grid data from NetCDF files. There are 2 files, a points+fields file which is set as FileName and a cell connectivity file set as ConnectivityFileName. This reader reads in unstructured grid data from a NetCDF file. The grid data is in a set of planes as quadrilateral cells. The reader creates hex cells in order to create a volumetric grid.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


NetCDF MPAS reader

Reads unstructured grid MPAS data from a file. This reader reads unstructured grid MPAS data from a file. It creates a dual grid It assumes the grid is in the global domain. By default, it creates a spherical view of vertical layer 0. It assumes it is ocean data. It gives several options to change the view to multilayer (all vertical layers will have a thickness determined by the value in the slider), lat/lon projection or atmospheric (vertical layers go out away from the center of the sphere, instead of down towards the center as they do for ocean data). It doesn't handle data in the rectangular domain. This is not a parallel reader. It expects one .nc file of data. It can display cell or vertex-centered data, but not edge data. When converted to the dual grid, cell-centered data becomes vertex-centered and vice-versa. NOTES: When using this reader, it is important that you remember to do the following: 1. When changing a selected variable, remember to select it also in the drop down box to color by. It doesn't color by that variable automatically 2. When selecting multilayer sphere view, start with layer thickness around 100,000 3. When selecting multilayer lat/lon view, start with layer thickness around 10 4. Always click the -Z orientation after making a switch from lat/lon to sphere, from single to multilayer or changing thickness. 5. Be conservative on the number of changes you make before hitting Apply, since there may be bugs in this reader. Just make one change and then hit Apply. For problems, contact Christine Ahrens (cahrens@lanl.gov)


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name to read. It should be an MPAS format NetCDF file ending in .nc.

The value(s) must be a filename (or filenames).

PointArrayInfo (PointArrayInfo)
PointArrayStatus (PointArrayStatus)

This property lists which NetCDF dual-grid point variables to load.

The list of array names is provided by the reader.

CellArrayInfo (CellArrayInfo)
CellArrayStatus (CellArrayStatus)

This property lists which NetCDF dual-grid cell variables to load.

The list of array names is provided by the reader.

ProjectLatLon (ProjectLatLon)

This property indicates whether to view the data in the lat/lon projection.

0

Accepts boolean values (0 or 1).

ShowMultilayerView (ShowMultilayerView)

This property indicates whether to show multiple layers in one view, with each vertical level having the same thickness, specified by the layer thickness slider. For ocean data, the layers correspond to data at vertical level whose number increases towards the center of the sphere. For atmospheric data, the layers correspond to data at vertical levels increasing away from the center.

0

Accepts boolean values (0 or 1).

IsAtmosphere (IsAtmosphere)

This property indicates whether data is atmospheric. Checking this ensures the vertical levels will go up away from the sphere instead of down towards the center.

0

Accepts boolean values (0 or 1).

LayerThicknessRangeInfo (LayerThicknessRangeInfo)
Layer Thickness (LayerThickness)

This property specifies how thick the layer should be if viewing the data in multilayer view. Each layer corresponds to a vertical level. A good starting point is 100,000 for the spherical view and 10 for the lat/lon projection. Click on -Z after applying this change, since the scale may change drastically.

10

CenterLonRangeInfo (CenterLonRangeInfo)
Center Longitude (CenterLon)

This property specifies where the center will be viewed for a lat/lon projection.

180

VerticalLevelRangeInfo (VerticalLevelRangeInfo)
VerticalLevel (VerticalLevel)

This property specifies which vertical level is viewed if not in multilayer view. Only the data for that vertical level will be viewed. The grid is essentially the same for each vertical level, however at some ocean levels, especially the lower ones, due to the topography, the grid becomes more sparse where there is land.

0

TimestepValues (TimestepValues)


NetCDF POP reader

Reads rectilinear grid data from a NetCDF POP file. The reader reads regular rectilinear grid (image/volume) data from a NetCDF file.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


NetCDF Reader

Reads regular arrays from netCDF files. Will also read any topological information specified by the COARDS and CF conventions. Reads arrays from netCDF files into structured VTK data sets. In the absence of any other information, the files will be read as image data. This reader will also look for meta information specified by the CF convention that specify things like topology and time. This information can cause the output to be a nonuniform rectilinear grid or curvilinear (structured) grid. Details on the CF convention can be found at http://cf-pcmdi.llnl.gov/. It should be noted that the CF convention is a superset of the COARDS convention, so COARDS conventions will also be recognized.


Property Description Default Value(s) Restrictions
FileName (FileName)

The name of the files to load.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

This magic property sends time information to the animation panel. ParaView will then automatically set up the animation to visit the time steps defined in the file.


Nrrd Reader

Reads raw image files with Nrrd meta data. The Nrrd reader reads raw image data much like the Raw Image Reader except that it will also read metadata information in the Nrrd format. This means that the reader will automatically set information like file dimensions.

There are several limitations on what type of nrrd files we can read. This reader only supports nrrd files in raw format. Other encodings like ascii and hex will result in errors. When reading in detached headers, this only supports reading one file that is detached.


Property Description Default Value(s) Restrictions
FileName (FileName)

The name of the file to read (or the meta data file that will point to the actual file).

The value(s) must be a filename (or filenames).

Data VOI (DataVOI)

The data volume of interest (VOI). The VOI is a sub-extent of the data that you want loaded. Setting a VOI is useful when reading from a large data set and you are only interested in a small portion of the data. If left containing all 0's, then the reader will load in the entire data set.

0 0 0 0 0 0


OpenFOAMReader

Reads OpenFOAM data files, producing multi-block dataset. The OpenFOAM reader reads OpenFOAM data files and outputs multi-block datasets. Mesh information and time dependent data are supported. The OpenFOAM format is described fully at http://www.openfoam.com/docs/user/basic-file-format.php


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the reader.

The value(s) must be a filename (or filenames).

CaseType (CaseType)

The property indicates whether decomposed mesh or reconstructed mesh should be read

1

The value(s) is an enumeration of the following:

  • Decomposed Case (0)
  • Reconstructed Case (1)
Create cell-to-point filtered data (CreateCellToPoint)

Create point data from cell data. Beware: the filter does not do inverse distance weighting.

1

Accepts boolean values (0 or 1).

Add dimensional units to array names (AddDimensionsToArrayNames)

Read dimensional units from field data and add them to array names as human-readable string.

0

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)
PatchArrayInfo (PatchArrayInfo)
MeshRegions (MeshRegions)

The list of array names is provided by the reader.

CellArrayInfo (CellArrayInfo)
CellArrays (CellArrays)

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
PointArrays (PointArrays)

The list of array names is provided by the reader.

LagrangianArrayInfo (LagrangianArrayInfo)
LagrangianArrays (LagrangianArrays)

The list of array names is provided by the reader.

Cache mesh (CacheMesh)

Cache the OpenFOAM mesh between GUI selection changes.

1

Accepts boolean values (0 or 1).

Decompose polyhedra (DecomposePolyhedra)

Decompose polyhedra into tetrahedra and pyramids.

1

Accepts boolean values (0 or 1).

List timesteps according to controlDict (ListTimeStepsByControlDict)

List time directories listed according to the settings in controlDict.

0

Accepts boolean values (0 or 1).

Lagrangian positions are in OF 1.3 binary format (PositionsIsIn13Format)

Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.

0

Accepts boolean values (0 or 1).

Read zones (ReadZones)

Read point/face/cell-Zones?

0

Accepts boolean values (0 or 1).

PDB Reader

Reads PDB molecule files. The PDB reader reads files in the format used by the Protein Data Bank (an archive of experimentally determined three-dimensional structures of biological macromolecules). The expected file extension is .pdb. The output datasets are polygonal.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the PDB reader.

The value(s) must be a filename (or filenames).

PLOT3D Reader

Reads ASCII or binary PLOT3D files. PLOT3D is a plotting package developed at NASA. The PLOT3D reader can read both ASCII and binary PLOT3D files. The default file extension for the geometry files is .xyz, and the default file extension for the solution files is .q. The output of this reader is a multi-block dataset containing curvilinear (structured grid) datasets.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
QFileName (QFileName)

The list of .q (solution) files for the PLOT3D reader. There can be more than one. If more that one file is specified, the reader will switch to file-series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


PLY Reader

Reads files stored in Stanford University's PLY polygonal file format. The PLY reader reads files stored in the PLY polygonal file format developed at Stanford University. The PLY files that ParaView can read must have the elements "vertex" and "face" defined. The "vertex" elements must have the propertys "x", "y", and "z". The "face" elements must have the property "vertex_indices" defined. The default file extension for this reader is .ply.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the PLY reader.

The value(s) must be a filename (or filenames).

PNG Series Reader

Reads a PNG file into an image data. The PNG reader reads PNG (Portable Network Graphics) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .png.


Property Description Default Value(s) Restrictions
FileNames (FileNames)

The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


POP Reader

Reads data files from the Parallel Ocean Program (POP). The POP reader reads data files from the Parallel Ocean Program (POP). The expected file extension is .pop. The output of this reader is a structured grid dataset.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the POP Ocean file reader.

The value(s) must be a filename (or filenames).

Radius (Radius)

This property specifies the radius of the dataset.

60000

ClipExtent (ClipExtent)

This property indicates the minimum and maximum extent in each dimension of the dataset (X, Y, and Z) to read.

-2147483647 2147483647 -2147483647 2147483647 -2147483647 2147483647

NumberOfGhostLevels (NumberOfGhostLevels)

This property indicates the number of ghost levels to generate.

1


PVD Reader

Load a dataset stored in ParaView's PVD file format. The PVD reader reads data stored in ParaView's PVD file format. The .pvd file is essentially a header file that collects together other data files stored in VTK's XML-based file format.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the PVD reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Parallel NetCDF POP reader

Reads rectilinear grid data from a NetCDF POP file in parallel. The reader reads regular rectilinear grid (image/volume) data from a NetCDF file. Only a subset of the processes actually read the file and these processes communicate the data to other processes.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Particles Reader

Reads particle data. vtkParticleReader reads either a binary or a text file of particles. Each particle can have associated with it an optional scalar value. So the format is: x, y, z, scalar (all floats or doubles). The text file can consist of a comma delimited set of values. In most cases vtkParticleReader can automatically determine whether the file is text or binary. The data can be either float or double. Progress updates are provided. With respect to binary files, random access into the file to read pieces is supported.


Property Description Default Value(s) Restrictions
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.


Partitioned Legacy VTK Reader

Reads files stored in VTK partitioned legacy format. The Partitioned Legacy VTK reader loads files stored in VTK's partitioned legac file format (before VTK 4.2, although still supported). The expected file extension is .pvtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectilinear grid, unstructured grid, or polygonal.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the Partitioned Legacy VTK reader.

The value(s) must be a filename (or filenames).

Phasta Reader

Reads the parallel Phasta meta-file and the underlying Phasta files. This Phasta reader reads files stored in the Phasta (a CFD package) format. The expected file extension is .pht. The output of this reader is a multipiece data set.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the Phasta reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


RTXMLPolyDataReader

Property Description Default Value(s) Restrictions
FileName (FileName)

Set the file name for the real-time VTK polygonal dataset reader.

The value(s) must be a filename (or filenames).

Location (Location)

Set the data directory containing real time data files.

The value(s) must be a filename (or filenames).

NextFileName (NextFileName)
NewDataAvailable (NewDataAvailable)

2


Restarted Sim Exodus Reader

Reads collections of Exodus output files from simulations that were restarted. When a simulation that outputs exodus files is restarted, typically you get a new set of output files. When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files. This reader allows you to specify a metadata file that will implicitly string the files together.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

This points to a special metadata file that lists the output files for each restart.

The value(s) must be a filename (or filenames).

UseMetaFile (UseMetaFile)

This hidden property must always be set to 1 for this proxy to work.

1

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)


Restarted Sim Spy Plot Reader

Reads collections of SPCTH files from simulations that were restarted. When a CTH simulation is restarted, typically you get a new set of output files. When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files. This reader allows you to specify a metadata file that will implicitly string the files together.


Property Description Default Value(s) Restrictions
FileName (FileName)

This points to a special metadata file that lists the output files for each restart.

The value(s) must be a filename (or filenames).

UseMetaFile (UseMetaFile)

This hidden property must always be set to 1 for this proxy to work.

1

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)


SESAME Reader

Reads SESAME data files, producing rectilinear grids. The SESAME reader reads SESAME data files, and outputs rectilinear grids. The expected file extension is .sesame.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the SESAME reader.

The value(s) must be a filename (or filenames).

TableId (TableId)

This proeprty indicates which table to read.

-1

The value(s) is an enumeration of the following:

TableIds (TableIds)
TableArrayInfo (TableArrayInfo)


SLAC Data Reader

A reader for a data format used by Omega3p, Tau3p, and several other tools used at the Standford Linear Accelerator Center (SLAC). The underlying format uses netCDF to store arrays, but also imposes several conventions to form an unstructured grid of elements.


Property Description Default Value(s) Restrictions
MeshFileName (MeshFileName)

The name of the mesh file to load.

The value(s) must be a filename (or filenames).

ModeFileName (ModeFileName)

The name of the mode files to load. The points in the mode file should be the same as the mesh file.

The value(s) must be a filename (or filenames).

ReadInternalVolume (ReadInternalVolume)

If on, read the internal volume of the data set.

0

Accepts boolean values (0 or 1).

ReadExternalSurface (ReadExternalSurface)

If on, read the external surfaces of the data set.

1

Accepts boolean values (0 or 1).

ReadMidpoints (ReadMidpoints)

If on, reads midpoint information for external surfaces and builds quadratic surface triangles.

0

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)

This magic property sends time information to the animation panel. ParaView will then automatically set up the animation to visit the time steps defined in the file.

TimeRange (TimeRange)

This magic property sends time range information to the animation panel. ParaView uses this information to set the range of time for the animation. This property is important for when there are no timesteps but you still want to give ParaView a range of values to use.


SLAC Particle Data Reader

The SLAC Particle data reader.


Property Description Default Value(s) Restrictions
FileName (FileName)

A list of files to be read in a time series.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


STL Reader

Reads ASCII or binary stereo lithography (STL) files. The STL reader reads ASCII or binary stereo lithography (STL) files. The expected file extension is .stl. The output of this reader is a polygonal dataset. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Spy Plot Reader

Reads files in the SPCTH Spy Plot file format. The Spy Plot reader loads an ASCII meta-file called the "case" file (extension .spcth). The case file lists all the binary files containing the dataset. This reader produces hierarchical datasets.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the Spy Plot reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.

DownConvertVolumeFraction (DownConvertVolumeFraction)

If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.

1

Accepts boolean values (0 or 1).

ComputeDerivedVariables (ComputeDerivedVariables)

If this property is set to 1, the reader will convert derived variables like material density for the materials that the user has selected. For Density the user needs to have selected Material Mass and Material Volume Fraction.

1

Accepts boolean values (0 or 1).

DistributeFiles (DistributeFiles)

In parallel mode, if this property is set to 1, the reader will distribute files or blocks.

1

Accepts boolean values (0 or 1).

GenerateLevelArray (GenerateLevelArray)

If this property is set to 1, a cell array will be generated that stores the level of each block.

0

Accepts boolean values (0 or 1).

GenerateActiveBlockArray (GenerateActiveBlockArray)

If this property is set to 1, a cell array will be generated that stores the active status of a block.

0

Accepts boolean values (0 or 1).

GenerateTracerArray (GenerateTracerArray)

If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.

0

Accepts boolean values (0 or 1).

GenerateBlockIdArray (GenerateBlockIdArray)

If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.

0

Accepts boolean values (0 or 1).

MergeXYZComponents (MergeXYZComponents)

If this property is set to 1, cell arrays named (for example) X velocity, Y velocity and Z velocity will be combined into a single vector array named velocity.

1

Accepts boolean values (0 or 1).

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

TIFF Reader

Reads a TIFF file into an image data. The TIFF reader reads TIFF (Tagged Image File Format) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .tiff.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the TIFF reader.

The value(s) must be a filename (or filenames).

TIFF Series Reader

Reads a series of TIFF files into an time sequence of image datas. The TIFF series reader reads TIFF files. The output is a time sequence of uniform rectilinear (image/volume) dataset. The default file extension is .tif or .tiff.


Property Description Default Value(s) Restrictions
FileNames (FileNames)

The list of files to be read by the reader. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Tecplot Reader

Reads files in the Tecplot ASCII file format. The Tecplot reader extracts multiple zones (blocks) of data from a Tecplot ASCII file, in which a zone is stored in either point packing mode (i.e., tuple-based, with only point data supported) or block packing mode (i.e., component-based, with point data and cell data supported). The output of the reader is a vtkMultiBlockDataset, of which each block is either a vtkStructuredGrid or a vtkUnstructuredGrid. This supports reading a file series.


Property Description Default Value(s) Restrictions
FileNames (FileNames)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.


VPIC Reader

Reads distributed VPIC files into an ImageData. VPIC is a 3D kinetic plasma particle-in-cell simulation. The input file (.vpc) opened by the VPIC reader is an ASCII description of the data files which are written one file per processor, per category and per time step. These are arranged in subdirectories per category (field data and hydrology data) and then in time step subdirectories.


Property Description Default Value(s) Restrictions
FileName (FileName)

ASCII .vpc file describes locations of data files, grid sizes, time step sizes and type and order of data written to the files.

The value(s) must be a filename (or filenames).

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

Variables written to the data files are described in the .vpc file and are presented for selection. Only selected variables are loaded for a time step.

The list of array names is provided by the reader.

TimestepValues (TimestepValues)
Stride (SetStride)

VPIC data may be very large and not all is needed for effective visualization. Setting the stride selects every nth data item within the files for display.

1 1 1

DefaultXExtent (DefaultXExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.

DefaultYExtent (DefaultYExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.

DefaultZExtent (DefaultZExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.

X Extent (XExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the X dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.

-1 -1

Y Extent (YExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the Y dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.

-1 -1

Z Extent (ZExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the Z dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.

-1 -1


VRML Reader

Load the geometry from a VRML 2.0 file. The VRML reader loads only the geometry from a VRML (Virtual Reality Modeling Language) 2.0 file. The expected file extension is .wrl. The output of this reader is a polygonal dataset.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the VRML reader.

The value(s) must be a filename (or filenames).

Wavefront OBJ Reader

Reads Wavefront .OBJ files to produce polygonal and line data. The OBJ reader reads data stored in Wavefront .OBJ format. The expected file extension is .obj, the datasets resulting from reading these files are polygons and lines.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the OBJ reader.

The value(s) must be a filename (or filenames).

WindBlade reader

Reads WindBlade/Firetec simulation files possibly including wind turbines and topolgy files. WindBlade/Firetec is a simulation dealing with the effects of wind on wind turbines or on the spread of fires. It produces three outputs - a StructuredGrid for the wind data fields, a StructuredGrid for the ground topology, and a PolyData for turning turbine blades. The input file (.wind) opened by the WindBlade reader is an ASCII description of the data files expected. Data is accumulated by the simulation processor and is written one file per time step. WindBlade can deal with topology if a flag is turned on and expects (x,y) data for the ground. It also can deal with turning wind turbines from other time step data files which gives polygon positions of segments of the blades and data for each segment.


Property Description Default Value(s) Restrictions
Filename (Filename)

ASCII .wind file describes locations of data files, grid sizes and variable deltas, time step sizes, whether topology is used, whether turbines are used, and type and order of data written to the files.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)
PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

Variables written to the data files are described in the .wind file and are presented for selection. Only selected variables are loaded for a time step.

The list of array names is provided by the reader.

XDMF Reader

Reads XDMF (eXtensible Data Model and Format) files. The XDMF reader reads files in XDMF format. The expected file extension is .xmf. Metadata is stored in the XDMF file using an XML format, and large attribute arrays are stored in a corresponding HDF5 file. The output may be unstructured grid, structured grid, or rectiliner grid. See http://www.xdmf.org for a description of the file format.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the XDMF reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)
PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

This property lists which point-centered arrays to read.

The list of array names is provided by the reader.

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

SetInfo (SetInfo)
Sets (SetStatus)

Select the sets to be loaded from the dataset, if any.

The list of array names is provided by the reader.

GridInfo (GridInfo)
SILTimeStamp (SILTimeStamp)

0

Grids (GridStatus)

Controls which particular data sets to read from a file that contains many data sets inside a composite data set collection.

Stride (Stride)

If loading structured data, this property indicate the number of indices per dimension (X, Y, or Z) to skip between each point included in this output.

1 1 1


XML Hierarchical Box Data reader

Reads a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids. The XML Hierarchical Box Data reader reads VTK's XML-based file format containing a vtkHierarchicalBoxDataSet. The expected file extensions is either .vthb or .vth.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Image Data Reader

Reads serial VTK XML image data files. The XML Image Data reader reads the VTK XML image data file format. The standard extension is .vti. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML image data format. The standard extension is .vti. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML MultiBlock Data Reader

Reads a VTK XML multi-block data file and the serial VTK XML data files to which it points. The XML Multi-Block Data reader reads the VTK XML multi-block data file format. XML multi-block data files are meta-files that point to a list of serial VTK XML files. When reading in parallel, this reader will distribute sub-blocks among processors. The expected file extensions are .vtm and .vtmb.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Image Data Reader

Reads the summary file and the associated VTK XML image data files. The XML Partitioned Image Data reader reads the partitioned VTK image data file format. It reads the partitioned format's summary file and then the associated VTK XML image data files. The expected file extension is .pvti. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML image data format. The standard extension is .pvti. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Polydata Reader

Reads the summary file and the assicoated VTK XML polydata files. The XML Partitioned Polydata reader reads the partitioned VTK polydata file format. It reads the partitioned format's summary file and then the associated VTK XML polydata files. The expected file extension is .pvtp. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML polygonal dataset format. The standard extension is .pvtp. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Rectilinear Grid Reader

Reads the summary file and the associated VTK XML rectilinear grid data files. The XML Partitioned Rectilinear Grid reader reads the partitioned VTK rectilinear grid file format. It reads the partitioned format's summary file and then the associated VTK XML rectilinear grid files. The expected file extension is .pvtr. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML rectilinear grid data format. The standard extension is .pvtr. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Structured Grid Reader

Reads the summary file and the associated VTK XML structured grid data files. The XML Partitioned Structured Grid reader reads the partitioned VTK structured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML structured grid data files. The expected file extension is .pvts. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML structured grid data format. The standard extension is .pvts. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Unstructured Grid Reader

Reads the summary file and the associated VTK XML unstructured grid data files. The XML Partitioned Unstructured Grid reader reads the partitioned VTK unstructured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML unstructured grid data files. The expected file extension is .pvtu. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML unstructured grid data format. The standard extension is .pvtu. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML PolyData Reader

Reads serial VTK XML polydata files. The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Rectilinear Grid Reader

Reads serial VTK XML rectilinear grid data files. The XML Rectilinear Grid reader reads the VTK XML rectilinear grid data file format. The standard extension is .vtr. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML rectilinear grid data format. The standard extension is .vtr. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Structured Grid Reader

Reads serial VTK XML structured grid data files. The XML Structured Grid reader reads the VTK XML structured grid data file format. The standard extension is .vts. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML structured grid data format. The standard extension is .vts. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Unstructured Grid Reader

Reads serial VTK XML unstructured grid data files. The XML Unstructured Grid reader reads the VTK XML unstructured grid data file format. The standard extension is .vtu. This reader also supports file series.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML unstructured grid data format. The standard extension is .vtu. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XYZ Reader

Reads XYZ molecular data files into a polygonal dataset. The XYZ reader reads XYZ molecular data files. The expected file extension is .xyz. The output of this reader is a polygonal dataset.


Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the XYZ reader.

The value(s) must be a filename (or filenames).

TimeStep (TimeStep)

This property specifies the timestep the XYZ reader should load.

0


proSTAR (STARCD) Reader

Reads geometry in proSTAR (STARCD) file format. ProStarReader creates an unstructured grid dataset. It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.


Property Description Default Value(s) Restrictions
FileName (FileName)

Set the file name for the proSTAR (STARCD) reader.

The value(s) must be a filename (or filenames).

ScaleFactor (ScaleFactor)

Scaling factor for the points

1


spcth history reader

Reads an spcth history file where each row translates into a single time step and the columns are points, materials and properties.

Property Description Default Value(s) Restrictions
FileName (FileName)

This property specifies the file name for the VRML reader.

The value(s) must be a filename (or filenames).

CommentCharacter (CommentCharacter)

This property lists the characters that is used as the first character on comment lines

%

Delimeter (Delimeter)

Character that is used as the delimeter.

,

TimestepValues (TimestepValues)

Available timestep values.