update#

class ansys.fluent.core.generated.solver.tui_252.main_menu.parametric_study.update(service, version, mode, path)#

Bases: TUIMenu

Enter the update menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

auto_dp_report_generation(service, version, ...)

Enable Automatic Generation of DP Report.

auto_dp_report_html_export(service, version, ...)

Enable Automatic HTML Export of DP Report.

auto_dp_report_pdf_export(service, version, ...)

Enable Automatic PDF Export of DP Report.

auto_dp_report_pptx_export(service, version, ...)

Enable Automatic PPTX Export of DP Report.

auto_parametric_report_generation(service, ...)

Enable Automatic Generation of Parametric Report.

auto_parametric_report_html_export(service, ...)

Enable Automatic HTML Export of Parametric Report.

auto_parametric_report_update_dp_data(...)

Enable Regeneration of 'Out of Date' Design Point Report Data Prior To Automatic Generation of Parametric Report.

auto_update_mesh_morphs(service, version, ...)

Enable Auto Mesh Morphing Update.

concurrent(service, version, mode, path)

Enter Concurrent Update menu.

print_update_method(service, version, mode, path)

Print update method.

set_update_method(service, version, mode, path)

Set update method.

update_all(service, version, mode, path)

Update All Design Points.

update_current(service, version, mode, path)

Update Current Design Point.

update_selected_design_points(service, ...)

Update Selected Design Points.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class auto_dp_report_generation(service, version, mode, path)#

Bases: TUIMethod

Enable Automatic Generation of DP Report.

class auto_dp_report_html_export(service, version, mode, path)#

Bases: TUIMethod

Enable Automatic HTML Export of DP Report.

class auto_dp_report_pdf_export(service, version, mode, path)#

Bases: TUIMethod

Enable Automatic PDF Export of DP Report.

class auto_dp_report_pptx_export(service, version, mode, path)#

Bases: TUIMethod

Enable Automatic PPTX Export of DP Report.

class auto_parametric_report_generation(service, version, mode, path)#

Bases: TUIMethod

Enable Automatic Generation of Parametric Report.

class auto_parametric_report_html_export(service, version, mode, path)#

Bases: TUIMethod

Enable Automatic HTML Export of Parametric Report.

class auto_parametric_report_update_dp_data(service, version, mode, path)#

Bases: TUIMethod

Enable Regeneration of ‘Out of Date’ Design Point Report Data Prior To Automatic Generation of Parametric Report.

class auto_update_mesh_morphs(service, version, mode, path)#

Bases: TUIMethod

Enable Auto Mesh Morphing Update.

class print_update_method(service, version, mode, path)#

Bases: TUIMethod

Print update method.

class set_update_method(service, version, mode, path)#

Bases: TUIMethod

Set update method.

class update_all(service, version, mode, path)#

Bases: TUIMethod

Update All Design Points.

class update_current(service, version, mode, path)#

Bases: TUIMethod

Update Current Design Point.

class update_selected_design_points(service, version, mode, path)#

Bases: TUIMethod

Update Selected Design Points.