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

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:




==AVS UCD Reader=
==AVS UCD Reader==




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


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


The list of files to be read by the reader. If more than 1 file i
| �
specified, the reader will switch to file series mode in which it wil
|
pretend that it can support time and provide 1 file per time step
The list of array names is provided by the reader.


|-
| '''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.
| '''Cell Arrays'''<br>''(CellArrayStatus)'


This property contains a list of the cell-centered arrays to read
|}


|


The list of array names is provided by the reader
==BYU Reader==




|
Read Movie.BYU files to produce polygonal data.
| '''Point Arrays'''<br>''(PointArrayStatus)'


This property contains a list of the point-centered arrays to read
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the BYU reader.


The list of array names is provided by the reader
| �
| �
|}




|
==COSMO Reader==




==BYU Reader=
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>


Read Movie.BYU files to produce polygonal data
{| 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.


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


{| class="PropertiesTable" border="1" cellpadding="5
| 1
|
|
| '''Property''
Only the values 0 and 1 are accepted.
| '''Description''
 
| '''Default Value(s)''
| '''Restrictions''
|-
| '''overlap (shared point/ghost cell gap distance)'''<br>''(Overlap)''
|
|
| '''File Name'''<br>''(FileName)'
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.


This property specifies the file name for the BYU reader
| 5
|
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.
| 90.1408
|
|
|
The value must be greater than or equal to 0.
 
|}




==COSMO Reader=
==CSV Reader==




Read a cosmology file into a vtkUnstructuredGrid
Read a comma-separated values file into a 1D rectilinear grid.


The Cosmology reader reads a binary file of particle location, <br
The CSV reader reads a comma-separated values file into a 1D rectilinear<br>
velocity, and id creating a vtkUnstructuredGrid. The default <br
grid. If the file was saved using the CSVWriter, then the rectilinear<br>
file extension is .cosmo. Reads LANL Cosmo format or Gadget format.<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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
The list of files to be read by the reader. Each file is expected to be
| '''Description''
a csv file. If more than 1 file is specified, the reader will switch to
| '''Default Value(s)''
file series mode in which it will pretend that it can support time and
| '''Restrictions''
provide 1 file per time step.
 
| �
| �
|-
| '''Detect Numeric Columns'''<br>''(DetectNumericColumns)''
|
|
| '''File Name'''<br>''(FileName)'
When set to true, the reader will detect numeric columns and create
vtkDoubleArray or vtkIntArray for those instead of vtkStringArray.


The list of files to be read by the reader
| 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)''
|
|
If the value of this property is 1, treat the first line of the file as headers.
| 1
|
|
| '''Cosmo Format'''<br>''(CosmoFormat)'
Only the values 0 and 1 are accepted.


If checked, the data will be read as the LANL Cosmo formatIf unchecked, the data will be read as Gadget-2 format
|-
| '''Merge Consecutive Delimiters'''<br>''(MergeConsecutiveDelimiters)''
|
Whether to merge successive delimitersUse 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.


Only the values 0 and 1 are accepted
 
|-
 
| '''Use String Delimiter'''<br>''(UseStringDelimiter)''
|
|
| '''overlap (shared point/ghost cell gap distance)'''<br>''(Overlap)'
This property indicates whether to use the string delimiter.
 
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


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


The value must be greater than or equal to 0
|}




|
==DEM Reader==
| '''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


| 90.140
Read a DEM (Digital Elevation Model) file.


The value must be greater than or equal to 0
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the DEM (Digital Elevation Map) reader.


|
|
| �
|}




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




Read a comma-separated values file into a 1D rectilinear grid
Read files in EnSight's Master Server format.


The CSV reader reads a comma-separated values file into a 1D rectilinear<br
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>
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Byte Order'''<br>''(ByteOrder)''
|
|
| '''Property''
This property indicates the byte order of the binary file(s).
| '''Description''
 
| '''Default Value(s)''
| 0
| '''Restrictions''
|
|
| '''File Name'''<br>''(FileName)'
The value must be one of the following: BigEndian (0), LittleEndian (1).


The list of files to be read by the reader. Each file is expected to b
a csv file. If more than 1 file is specified, the reader will switch t
|-
file series mode in which it will pretend that it can support time an
| '''Case File Name'''<br>''(CaseFileName)''
provide 1 file per time step
|
This property specifies the name of the .sos file for the EnSight Master Server 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)''
|
|
| '''Detect Numeric Columns'''<br>''(DetectNumericColumns)'
This property lists which point-centered arrays to read.


When set to true, the reader will detect numeric columns and creat
| �
vtkDoubleArray or vtkIntArray for those instead of vtkStringArray
|
The list of array names is provided by the reader.


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


Only the values 0 and 1 are accepted
==EnSight Reader==




|
Read EnSight 6 and Gold files.
| '''Field Delimiter Characters'''<br>''(FieldDelimiterCharacters)'


This property lists the characters that may be used to separate fields. Fo
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>
example, a value of "," indicates a comma-separated value file.
value of ".:;" indicates that columns may be separated by
period, colon or semicolon. The order of the characters in the tex
string does not matter


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Case File Name'''<br>''(CaseFileName)''
|
|
This property specifies the case file name for the EnSight reader.
| �
| �
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
| �
|
|
| '''Have Headers'''<br>''(HaveHeaders)'
The list of array names is provided by the reader.


If the value of this property is 1, treat the first line of the file as headers
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
This property lists which point-centered arrays to read.


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


Only the values 0 and 1 are accepted
|}




|
==Enzo Reader==
| '''Merge Consecutive Delimiters'''<br>''(MergeConsecutiveDelimiters)'


Whether to merge successive delimiters.  Use this if (for example) your fields are separate
by spaces but you don't know exactly how many


|
Read multi-block dataset from an Enzo file.


Only the values 0 and 1 are accepted
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"
|-
| '''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.


| 0
|
|
| '''Use String Delimiter'''<br>''(UseStringDelimiter)'
The value must be one of the following: Image Data (0), Rectilinear Grid (1).


This property indicates whether to use the string delimiter
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the Enzo reader.


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


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


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


|
| 100
| �
|}




==DEM Reader=
==ExodusIIReader==




Read a DEM (Digital Elevation Model) file
Read an Exodus II file to produce an unstructured grid.


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
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 .<br>


{| class="PropertiesTable" border="1" cellpadding="5
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
This property specifies the file name for the Exodus reader.
| '''Description''
 
| '''Default Value(s)''
| �
| '''Restrictions''
| �
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
|
|
| '''File Name'''<br>''(FileName)'
This hidden property must always be set to 1 for this proxy to work.


This property specifies the file name for the DEM (Digital Elevation Map) reader
| 0
|
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.
|-
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
|
|
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
|
Only the values 0 and 1 are accepted.


==EnSight Master Server Reader=
|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
|
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.


| 1
| �
|-
| '''Edge Blocks'''<br>''(EdgeBlocks)''
| �
| �
|
The list of array names is provided by the reader.


Read files in EnSight's Master Server format
|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


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
|-
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


{| class="PropertiesTable" border="1" cellpadding="5
|-
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| �
| �
|
|
| '''Property''
The list of array names is provided by the reader.
| '''Description''
 
| '''Default Value(s)''
| '''Restrictions''
|-
| '''Edge Variables'''<br>''(EdgeVariables)''
|
| �
|
|
| '''Byte Order'''<br>''(ByteOrder)'
The list of array names is provided by the reader.


This property indicates the byte order of the binary file(s)
|-
| '''Element Blocks'''<br>''(ElementBlocks)''
| �
| �
| �
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.


The value must be one of the following: BigEndian (0), LittleEndian (1)
|-
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Element Variables'''<br>''(ElementVariables)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
| �
| 0
|
|
| '''Case File Name'''<br>''(CaseFileName)'
Only the values 0 and 1 are accepted.


This property specifies the name of the .sos file for the EnSight Master Server reader
|-
| '''Face Blocks'''<br>''(FaceBlocks)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| �
| �
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
The list of array names is provided by the reader.


This property lists which cell-centered arrays to read
|-
| '''Face Variables'''<br>''(FaceVariables)''
| �
| �
|
The list of array names is provided by the 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 list of array names is provided by the reader
| �
| �
|-
| '''File Prefix'''<br>''(FilePrefix)''
|
This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.)


| �
| �
|-
| '''File Range'''<br>''(FileRange)''
|
This property controls the indices of the first and last files to be read.


| -1 -1
| �
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
| �
| 1
|
|
| '''Point Arrays'''<br>''(PointArrayStatus)'
Only the values 0 and 1 are accepted.


This property lists which point-centered arrays to read
|-
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
| �
| 1
|
Only the values 0 and 1 are accepted.


|-
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
| �
| 1
|
|
Only the values 0 and 1 are accepted.


The list of array names is provided by the reader
|-
| '''Global Variables'''<br>''(GlobalVariables)''
| �
| �
|
The list of array names is provided by the 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
|
|
| '''Set Time Value'''<br>''(SetTimeValue)'
Only the values 0 and 1 are accepted.


This property indicates which time value to read
|-
| '''Mode Shape'''<br>''(ModeShape)''
|
Specify the current mode shape when HasModeShapes in on.


| 1
| �
|-
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.


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


==EnSight Reader=
|-
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


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
| '''XML File Name'''<br>''(XMLFileName)''
 
{| class="PropertiesTable" border="1" cellpadding="5
|
|
| '''Property''
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''Case File Name'''<br>''(CaseFileName)'


This property specifies the case file name for the EnSight reader
| �
| �
|}


|
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'


This property lists which cell-centered arrays to read
==FLUENTReader==


|


The list of array names is provided by the reader
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)''
|
|
| '''Point Arrays'''<br>''(PointArrayStatus)'
Select which cell-centered arrays to read.


This property lists which point-centered arrays to read
| �
|
The list of array names is provided by the reader.


|-
| '''File Name'''<br>''(FileName)''
|
|
Set the file  name for the FLUENT reader.


The list of array names is provided by the reader
| �
| �
|}




|
==Flash Reader==




==Enzo Reader=
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>


Read multi-block dataset from an Enzo file
{| 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.


This Enzo reader loads data stored in Enzo format. The output of this reader is a multi-block dataset.<br
| 0
|
The value must be one of the following: Image Data (0), Rectilinear Grid (1).


{| class="PropertiesTable" border="1" cellpadding="5
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
This property specifies the file name for the Flash reader.
| '''Description''
 
| '''Default Value(s)''
| �
| '''Restrictions''
| �
|-
| '''Load Morton Curve'''<br>''(LoadMortonCurve)''
|
|
| '''Block Output Type'''<br>''(BlockOutputType)'
Generate morton curve when on.


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


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


The value must be one of the following: Image Data (0), Rectilinear Grid (1)
| 1
 
 
|
|
| '''File Name'''<br>''(FileName)'
Only the values 0 and 1 are accepted.


This property specifies the file name for the Enzo reader
|}


|
|
|
| '''Load Particles'''<br>''(LoadParticles)'


Load particles when on
==Gaussian Cube Reader==


|


Only the values 0 and 1 are accepted
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''B Scale'''<br>''(BScale)''
|
|
| '''Max Level'''<br>''(MaxLevel)'
A scaling factor to compute bonds between non-hydrogen atoms


Do not blocks above this level
| 1
| �
|-
| '''File Name'''<br>''(FileName)''
|
This property specifies the file name for the Gaussian Cube reader.


| 10
|
|
|
|-
| '''H BScale'''<br>''(HBScale)''
|
|
A scaling factor to compute bonds with hydrogen atoms.


| 1
| �
|}


==ExodusIIReader=


==Image Reader==


Read 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 .<br
Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.


{| class="PropertiesTable" border="1" cellpadding="5
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Data Byte Order'''<br>''(DataByteOrder)''
|
|
| '''Property''
This property indicates the byte order of the binary file(s).
| '''Description''
 
| '''Default Value(s)''
| 0
| '''Restrictions''
|
|
| '''File Name'''<br>''(FileName)'
The value must be one of the following: BigEndian (0), LittleEndian (1).


This property specifies the file name for the Exodus reader
|-
| '''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)''
|
|
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
|
|
| '''Use Meta File'''<br>''(UseMetaFile)'
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).


This hidden property must always be set to 1 for this proxy to work
|-
| '''Data Spacing'''<br>''(DataSpacing)''
|
This property specifies the size of a voxel in each dimension.


| 1 1 1
| �
|-
| '''File Dimensionality'''<br>''(FileDimensionality)''
|
|
This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D).


Only the values 0 and 1 are accepted
| 3
|
The value must be one of the following: 2 (2), 3 (3).


|-
| '''File Lower Left'''<br>''(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
|
|
| '''Animate Vibrations'''<br>''(AnimateVibrations)'
Only the values 0 and 1 are accepted.


If this flag is on and HasModeShapes is also on, then this reade
will report a continuous time range [0,1] and animate th
|-
displacements in a periodic sinusoid. If this flag is off an
| '''File Pattern'''<br>''(FilePattern)''
HasModeShapes is on, this reader ignores time. This flag has n
|
effect if HasModeShapes is off
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
| �
|-
| '''File Prefix'''<br>''(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.


Only the values 0 and 1 are accepted
| �
 
| �
|-
| '''Number Of Scalar Components'''<br>''(NumberOfScalarComponents)''
|
This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).


| 1
| �
|-
| '''Scalar Array Name'''<br>''(ScalarArrayName)''
|
|
| '''Apply Displacements'''<br>''(ApplyDisplacements)'
This property contains a text string listing a name to assign to the point-centered data array read.


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
| ImageFile
| �
|}


|


Only the values 0 and 1 are accepted
==LSDynaReader==




|
Read LS-Dyna databases (d3plot).
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)'


When displacements are being applied, they are scaled by this amount. Set to 1 for no scaling
This reader reads LS-Dyna databases.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Beam Arrays'''<br>''(BeamArrayStatus)''
|
|
Select which beam arrays to read.
| �
|
|
The list of array names is provided by the reader.
|-
| '''Deformed Mesh'''<br>''(DeformedMesh)''
|
|
| '''Edge Blocks'''<br>''(EdgeBlocks)'
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)''
|
|
Set the file name for the LSDyna reader.


The list of array names is provided by the reader
| �
| �
|-
| '''Part Arrays'''<br>''(PartArrayStatus)''
|
Select which part arrays to read.


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


|-
| '''Particle Arrays'''<br>''(ParticleArrayStatus)''
|
|
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)'
Select which particle arrays to read.
 
|
|
|
The list of array names is provided by the reader.
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
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)''
|
Should cells that have been deleted (failed structurally, for example) be removed from the mesh?


| 1
|
|
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)'
Only the values 0 and 1 are accepted.
 
|-
| '''Rigid Body Arrays'''<br>''(RigidBodyArrayStatus)''
|
|
Select which rigid body arrays to load.
| �
|
|
The list of array names is provided by the reader.


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.


|-
| '''Shell Arrays'''<br>''(ShellArrayStatus)''
|
|
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)'
Select which shell arrays to read.
 
|
|
|
The list of array names is provided by the reader.
|-
| '''Solid Arrays'''<br>''(SolidArrayStatus)''
|
|
Select which solid arrays to read.


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


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


| 0
|
|
| '''Edge Variables'''<br>''(EdgeVariables)'
Only the values 0 and 1 are accepted.
 
|-
| '''Thick Shell Arrays'''<br>''(ThickShellArrayStatus)''
|
|
Select which thick shell arrays to read.
| �
|
|
The list of array names is provided by the reader.


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




|
==Legacy VTK Reader==
| '''Element Blocks'''<br>''(ElementBlocks)'
 
|
|
|
|
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)'
|
|


The list of array names is provided by the reader
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)''
|
|
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)'
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.
|
 
|
|
|
|}


The list of array names is provided by the reader


==MFIXReader==


|
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)'
|
|


The list of array names is provided by the reader
Reads a dataset in MFIX file format.


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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
| '''Element Variables'''<br>''(ElementVariables)'
Select which cell-centered arrays to read.
 
|
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
|
Set the file name for the MFIX reader.


The list of array names is provided by the reader
| �
| �
|}




|
==Meta Image reader==
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)'
 
|
|


Only the values 0 and 1 are accepted
Read binary UNC meta image data.


The Meta Image Reader reads binary UNC meta image data, and produces uniform rectilinear (image/volume) data. The default file extensions are .mhd and .mha.<br>


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


The list of array names is provided by the reader


==NetCDF MPAS reader==


|
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)'
|
|


The list of array names is provided by the reader
Read unstructured grid data from a file.


The Image reader reads unstructured grid from a file.  Grid is dual grid.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Array Status'''<br>''(CellArrayStatus)''
|
|
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)'
This property lists which netCDF dual-grid cell variables to load.
 
|
|
|
The list of array names is provided by the reader.
|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name to read.


The list of array names is provided by the reader
| �
| �
|-
| '''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.


|
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)'
|-
|
| '''Vertical Level'''<br>''(VerticalLevel)''
|
| �
| 0
|
|}


The list of array names is provided by the reader


==NetCDF POP reader==


|
| '''Face Variables'''<br>''(FaceVariables)'
|
|


The list of array names is provided by the reader
Read 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.<br>


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


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
| �
| �
|-
| '''Stride'''<br>''(Stride)''
|
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)''
|
|
This property lists which netCDF variables to load.
| �
|
|
| '''File Prefix'''<br>''(FilePrefix)'
The list of array names is provided by the reader.


This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.
|}


|
|
|
| '''File Range'''<br>''(FileRange)'


This property controls the indices of the first and last files to be read
==NetCDF Reader==
 


| -1 -
Read 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<br>
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)'
The name of the files to load.
 
| �
| �
|-
| '''Dimensions'''<br>''(Dimensions)''
|
|
Load the grid with the given dimensions.  Any arrays that conform
to these dimensions will be loaded.
| �
|
|
.


Only the values 0 and 1 are accepted
|-
| '''Replace Fill Value With Nan'''<br>''(ReplaceFillValueWithNan)''
|
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
|
Only the values 0 and 1 are accepted.


|-
| '''Spherical Coordinates'''<br>''(SphericalCoordinates)''
|
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
|
|
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)'
Only the values 0 and 1 are accepted.
 
|-
| '''Vertical Bias'''<br>''(VerticalBias)''
|
|
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
| �
|-
| '''Vertical Scale'''<br>''(VerticalScale)''
|
|
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.


Only the values 0 and 1 are accepted
| 1
| �
|}




|
==Nrrd Reader==
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)'
 
|
|


Only the values 0 and 1 are accepted
Read raw image files with Nrrd meta data.


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>
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)''
|
|
| '''Global Variables'''<br>''(GlobalVariables)'
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).


The list of array names is provided by the reader
| �
| �
|}




|
==OpenFOAMReader==
| '''Has Mode Shapes'''<br>''(HasModeShapes)'


Some simulations overload the Exodus time steps to represent mod
shapes.  In this case, it does not make sense to iterate over th
"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 no
report the time steps to downstream filters


|
Sorry, no help is currently available.


Only the values 0 and 1 are accepted




{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Add dimensional units to array names'''<br>''(AddDimensionsToArrayNames)''
|
|
| '''Mode Shape'''<br>''(ModeShape)'
Read dimensional units from field data and add them to array names as human-readable string.


Specify the current mode shape when HasModeShapes in on
| 0
|
Only the values 0 and 1 are accepted.


|-
| '''Cache mesh'''<br>''(CacheMesh)''
|
|
Cache the OpenFOAM mesh between GUI selection changes.
| 1
|
|
Only the values 0 and 1 are accepted.
|-
| '''Case Type'''<br>''(CaseType)''
|
|
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)'
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).
|-
| '''Cell Arrays'''<br>''(CellArrays)''
| �
| �
|
|
The list of array names is provided by the reader.


The list of array names is provided by the reader
|-
| '''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)''
|
|
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)'
Decompose polyhedra into tetrahedra and pyramids.
 
| 1
|
|
Only the values 0 and 1 are accepted.
|-
| '''File Name'''<br>''(FileName)''
| �
| �
| �
|-
| '''Lagrangian Arrays'''<br>''(LagrangianArrays)''
| �
| �
|
|
The list of array names is provided by the reader.


The list of array names is provided by the reader
|-
| '''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.


|-
| '''Mesh Regions'''<br>''(MeshRegions)''
| �
| �
|
|
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)'
The list of array names is provided by the reader.
 
|-
| '''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.


The list of array names is provided by the reader
| 0
|
Only the values 0 and 1 are accepted.


|-
| '''Read zones'''<br>''(ReadZones)''
|
Read point/face/cell-Zones?


| 0
|
|
| '''Point Variables'''<br>''(PointVariables)'
Only the values 0 and 1 are accepted.
|
|


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




|
==PDB Reader==
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)'
|
|


The list of array names is provided by the reader


Read 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.<br>
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)'
|
|
 
The list of array names is provided by the reader
 


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


This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks
|
 
|
|
|}
|
|




==FLUENTReader=
==PLOT3D Reader==




Reads a dataset in Fluent file format
Read ASCII or binary PLOT3D files.


FLUENTReader creates an unstructured grid dataset. It reads .cas and<br
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>
.dat files stored in FLUENT native format.<br


{| class="PropertiesTable" border="1" cellpadding="5
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Q File Name'''<br>''(QFileName)''
|
|
| '''Property''
The list of .q (solution) files for the PLOT3D reader. This can be
| '''Description''
more than 1. If more that 1 file is specified, the reader will switch
| '''Default Value(s)''
to file-series mode in which it will pretend that it can support time
| '''Restrictions''
and provide 1 file per time step.
 
|
| �
|-
| '''Binary File'''<br>''(BinaryFile)''
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
This property indicates whether the data files are binary.


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


|-
| '''Byte Order'''<br>''(ByteOrder)''
|
|
This property specifies the byte order of any binary file(s).


The list of array names is provided by the reader
| 0
|
The value must be one of the following: BigEndian (0), LittleEndian (1).


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


| �
| �
|-
| '''Force Read'''<br>''(ForceRead)''
|
|
| '''File Name'''<br>''(FileName)'
This property indicates whether to attempt to read the file even if it appears corrupt


Set the file  name for the FLUENT reader
| 0
|
Only the values 0 and 1 are accepted.


|-
| '''Functions'''<br>''(Functions)''
|
|
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)''
|
|
This property indicates whether this file uses Fortran leading-trailing byte counts.


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


==Flash Reader=
|-
| '''I Blanking'''<br>''(IBlanking)''
|
This property indicates whether this dataset has visibility information.


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


Read multi-block dataset from a Flash file
|-
| '''Multi Grid'''<br>''(MultiGrid)''
|
This property indicates whether these files have multiple-block information.


This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.<br
| 0
|
Only the values 0 and 1 are accepted.


{| class="PropertiesTable" border="1" cellpadding="5
|-
| '''Two Dimensional Geometry'''<br>''(TwoDimensionalGeometry)''
|
|
| '''Property''
This property indicates whether the data is two- or three-dimensional.
| '''Description''
 
| '''Default Value(s)''
| 0
| '''Restrictions''
|
|
| '''Block Output Type'''<br>''(BlockOutputType)'
Only the values 0 and 1 are accepted.


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


|


The value must be one of the following: Image Data (0), Rectilinear Grid (1)
==PLY Reader==




|
Read files stored in Stanford University's PLY polygonal file format.
| '''File Name'''<br>''(FileName)'


This property specifies the file name for the Flash reader
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>


{| 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.
|
| '''Load Morton Curve'''<br>''(LoadMortonCurve)'


Generate morton curve when on
| �
| �
|}


|


Only the values 0 and 1 are accepted
==POP Reader==




|
Read data files from the Parallel Ocean Program (POP).
| '''Load Particles'''<br>''(LoadParticles)'


Load particles when on
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Clip Extent'''<br>''(ClipExtent)''
|
|
This property indicates the minimum and maximum extent in each dimension of the dataset (X, Y, and Z) to read.


Only the values 0 and 1 are accepted
| -2147483647 2147483647 -2147483647 2147483647 -2147483647 2147483647
| �
|-
| '''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
| �
|-
| '''Radius'''<br>''(Radius)''
|
|
This property specifies the radius of the dataset.


| 60000
| �
|}


==Gaussian Cube Reader=


==PVD 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.<br
Load a dataset stored in ParaView's PVD file format.


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


A scaling factor to compute bonds between non-hydrogen atom
| �
| �
|}


|
|
|
| '''File Name'''<br>''(FileName)'


This property specifies the file name for the Gaussian Cube reader
==Particles Reader==


|
|
|
| '''H BScale'''<br>''(HBScale)'


A scaling factor to compute bonds with hydrogen atoms
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader.
| �
| �
|-
| '''Byte Order'''<br>''(ByteOrder)''
|
|
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).


|-
| '''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.


==Image Reader=
| 10
|
The value must be one of the following: Float (10), Double (11).


|-
| '''File Type'''<br>''(FileType)''
|
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.


Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified
| 0
|
The value must be one of the following: Unknown (0), Text (1), Binary (2).


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


{| class="PropertiesTable" border="1" cellpadding="5
| 1
|
|
| '''Property''
Only the values 0 and 1 are accepted.
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''Data Byte Order'''<br>''(DataByteOrder)'


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


|


The value must be one of the following: BigEndian (0), LittleEndian (1)
==Partitioned Legacy VTK Reader==




|
Read files stored in VTK partitioned legacy format.
| '''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)
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>


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


The coordinate contained in this property specifies the position of the point with index (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 ..
==Phasta Reader==


|


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)
Read 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.<br>


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


This property specifies the size of a voxel in each dimension
| �
| �
|}


| 1 1
|
|
| '''File Dimensionality'''<br>''(FileDimensionality)'


This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D)
==Restarted Sim Exodus Reader==


|


The value must be one of the following: 2 (2), 3 (3)
Read 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.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''File Lower Left'''<br>''(FileLowerLeft)'
This points to a special metadata file that lists the output files for each restart.


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


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


Only the values 0 and 1 are accepted
 
|-
 
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
|
|
| '''File Pattern'''<br>''(FilePattern)'
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.


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
| 1
|
Only the values 0 and 1 are accepted.


| %
|-
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
|
|
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
|
|
| '''File Prefix'''<br>''(FilePrefix)'
Only the values 0 and 1 are accepted.


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
|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
|
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.


| 1
| �
|-
| '''Edge Blocks'''<br>''(EdgeBlocks)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
| �
| �
|
|
| '''Number Of Scalar Components'''<br>''(NumberOfScalarComponents)'
The list of array names is provided by the reader.


This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components)
|-
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Edge Variables'''<br>''(EdgeVariables)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Element Blocks'''<br>''(ElementBlocks)''
| �
| �
| �
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
| �
| �
|
|
| '''Scalar Array Name'''<br>''(ScalarArrayName)'
The list of array names is provided by the reader.


This property contains a text string listing a name to assign to the point-centered data array read
|-
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


| ImageFil
|-
| '''Element Variables'''<br>''(ElementVariables)''
| �
| �
|
|
The list of array names is provided by the reader.
|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
| �
| 0
|
|
Only the values 0 and 1 are accepted.


|-
| '''Face Blocks'''<br>''(FaceBlocks)''
| �
| �
|
The list of array names is provided by the reader.


==LSDynaReader=
|-
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


Read LS-Dyna databases (d3plot)
|-
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


This reader reads LS-Dyna databases.<br
|-
| '''Face Variables'''<br>''(FaceVariables)''
| �
| �
|
The list of array names is provided by the reader.


{| class="PropertiesTable" border="1" cellpadding="5
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
| �
| 1
|
|
| '''Property''
Only the values 0 and 1 are accepted.
| '''Description''
 
| '''Default Value(s)''
| '''Restrictions''
|-
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
|
| 1
|
|
| '''Beam Arrays'''<br>''(BeamArrayStatus)'
Only the values 0 and 1 are accepted.


Select which beam arrays to read
|-
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
| �
| 1
|
Only the values 0 and 1 are accepted.


|-
| '''Global Variables'''<br>''(GlobalVariables)''
| �
| �
|
|
The list of array names is provided by the reader.


The list of array names is provided by the 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.


|-
| '''Mode Shape'''<br>''(ModeShape)''
|
|
| '''Deformed Mesh'''<br>''(DeformedMesh)'
Specify the current mode shape when HasModeShapes in on.


Should the mesh be deformed over time (if the Deflection node array is set to load)
| 1
| �
|-
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
| �
| �
|
|
The list of array names is provided by the reader.


Only the values 0 and 1 are accepted
|-
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


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


|-
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| �
| �
|
|
| '''File Name'''<br>''(FileName)'
The list of array names is provided by the reader.


Set the file name for the LSDyna reader
|-
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


|-
| '''XML File Name'''<br>''(XMLFileName)''
|
|
|
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.
|
| '''Part Arrays'''<br>''(PartArrayStatus)'


Select which part arrays to read
| �
| �
|}


|


The list of array names is provided by the reader
==Restarted Sim Spy Plot Reader==




|
Read collections of SPCTH files from simulations that were restarted.
| '''Particle Arrays'''<br>''(ParticleArrayStatus)'


Select which particle arrays to read
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
This points to a special metadata file that lists the output files for each restart.


The list of array names is provided by the reader
| �
| �
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
|
This hidden property must always be set to 1 for this proxy to work.


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


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


Select which point-centered arrays to read
| �
|
The list of array names is provided by the reader.


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


The list of array names is provided by the reader
| 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
|
|
| '''Remove Deleted Cells'''<br>''(RemoveDeletedCells)'
Only the values 0 and 1 are accepted.


Should cells that have been deleted (failed structurally, for example) be removed from the mesh
|-
| '''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.


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)''
|
|
| '''Rigid Body Arrays'''<br>''(RigidBodyArrayStatus)'
If this property is set to 1, a cell array will be generated that stores the level of each block.
 
Select which rigid body arrays to load


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


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




|
==SESAME Reader==
| '''Road Surface Arrays'''<br>''(RoadSurfaceArrayStatus)'


Select which road surface arrays to read


|
Read SESAME data files, producing rectilinear grids.


The list of array names is provided by the reader
The SESAME reader reads SESAME data files, and outputs rectilinear grids. The expected file extension is .sesame.<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 SESAME reader.


| �
| �
|-
| '''Table Id'''<br>''(TableId)''
|
|
| '''Shell Arrays'''<br>''(ShellArrayStatus)'
This proeprty indicates which table to read.
 
Select which shell arrays to read


| -1
|
|
The value must be one of the following:.


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


|
| '''Solid Arrays'''<br>''(SolidArrayStatus)'


Select which solid arrays to read
==SLAC Data Reader==


|


The list of array names is provided by the reader


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)''
|
|
| '''Split by Material Id'''<br>''(SplitByMaterialId)'
The name of the mesh file to load.


Should each material have its own mesh, or should there be one mesh for all materials
| �
| �
|-
| '''Mode File Name'''<br>''(ModeFileName)''
|
The name of the mode files to load.  The points in the mode file should be the same as the mesh file.


| �
| �
|-
| '''Read External Surface'''<br>''(ReadExternalSurface)''
|
|
If on, read the external surfaces of the data set.


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


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


| 0
|
|
| '''Thick Shell Arrays'''<br>''(ThickShellArrayStatus)'
Only the values 0 and 1 are accepted.


Select which thick shell arrays to read
|-
| '''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==


The list of array names is provided by the reader


The SLAC Particle data reader.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
A list of files to be read in a time series.
| �
| �
|}




==Legacy VTK Reader=
==STL Reader==




Read files stored in VTK's legacy file format
Read ASCII or binary stereo lithography (STL) files.


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
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"
|
|-
| '''Property''
| '''Property'''
| '''Description''
| '''Description'''
| '''Default Value(s)''
| '''Default Value(s)'''
| '''Restrictions''
| '''Restrictions'''
|-
| '''File Names'''<br>''(FileNames)''
|
|
| '''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.


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
| �
| �
|}


|
|
|


==Spy Plot Reader==


==MFIXReader=


Read files in the SPCTH Spy Plot file format.


Reads a dataset in MFIX 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>


vtkMFIXReader creates an unstructured grid dataset. It reads a restart<br
{| class="PropertiesTable" border="1" cellpadding="5"
file and a set of sp files.  The restart file contains the mesh <br
|-
information.  MFIX meshes are either cylindrical or rectilinear, but <br
| '''Property'''
this reader will convert them to an unstructured grid.  The sp files <br
| '''Description'''
contain transient data for the cells.  Each sp file has one or more <br
| '''Default Value(s)'''
variables stored inside it.<br
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which cell-centered arrays to read.


{| class="PropertiesTable" border="1" cellpadding="5
|
|
|
| '''Property''
The list of array names is provided by the reader.
| '''Description''
 
| '''Default Value(s)''
| '''Restrictions''
|-
| '''Distribute Files'''<br>''(DistributeFiles)''
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.


Select which cell-centered arrays to read
| 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.


The list of array names is provided by the reader
| 1
|
Only the values 0 and 1 are accepted.


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


| �
| �
|-
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
|
|
| '''File Name'''<br>''(FileName)'
If this property is set to 1, a cell array will be generated that stores the active status of a block.


Set the file name for the MFIX reader
| 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.


==Meta Image reader=
|-
| '''Generate Tracer Array'''<br>''(GenerateTracerArray)''
|
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.


Read binary UNC meta image data
|-
| '''Merge XYZComponents'''<br>''(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.


The Meta Image Reader reads binary UNC meta image data, and produces uniform rectilinear (image/volume) data. The default file extensions are .mhd and .mha.<br
| 1
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
|
| '''File Name'''<br>''(FileName)'
Only the values 0 and 1 are accepted.


This property specifies the file name for the Meta Image reader
 
|}
|
|
|




==NetCDF MPAS reader=
==TIFF Reader==




Read unstructured grid data from a file
Read a TIFF file into an image data.


The Image reader reads unstructured grid from a file. Grid is dual grid.<br
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 .png.<br>


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


This property lists which netCDF dual-grid cell variables to load
| �
| �
|}


|


The list of array names is provided by the reader
==Tecplot Reader==




|
Read files in the Tecplot ASCII file format.
| '''File Name'''<br>''(FileName)'


This property specifies the file name to read
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"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Names'''<br>''(FileNames)''
|
|
The list of files to be read by the reader.
| �
| �
|-
| '''Data Arrays'''<br>''(DataArrayStatus)''
|
|
|
This property lists what dataset attribute arrays (point data and cell data) to read.
| '''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.


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




|
==VPIC Reader==
| '''Vertical Level'''<br>''(VerticalLevel)'
|
|
|
|




==NetCDF POP reader=
Sorry, no help is currently available.




Read 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.<br
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
| �
| �
| �
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| �
| �
|
The list of array names is provided by the reader.


{| class="PropertiesTable" border="1" cellpadding="5
|-
| '''Stride'''<br>''(SetStride)''
| �
| 1 1 1
|
|
| '''Property''
The value must be greater than or equal to 1.
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'


This property specifies the file name to read
|-
| '''X Extent'''<br>''(XExtent)''
| �
| -1 -1
| �
|-
| '''Y Extent'''<br>''(YExtent)''
| �
| -1 -1
| �
|-
| '''Z Extent'''<br>''(ZExtent)''
| �
| -1 -1
| �
|}


|
|
|
| '''Stride'''<br>''(Stride)'


This property indicate the number of indices per dimension (i,j,k) to skip between each point include
==VRML Reader==
in this output


| 1 1


The value must be greater than or equal to (1, 1, 1)
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)''
|
|
| '''Variables'''<br>''(VariableArrayStatus)'
This property specifies the file name for the VRML reader.
 
|
| �
|}
 


This property lists which netCDF variables to load
==Wavefront OBJ Reader==


|


The list of array names is provided by the 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.


| �
| �
|}


==NetCDF Reader=


==WindBlade reader==


Read 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<br
Sorry, no help is currently available.
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
|
 
| '''Property''
 
| '''Description''
{| class="PropertiesTable" border="1" cellpadding="5"
| '''Default Value(s)''
|-
| '''Restrictions''
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
| �
| �
| �
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| �
| �
|
|
| '''File Name'''<br>''(FileName)'
The list of array names is provided by the reader.


The name of the files to load
|}


|
|
|
| '''Dimensions'''<br>''(Dimensions)'


Load the grid with the given dimensions.  Any arrays that confor
==XDMF Reader==
to these dimensions will be loaded


|


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>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
This property lists which the cell-centered arrays to read.


| �
|
|
| '''Replace Fill Value With Nan'''<br>''(ReplaceFillValueWithNan)'
The list of array names is provided by the reader.


If on, any float or double variable read that has a _FillValu
attribute will have that fill value replaced with a not-a-numbe
|-
(NaN) value.  The advantage of setting these to NaN values i
| '''File Name'''<br>''(FileName)''
that, if implemented properly by the system and careful mat
|
operations are used, they can implicitly be ignored b
This property specifies the file name for the XDMF reader.
calculations like finding the range of the values. That said
this option should be used with caution as VTK does not full
support NaN values and therefore odd calculations may occur


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


Only the values 0 and 1 are accepted
| �
 
 
|
|
| '''Spherical Coordinates'''<br>''(SphericalCoordinates)'
The list of array names is provided by the reader.
 
If on, then data with latitude/longitude dimensions will b
read in as curvilinear data shaped like spherical coordinates
If false, then the data will always be read in Cartesia
coordinates


|-
| '''Sets'''<br>''(SetStatus)''
|
|
Select the sets to be loaded from the dataset, if any.


Only the values 0 and 1 are accepted
| �
 
 
|
|
| '''Vertical Bias'''<br>''(VerticalBias)'
The list of array names is provided by the reader.
 
The bias of the vertical component of spherical coordinates.  I
is common to write the vertical component with respect t
something other than the center of the sphere (for example, th
surface).  In this case, it might be necessary to scale and/o
bias the vertical height.  The height will become height*scale
bias.  Keep in mind that if the positive attribute of th
vertical dimension is down, then the height is negated. Th
scaling will be adjusted if it results in invalid (negative
vertical values


|-
| '''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
| '''Vertical Scale'''<br>''(VerticalScale)'
in this output.
 
The scale of the vertical component of spherical coordinates.  I
is common to write the vertical component with respect t
something other than the center of the sphere (for example, th
surface).  In this case, it might be necessary to scale and/o
bias the vertical height.  The height will become height*scale
bias.  Keep in mind that if the positive attribute of th
vertical dimension is down, then the height is negated. Th
scaling will be adjusted if it results in invalid (negative
vertical values


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


|}


==Nrrd Reader=


==XML Hierarchical Box Data reader==


Read raw image files with Nrrd meta data


The Nrrd reader reads raw image data much like the Raw Image Reader<br
Read a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.
except that it will also read metadata information in the Nrrd format.<br
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
The XML Hierarchical Box Data reader reads VTK's XML-based file format<br>
|
containing a vtkHierarchicalBoxDataSet. The expected file extensions is<br>
| '''Property''
either .vthb or .vth.<br>
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''Data VOI'''<br>''(DataVOI)'


The data volume of interest (VOI).  The VOI is a sub-extent of th
{| class="PropertiesTable" border="1" cellpadding="5"
data that you want loaded.  Setting a VOI is useful when readin
|-
from a large data set and you are only interested in a smal
| '''Property'''
portion of the data.  If left containing all 0's, then the reade
| '''Description'''
will load in the entire data set
| '''Default Value(s)'''
 
| '''Restrictions'''
| 0 0 0 0 0
|-
|
| '''File Name'''<br>''(FileName)''
|
| '''File Name'''<br>''(FileName)'
 
The name of the file to read (or the meta data file that wil
point to the actual file)
 
|
|
|
 
 
==OpenFOAMReader=
 
 
Sorry, no help is currently available
 
 
 
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''Add dimensional units to array names'''<br>''(AddDimensionsToArrayNames)'
 
Read dimensional units from field data and add them to array names as human-readable string
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Cache mesh'''<br>''(CacheMesh)'
 
Cache the OpenFOAM mesh between GUI selection changes
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Case Type'''<br>''(CaseType)'
 
The property indicates whether decomposed mesh or reconstructed mesh should be rea
 
|
 
The value must be one of the following: Decomposed Case (0), Reconstructed Case (1)
 
 
|
| '''Cell Arrays'''<br>''(CellArrays)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Create cell-to-point filtered data'''<br>''(CreateCellToPoint)'
 
Create point data from cell data. Beware: the filter does not do inverse distance weighting
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Decompose polyhedra'''<br>''(DecomposePolyhedra)'
 
Decompose polyhedra into tetrahedra and pyramids
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''File Name'''<br>''(FileName)'
|
|
|
|
| '''Lagrangian Arrays'''<br>''(LagrangianArrays)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''List timesteps according to controlDict'''<br>''(ListTimeStepsByControlDict)'
 
List time directories listed according to the settings in controlDict
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Mesh Regions'''<br>''(MeshRegions)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''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
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Read zones'''<br>''(ReadZones)'
 
Read point/face/cell-Zones
 
|
 
Only the values 0 and 1 are accepted
 
 
|
 
 
==PDB Reader=
 
 
Read 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.<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 PDB reader
 
|
|
|
 
 
==PLOT3D Reader=
 
 
Read 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.<br
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''Q File Name'''<br>''(QFileName)'
 
The list of .q (solution) files for the PLOT3D reader. This can b
more than 1. If more that 1 file is specified, the reader will switc
to file-series mode in which it will pretend that it can support tim
and provide 1 file per time step
 
|
|
|
| '''Binary File'''<br>''(BinaryFile)'
 
This property indicates whether the data files are binary
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Byte Order'''<br>''(ByteOrder)'
 
This property specifies the byte order of any binary file(s)
 
|
 
The value must be one of the following: BigEndian (0), LittleEndian (1)
 
 
|
| '''File Name'''<br>''(FileName)'
 
This property specifies the .xyz (geometry) file name for the PLOT3D reader
 
|
|
|
| '''Force Read'''<br>''(ForceRead)'
 
This property indicates whether to attempt to read the file even if it appears corrup
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Functions'''<br>''(Functions)'
 
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)'
 
This property indicates whether this file uses Fortran leading-trailing byte counts
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''I Blanking'''<br>''(IBlanking)'
 
This property indicates whether this dataset has visibility information
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Multi Grid'''<br>''(MultiGrid)'
 
This property indicates whether these files have multiple-block information
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Two Dimensional Geometry'''<br>''(TwoDimensionalGeometry)'
 
This property indicates whether the data is two- or three-dimensional
 
|
 
Only the values 0 and 1 are accepted
 
 
|
 
 
==PLY Reader=
 
 
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
 
{| 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
 
|
|
|
 
 
==POP Reader=
 
 
Read 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. <br
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''Clip Extent'''<br>''(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 214748364
|
|
| '''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
 
|
|
|
| '''Radius'''<br>''(Radius)'
 
This property specifies the radius of the dataset
 
| 6000
|
|
 
 
==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.<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 PVD reader
 
|
|
|
 
 
==Particles Reader=
 
 
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
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
 
The list of files to be read by the reader
 
|
|
|
| '''Byte Order'''<br>''(ByteOrder)'
 
Set/Get the byte ordering of the file you are trying to read in
 
|
 
The value must be one of the following: BigEndian (0), LittleEndian (1)
 
 
|
| '''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
 
| 1
 
The value must be one of the following: Float (10), Double (11)
 
 
|
| '''File Type'''<br>''(FileType)'
 
Set the file type.  The options are
- Unknown (0) (default) the reader will attempt to determine the fil
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
 
|
 
The value must be one of the following: Unknown (0), Text (1), Binary (2)
 
 
|
| '''Has Scalar'''<br>''(HasScalar)'
 
Default: 1. If 1 then each particle has a value associated with it
 
|
 
Only the values 0 and 1 are accepted
 
 
|
 
 
==Partitioned Legacy VTK Reader=
 
 
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
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
 
This property specifies the file name for the Partitioned Legacy VTK reader
 
|
|
|
 
 
==Phasta Reader=
 
 
Read 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.<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 Phasta reader
 
|
|
|
 
 
==Restarted Sim Exodus Reader=
 
 
Read 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.<br
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
 
This points to a special metadata file that lists the output files for each restart
 
|
|
|
| '''Use Meta File'''<br>''(UseMetaFile)'
 
This hidden property must always be set to 1 for this proxy to work
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Animate Vibrations'''<br>''(AnimateVibrations)'
 
If this flag is on and HasModeShapes is also on, then this reade
will report a continuous time range [0,1] and animate th
displacements in a periodic sinusoid.  If this flag is off an
HasModeShapes is on, this reader ignores time.  This flag has n
effect if HasModeShapes is off
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Apply Displacements'''<br>''(ApplyDisplacements)'
 
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
 
|
 
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
 
|
|
|
| '''Edge Blocks'''<br>''(EdgeBlocks)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Edge Variables'''<br>''(EdgeVariables)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Element Blocks'''<br>''(ElementBlocks)'
|
|
|
|
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Element Variables'''<br>''(ElementVariables)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)'
|
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Face Blocks'''<br>''(FaceBlocks)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Face Variables'''<br>''(FaceVariables)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)'
|
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)'
|
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)'
|
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Global Variables'''<br>''(GlobalVariables)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Has Mode Shapes'''<br>''(HasModeShapes)'
 
Some simulations overload the Exodus time steps to represent mod
shapes.  In this case, it does not make sense to iterate over th
"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 no
report the time steps to downstream filters
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Mode Shape'''<br>''(ModeShape)'
 
Specify the current mode shape when HasModeShapes in on
 
|
|
|
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Point Variables'''<br>''(PointVariables)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''XML File Name'''<br>''(XMLFileName)'
 
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=
 
 
Read 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.<br
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
 
This points to a special metadata file that lists the output files for each restart
 
|
|
|
| '''Use Meta File'''<br>''(UseMetaFile)'
 
This hidden property must always be set to 1 for this proxy to work
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
This property lists which cell-centered arrays to read
 
|
 
The list of array names is provided by the reader
 
 
|
| '''Distribute Files'''<br>''(DistributeFiles)'
 
In parallel mode, if this property is set to 1, the reader will distribute files or blocks
 
|
 
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
 
|
 
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
 
|
 
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
 
|
 
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
 
|
 
Only the values 0 and 1 are accepted
 
 
|
 
 
==SESAME Reader=
 
 
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
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
 
This property specifies the file name for the SESAME reader
 
|
|
|
| '''Table Id'''<br>''(TableId)'
 
This proeprty indicates which table to read
 
| -
 
The value must be one of the following:
 
 
|
 
 
==SLAC Data Reader=
 
 
 
 
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)'
 
The name of the mesh file to load
 
|
|
|
| '''Mode File Name'''<br>''(ModeFileName)'
 
The name of the mode files to load.  The points in the mode file should be the same as the mesh file
 
|
|
|
| '''Read External Surface'''<br>''(ReadExternalSurface)'
 
If on, read the external surfaces of the data set
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Read Internal Volume'''<br>''(ReadInternalVolume)'
 
If on, read the internal volume of the data set
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Read Midpoints'''<br>''(ReadMidpoints)'
 
If on, reads midpoint information for external surfaces and build
quadratic surface triangles
 
|
 
Only the values 0 and 1 are accepted
 
 
|
 
 
==SLAC Particle Data Reader=
 
 
 
 
The SLAC Particle data reader.<br
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
 
A list of files to be read in a time series
 
|
|
|
 
 
==STL Reader=
 
 
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
|
| '''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
 
|
|
|
 
 
==Spy Plot Reader=
 
 
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
|
| '''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
 
 
|
| '''Distribute Files'''<br>''(DistributeFiles)'
 
In parallel mode, if this property is set to 1, the reader will distribute files or blocks
 
|
 
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
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''File Name'''<br>''(FileName)'
 
This property specifies the file name for the Spy Plot reader
 
|
|
|
| '''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
 
|
 
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
 
|
 
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
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Generate Tracer Array'''<br>''(GenerateTracerArray)'
 
If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers
 
|
 
Only the values 0 and 1 are accepted
 
 
|
| '''Merge XYZComponents'''<br>''(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
 
|
 
Only the values 0 and 1 are accepted
 
 
|
 
 
==TIFF Reader=
 
 
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 .png.<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 TIFF reader
 
|
|
|
 
 
==Tecplot Reader=
 
 
Read 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.<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
 
|
|
|
| '''Data Arrays'''<br>''(DataArrayStatus)'
 
This property lists what dataset attribute arrays (point data and cell data) to read
 
|
 
The list of array names is provided by the reader
 
 
|
 
 
==VPIC Reader=
 
 
Sorry, no help is currently available
 
 
 
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
|
|
|
|
| '''Point Arrays'''<br>''(PointArrayStatus)'
|
|
 
The list of array names is provided by the reader
 
 
|
| '''Stride'''<br>''(SetStride)'
|
| 1 1
 
The value must be greater than or equal to 1
 
 
|
| '''X Extent'''<br>''(XExtent)'
|
| -1 -
|
|
| '''Y Extent'''<br>''(YExtent)'
|
| -1 -
|
|
| '''Z Extent'''<br>''(ZExtent)'
|
| -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.<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 VRML 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=
 
 
Sorry, no help is currently available
 
 
 
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''File Name'''<br>''(FileName)'
|
|
|
|
| '''Point Arrays'''<br>''(PointArrayStatus)'
|
|
 
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
 
{| class="PropertiesTable" border="1" cellpadding="5
|
| '''Property''
| '''Description''
| '''Default Value(s)''
| '''Restrictions''
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
This property lists which the 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)'
|
|
|
|
| '''Point Arrays'''<br>''(PointArrayStatus)'
 
This property lists which the 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 o
indices per dimension (X, Y, or Z) to skip between each point include
in this output
 
| 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
The list of files to be read by the reader. Each file is expected to b
.vtp. If more than 1 file is specified, the reader will switch to file
in the VTK XML polygonal dataset format. The standard extension i
series mode in which it will pretend that it can support time and
.vtp. If more than 1 file is specified, the reader will switch to fil
provide 1 file per time step.
series mode in which it will pretend that it can support time an
provide 1 file per time step


|
|
|
|
|
|}




==XML Image Data Reader=
==XML Image Data Reader==




Read serial VTK XML image data files
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
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
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
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.
| '''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)''
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
This property lists which cell-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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
|}




|
==XML MultiBlock Data 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>


Read a VTK XML multi-block data file and the serial VTK XML data files to which it points
{| class="PropertiesTable" border="1" cellpadding="5"
 
|-
The XML Multi-Block Data reader reads the VTK XML multi-block data file<br
| '''Property'''
format. XML multi-block data files are meta-files that point to a list of<br
| '''Description'''
serial VTK XML files. When reading in parallel, this reader will<br
| '''Default Value(s)'''
distribute sub-blocks among processors. The expected file extensions are<br
| '''Restrictions'''
.vtm and .vtmb.<br
|-
 
| '''File Name'''<br>''(FileName)''
{| 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.


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


|
|
|


==XML Partitioned Image Data Reader==


==XML Partitioned Image Data Reader=


Read the summary file and the associated VTK XML image data files.


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>


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"
 
|-
{| class="PropertiesTable" border="1" cellpadding="5
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
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.
| '''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)''
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
This propert lists which cell-centered arrays to read.
 
This propert 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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
 
|}
 
|




==XML Partitioned Polydata Reader=
==XML Partitioned Polydata Reader==




Read the summary file and the assicoated VTK XML polydata files
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
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
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
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.
| '''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)''
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
This property lists which cell-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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
|}




|
==XML Partitioned Rectilinear Grid 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>


Read the summary file and the associated VTK XML rectilinear grid data files
{| class="PropertiesTable" border="1" cellpadding="5"
 
|-
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
| '''Property'''
 
| '''Description'''
{| class="PropertiesTable" border="1" cellpadding="5
| '''Default Value(s)'''
|
| '''Restrictions'''
| '''Property''
|-
| '''Description''
| '''File Name'''<br>''(FileName)''
| '''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.
 
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.
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
 
|}
 
|




==XML Partitioned Structured Grid Reader=
==XML Partitioned Structured Grid Reader==




Read the summary file and the associated VTK XML structured grid data files
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
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
{| class="PropertiesTable" border="1" cellpadding="5"
|
|-
| '''Property''
| '''Property'''
| '''Description''
| '''Description'''
| '''Default Value(s)''
| '''Default Value(s)'''
| '''Restrictions''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''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.
 
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.
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
 
|}
 
|




==XML Partitioned Unstructured Grid Reader=
==XML Partitioned Unstructured Grid Reader==




Read the summary file and the associated VTK XML unstructured grid data files
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
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
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
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.
| '''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.
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
|}




|
==XML PolyData 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>


Read serial VTK XML polydata files
{| class="PropertiesTable" border="1" cellpadding="5"
 
|-
The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp.  This reader also supports file series.<br
| '''Property'''
 
| '''Description'''
{| class="PropertiesTable" border="1" cellpadding="5
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
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.
| '''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)''
|
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
This property lists which cell-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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
 
|}


|


==XML Rectilinear Grid Reader==


==XML Rectilinear Grid Reader=


Read serial VTK XML rectilinear grid data files.


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>


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"
 
|-
{| class="PropertiesTable" border="1" cellpadding="5
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
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.
| '''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.
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
|}




|
==XML Structured Grid 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>


Read serial VTK XML structured grid data files
{| class="PropertiesTable" border="1" cellpadding="5"
 
|-
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
| '''Property'''
 
| '''Description'''
{| class="PropertiesTable" border="1" cellpadding="5
| '''Default Value(s)'''
|
| '''Restrictions'''
| '''Property''
|-
| '''Description''
| '''File Name'''<br>''(FileName)''
| '''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.
 
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.
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
 
|}
 
|




==XML Unstructured Grid Reader=
==XML Unstructured Grid Reader==




Read serial VTK XML unstructured grid data files
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
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
{| class="PropertiesTable" border="1" cellpadding="5"
|
|-
| '''Property''
| '''Property'''
| '''Description''
| '''Description'''
| '''Default Value(s)''
| '''Default Value(s)'''
| '''Restrictions''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''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.
 
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.
|
| '''Cell Arrays'''<br>''(CellArrayStatus)'
 
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
 
|-
 
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
| '''Point Arrays'''<br>''(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
 
|}
 
|




==XYZ Reader=
==XYZ Reader==




Read XYZ molecular data files into a polygonal dataset
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
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
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
This property specifies the file name for the XYZ reader.
| '''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.
|
| '''Time Step'''<br>''(TimeStep)'


This property specifies the timestep the XYZ reader should load
| 0
| �
|}


|
|
|


==proSTAR (STARCD) Reader==


==proSTAR (STARCD) Reader=


Reads geometry in proSTAR (STARCD) file format.


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>


ProStarReader creates an unstructured grid dataset.<br
{| class="PropertiesTable" border="1" cellpadding="5"
It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.<br
|-
 
| '''Property'''
{| class="PropertiesTable" border="1" cellpadding="5
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
| '''Property''
Set the file name for the proSTAR (STARCD) reader.
| '''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
|
| '''Scale Factor'''<br>''(ScaleFactor)'
 
Scaling factor for the point


|
| 0
|
|
|
|}

Revision as of 15:52, 12 October 2010

ParaViewUsersGuide


AVS UCD Reader

Read 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
File Names
(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.

Cell Arrays
(CellArrayStatus)

This property contains a list of the cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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

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.

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

This property specifies the file name for the BYU reader.


COSMO Reader

Read 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
File Name
(FileName)

The list of files to be read by the reader.

Cosmo Format
(CosmoFormat)

If checked, the data will be read as the LANL Cosmo format. If unchecked, the data will be read as Gadget-2 format.

1

Only the values 0 and 1 are accepted.

overlap (shared point/ghost cell gap distance)
(Overlap)

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

The value must be greater than or equal to 0.

rL (physical box side length)
(RL)

The box side length used to wrap particles around if they exceed rL (or less than 0) in any dimension.

90.1408

The value must be greater than or equal to 0.


CSV Reader

Read 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
File Name
(FileName)

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 file series mode in which it will pretend that it can support time and provide 1 file per time step.

Detect Numeric Columns
(DetectNumericColumns)

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
(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
(HaveHeaders)

If the value of this property is 1, treat the first line of the file as headers.

1

Only the values 0 and 1 are accepted.

Merge Consecutive Delimiters
(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
(UseStringDelimiter)

This property indicates whether to use the string delimiter.

1

Only the values 0 and 1 are accepted.


DEM Reader

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.

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

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


EnSight Master Server Reader

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.

Property Description Default Value(s) Restrictions
Byte Order
(ByteOrder)

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

0

The value must be one of the following: BigEndian (0), LittleEndian (1).

Case File Name
(CaseFileName)

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

Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.

The list of array names is provided by the reader.

Set Time Value
(SetTimeValue)

This property indicates which time value to read.

0


EnSight Reader

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.

Property Description Default Value(s) Restrictions
Case File Name
(CaseFileName)

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

Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.

The list of array names is provided by the reader.


Enzo Reader

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.

Property Description Default Value(s) Restrictions
Block Output Type
(BlockOutputType)

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

0

The value must be one of the following: Image Data (0), Rectilinear Grid (1).

File Name
(FileName)

This property specifies the file name for the Enzo reader.

Load Particles
(LoadParticles)

Load particles when on.

1

Only the values 0 and 1 are accepted.

Max Level
(MaxLevel)

Do not blocks above this level.

100


ExodusIIReader

Read 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 .

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

This property specifies the file name for the Exodus reader.

Use Meta File
(UseMetaFile)

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

0

Only the values 0 and 1 are accepted.

Animate Vibrations
(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
(ApplyDisplacements)

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

Only the values 0 and 1 are accepted.

Displacement Magnitude
(DisplacementMagnitude)

When displacements are being applied, they are scaled by this amount. Set to 1 for no scaling.

1
Edge Blocks
(EdgeBlocks)

The list of array names is provided by the reader.

Edge Map Array Status
(EdgeMapArrayStatus)

The list of array names is provided by the reader.

Edge Set Array Status
(EdgeSetArrayStatus)

The list of array names is provided by the reader.

Edge Set Result Array Status
(EdgeSetResultArrayStatus)

The list of array names is provided by the reader.

Edge Variables
(EdgeVariables)

The list of array names is provided by the reader.

Element Blocks
(ElementBlocks)
Element Map Array Status
(ElementMapArrayStatus)

The list of array names is provided by the reader.

Element Set Array Status
(ElementSetArrayStatus)

The list of array names is provided by the reader.

Element Set Result Array Status
(ElementSetResultArrayStatus)

The list of array names is provided by the reader.

Element Variables
(ElementVariables)

The list of array names is provided by the reader.

Exodus Model Metadata
(ExodusModelMetadata)
0

Only the values 0 and 1 are accepted.

Face Blocks
(FaceBlocks)

The list of array names is provided by the reader.

Face Map Array Status
(FaceMapArrayStatus)

The list of array names is provided by the reader.

Face Set Array Status
(FaceSetArrayStatus)

The list of array names is provided by the reader.

Face Set Result Array Status
(FaceSetResultArrayStatus)

The list of array names is provided by the reader.

Face Variables
(FaceVariables)

The list of array names is provided by the reader.

File Pattern
(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.

File Prefix
(FilePrefix)

This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.)

File Range
(FileRange)

This property controls the indices of the first and last files to be read.

-1 -1
Generate Global Element Id Array
(GenerateGlobalElementIdArray)
1

Only the values 0 and 1 are accepted.

Generate Global Node Id Array
(GenerateGlobalNodeIdArray)
1

Only the values 0 and 1 are accepted.

Generate Object Id Cell Array
(GenerateObjectIdCellArray)
1

Only the values 0 and 1 are accepted.

Global Variables
(GlobalVariables)

The list of array names is provided by the reader.

Has Mode Shapes
(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.

Mode Shape
(ModeShape)

Specify the current mode shape when HasModeShapes in on.

1
Node Map Array Status
(NodeMapArrayStatus)

The list of array names is provided by the reader.

Node Set Array Status
(NodeSetArrayStatus)

The list of array names is provided by the reader.

Node Set Result Array Status
(NodeSetResultArrayStatus)

The list of array names is provided by the reader.

Point Variables
(PointVariables)

The list of array names is provided by the reader.

Side Set Array Status
(SideSetArrayStatus)

The list of array names is provided by the reader.

Side Set Result Array Status
(SideSetResultArrayStatus)

The list of array names is provided by the reader.

XML File Name
(XMLFileName)

This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.


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
Cell Arrays
(CellArrayStatus)

Select which cell-centered arrays to read.

The list of array names is provided by the reader.

File Name
(FileName)

Set the file name for the FLUENT reader.


Flash Reader

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.

Property Description Default Value(s) Restrictions
Block Output Type
(BlockOutputType)

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

0

The value must be one of the following: Image Data (0), Rectilinear Grid (1).

File Name
(FileName)

This property specifies the file name for the Flash reader.

Load Morton Curve
(LoadMortonCurve)

Generate morton curve when on.

0

Only the values 0 and 1 are accepted.

Load Particles
(LoadParticles)

Load particles when on.

1

Only the values 0 and 1 are accepted.


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
B Scale
(BScale)

A scaling factor to compute bonds between non-hydrogen atoms

1
File Name
(FileName)

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

H BScale
(HBScale)

A scaling factor to compute bonds with hydrogen atoms.

1


Image Reader

Read 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
Data Byte Order
(DataByteOrder)

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

0

The value must be one of the following: BigEndian (0), LittleEndian (1).

Data Extent
(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
(DataOrigin)

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

0 0 0
Data Scalar Type
(DataScalarType)

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

4

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).

Data Spacing
(DataSpacing)

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

1 1 1
File Dimensionality
(FileDimensionality)

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
(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

Only the values 0 and 1 are accepted.

File Pattern
(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
File Prefix
(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.

Number Of Scalar Components
(NumberOfScalarComponents)

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

1
Scalar Array Name
(ScalarArrayName)

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

ImageFile


LSDynaReader

Read LS-Dyna databases (d3plot).

This reader reads LS-Dyna databases.

Property Description Default Value(s) Restrictions
Beam Arrays
(BeamArrayStatus)

Select which beam arrays to read.

The list of array names is provided by the reader.

Deformed Mesh
(DeformedMesh)

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
(FileName)

Set the file name for the LSDyna reader.

Part Arrays
(PartArrayStatus)

Select which part arrays to read.

The list of array names is provided by the reader.

Particle Arrays
(ParticleArrayStatus)

Select which particle arrays to read.

The list of array names is provided by the reader.

Point Arrays
(PointArrayStatus)

Select which point-centered arrays to read.

The list of array names is provided by the reader.

Remove Deleted Cells
(RemoveDeletedCells)

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
(RigidBodyArrayStatus)

Select which rigid body arrays to load.

The list of array names is provided by the reader.

Road Surface Arrays
(RoadSurfaceArrayStatus)

Select which road surface arrays to read.

The list of array names is provided by the reader.

Shell Arrays
(ShellArrayStatus)

Select which shell arrays to read.

The list of array names is provided by the reader.

Solid Arrays
(SolidArrayStatus)

Select which solid arrays to read.

The list of array names is provided by the reader.

Split by Material Id
(SplitByMaterialId)

Should each material have its own mesh, or should there be one mesh for all materials?

0

Only the values 0 and 1 are accepted.

Thick Shell Arrays
(ThickShellArrayStatus)

Select which thick shell arrays to read.

The list of array names is provided by the reader.


Legacy VTK Reader

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.

Property Description Default Value(s) Restrictions
File Names
(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

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
Cell Arrays
(CellArrayStatus)

Select which cell-centered arrays to read.

The list of array names is provided by the reader.

File Name
(FileName)

Set the file name for the MFIX reader.


Meta Image reader

Read binary UNC meta image data.

The Meta Image Reader reads binary UNC meta image data, and produces uniform rectilinear (image/volume) data. The default file extensions are .mhd and .mha.

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

This property specifies the file name for the Meta Image reader.


NetCDF MPAS reader

Read unstructured grid data from a file.

The Image reader reads unstructured grid from a file. Grid is dual grid.

Property Description Default Value(s) Restrictions
Cell Array Status
(CellArrayStatus)

This property lists which netCDF dual-grid cell variables to load.

The list of array names is provided by the reader.

File Name
(FileName)

This property specifies the file name to read.

Point Array Status
(PointArrayStatus)

This property lists which netCDF dual-grid point variables to load.

The list of array names is provided by the reader.

Vertical Level
(VerticalLevel)
0


NetCDF POP reader

Read 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
File Name
(FileName)

This property specifies the file name to read.

Stride
(Stride)

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
(VariableArrayStatus)

This property lists which netCDF variables to load.

The list of array names is provided by the reader.


NetCDF Reader

Read 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
File Name
(FileName)

The name of the files to load.

Dimensions
(Dimensions)

Load the grid with the given dimensions. Any arrays that conform to these dimensions will be loaded.

.

Replace Fill Value With Nan
(ReplaceFillValueWithNan)

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

Only the values 0 and 1 are accepted.

Spherical Coordinates
(SphericalCoordinates)

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
(VerticalBias)

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
Vertical Scale
(VerticalScale)

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

Read 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
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
File Name
(FileName)

The name of the file to read (or the meta data file that will point to the actual file).


OpenFOAMReader

Sorry, no help is currently available.


Property Description Default Value(s) Restrictions
Add dimensional units to array names
(AddDimensionsToArrayNames)

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
(CacheMesh)

Cache the OpenFOAM mesh between GUI selection changes.

1

Only the values 0 and 1 are accepted.

Case Type
(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).

Cell Arrays
(CellArrays)

The list of array names is provided by the reader.

Create cell-to-point filtered data
(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
(DecomposePolyhedra)

Decompose polyhedra into tetrahedra and pyramids.

1

Only the values 0 and 1 are accepted.

File Name
(FileName)
Lagrangian Arrays
(LagrangianArrays)

The list of array names is provided by the reader.

List timesteps according to controlDict
(ListTimeStepsByControlDict)

List time directories listed according to the settings in controlDict.

0

Only the values 0 and 1 are accepted.

Mesh Regions
(MeshRegions)

The list of array names is provided by the reader.

Point Arrays
(PointArrays)

The list of array names is provided by the reader.

Lagrangian positions are in OF 1.3 binary format
(PositionsIsIn13Format)

Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.

0

Only the values 0 and 1 are accepted.

Read zones
(ReadZones)

Read point/face/cell-Zones?

0

Only the values 0 and 1 are accepted.


PDB Reader

Read 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
File Name
(FileName)

This property specifies the file name for the PDB reader.


PLOT3D Reader

Read 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
Q File Name
(QFileName)

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 to file-series mode in which it will pretend that it can support time and provide 1 file per time step.

Binary File
(BinaryFile)

This property indicates whether the data files are binary.

1

Only the values 0 and 1 are accepted.

Byte Order
(ByteOrder)

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

0

The value must be one of the following: BigEndian (0), LittleEndian (1).

File Name
(FileName)

This property specifies the .xyz (geometry) file name for the PLOT3D reader.

Force Read
(ForceRead)

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
(Functions)

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
(HasByteCount)

This property indicates whether this file uses Fortran leading-trailing byte counts.

0

Only the values 0 and 1 are accepted.

I Blanking
(IBlanking)

This property indicates whether this dataset has visibility information.

0

Only the values 0 and 1 are accepted.

Multi Grid
(MultiGrid)

This property indicates whether these files have multiple-block information.

0

Only the values 0 and 1 are accepted.

Two Dimensional Geometry
(TwoDimensionalGeometry)

This property indicates whether the data is two- or three-dimensional.

0

Only the values 0 and 1 are accepted.


PLY Reader

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.

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

This property specifies the file name for the PLY reader.


POP Reader

Read 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
Clip Extent
(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
File Name
(FileName)

This property specifies the file name for the POP Ocean file reader.

Number Of Ghost Levels
(NumberOfGhostLevels)

This property indicates the number of ghost levels to generate.

1
Radius
(Radius)

This property specifies the radius of the dataset.

60000


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
File Name
(FileName)

This property specifies the file name for the PVD reader.


Particles Reader

Read 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
File Name
(FileName)

The list of files to be read by the reader.

Byte Order
(ByteOrder)

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).

Data Type
(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).

File Type
(FileType)

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).

Has Scalar
(HasScalar)

Default: 1. If 1 then each particle has a value associated with it.

1

Only the values 0 and 1 are accepted.


Partitioned Legacy VTK Reader

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.

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

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


Phasta Reader

Read 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
File Name
(FileName)

This property specifies the file name for the Phasta reader.


Restarted Sim Exodus Reader

Read 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
File Name
(FileName)

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

Use Meta File
(UseMetaFile)

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

1

Only the values 0 and 1 are accepted.

Animate Vibrations
(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
(ApplyDisplacements)

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

Only the values 0 and 1 are accepted.

Displacement Magnitude
(DisplacementMagnitude)

When displacements are being applied, they are scaled by this amount. Set to 1 for no scaling.

1
Edge Blocks
(EdgeBlocks)

The list of array names is provided by the reader.

Edge Map Array Status
(EdgeMapArrayStatus)

The list of array names is provided by the reader.

Edge Set Array Status
(EdgeSetArrayStatus)

The list of array names is provided by the reader.

Edge Set Result Array Status
(EdgeSetResultArrayStatus)

The list of array names is provided by the reader.

Edge Variables
(EdgeVariables)

The list of array names is provided by the reader.

Element Blocks
(ElementBlocks)
Element Map Array Status
(ElementMapArrayStatus)

The list of array names is provided by the reader.

Element Set Array Status
(ElementSetArrayStatus)

The list of array names is provided by the reader.

Element Set Result Array Status
(ElementSetResultArrayStatus)

The list of array names is provided by the reader.

Element Variables
(ElementVariables)

The list of array names is provided by the reader.

Exodus Model Metadata
(ExodusModelMetadata)
0

Only the values 0 and 1 are accepted.

Face Blocks
(FaceBlocks)

The list of array names is provided by the reader.

Face Map Array Status
(FaceMapArrayStatus)

The list of array names is provided by the reader.

Face Set Array Status
(FaceSetArrayStatus)

The list of array names is provided by the reader.

Face Set Result Array Status
(FaceSetResultArrayStatus)

The list of array names is provided by the reader.

Face Variables
(FaceVariables)

The list of array names is provided by the reader.

Generate Global Element Id Array
(GenerateGlobalElementIdArray)
1

Only the values 0 and 1 are accepted.

Generate Global Node Id Array
(GenerateGlobalNodeIdArray)
1

Only the values 0 and 1 are accepted.

Generate Object Id Cell Array
(GenerateObjectIdCellArray)
1

Only the values 0 and 1 are accepted.

Global Variables
(GlobalVariables)

The list of array names is provided by the reader.

Has Mode Shapes
(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.

Mode Shape
(ModeShape)

Specify the current mode shape when HasModeShapes in on.

1
Node Map Array Status
(NodeMapArrayStatus)

The list of array names is provided by the reader.

Node Set Array Status
(NodeSetArrayStatus)

The list of array names is provided by the reader.

Node Set Result Array Status
(NodeSetResultArrayStatus)

The list of array names is provided by the reader.

Point Variables
(PointVariables)

The list of array names is provided by the reader.

Side Set Array Status
(SideSetArrayStatus)

The list of array names is provided by the reader.

Side Set Result Array Status
(SideSetResultArrayStatus)

The list of array names is provided by the reader.

XML File Name
(XMLFileName)

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

Read 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
File Name
(FileName)

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

Use Meta File
(UseMetaFile)

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

1

Only the values 0 and 1 are accepted.

Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Distribute Files
(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
(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
(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
(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
(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.


SESAME Reader

Read 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
File Name
(FileName)

This property specifies the file name for the SESAME reader.

Table Id
(TableId)

This proeprty indicates which table to read.

-1

The value must be one of the following:.


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
Mesh File Name
(MeshFileName)

The name of the mesh file to load.

Mode File Name
(ModeFileName)

The name of the mode files to load. The points in the mode file should be the same as the mesh file.

Read External Surface
(ReadExternalSurface)

If on, read the external surfaces of the data set.

1

Only the values 0 and 1 are accepted.

Read Internal Volume
(ReadInternalVolume)

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

0

Only the values 0 and 1 are accepted.

Read Midpoints
(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

The SLAC Particle data reader.

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

A list of files to be read in a time series.


STL Reader

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.

Property Description Default Value(s) Restrictions
File Names
(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.


Spy Plot Reader

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.

Property Description Default Value(s) Restrictions
Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Distribute Files
(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
(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.

File Name
(FileName)

This property specifies the file name for the Spy Plot reader.

Generate Active Block Array
(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
(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
(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.

Generate Tracer Array
(GenerateTracerArray)

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
(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

Only the values 0 and 1 are accepted.


TIFF Reader

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 .png.

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

This property specifies the file name for the TIFF reader.


Tecplot Reader

Read 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
File Names
(FileNames)

The list of files to be read by the reader.

Data Arrays
(DataArrayStatus)

This property lists what dataset attribute arrays (point data and cell data) to read.

The list of array names is provided by the reader.


VPIC Reader

Sorry, no help is currently available.


Property Description Default Value(s) Restrictions
File Name
(FileName)
Point Arrays
(PointArrayStatus)

The list of array names is provided by the reader.

Stride
(SetStride)
1 1 1

The value must be greater than or equal to 1.

X Extent
(XExtent)
-1 -1
Y Extent
(YExtent)
-1 -1
Z Extent
(ZExtent)
-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
File Name
(FileName)

This property specifies the file name for the VRML reader.


Wavefront OBJ Reader

Read 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
File Name
(FileName)

This property specifies the file name for the OBJ reader.


WindBlade reader

Sorry, no help is currently available.


Property Description Default Value(s) Restrictions
File Name
(FileName)
Point Arrays
(PointArrayStatus)

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
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.

Property Description Default Value(s) Restrictions
Cell Arrays
(CellArrayStatus)

This property lists which the cell-centered arrays to read.

The list of array names is provided by the reader.

File Name
(FileName)

This property specifies the file name for the XDMF reader.

Grids
(GridStatus)
Point Arrays
(PointArrayStatus)

This property lists which the point-centered arrays to read.

The list of array names is provided by the reader.

Sets
(SetStatus)

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

The list of array names is provided by the reader.

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

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
containing a vtkHierarchicalBoxDataSet. The expected file extensions is
either .vthb or .vth.

Property Description Default Value(s) Restrictions
File Name
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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
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
File Name
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This propert lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

Property Description Default Value(s) Restrictions
File Name
(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
(CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

Point Arrays
(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.

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

This property specifies the file name for the XYZ reader.

Time Step
(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
File Name
(FileName)

Set the file name for the proSTAR (STARCD) reader.

Scale Factor
(ScaleFactor)

Scaling factor for the points

0