data_reader#

class ansys.cfx.core.generated.post_processing.settings_261.data_reader.data_reader(name: str | None = None, parent=None)#

Bases: Group

This object contains the settings used to read results files into the post-processor. It is used by the “load” action.

Attributes

Attribute

Summary

active_case_name

Internal CFD-Post name for the currently analyzed problem.

append_results

Parameter indicating whether or not to append the results when loading a file.

apply_x_offset

If set to true, appended file is offset in X direction so that it is outside domain extents.

apply_y_offset

If set to true, appended file is offset in Y direction so that it is outside domain extents.

apply_z_offset

If set to true, appended file is offset in Z direction so that it is outside domain extents.

clear_all_objects

Parameter indicating whether or not to remove all objects in the system before loading the new res file.

construct_variables_from_fourier_coefficients

Parameter to indicate if variables should be constructed using Fourier Coefficients.

current_case_list

The list of cases that are currently loaded in the post-processor. The list order reflects the load order.

current_case_name

Internal CFD-Post name for the currently analyzed problem.

current_results_file

The name of the results file to be read into the post-processor.

current_timestep

The timestep to be used when reading a transient results file.

current_timevalue

The time value of the currently loaded results file. To change current timestep, use Current Timestep parameter.

domains_to_load

A list of domains for processing.

edit_case_names

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.

file_angle_units

Angle units read from the file.

file_chemical_amount_units

Chemical Amount units read from the file.

file_current_units

Current units read from the file.

file_length_units

Length units read from the file.

file_light_units

Light units read from the file.

file_mass_units

Mass units read from the file.

file_money_units

Money units read from the file.

file_solid_angle_units

Solid Angle units read from the file.

file_temperature_units

Temperature units read from the file.

file_time_units

Time units read from the file.

files_to_compare

List of files (no more than 2) to use in comparison mode.

force_file_reload

Parameter indicating whether or not to force a reload of the file even if the filename is the same as that currently loaded.

keep_camera_position

Parameter indicating whether or not to reset the camera position after loading the new res file.

load_particle_tracks

Parameter indicating whether to load the Particle tracks from a result file or not.

master_results_file

The name of the results file that is used as the base for synchronization in multiple transient file load.

multi_configuration_file_load_option

Load option for files that contains multiple configurations.

open_in_new_view

If set to true, view based filtering is used to open each results file in a separate view.

open_to_compare

If set to true, comparison mode will be entered after opening file.

reference_acoustic_pressure

Reference pressure value when calculating Sound Pressure Level in FFT calculation.

reference_length

Reference length value used in using Strouhal Number X Function in FFT calculation.

reference_velocity

Reference velocity value used in using Strouhal Number X Function in FFT calculation.

run_selection

A list of runs to be processed.

timestep_match_criterion

Defines timestep matching mode for timestep synchronization for multiple transient files.

timestep_sync_mode

Defines timestep synchronization method for multiple transient files.

timevalue_match_criterion

Defines real value matching mode for timestep or crank angle synchronization for multiple transient files.

case

‘case’ child.

Included in:

Parent

Summary

results

Encapsulates a CFX post-processing setup.