case_comparison#

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

Bases: Group

This object contains information and settings for the comparison of two (for now) results files or timesteps. It is used by DATA READER object.

Attributes

Attribute

Summary

absolute_value_of_difference

Use absolute value in the difference variable calculation.

case_name_1

First case name in results comparison.

case_name_2

Second case name in results comparison.

mode_is_active

Indication of whether this comparison mode is turned on.

same_mesh_detection_mode

String to indicate how to detect same meshes for file comparison.

synchronize_camera_on_activate

Turn on Camera Synchronization when mode activated.

synchronize_visibility_on_activate

Turn on Visibility Synchronization when mode activated.

difference_object

‘difference_object’ child.

internal_vector

‘internal_vector’ child.

internal_contour

‘internal_contour’ child.

internal_streamline

‘internal_streamline’ child.

internal_point

‘internal_point’ child.

internal_point_cloud

‘internal_point_cloud’ child.

internal_polyline

‘internal_polyline’ child.

internal_volume

‘internal_volume’ child.

internal_volume_rendering

‘internal_volume_rendering’ child.

internal_line

‘internal_line’ child.

internal_turbo_surface

‘internal_turbo_surface’ child.

internal_turbo_line

‘internal_turbo_line’ child.

legend

‘legend’ child.

Included in:

Parent

Summary

results

Encapsulates a CFX post-processing setup.