POpenFOAMReader#
- class POpenFOAMReader(*args, **kwargs)[source]#
Parallel OpenFOAM Reader for .foam files.
Wraps vtkPOpenFOAMReader.
Can read parallel-decomposed mesh information and time dependent data. This reader can be used for serial generated data, parallel reconstructed data, and decomposed data.
Used In#
Docstring Examples
POpenFOAMReader.case_type(1 use)
Gallery Examples
Inheritance#
Inherited members are documented on OpenFOAMReader, BaseReader, _FileIOBase, PointCellDataSelection, TimeReader.
See them all under Inherited Attributes and Inherited Methods.
Attributes#
Indicate whether decomposed mesh or reconstructed mesh should be read. |
Inherited Attributes#
Active time or iteration value. |
|
Return the status of all cell arrays. |
|
Status of reading all patch arrays. |
|
Return the status of all point arrays. |
|
Return the list of all cell array names. |
|
Whether cell data is translated to point data when read. |
|
Whether polyhedra are to be decomposed when read. |
|
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
Return the number of cell arrays. |
|
Return number of patch arrays in dataset. |
|
Return the number of point arrays. |
|
Return number of time points or iterations available to read. |
|
Names of patch arrays in a list. |
|
Return or set the filename or directory of the reader. |
|
Return the list of all point array names. |
|
Return the vtk Reader object. |
|
Indicate whether or not to ignore the ‘/0’ time directory. |
|
All time or iteration values. |
Inherited Methods#
Get status of cell array with name. |
|
Disable all cell arrays. |
|
Disable reading of all patch arrays. |
|
Disable all point arrays. |
|
Disable cell array with name. |
|
Disable reading of patch array. |
|
Disable point array with name. |
|
Enable all cell arrays. |
|
Enable reading of all patch arrays. |
|
Enable all point arrays. |
|
Enable cell array with name. |
|
Enable reading of patch array. |
|
Enable point array with name. |
|
Hide the progress bar when loading the file. |
|
Return status of reading patch array. |
|
Get status of point array with name. |
|
Read data in file. |
|
Set active time or iteration by index. |
|
Set active time or iteration value. |
|
Show a progress bar when loading the file. |
|
Value of time point or iteration by index. |