response_surface#

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

Bases: Group

Controls response surface and response points generation related to an operating point results.

Attributes

Attribute

Summary

disable_filtering

The flag for controlling the application of variable data filtering.

response_surface_generation_seed

The seed for building a response surface using Ansys DesignXplorer.

response_surface_goodness_of_fit_criteria

A list of response surface Goodness of Fit ( GOF ) criteria. Following Workbench, the following GOF measures can be calculated: 1. Coefficient of Determination ( R2 ), 2. Root Mean Square Error ( RMSE ), 3. Relative Maximum Absolute Error ( RMAE ), 4. Relative Average Absolute Error ( RAAE ).

response_surface_r2_minimum_acceptable_value

The minimum acceptable value for response surface GOF R2 measure. The limit is used for GUI GOF table entry highlight only.

response_surface_raae_maximum_acceptable_value

The maximum acceptable value for response surface GOF RAAE measure. The limit is used for GUI GOF table entry highlight only.

response_surface_rmae_maximum_acceptable_value

The maximum acceptable value for response surface GOF RMAE measure. The limit is used for GUI GOF table entry highlight only.

response_surface_rmse_maximum_acceptable_value

The maximum acceptable value for response surface GOF RMSE measure. The limit is used for GUI GOF table entry highlight only.

variable_data_filter_rule_list

The list of filtering rules used by an object for data gathering.

x_input_variable_name

The input variable name for the X coordinate of a response surface.

y_input_variable_name

The input variable name for the Y coordinate of a response surface.

Methods

Method

Summary

suspend

Suspend immediate update for the object.

unsuspend

Restore immediate update for the object.

Included in:

Parent

Summary

results

Encapsulates a CFX post-processing setup.