ansys.fluent.parametric.DesignPoint#

class ansys.fluent.parametric.DesignPoint(name, dp_settings)#

Design point in a parametric study.

Attributes:
namestr

Name of the design point.

input_parametersDict[str, float]

Input parameters values by name.

output_parametersDict[str, float]

Output parameters values by name.

write_data_enabledbool

Whether to write data for the design point.

capture_simulation_report_data_enabledbool

Whether to capture simulation report data for the design point.

Methods

Attributes

DesignPoint.capture_simulation_report_data_enabled

Whether to capture simulation report data for the design point.

DesignPoint.input_parameters

Input parameters values by name.

DesignPoint.output_parameters

Output parameters values by name.

DesignPoint.write_data_enabled

Whether to write data for the design point.