ansys.fluent.parametric.DesignPoint#

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

Provides for accessing and modifying design points in a parametric study.

Parameters:
namestr

Name of the design point.

dp_settings

Attributes

DesignPoint.capture_simulation_report_data_enabled

Whether to capture simulation report data for the design point.

DesignPoint.input_parameters

Dictionary of input parameter values by name.

DesignPoint.output_parameters

Dictionary of output parameter values by name.

DesignPoint.write_data_enabled

Whether to write data for the design point.