|
ParaView
|
parallel Phasta meta-file reader vtkPPhastaReader reads XML based Phasta meta-files and the underlying Phasta files. The meta-file has the following form: More...
#include <vtkPPhastaReader.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetFileName (const char *) |
| virtual char * | GetFileName () |
| virtual void | SetTimeStepIndex (int) |
| virtual int | GetTimeStepIndex () |
| virtual int * | GetTimeStepRange () |
| virtual void | GetTimeStepRange (int &, int &) |
| virtual void | GetTimeStepRange (int[2]) |
Static Public Member Functions | |
| static vtkPPhastaReader * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPPhastaReader * | SafeDownCast (vtkObject *o) |
| static int | CanReadFile (const char *filename) |
Protected Member Functions | |
| vtkPPhastaReader () | |
| ~vtkPPhastaReader () | |
| virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
| char * | FileName |
| int | TimeStepIndex |
| int | TimeStepRange [2] |
| vtkPhastaReader * | Reader |
| vtkPVXMLParser * | Parser |
| int | ActualTimeStep |
parallel Phasta meta-file reader vtkPPhastaReader reads XML based Phasta meta-files and the underlying Phasta files. The meta-file has the following form:
<?xml version="1.0" ?>
<PhastaMetaFile number_of_pieces="2">
<GeometryFileNamePattern pattern="geombc.dat.%d"
has_piece_entry="1"
has_time_entry="0"/>
<FieldFileNamePattern pattern="restart.%d.%d"
has_piece_entry="1"
has_time_entry="1"/>
<TimeSteps number_of_steps="2"
auto_generate_indices="1"
start_index="0"
increment_index_by="20"
start_value="0."
increment_value_by="20.">
<TimeStep index="0" geometry_index="" field_index="0" value="0.0"/>
<TimeStep index="1" geometry_index="" field_index="20" value="20.0"/>
</TimeSteps>
<Fields number_of_fields="2">
<Field paraview_field_tag="velocity"
phasta_field_tag="solution"
start_index_in_phasta_array="1"
number_of_componenets="3"
datadependency="0"
data_type="double"/>
<Field paraview_field_tag="average speed"
phasta_field_tag="ybar"
start_index_in_phasta_array="4"
number_of_componenets="1"/>
</Fields>
</PhastaMetaFile>
The GeometryFileNamePattern and FieldFileNamePattern elements have three attributes:
The TimeSteps element contains TimeStep sub-elements. Each TimeStep element specifies an index (index attribute), an index used in the geometry filename pattern (geometry_index), an index used in the field filename pattern (field_index) and a time value (float). In the example above, there are two timesteps. The first one is stored in files named geombc.dat.(0,1), restart.(0,20).(0,1). The time placeholders are substituted with the the geometry_index and field_index attribute values.
Normally there is one TimeStep element per timestep. However, it is possible to ask the reader to automatically generate timestep entries. This is done with setting the (optional) auto_generate_indices to 1. In this case, the reader will generate number_of_steps entries. The geometry_index and field_index of these entries will start at start_index and will be incremented by increment_index_by. The time value of these entries will start at start_value and will be incremented by increment_value_by. Note that it is possible to use a combination of both approaches. Any values specified with the TimeStep elements will overwrite anything automatically computed. A common use of this is to let the reader compute all indices for field files and overwrite the geometry indices with TimeStep elements.
The Fields element contain number_of_fields Field sub-element. Each Field element specifies tag attribute to be used in paraview, tag under which the field is stored in phasta files, start index of the array in phasta files, number of components of the field, data dependency, i.e., either 0 for nodal or 1 for elemental and data type, i.e., "double" (as of now supports only 1, 3 & 9 for number of components, i.e., scalars, vectors & tensors, and "double" for type of data). In the example above, there are two fields to be visualized one is velocity field stored under tag solution from index 1 to 3 in phasta files which is a vector field defined on nodes with double values, and the other field is average speed scalar field stored under tag ybar at index 4 in phasta files If any Field element is specified then default attribute values are : (phasta_field_tag is mandatory) paraview_field_tag = Field <number> start_index_in_phasta_array = 0 number_of_components = 1 data_dependency = 0 data_type = double If no Field(s) is/are specfied then the default is following 3 fields : pressure (index 0 under solution), velocity (index 1-3 under solution) temperature (index 4 under soltuion)
Definition at line 130 of file vtkPPhastaReader.h.
| vtkPPhastaReader::vtkPPhastaReader | ( | ) | [protected] |
| vtkPPhastaReader::~vtkPPhastaReader | ( | ) | [protected] |
| static vtkPPhastaReader* vtkPPhastaReader::New | ( | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual const char* vtkPPhastaReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| static int vtkPPhastaReader::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual int vtkPPhastaReader::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| static vtkPPhastaReader* vtkPPhastaReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| void vtkPPhastaReader::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual void vtkPPhastaReader::SetFileName | ( | const char * | ) | [virtual] |
Set and get the Phasta meta file name
| virtual char* vtkPPhastaReader::GetFileName | ( | ) | [virtual] |
Set and get the Phasta meta file name
| virtual void vtkPPhastaReader::SetTimeStepIndex | ( | int | ) | [virtual] |
Set the step number for the geometry.
| virtual int vtkPPhastaReader::GetTimeStepIndex | ( | ) | [virtual] |
Set the step number for the geometry.
| virtual int* vtkPPhastaReader::GetTimeStepRange | ( | ) | [virtual] |
The min and max values of timesteps.
The min and max values of timesteps.
| virtual void vtkPPhastaReader::GetTimeStepRange | ( | int | [2] | ) | [virtual] |
The min and max values of timesteps.
| static int vtkPPhastaReader::CanReadFile | ( | const char * | filename | ) | [static] |
| virtual int vtkPPhastaReader::RequestInformation | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual int vtkPPhastaReader::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
char* vtkPPhastaReader::FileName [protected] |
Definition at line 167 of file vtkPPhastaReader.h.
int vtkPPhastaReader::TimeStepIndex [protected] |
Definition at line 169 of file vtkPPhastaReader.h.
int vtkPPhastaReader::TimeStepRange[2] [protected] |
Store the range of time steps
Definition at line 172 of file vtkPPhastaReader.h.
vtkPhastaReader* vtkPPhastaReader::Reader [protected] |
Definition at line 174 of file vtkPPhastaReader.h.
vtkPVXMLParser* vtkPPhastaReader::Parser [protected] |
Definition at line 175 of file vtkPPhastaReader.h.
int vtkPPhastaReader::ActualTimeStep [protected] |
Definition at line 177 of file vtkPPhastaReader.h.
1.7.5.1