ParametricStudy#
- class ansys.fluent.parametric.ParametricStudy(parametric_studies, session=None, name=None, design_points=None, initialize=True)#
Provides for managing parametric studies and their respective design points.
A parametric study is used to parametrize design points in a Fluent solver set up. This class provides the ability to run Fluent for a series of design points and access or modify input and output parameters.
- Parameters:
- parametric_studies
Session.parametric_studies
parametric_studies
object of a Fluent session.- session
Session
,optional
Connected Fluent session. The default is
None
.- name
str
,optional
Name of the parametric study. The default is
None
.- design_points
Dict
[str
,DesignPoint
],optional
Dictionary of design points under the parametric study by name. The default is
None
.- initializebool,
optional
Whether to initialize the parametric study. The default is
True
.
- parametric_studies
Methods
Add a new design point under the parametric study.
Clear the generated data for a list of design points.
Delete the parametric study.
Delete a list of design points.
ParametricStudy.duplicate
([copy_design_points])Duplicate the current study.
Duplicate the design point.
ParametricStudy.export_design_table
(filepath)Export the design table for the parametric study.
Get all currently active studies.
ParametricStudy.import_design_table
(filepath)Import the design table for the parametric study.
Load case data of the current design point.
ParametricStudy.rename
(new_name)Rename the parametric study.
Reset parametric studies registry.
ParametricStudy.save_journals
(separate_journals)Save journals.
Set the parametric study as the current parametric study.
Update all design points.
Update the current design point.
Update a list of design points.
Use base data for the parametric study.
Attributes
Get the current design point.
Whether the parametric study is the current parametric study.