ParaView/Users Guide/List of readers - KitwarePublic (2024)

Contents

  • 1 AVS UCD Reader
  • 2 BYU Reader
  • 3 CML Molecule Reader
  • 4 CSV Reader
  • 5 DEM Reader
  • 6 DICOM Reader (Single File)
  • 7 DICOM Reader (directory)
  • 8 ENZO AMR Particles Reader
  • 9 EnSight Master Server Reader
  • 10 EnSight Reader
  • 11 Enzo Reader
  • 12 ExodusIIReader
  • 13 FLASH AMR Particles Reader
  • 14 FacetReader
  • 15 Flash Reader
  • 16 Fluent Case Reader
  • 17 Gaussian Cube Reader
  • 18 Image Reader
  • 19 JPEG Series Reader
  • 20 LSDynaReader
  • 21 Legacy VTK Reader
  • 22 MFIXReader
  • 23 MRC Series Reader
  • 24 Meta File Series Reader
  • 25 NetCDF CAM reader
  • 26 NetCDF MPAS reader
  • 27 NetCDF POP reader
  • 28 NetCDF Reader
  • 29 Nrrd Reader
  • 30 OpenFOAMReader
  • 31 PDB Reader
  • 32 PLOT3D Meta-File Reader
  • 33 PLOT3D Reader
  • 34 PLY Reader
  • 35 PNG Series Reader
  • 36 PTS Reader
  • 37 PVD Reader
  • 38 Parallel NetCDF POP reader
  • 39 Particles Reader
  • 40 Partitioned Legacy VTK Reader
  • 41 Phasta Reader
  • 42 RTXMLPolyDataReader
  • 43 Restarted Sim Exodus Reader
  • 44 Restarted Sim Spy Plot Reader
  • 45 SLAC Data Reader
  • 46 SLAC Particle Data Reader
  • 47 STL Reader
  • 48 Spy Plot Reader
  • 49 TIFF Reader
  • 50 TIFF Series Reader
  • 51 Tecplot Reader
  • 52 Unstructured NetCDF POP reader
  • 53 VPIC Reader
  • 54 VRML Reader
  • 55 Wavefront OBJ Reader
  • 56 WindBlade reader
  • 57 XDMF Reader
  • 58 XML Hierarchical Box Data reader
  • 59 XML Image Data Reader
  • 60 XML MultiBlock Data Reader
  • 61 XML Partitioned Image Data Reader
  • 62 XML Partitioned Polydata Reader
  • 63 XML Partitioned Rectilinear Grid Reader
  • 64 XML Partitioned Structured Grid Reader
  • 65 XML Partitioned Unstructured Grid Reader
  • 66 XML PolyData Reader
  • 67 XML Rectilinear Grid Reader
  • 68 XML Structured Grid Reader
  • 69 XML UniformGrid AMR Reader
  • 70 XML Unstructured Grid Reader
  • 71 XYZ Reader
  • 72 proSTAR (STARCD) Reader
  • 73 spcth history reader

AVS UCD Reader

Reads binary or ASCII files stored in AVS UCD format.The AVS UCDreader reads binary or ASCII files stored in AVS UCDformat. The default file extension is .inp. The output ofthis reader is unstructured grid. This supports reading afile series.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

BYU Reader

Reads Movie.BYU files to produce polygonal data.The BYU reader readsdata stored in Movie.BYU format. The expected fileextension is .g. The datasets resulting from reading thesefiles are polygonal.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the BYUreader.

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

CML Molecule Reader

A reader for Chemical Markup Language (CML)This is a reader for Chemical Markup Language (CML) whichdescribes chemical information using XML.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the CML filename

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

CSV Reader

Reads a Delimited Text values file into a 1D rectilinear grid.The CSVreader reads a Delimited Text values file into a 1Drectilinear grid. If the file was saved using theCSVWriter, then the rectilinear grid's points and pointdata can be restored as well as the cell data. Otherwiseall the data in the CSV file is treated as cell data. Thedefault file extension is .csv as well as .txt.This can read file series as well.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

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

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

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.

DEM Reader

Reads a DEM (Digital Elevation Model) file.The DEM readerreads Digital Elevation Model files containing elevationvalues derived from the U. S. Geologic Survey. The defaultfile extension is .dem. This reader produces uniformrectilinear (image/volume) data output.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

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

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

DICOM Reader (Single File)

Reads DICOM regular rectilinear grid data from a lone file.DICOM is a file format often used in medical imaging. This versionof the reader reads a single file (as opposed to a collection offiles). The DICOM reader currently only supports uncompressedfiles.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

DICOM file to load. This version of the reader only supportsloading one file at a time.

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

DICOM Reader (directory)

Reads DICOM regular rectilinear grid data from a directory containing a file.DICOM is a file format often used in medical imaging. This versionof the reader will look at all files in the same directory of theselected file and load them as planes of the same data set. It istypically for 3D medical scanners to store planes as set of filesin a directory.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

A file in the directory of files to be loaded. The DICOM readerwill actually load all valid DICOM files in the same directory asthis file as part of the same dataset. This is typical of howDICOM files are often stored.

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

ENZO AMR Particles Reader

Reads AMR particles from an ENZO datasetTheEnzo particles reader loads particle simulation datastored in Enzo HDF5 format. The output of this reader isMultiBlock dataset where each block is a vtkPolyData thatholds the particles (points) and corresponding particledata.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

EnSight Master Server Reader

Reads files in EnSight's Master Server format.The EnSightMaster Server reader reads EnSight's parallel files. Themaster file ususally has a .sos extension and may point tomultiple .case files. The output is a multi-blockdataset.

PropertyDescriptionDefault Value(s)Restrictions
CaseFileName (CaseFileName)

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

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

ByteOrder (ByteOrder)

This property indicates the byte order of the binaryfile(s).

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

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

Available timestep values.

SetTimeValue (SetTimeValue)

This property indicates which time value toread.

0.0

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays toread.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

This property lists which point-centered arrays toread.

The list of array names is provided by the reader.

EnSight Reader

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

PropertyDescriptionDefault Value(s)Restrictions
CaseFileName (CaseFileName)

This property specifies the case file name for theEnSight reader.

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

TimestepValues (TimestepValues)

Available timestep values.

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays toread.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

This property lists which point-centered arrays toread.

The list of array names is provided by the reader.

Enzo Reader

Read hierarchical box dataset from an Enzo file.This Enzo reader loads data stored in Enzo format. Theoutput of this reader is a hierarchical-boxdataset.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

ExodusIIReader

Reads an Exodus II file to produce an unstructured grid.The Exodus reader loadsExodus 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. Thefile format is described fully at:http://endo.sandia.gov/SEACAS/Documentation/exodusII.pdf.Each Exodus file contains a single set of points with 2-Dor 3-D coordinates plus one or more blocks, sets, andmaps. Block group elements (or their bounding edges orfaces) of the same type together. Sets select subsets(across all the blocks in a file) of elements, sides ofelements (which may be of mixed dimensionality), boundingfaces of volumetric elements, or bounding edges ofvolumetric or areal elements. Each block or set may havemultiple result variables, each of which defines a valueper element, per timestep. The elements (cells), faces ofelements (when enumerated in face blocks), edges ofelements (when enumerated in edge blocks), and nodes(points) in a file may be assigned an arbitrary integernumber by an element map, face map, edge map, or node map,respectively. Usually, only a single map of each typeexists and is employed to assign a unique global ID toentities across multiple files which partition a largemesh for a distributed-memory calculation. However heremay be multiply maps of each type and there are noconstraints which force the integers to be unique. Theconnectivity of elements is constant across all of thetimesteps in any single Exodus II file. However, multiplefiles which specify a single time-evolution of a mesh maybe used to represent meshes which exhibit changes inconnectivity infrequently. Field variable mode_shape[0]represents the time step (t_index) if HasModeShapes isnot set or the ModeShape otherwise.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

This property specifies the file name for the Exodusreader.

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

UseMetaFile (UseMetaFile)

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

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)

FLASH AMR Particles Reader

Reads AMR particles from FLASH datasetTheFlash particles reader loads particle simulation datastored in Flash format. The output of this reader is aMultiBlock dataset where each block is vtkPolyData thatholds the particles and corresponding particledata.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

FacetReader

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

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the Facetreader.

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

Flash Reader

Read hierarchical box dataset from a Flash dataset.This Flash reader loads data stored in Enzo format. Theoutput of this reader is a hierarchical-boxdataset.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

Fluent Case Reader

Reads a dataset in Fluent file format.FLUENTReader creates an unstructured grid dataset. Itreads .cas and .dat files stored in FLUENT native format(or a file series of the same.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

The name of the files to load.

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

Gaussian Cube Reader

Produce polygonal data by reading a Gaussian Cube file.The GaussianCube reader produces polygonal data by reading data filesproduced by the Gaussian software package. The expectedfile extension is .cube.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the GaussianCube reader.

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

HBScale (HBScale)

A scaling factor to compute bonds with hydrogenatoms.

1.0

BScale (BScale)

A scaling factor to compute bonds between non-hydrogenatoms

1.0

Image Reader

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

PropertyDescriptionDefault Value(s)Restrictions
FilePrefix (FilePrefix)

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

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

FilePattern (FilePattern)

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

%s

DataScalarType (DataScalarType)

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

4

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

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

This property indicates the byte order of the binaryfile(s).

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

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

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

3

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

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

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

0.0 0.0 0.0

DataSpacing (DataSpacing)

This property specifies the size of a voxel in eachdimension.

1.0 1.0 1.0

DataExtent (DataExtent)

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

0 0 0 0 0 0

NumberOfScalarComponents (NumberOfScalarComponents)

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

1

ScalarArrayName (ScalarArrayName)

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

ImageFile

FileLowerLeft (FileLowerLeft)

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

1

Accepts boolean values (0 or 1).

JPEG Series Reader

Reads a series of JPEG files into an time sequence of image datas.The JPEG seriesreader reads JPEG files. The output is a time sequence ofuniform rectilinear (image/volume) dataset. The defaultfile extension is .jpg or .jpeg.

PropertyDescriptionDefault Value(s)Restrictions
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

ReadAsImageStack (ReadAsImageStack)

When set, the reader will read the set of files as an image stack, rather thana temporal file series.

1

Accepts boolean values (0 or 1).

LSDynaReader

Read LS-Dyna databases (d3plot).This readerreads LS-Dyna databases.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

Set the file name for the LSDyna reader.

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

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

Select which solid arrays to read.

The list of array names is provided by the reader.

ThickShellArrayInfo (ThickShellArrayInfo)
Thick Shell Arrays (ThickShellArrayStatus)

Select which thick shell arrays to read.

The list of array names is provided by the reader.

ShellArrayInfo (ShellArrayInfo)
Shell Arrays (ShellArrayStatus)

Select which shell arrays to read.

The list of array names is provided by the reader.

RigidBodyArrayInfo (RigidBodyArrayInfo)
Rigid Body Arrays (RigidBodyArrayStatus)

Select which rigid body arrays to load.

The list of array names is provided by the reader.

RoadSurfaceArrayInfo (RoadSurfaceArrayInfo)
Road Surface Arrays (RoadSurfaceArrayStatus)

Select which road surface arrays toread.

The list of array names is provided by the reader.

BeamArrayInfo (BeamArrayInfo)
Beam Arrays (BeamArrayStatus)

Select which beam arrays to read.

The list of array names is provided by the reader.

ParticleArrayInfo (ParticleArrayInfo)
Particle Arrays (ParticleArrayStatus)

Select which particle arrays to read.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

Select which point-centered arrays toread.

The list of array names is provided by the reader.

PartArrayInfo (PartArrayInfo)
Part Arrays (PartArrayStatus)

Select which part arrays to read.

The list of array names is provided by the reader.

DeformedMesh (DeformedMesh)

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

1

Accepts boolean values (0 or 1).

RemoveDeletedCells (RemoveDeletedCells)

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

1

Accepts boolean values (0 or 1).

Legacy VTK Reader

Reads files stored in VTK's legacy file format.The Legacy VTK readerloads files stored in VTK's legacy file format (before VTK4.2, although still supported). The expected fileextension is .vtk. The type of the dataset may bestructured grid, uniform rectilinear grid (image/volume),non-uniform rectiinear grid, unstructured grid, orpolygonal. This reader also supports fileseries.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

MFIXReader

Reads a dataset in MFIX file format.vtkMFIXReader creates an unstructured grid dataset. Itreads a restart file and a set of sp files. The restartfile contains the mesh information. MFIX meshes are eithercylindrical or rectilinear, but this reader will convertthem to an unstructured grid. The sp files containtransient data for the cells. Each sp file has one or morevariables stored inside it.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

Set the file name for the MFIX reader.

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

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

Select which cell-centered arrays toread.

The list of array names is provided by the reader.

TimestepValues (TimestepValues)

MRC Series Reader

Reads a series of MRC files into an time sequence of image datas.The MRC seriesreader reads MRC files. The output is a time sequence ofuniform rectilinear (image/volume) dataset. The defaultfile extension is .mrc but .ali, .st and .rec are alsorecognized.

PropertyDescriptionDefault Value(s)Restrictions
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

Meta File Series Reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

NetCDF CAM reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

NetCDF MPAS reader

Reads unstructured grid MPAS data from a file.This reader reads unstructured grid MPAS data from a file.It creates a dual grid It assumes the grid is in theglobal domain. By default, it creates a spherical view ofvertical layer 0. It assumes it is ocean data. It givesseveral options to change the view to multilayer (allvertical layers will have a thickness determined by thevalue in the slider), lat/lon projection or atmospheric(vertical layers go out away from the center of thesphere, instead of down towards the center as they do forocean data). It doesn't handle data in the rectangulardomain. This is not a parallel reader. It expects one .ncfile of data. It can display cell or vertex-centered data,but not edge data. When converted to the dual grid,cell-centered data becomes vertex-centered and vice-versa.NOTES: When using this reader, it is important that youremember to do the following: 1. When changing a selectedvariable, remember to select it also in the drop down boxto color by. It doesn't color by that variableautomatically 2. When selecting multilayer sphere view,start with layer thickness around 100,000 3. Whenselecting multilayer lat/lon view, start with layerthickness around 10 4. Always click the -Z orientationafter making a switch from lat/lon to sphere, from singleto multilayer or changing thickness. 5. Be conservative onthe number of changes you make before hitting Apply, sincethere may be bugs in this reader. Just make one change andthen hit Apply. For problems, contact Christine Ahrens(cahrens@lanl.gov)

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name to read. It shouldbe an MPAS format NetCDF file ending in .nc.

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

UseDimensionedArrayNames (UseDimensionedArrayNames)

This property ensures that the dimension info is alwaysshown in the ParaView GUI.

1

Accepts boolean values (0 or 1).

PointArrayInfo (PointArrayInfo)
PointArrayStatus (PointArrayStatus)

This property lists which NetCDF dual-grid pointvariables to load.

The list of array names is provided by the reader.

CellArrayInfo (CellArrayInfo)
CellArrayStatus (CellArrayStatus)

This property lists which NetCDF dual-grid cellvariables to load.

The list of array names is provided by the reader.

DimensionInfo (DimensionInfo)
Extra Dimension Indices (DimensionCurrentIndex)
ShowMultilayerView (ShowMultilayerView)

This property indicates whether to show multiple layersin one view, with each vertical level having the same thickness,specified by the layer thickness slider. For ocean data, the layerscorrespond to data at vertical level whose number increases towards thecenter of the sphere. For atmospheric data, the layers correspond todata at vertical levels increasing away from thecenter.

Accepts boolean values (0 or 1).

DimensionList (DimensionList)
Vertical Dimension (VerticalDimension)

nVertLevels

The value(s) can be one of the following:

ProjectLatLon (ProjectLatLon)

This property indicates whether to view the data in thelat/lon projection.

Accepts boolean values (0 or 1).

IsAtmosphere (IsAtmosphere)

This property indicates whether data is atmospheric.Checking this ensures the vertical levels will go up away from thesphere instead of down towards the center.

Accepts boolean values (0 or 1).

LayerThicknessRangeInfo (LayerThicknessRangeInfo)
Layer Thickness (LayerThickness)

This property specifies how thick the layer should be ifviewing the data in multilayer view. Each layer corresponds to avertical level. A good starting point is 100,000 for the spherical viewand 10 for the lat/lon projection. Click on -Z after applying thischange, since the scale may change drastically.

10

CenterLonRangeInfo (CenterLonRangeInfo)
Center Longitude (CenterLon)

This property specifies where the center will be viewedfor a lat/lon projection.

180

TimestepValues (TimestepValues)

NetCDF POP reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

NetCDF Reader

Reads regular arrays from netCDF files. Will also read any topological information specified by the COARDS and CF conventions.Readsarrays from netCDF files into structured VTK data sets. Inthe absence of any other information, the files will beread as image data. This reader will also look for metainformation specified by the CF convention that specifythings like topology and time. This information can causethe output to be a nonuniform rectilinear grid orcurvilinear (structured) grid. Details on the CFconvention can be found at http://cf-pcmdi.llnl.gov/. Itshould be noted that the CF convention is a superset ofthe COARDS convention, so COARDS conventions will also berecognized.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

The name of the files to load.

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

TimestepValues (TimestepValues)

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

Nrrd Reader

Reads raw image files with Nrrd meta data.TheNrrd reader reads raw image data much like the Raw ImageReader except that it will also read metadata informationin the Nrrd format. This means that the reader willautomatically set information like file dimensions. Thereare several limitations on what type of nrrd files we canread. 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 supportsreading one file that is detached.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

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

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

Data VOI (DataVOI)

The data volume of interest (VOI). The VOI is asub-extent of the data that you want loaded. Setting a VOI is usefulwhen reading from a large data set and you are only interested in asmall portion of the data. If left containing all 0's, then the readerwill load in the entire data set.

0 0 0 0 0 0

OpenFOAMReader

Reads OpenFOAM data files, producing multi-block dataset.The OpenFOAM readerreads OpenFOAM data files and outputs multi-blockdatasets. Mesh information and time dependent data aresupported. The OpenFOAM format is described fully athttp://www.openfoam.com/docs/user/basic-file-format.php

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for thereader.

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

CaseType (CaseType)

The property indicates whether decomposed mesh orreconstructed mesh should be read

1

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

  • Decomposed Case (0)
  • Reconstructed Case (1)
Create cell-to-point filtered data (CreateCellToPoint)

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

1

Accepts boolean values (0 or 1).

Add dimensional units to array names (AddDimensionsToArrayNames)

Read dimensional units from field data and add them toarray names as human-readable string.

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)
PatchArrayInfo (PatchArrayInfo)
MeshRegions (MeshRegions)

The list of array names is provided by the reader.

CellArrayInfo (CellArrayInfo)
CellArrays (CellArrays)

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
PointArrays (PointArrays)

The list of array names is provided by the reader.

LagrangianArrayInfo (LagrangianArrayInfo)
LagrangianArrays (LagrangianArrays)

The list of array names is provided by the reader.

Cache mesh (CacheMesh)

Cache the OpenFOAM mesh between GUI selectionchanges.

1

Accepts boolean values (0 or 1).

Decompose polyhedra (DecomposePolyhedra)

Decompose polyhedra into tetrahedra andpyramids.

1

Accepts boolean values (0 or 1).

List timesteps according to controlDict (ListTimeStepsByControlDict)

List time directories listed according to the settingsin controlDict.

Accepts boolean values (0 or 1).

Lagrangian positions are in OF 1.3 binary format (PositionsIsIn13Format)

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

Accepts boolean values (0 or 1).

Read zones (ReadZones)

Read point/face/cell-Zones?

Accepts boolean values (0 or 1).

PDB Reader

Reads PDB molecule files.The PDB reader reads files inthe format used by the Protein Data Bank (an archive ofexperimentally determined three-dimensional structures ofbiological macromolecules). The expected file extension is.pdb. The output datasets are polygonal.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the PDBreader.

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

PLOT3D Meta-File Reader

The main goal of this reader is to make it easy to read PLOT3D files or time series of PLOT3D files.The main goal of this reader is to make it easy to read PLOT3D files,specifically time series of PLOT3D files. PLOT3D files can take manydifferent forms based on their content. Unfortunately, it is not aself-describing format therefore the user needs to pass informationabout the contents of the file to the reader. Normally, this is doneby setting a number of member variables. The goal of this reader is toprovide a simple format that enable the writer of the PLOT3D file todescribe its settings as well as group a number of files as a timeseries.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the meta filename

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

TimestepValues (TimestepValues)

Available timestep values.

PLOT3D Reader

Reads ASCII or binary PLOT3D files.PLOT3D is a plottingpackage developed at NASA. The PLOT3D reader can read bothASCII and binary PLOT3D files. The default file extensionfor the geometry files is .xyz, and the default fileextension for the solution files is .q. The output of thisreader is a multi-block dataset containing curvilinear(structured grid) datasets.

PropertyDescriptionDefault Value(s)Restrictions
QFileName (QFileName)

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

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

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.

PLY Reader

Reads files stored in Stanford University's PLY polygonal file format.The PLY readerreads files stored in the PLY polygonal file formatdeveloped at Stanford University. The PLY files thatParaView can read must have the elements "vertex" and"face" defined. The "vertex" elements must have thepropertys "x", "y", and "z". The "face" elements must havethe property "vertex_indices" defined. The default fileextension for this reader is .ply.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the PLYreader.

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

PNG Series Reader

Reads a PNG file into an image data.The PNG reader reads PNG(Portable Network Graphics) files, and the output is auniform rectilinear (image/volume) dataset. The defaultfile extension is .png.

PropertyDescriptionDefault Value(s)Restrictions
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

ReadAsImageStack (ReadAsImageStack)

When set, the reader will read the set of files as an image stack, rather thana temporal file series.

1

Accepts boolean values (0 or 1).

PTS Reader

Reads a PTS ASCII Point Cloud file.The PTS readerreads ASCII PTS Point Cloud files containingpoints as well as optional intensity and color information. The defaultfile extension is .pts. This reader produces apolydata set of a single vertex cell containing all ofthe points.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the PTS(ASCII Point Cloud) reader.

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

LimitNumberOfPointsRead (LimitNumberOfPointsRead)

Limits the number of points read in from file

Accepts boolean values (0 or 1).

MaxNumberOfPoints (MaxNumberOfPoints)

Specify the max number of point to be read.

100000

LimitPointCloudToBounds (LimitPointCloudToBounds)

Restrict the point to cloud to a specified volume.

Accepts boolean values (0 or 1).

ReadBounds (ReadBounds)

Define the spatial volume that wil restrict theextent of the point cloud [xmin, xmax, ymin, ymax, zmin, zmax]

0 100 0 100 0 100

PVD Reader

Load a dataset stored in ParaView's PVD file format.The PVD reader reads datastored in ParaView's PVD file format. The .pvd file isessentially a header file that collects together otherdata files stored in VTK's XML-based fileformat.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the PVDreader.

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

TimestepValues (TimestepValues)

Available timestep values.

Parallel NetCDF POP reader

Reads rectilinear grid data from a NetCDF POP file in parallel.The reader reads regular rectilinear grid (image/volume) data from aNetCDF file. Only a subset of the processes actually read the file andthese processes communicate the data to other processes.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

Particles Reader

Reads particle data.vtkParticleReader readseither a binary or a text file of particles. Each particlecan have associated with it an optional scalar value. Sothe format is: x, y, z, scalar (all floats or doubles).The text file can consist of a comma delimited set ofvalues. In most cases vtkParticleReader can automaticallydetermine whether the file is text or binary. The data canbe either float or double. Progress updates are provided.With respect to binary files, random access into the fileto read pieces is supported.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

The list of files to be read by thereader.

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

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.

Partitioned Legacy VTK Reader

Reads files stored in VTK partitioned legacy format.ThePartitioned Legacy VTK reader loads files stored in VTK'spartitioned legac file format (before VTK 4.2, althoughstill supported). The expected file extension is .pvtk.The type of the dataset may be structured grid, uniformrectilinear grid (image/volume), non-uniform rectilineargrid, unstructured grid, or polygonal.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

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

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

Phasta Reader

Reads the parallel Phasta meta-file and the underlying Phasta files.This Phasta reader reads files stored in the Phasta (a CFDpackage) format. The expected file extension is .pht. Theoutput of this reader is a multipiece dataset.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the Phastareader.

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

TimestepValues (TimestepValues)

Available timestep values.

RTXMLPolyDataReader

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

Set the file name for the real-time VTK polygonaldataset reader.

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

Location (Location)

Set the data directory containing real time datafiles.

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

NextFileName (NextFileName)
NewDataAvailable (NewDataAvailable)

2

Restarted Sim Exodus Reader

Reads collections of Exodus output files from simulations that were restarted.When a simulation that outputs exodus files is restarted,typically you get a new set of output files. When you readthem in your visualization, you often want to string thesefile sets together as if it was one continuous dump offiles. This reader allows you to specify a metadata filethat will implicitly string the filestogether.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

UseMetaFile (UseMetaFile)

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

1

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)

Restarted Sim Spy Plot Reader

Reads collections of SPCTH files from simulations that were restarted.When a CTH simulation is restarted, typically you get anew set of output files. When you read them in yourvisualization, you often want to string these file setstogether as if it was one continuous dump of files. Thisreader allows you to specify a metadata file that willimplicitly string the files together.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

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

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

UseMetaFile (UseMetaFile)

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

1

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)

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)A reader for a data formatused by Omega3p, Tau3p, and several other tools used at theStandford Linear Accelerator Center (SLAC). The underlyingformat uses netCDF to store arrays, but also imposes severalconventions to form an unstructured grid ofelements.

PropertyDescriptionDefault Value(s)Restrictions
MeshFileName (MeshFileName)

The name of the mesh file to load.

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

ModeFileName (ModeFileName)

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

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

ReadInternalVolume (ReadInternalVolume)

If on, read the internal volume of the dataset.

Accepts boolean values (0 or 1).

ReadExternalSurface (ReadExternalSurface)

If on, read the external surfaces of the dataset.

1

Accepts boolean values (0 or 1).

ReadMidpoints (ReadMidpoints)

If on, reads midpoint information for external surfacesand builds quadratic surface triangles.

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)

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

TimeRange (TimeRange)

This magic property sends time range information to theanimation panel. ParaView uses this information to set the range oftime for the animation. This property is important for when there areno timesteps but you still want to give ParaView a range of values touse.

FrequencyScale (FrequencyScale)

Sets the scale factor for each mode. By default, each scale factor isset to 1.

FrequencyScaleInfo (FrequencyScaleInfo)
PhaseShift (PhaseShift)

Sets the phase offset for each mode. By default, shift is set to 0.

PhaseShiftInfo (PhaseShiftInfo)

SLAC Particle Data Reader

The SLAC Particle data reader.The SLAC Particle data reader.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

A list of files to be read in a timeseries.

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

TimestepValues (TimestepValues)

Available timestep values.

STL Reader

Reads ASCII or binary stereo lithography (STL) files.The STL reader reads ASCII orbinary stereo lithography (STL) files. The expected fileextension is .stl. The output of this reader is apolygonal dataset. This reader also supports fileseries.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

Spy Plot Reader

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

PropertyDescriptionDefault Value(s)Restrictions
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays toread.

The list of array names is provided by the reader.

FileName (FileName)

This property specifies the file name for the Spy Plotreader.

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

TimestepValues (TimestepValues)

Available timestep values.

DownConvertVolumeFraction (DownConvertVolumeFraction)

If this property is set to 0, the type of the volumefraction is float; is set to 1, the type is unsignedchar.

1

Accepts boolean values (0 or 1).

ComputeDerivedVariables (ComputeDerivedVariables)

If this property is set to 1, the reader will convertderived variables like material density for the materials that the userhas selected. For Density the user needs to have selected Material Massand Material Volume Fraction.

1

Accepts boolean values (0 or 1).

DistributeFiles (DistributeFiles)

In parallel mode, if this property is set to 1, thereader will distribute files or blocks.

1

Accepts boolean values (0 or 1).

GenerateLevelArray (GenerateLevelArray)

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

Accepts boolean values (0 or 1).

GenerateActiveBlockArray (GenerateActiveBlockArray)

If this property is set to 1, a cell array will begenerated that stores the active status of a block.

Accepts boolean values (0 or 1).

GenerateTracers (GenerateTracers)

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

1

Accepts boolean values (0 or 1).

GenerateMarkers (GenerateMarkers)

If this property is set to 1, a second output will becreated using the markers data stored in the file.

1

Accepts boolean values (0 or 1).

GenerateBlockIdArray (GenerateBlockIdArray)

If this property is set to 1, a cell array will begenerated that stores a unique blockId for each block.

Accepts boolean values (0 or 1).

MergeXYZComponents (MergeXYZComponents)

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

1

Accepts boolean values (0 or 1).

CellArrayInfo (CellArrayInfo)

TIFF Reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the TIFFreader.

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

TIFF Series Reader

Reads a series of TIFF files into an time sequence of image datas.The TIFF seriesreader reads TIFF files. The output is a time sequence ofuniform rectilinear (image/volume) dataset. The defaultfile extension is .tif or .tiff.

PropertyDescriptionDefault Value(s)Restrictions
FileNames (FileNames)

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

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

TimestepValues (TimestepValues)

Available timestep values.

ReadAsImageStack (ReadAsImageStack)

When set, the reader will read the set of files as an image stack, rather thana temporal file series.

1

Accepts boolean values (0 or 1).

Tecplot Reader

Reads files in the Tecplot ASCII file format.The Tecplot reader extracts multiple zones (blocks) ofdata from a Tecplot ASCII file, in which a zone is storedin either point packing mode (i.e., tuple-based, with onlypoint 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, ofwhich each block is either a vtkStructuredGrid or avtkUnstructuredGrid. This supports reading a fileseries.

PropertyDescriptionDefault Value(s)Restrictions
FileNames (FileNames)

The list of files to be read by thereader.

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

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.

Unstructured NetCDF POP reader

Reads rectilinear grid data from a NetCDF POP file and converts it into unstructured data.The reader reads regular rectilinear grid (image/volume) data from aNetCDF file and turns it into an unstructured sphericalgrid.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

VPIC Reader

Reads distributed VPIC files into an ImageData.VPIC is a 3Dkinetic plasma particle-in-cell simulation. The input file(.vpc) opened by the VPIC reader is an ASCII descriptionof the data files which are written one file perprocessor, per category and per time step. These arearranged in subdirectories per category (field data andhydrology data) and then in time stepsubdirectories.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

ASCII .vpc file describes locations of data files, gridsizes, time step sizes and type and order of data written to thefiles.

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

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

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

The list of array names is provided by the reader.

TimestepValues (TimestepValues)
Stride (SetStride)

VPIC data may be very large and not all is needed foreffective visualization. Setting the stride selects every nth data itemwithin the files for display.

1 1 1

DefaultXExtent (DefaultXExtent)

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

DefaultYExtent (DefaultYExtent)

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

DefaultZExtent (DefaultZExtent)

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

X Extent (XExtent)

VPIC data is written one file per simulation processor.This coarse map of files is used in partitioning files betweenvisualizing processors so that each ParaView processor has its own setof files to display. Ghost cell overlap is handled within the reader.To limit the View of VPIC information the extent in the X dimension of"files" can be specified. Only the files selected will be displayed andthey will be partitioned between the visualizing processors, allowing ahigher resolution over a smaller area.

-1 -1

Y Extent (YExtent)

VPIC data is written one file per simulation processor.This coarse map of files is used in partitioning files betweenvisualizing processors so that each ParaView processor has its own setof files to display. Ghost cell overlap is handled within the reader.To limit the View of VPIC information the extent in the Y dimension of"files" can be specified. Only the files selected will be displayed andthey will be partitioned between the visualizing processors, allowing ahigher resolution over a smaller area.

-1 -1

Z Extent (ZExtent)

VPIC data is written one file per simulation processor.This coarse map of files is used in partitioning files betweenvisualizing processors so that each ParaView processor has its own setof files to display. Ghost cell overlap is handled within the reader.To limit the View of VPIC information the extent in the Z dimension of"files" can be specified. Only the files selected will be displayed andthey will be partitioned between the visualizing processors, allowing ahigher resolution over a smaller area.

-1 -1

VRML Reader

Load the geometry from a VRML 2.0 file.The VRML reader loadsonly the geometry from a VRML (Virtual Reality ModelingLanguage) 2.0 file. The expected file extension is .wrl.The output of this reader is a polygonaldataset.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the VRMLreader.

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

Wavefront OBJ Reader

Reads Wavefront .OBJ files to produce polygonal and line data.The OBJ readerreads data stored in Wavefront .OBJ format. The expectedfile extension is .obj, the datasets resulting fromreading these files are polygons andlines.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the OBJreader.

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

WindBlade reader

Reads WindBlade/Firetec simulation files possibly including wind turbines and topology files.WindBlade/Firetec is a simulation dealing with the effectsof wind on wind turbines or on the spread of fires. Itproduces three outputs - a StructuredGrid for the winddata fields, a StructuredGrid for the ground topology, anda PolyData for turning turbine blades. The input file(.wind) opened by the WindBlade reader is an ASCIIdescription of the data files expected. Data isaccumulated by the simulation processor and is written onefile per time step. WindBlade can deal with topology if aflag is turned on and expects (x,y) data for the ground.It also can deal with turning wind turbines from othertime step data files which gives polygon positions ofsegments of the blades and data for eachsegment.

PropertyDescriptionDefault Value(s)Restrictions
Filename (Filename)

ASCII .wind file describes locations of data files, gridsizes and variable deltas, time step sizes, whether topology is used,whether turbines are used, and type and order of data written to thefiles.

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

TimestepValues (TimestepValues)
PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

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

The list of array names is provided by the reader.

XDMF Reader

Reads XDMF (eXtensible Data Model and Format) files.The XDMF reader readsfiles 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 correspondingHDF5 file. The output may be unstructured grid, structuredgrid, or rectiliner grid. See http://www.xdmf.org for adescription of the file format.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by thereader.

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

TimestepValues (TimestepValues)

Available timestep values.

XML Hierarchical Box Data reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Image Data Reader

Reads serial VTK XML image data files.The XML ImageData reader reads the VTK XML image data file format. Thestandard extension is .vti. This reader also supports fileseries.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file isexpected to be in the VTK XML image data format. The standard extensionis .vti. If more than one file is specified, the reader will switch tofile series mode in which it will pretend that it can support time andprovide one file per time step.

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

TimestepValues (TimestepValues)

Available timestep values.

XML MultiBlock Data Reader

Reads a VTK XML multi-block data file and the serial VTK XML data files to which it points.The XMLMulti-Block Data reader reads the VTK XML multi-block datafile format. XML multi-block data files are meta-filesthat point to a list of serial VTK XML files. When readingin parallel, this reader will distribute sub-blocks amongprocessors. The expected file extensions are .vtm and.vtmb.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Partitioned Image Data Reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Partitioned Polydata Reader

Reads the summary file and the assicoated VTK XML polydata files.TheXML Partitioned Polydata reader reads the partitioned VTKpolydata file format. It reads the partitioned format'ssummary file and then the associated VTK XML polydatafiles. The expected file extension is .pvtp. This readeralso supports file series.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Partitioned Rectilinear Grid Reader

Reads the summary file and the associated VTK XML rectilinear grid data files.The XML Partitioned Rectilinear Grid reader reads thepartitioned VTK rectilinear grid file format. It reads thepartitioned format's summary file and then the associatedVTK XML rectilinear grid files. The expected fileextension is .pvtr. This reader also supports fileseries.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Partitioned Structured Grid Reader

Reads the summary file and the associated VTK XML structured grid data files.The XML Partitioned Structured Grid reader reads thepartitioned VTK structured grid data file format. It readsthe partitioned format's summary file and then theassociated VTK XML structured grid data files. Theexpected file extension is .pvts. This reader alsosupports file series.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Partitioned Unstructured Grid Reader

Reads the summary file and the associated VTK XML unstructured grid data files.The XML Partitioned Unstructured Grid reader reads thepartitioned VTK unstructured grid data file format. Itreads the partitioned format's summary file and then theassociated VTK XML unstructured grid data files. Theexpected file extension is .pvtu. This reader alsosupports file series.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader. Each file isexpected to be in the partitioned VTK XML unstructured grid dataformat. The standard extension is .pvtu. If more than one file isspecified, the reader will switch to file series mode in which it willpretend that it can support time and provide one file per timestep.

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

TimestepValues (TimestepValues)

Available timestep values.

XML PolyData Reader

Reads serial VTK XML polydata files.The XML Polydatareader reads the VTK XML polydata file format. Thestandard extension is .vtp. This reader also supports fileseries.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Rectilinear Grid Reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Structured Grid Reader

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

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML UniformGrid AMR Reader

Reads a VTK XML-based data file containing a AMR datasets .This reader reads Overlapping and Non-Overlapping AMRdatasets in VTK XML format. This reader reads the newerversion of the format. For version 1.0 and less, useXMLHierarchicalBoxDataReader.The expected file extensions is either .vthb or .vth.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XML Unstructured Grid Reader

Reads serial VTK XML unstructured grid data files.The XML Unstructured Grid reader reads the VTK XMLunstructured grid data file format. The standard extensionis .vtu. This reader also supports fileseries.

PropertyDescriptionDefault Value(s)Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

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

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

TimestepValues (TimestepValues)

Available timestep values.

XYZ Reader

Reads XYZ molecular data files into a polygonal dataset.The XYZ readerreads XYZ molecular data files. The expected fileextension is .xyz. The output of this reader is apolygonal dataset.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the XYZreader.

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

TimeStep (TimeStep)

This property specifies the timestep the XYZ readershould load.

proSTAR (STARCD) Reader

Reads geometry in proSTAR (STARCD) file format.ProStarReader creates an unstructured grid dataset. Itreads .cel/.vrt files stored in proSTAR (STARCD) ASCIIformat.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

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

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

ScaleFactor (ScaleFactor)

Scaling factor for the points

1

spcth history reader

Reads an spcth history file where each row translates into a single time step and the columns are points, materials and properties.

PropertyDescriptionDefault Value(s)Restrictions
FileName (FileName)

This property specifies the file name for the VRMLreader.

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

CommentCharacter (CommentCharacter)

This property lists the characters that is used as thefirst character on comment lines

%

Delimeter (Delimeter)

Character that is used as the delimeter.

,

TimestepValues (TimestepValues)

Available timestep values.

ParaView/Users Guide/List of readers - KitwarePublic (2024)
Top Articles
Latest Posts
Article information

Author: Virgilio Hermann JD

Last Updated:

Views: 5831

Rating: 4 / 5 (61 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Virgilio Hermann JD

Birthday: 1997-12-21

Address: 6946 Schoen Cove, Sipesshire, MO 55944

Phone: +3763365785260

Job: Accounting Engineer

Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.