simulation_reports#
- class ansys.fluent.core.solver.tui_232.main_menu.report.simulation_reports(service, version, mode, path)
Bases:
TUIMenu
Enter the simulation reports menu.
Methods:
delete_simulation_report
(*args, **kwargs)Delete the provided simulation report.
duplicate_simulation_report
(*args, **kwargs)Duplicate a report and all of its settings to a new report.
export_simulation_report_as_html
(*args, **kwargs)Export the provided simulation report as HTML.
export_simulation_report_as_pdf
(*args, **kwargs)Export the provided simulation report as a PDF file.
export_simulation_report_as_pptx
(*args, **kwargs)Export the provided simulation report as a PPT file.
generate_simulation_report
(*args, **kwargs)Generate a new simulation report or regenerate an existing simulation report with the provided name.
list_simulation_reports
(*args, **kwargs)List all report names.
read_simulation_report_template_file
(*args, ...)Read a JSON template file with existing Simulation Report settings.
rename_simulation_report
(*args, **kwargs)Rename a report which has already been generated.
reset_report_to_defaults
(*args, **kwargs)Reset all report settings to default for the provided simulation report.
view_simulation_report
(*args, **kwargs)View a simulation report that has already been generated.
write_report_names_to_file
(*args, **kwargs)Write the list of currently generated report names to a txt file.
write_simulation_report_template_file
(*args, ...)Write a JSON template file with this case's Simulation Report settings.
Classes:
parametric_study
(service, version, mode, path)Enter the parametric study menu.
- delete_simulation_report(*args, **kwargs)
Delete the provided simulation report.
- duplicate_simulation_report(*args, **kwargs)
Duplicate a report and all of its settings to a new report.
- export_simulation_report_as_html(*args, **kwargs)
Export the provided simulation report as HTML.
- export_simulation_report_as_pdf(*args, **kwargs)
Export the provided simulation report as a PDF file.
- export_simulation_report_as_pptx(*args, **kwargs)
Export the provided simulation report as a PPT file.
- generate_simulation_report(*args, **kwargs)
Generate a new simulation report or regenerate an existing simulation report with the provided name.
- list_simulation_reports(*args, **kwargs)
List all report names.
- class parametric_study(service, version, mode, path)
Bases:
TUIMenu
Enter the parametric study menu.
Methods:
generate_design_point_report
(*args, **kwargs)Generate a simulation report for an updated design point.
generate_parametric_report
(*args, **kwargs)Generate a parametric report for your study.
- generate_design_point_report(*args, **kwargs)
Generate a simulation report for an updated design point.
- generate_parametric_report(*args, **kwargs)
Generate a parametric report for your study.
- read_simulation_report_template_file(*args, **kwargs)
Read a JSON template file with existing Simulation Report settings.
- rename_simulation_report(*args, **kwargs)
Rename a report which has already been generated.
- reset_report_to_defaults(*args, **kwargs)
Reset all report settings to default for the provided simulation report.
- view_simulation_report(*args, **kwargs)
View a simulation report that has already been generated. In batch mode this will print the report’s URL.
- write_report_names_to_file(*args, **kwargs)
Write the list of currently generated report names to a txt file.
- write_simulation_report_template_file(*args, **kwargs)
Write a JSON template file with this case’s Simulation Report settings.