data_reader#
- class ansys.cfx.core.generated.post_processing.settings_261.data_reader.data_reader(name: str | None = None, parent=None)#
Bases:
GroupThis object contains the settings used to read results files into the post-processor. It is used by the “load” action.
Attributes
Attribute |
Summary |
|---|---|
Internal CFD-Post name for the currently analyzed problem. |
|
Parameter indicating whether or not to append the results when loading a file. |
|
If set to true, appended file is offset in X direction so that it is outside domain extents. |
|
If set to true, appended file is offset in Y direction so that it is outside domain extents. |
|
If set to true, appended file is offset in Z direction so that it is outside domain extents. |
|
Parameter indicating whether or not to remove all objects in the system before loading the new res file. |
|
Parameter to indicate if variables should be constructed using Fourier Coefficients. |
|
The list of cases that are currently loaded in the post-processor. The list order reflects the load order. |
|
Internal CFD-Post name for the currently analyzed problem. |
|
The name of the results file to be read into the post-processor. |
|
The timestep to be used when reading a transient results file. |
|
The time value of the currently loaded results file. To change current timestep, use Current Timestep parameter. |
|
A list of domains for processing. |
|
Parameter to save the users choice for the load dialog option on whether the user wants to specify and edit the case name instead of using the default case name generated by post. |
|
Angle units read from the file. |
|
Chemical Amount units read from the file. |
|
Current units read from the file. |
|
Length units read from the file. |
|
Light units read from the file. |
|
Mass units read from the file. |
|
Money units read from the file. |
|
Solid Angle units read from the file. |
|
Temperature units read from the file. |
|
Time units read from the file. |
|
List of files (no more than 2) to use in comparison mode. |
|
Parameter indicating whether or not to force a reload of the file even if the filename is the same as that currently loaded. |
|
Parameter indicating whether or not to reset the camera position after loading the new res file. |
|
Parameter indicating whether to load the Particle tracks from a result file or not. |
|
The name of the results file that is used as the base for synchronization in multiple transient file load. |
|
Load option for files that contains multiple configurations. |
|
If set to true, view based filtering is used to open each results file in a separate view. |
|
If set to true, comparison mode will be entered after opening file. |
|
Reference pressure value when calculating Sound Pressure Level in FFT calculation. |
|
Reference length value used in using Strouhal Number X Function in FFT calculation. |
|
Reference velocity value used in using Strouhal Number X Function in FFT calculation. |
|
A list of runs to be processed. |
|
Defines timestep matching mode for timestep synchronization for multiple transient files. |
|
Defines timestep synchronization method for multiple transient files. |
|
Defines real value matching mode for timestep or crank angle synchronization for multiple transient files. |
|
‘case’ child. |
Included in:
Parent |
Summary |
|---|---|
Encapsulates a CFX post-processing setup. |