response_surface#
- class ansys.cfx.core.generated.post_processing.settings_261.response_surface.response_surface(name: str | None = None, parent=None)#
Bases:
GroupControls response surface and response points generation related to an operating point results.
Attributes
Attribute |
Summary |
|---|---|
The flag for controlling the application of variable data filtering. |
|
The seed for building a response surface using Ansys DesignXplorer. |
|
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 ). |
|
The minimum acceptable value for response surface GOF R2 measure. The limit is used for GUI GOF table entry highlight only. |
|
The maximum acceptable value for response surface GOF RAAE measure. The limit is used for GUI GOF table entry highlight only. |
|
The maximum acceptable value for response surface GOF RMAE measure. The limit is used for GUI GOF table entry highlight only. |
|
The maximum acceptable value for response surface GOF RMSE measure. The limit is used for GUI GOF table entry highlight only. |
|
The list of filtering rules used by an object for data gathering. |
|
The input variable name for the X coordinate of a response surface. |
|
The input variable name for the Y coordinate of a response surface. |
Methods
Method |
Summary |
|---|---|
Suspend immediate update for the object. |
|
Restore immediate update for the object. |
Included in:
Parent |
Summary |
|---|---|
Encapsulates a CFX post-processing setup. |