DesignPoint#

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

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

Parameters:
namestr

Name of the design point.

dp_settings

Methods

DesignPoint.set_as_current()

Set the design point as the current design point.

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.