ansys-fluent-core 0.28.2__py3-none-any.whl → 0.29.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-fluent-core might be problematic. Click here for more details.

Files changed (221) hide show
  1. ansys/fluent/core/__init__.py +26 -1
  2. ansys/fluent/core/_stand_alone_datamodel_client/_datamodel_client.py +22 -0
  3. ansys/fluent/core/_version.py +24 -2
  4. ansys/fluent/core/codegen/__init__.py +22 -0
  5. ansys/fluent/core/codegen/allapigen.py +38 -5
  6. ansys/fluent/core/codegen/builtin_settingsgen.py +22 -0
  7. ansys/fluent/core/codegen/data/__init__.py +21 -0
  8. ansys/fluent/core/codegen/data/fluent_gui_help_patch.py +22 -0
  9. ansys/fluent/core/codegen/data/meshing_utilities_examples.py +22 -0
  10. ansys/fluent/core/codegen/datamodelgen.py +40 -4
  11. ansys/fluent/core/codegen/print_fluent_version.py +22 -0
  12. ansys/fluent/core/codegen/settingsgen.py +67 -4
  13. ansys/fluent/core/codegen/tuigen.py +44 -6
  14. ansys/fluent/core/codegen/walk_api.py +67 -18
  15. ansys/fluent/core/codegen/write_settings_yaml.py +22 -0
  16. ansys/fluent/core/data_model_cache.py +22 -0
  17. ansys/fluent/core/examples/__init__.py +22 -0
  18. ansys/fluent/core/examples/downloads.py +22 -0
  19. ansys/fluent/core/exceptions.py +22 -0
  20. ansys/fluent/core/file_session.py +22 -0
  21. ansys/fluent/core/filereader/__init__.py +21 -0
  22. ansys/fluent/core/filereader/case_file.py +22 -0
  23. ansys/fluent/core/filereader/casereader.py +22 -0
  24. ansys/fluent/core/filereader/data_file.py +22 -0
  25. ansys/fluent/core/filereader/lispy.py +22 -0
  26. ansys/fluent/core/fluent_connection.py +23 -1
  27. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  28. ansys/fluent/core/generated/datamodel_252/meshing.py +32 -0
  29. ansys/fluent/core/generated/fluent_version_252.py +3 -3
  30. ansys/fluent/core/generated/solver/settings_222.py +0 -72
  31. ansys/fluent/core/generated/solver/settings_222.pyi +0 -307
  32. ansys/fluent/core/generated/solver/settings_231.py +0 -574
  33. ansys/fluent/core/generated/solver/settings_231.pyi +0 -561
  34. ansys/fluent/core/generated/solver/settings_232.py +0 -527
  35. ansys/fluent/core/generated/solver/settings_232.pyi +0 -2803
  36. ansys/fluent/core/generated/solver/settings_241.py +0 -478
  37. ansys/fluent/core/generated/solver/settings_241.pyi +0 -522
  38. ansys/fluent/core/generated/solver/settings_242.py +0 -361
  39. ansys/fluent/core/generated/solver/settings_242.pyi +0 -591
  40. ansys/fluent/core/generated/solver/settings_251.py +0 -399
  41. ansys/fluent/core/generated/solver/settings_251.pyi +0 -629
  42. ansys/fluent/core/generated/solver/settings_252.py +7794 -4185
  43. ansys/fluent/core/generated/solver/settings_252.pyi +6986 -3213
  44. ansys/fluent/core/generated/solver/tui_252.py +537 -181
  45. ansys/fluent/core/get_build_details.py +22 -0
  46. ansys/fluent/core/journaling.py +38 -0
  47. ansys/fluent/core/launcher/__init__.py +22 -0
  48. ansys/fluent/core/launcher/container_launcher.py +65 -56
  49. ansys/fluent/core/launcher/error_handler.py +30 -0
  50. ansys/fluent/core/launcher/fluent_container.py +45 -20
  51. ansys/fluent/core/launcher/launcher.py +53 -5
  52. ansys/fluent/core/launcher/launcher_utils.py +22 -0
  53. ansys/fluent/core/launcher/pim_launcher.py +120 -86
  54. ansys/fluent/core/launcher/process_launch_string.py +22 -0
  55. ansys/fluent/core/launcher/pyfluent_enums.py +22 -0
  56. ansys/fluent/core/launcher/server_info.py +45 -3
  57. ansys/fluent/core/launcher/slurm_launcher.py +25 -3
  58. ansys/fluent/core/launcher/standalone_launcher.py +68 -63
  59. ansys/fluent/core/launcher/watchdog.py +22 -0
  60. ansys/fluent/core/logging.py +24 -0
  61. ansys/fluent/core/logging_config.yaml +3 -0
  62. ansys/fluent/core/meshing/meshing_workflow.py +22 -0
  63. ansys/fluent/core/parametric.py +22 -0
  64. ansys/fluent/core/post_objects/__init__.py +21 -0
  65. ansys/fluent/core/post_objects/check_in_notebook.py +22 -0
  66. ansys/fluent/core/post_objects/meta.py +22 -0
  67. ansys/fluent/core/post_objects/post_helper.py +22 -0
  68. ansys/fluent/core/post_objects/post_object_definitions.py +22 -0
  69. ansys/fluent/core/post_objects/post_objects_container.py +22 -0
  70. ansys/fluent/core/post_objects/singleton_meta.py +22 -0
  71. ansys/fluent/core/post_objects/timing_decorator.py +22 -0
  72. ansys/fluent/core/report.py +77 -0
  73. ansys/fluent/core/rpvars.py +22 -0
  74. ansys/fluent/core/scheduler/__init__.py +22 -0
  75. ansys/fluent/core/scheduler/load_machines.py +22 -0
  76. ansys/fluent/core/scheduler/machine_list.py +22 -0
  77. ansys/fluent/core/search.py +22 -0
  78. ansys/fluent/core/services/__init__.py +22 -0
  79. ansys/fluent/core/services/api_upgrade.py +22 -0
  80. ansys/fluent/core/services/app_utilities.py +38 -0
  81. ansys/fluent/core/services/batch_ops.py +22 -0
  82. ansys/fluent/core/services/datamodel_se.py +26 -1
  83. ansys/fluent/core/services/datamodel_tui.py +22 -0
  84. ansys/fluent/core/services/deprecated_field_data.py +23 -1
  85. ansys/fluent/core/services/events.py +22 -0
  86. ansys/fluent/core/services/field_data.py +285 -2
  87. ansys/fluent/core/services/health_check.py +22 -0
  88. ansys/fluent/core/services/interceptors.py +50 -2
  89. ansys/fluent/core/services/monitor.py +22 -0
  90. ansys/fluent/core/services/reduction.py +22 -0
  91. ansys/fluent/core/services/scheme_eval.py +22 -0
  92. ansys/fluent/core/services/settings.py +22 -0
  93. ansys/fluent/core/services/solution_variables.py +22 -0
  94. ansys/fluent/core/services/streaming.py +22 -0
  95. ansys/fluent/core/services/transcript.py +22 -0
  96. ansys/fluent/core/session.py +39 -2
  97. ansys/fluent/core/session_base_meshing.py +22 -0
  98. ansys/fluent/core/session_meshing.py +22 -0
  99. ansys/fluent/core/session_meshing.pyi +22 -0
  100. ansys/fluent/core/session_pure_meshing.py +22 -0
  101. ansys/fluent/core/session_pure_meshing.pyi +22 -0
  102. ansys/fluent/core/session_shared.py +22 -0
  103. ansys/fluent/core/session_solver.py +43 -0
  104. ansys/fluent/core/session_solver.pyi +22 -0
  105. ansys/fluent/core/session_solver_aero.py +22 -0
  106. ansys/fluent/core/session_solver_icing.py +22 -0
  107. ansys/fluent/core/session_solver_lite.py +22 -0
  108. ansys/fluent/core/solver/__init__.py +22 -0
  109. ansys/fluent/core/solver/error_message.py +22 -0
  110. ansys/fluent/core/solver/flobject.py +22 -0
  111. ansys/fluent/core/solver/flunits.py +22 -0
  112. ansys/fluent/core/solver/function/__init__.py +22 -0
  113. ansys/fluent/core/solver/function/reduction.py +22 -0
  114. ansys/fluent/core/solver/settings_builtin_bases.py +22 -0
  115. ansys/fluent/core/solver/settings_builtin_data.py +22 -0
  116. ansys/fluent/core/solver/settings_external.py +22 -0
  117. ansys/fluent/core/streaming_services/__init__.py +21 -0
  118. ansys/fluent/core/streaming_services/datamodel_event_streaming.py +22 -0
  119. ansys/fluent/core/streaming_services/datamodel_streaming.py +22 -0
  120. ansys/fluent/core/streaming_services/events_streaming.py +22 -0
  121. ansys/fluent/core/streaming_services/field_data_streaming.py +22 -0
  122. ansys/fluent/core/streaming_services/monitor_streaming.py +23 -1
  123. ansys/fluent/core/streaming_services/streaming.py +22 -0
  124. ansys/fluent/core/streaming_services/transcript_streaming.py +22 -0
  125. ansys/fluent/core/systemcoupling.py +22 -0
  126. ansys/fluent/core/utils/__init__.py +22 -0
  127. ansys/fluent/core/utils/data_transfer.py +22 -0
  128. ansys/fluent/core/utils/deprecate.py +24 -1
  129. ansys/fluent/core/utils/dictionary_operations.py +22 -0
  130. ansys/fluent/core/utils/dump_session_data.py +22 -0
  131. ansys/fluent/core/utils/event_loop.py +22 -0
  132. ansys/fluent/core/utils/execution.py +22 -0
  133. ansys/fluent/core/utils/file_transfer_service.py +22 -0
  134. ansys/fluent/core/utils/fix_doc.py +22 -0
  135. ansys/fluent/core/utils/fldoc.py +22 -0
  136. ansys/fluent/core/utils/fluent_version.py +22 -0
  137. ansys/fluent/core/utils/networking.py +22 -0
  138. ansys/fluent/core/utils/setup_for_fluent.py +22 -0
  139. ansys/fluent/core/warnings.py +22 -0
  140. ansys/fluent/core/workflow.py +22 -0
  141. {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.0.dist-info}/LICENSE +8 -8
  142. {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.0.dist-info}/METADATA +56 -33
  143. ansys_fluent_core-0.29.0.dist-info/RECORD +219 -0
  144. {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.0.dist-info}/WHEEL +1 -1
  145. ansys/fluent/core/docs/README.rst +0 -155
  146. ansys/fluent/tests/conftest.py +0 -415
  147. ansys/fluent/tests/fluent_fixtures.py +0 -195
  148. ansys/fluent/tests/integration/test_optislang/test_optislang_integration.py +0 -263
  149. ansys/fluent/tests/parametric/test_local_parametric_run.py +0 -36
  150. ansys/fluent/tests/parametric/test_local_parametric_setup.py +0 -34
  151. ansys/fluent/tests/parametric/test_parametric_workflow.py +0 -279
  152. ansys/fluent/tests/test_aero_session.py +0 -88
  153. ansys/fluent/tests/test_batch_ops.py +0 -39
  154. ansys/fluent/tests/test_builtin_settings.py +0 -761
  155. ansys/fluent/tests/test_cad_to_post_ftm.py +0 -525
  156. ansys/fluent/tests/test_cad_to_post_wtm.py +0 -250
  157. ansys/fluent/tests/test_casereader.py +0 -324
  158. ansys/fluent/tests/test_codegen.py +0 -783
  159. ansys/fluent/tests/test_creatable.py +0 -31
  160. ansys/fluent/tests/test_data_model_cache.py +0 -434
  161. ansys/fluent/tests/test_datamodel_api.py +0 -429
  162. ansys/fluent/tests/test_datamodel_service.py +0 -814
  163. ansys/fluent/tests/test_datareader.py +0 -103
  164. ansys/fluent/tests/test_error_handling.py +0 -24
  165. ansys/fluent/tests/test_events_manager.py +0 -214
  166. ansys/fluent/tests/test_field_data.py +0 -466
  167. ansys/fluent/tests/test_file_session.py +0 -355
  168. ansys/fluent/tests/test_file_transfer_service.py +0 -165
  169. ansys/fluent/tests/test_fix_doc.py +0 -29
  170. ansys/fluent/tests/test_flobject.py +0 -1235
  171. ansys/fluent/tests/test_fluent_fixes.py +0 -106
  172. ansys/fluent/tests/test_fluent_session.py +0 -270
  173. ansys/fluent/tests/test_fluent_version.py +0 -66
  174. ansys/fluent/tests/test_fluent_version_marker.py +0 -65
  175. ansys/fluent/tests/test_icing_session.py +0 -9
  176. ansys/fluent/tests/test_launcher.py +0 -529
  177. ansys/fluent/tests/test_launcher_remote.py +0 -272
  178. ansys/fluent/tests/test_lispy.py +0 -40
  179. ansys/fluent/tests/test_logging.py +0 -16
  180. ansys/fluent/tests/test_mapped_api.py +0 -766
  181. ansys/fluent/tests/test_meshing_utilities.py +0 -2436
  182. ansys/fluent/tests/test_meshing_workflow.py +0 -421
  183. ansys/fluent/tests/test_meshingmode/test_meshing_launch.py +0 -168
  184. ansys/fluent/tests/test_new_meshing_workflow.py +0 -1801
  185. ansys/fluent/tests/test_preferences.py +0 -89
  186. ansys/fluent/tests/test_pure_mesh_vs_mesh_workflow.py +0 -101
  187. ansys/fluent/tests/test_reduction.py +0 -484
  188. ansys/fluent/tests/test_rp_vars.py +0 -77
  189. ansys/fluent/tests/test_scheduler.py +0 -471
  190. ansys/fluent/tests/test_scheme_eval_222.py +0 -338
  191. ansys/fluent/tests/test_scheme_eval_231.py +0 -243
  192. ansys/fluent/tests/test_search.py +0 -344
  193. ansys/fluent/tests/test_session.py +0 -594
  194. ansys/fluent/tests/test_settings_api.py +0 -606
  195. ansys/fluent/tests/test_settings_reader.py +0 -85
  196. ansys/fluent/tests/test_slurm_future.py +0 -67
  197. ansys/fluent/tests/test_solution_variables.py +0 -241
  198. ansys/fluent/tests/test_solver_monitors.py +0 -83
  199. ansys/fluent/tests/test_solvermode/boundaries_periodic_expDict +0 -1712
  200. ansys/fluent/tests/test_solvermode/test_boundaries.py +0 -127
  201. ansys/fluent/tests/test_solvermode/test_calculationactivities.py +0 -20
  202. ansys/fluent/tests/test_solvermode/test_controls.py +0 -131
  203. ansys/fluent/tests/test_solvermode/test_general.py +0 -109
  204. ansys/fluent/tests/test_solvermode/test_initialization.py +0 -83
  205. ansys/fluent/tests/test_solvermode/test_materials.py +0 -40
  206. ansys/fluent/tests/test_solvermode/test_methods.py +0 -65
  207. ansys/fluent/tests/test_solvermode/test_models.py +0 -99
  208. ansys/fluent/tests/test_solvermode/test_named_expressions.py +0 -35
  209. ansys/fluent/tests/test_solvermode/test_post_vector.py +0 -22
  210. ansys/fluent/tests/test_solvermode/test_species_model.py +0 -67
  211. ansys/fluent/tests/test_streaming_services.py +0 -52
  212. ansys/fluent/tests/test_systemcoupling.py +0 -44
  213. ansys/fluent/tests/test_topy.py +0 -179
  214. ansys/fluent/tests/test_tui_api.py +0 -70
  215. ansys/fluent/tests/test_type_stub.py +0 -37
  216. ansys/fluent/tests/test_utils.py +0 -82
  217. ansys/fluent/tests/util/__init__.py +0 -36
  218. ansys/fluent/tests/util/meshing_workflow.py +0 -33
  219. ansys/fluent/tests/util/solver.py +0 -72
  220. ansys_fluent_core-0.28.2.dist-info/AUTHORS +0 -12
  221. ansys_fluent_core-0.28.2.dist-info/RECORD +0 -294
@@ -1775,7 +1775,7 @@ class main_menu(TUIMenu):
1775
1775
  """
1776
1776
  class export_source_data_cgns(TUIMethod):
1777
1777
  """
1778
- Export acoustic source data in CGNS format.
1778
+ Enable export of acoustic source data in CGNS format for Simcenter 3D Acoustics.
1779
1779
  """
1780
1780
  class export_volumetric_sources(TUIMethod):
1781
1781
  """
@@ -1783,11 +1783,11 @@ class main_menu(TUIMenu):
1783
1783
  """
1784
1784
  class export_volumetric_sources_cgns(TUIMethod):
1785
1785
  """
1786
- Enable/disable the export of fluid zones.
1786
+ Enable export of volumetric acoustic source data in CGNS format for Simcenter 3D Acoustics.
1787
1787
  """
1788
1788
  class ffowcs_williams(TUIMethod):
1789
1789
  """
1790
- Enable/disable the Ffowcs-Williams-and-Hawkings model.
1790
+ Enable/disable the Ffowcs Williams and Hawkings model.
1791
1791
  """
1792
1792
  class modal_analysis(TUIMethod):
1793
1793
  """
@@ -10428,6 +10428,7 @@ class main_menu(TUIMenu):
10428
10428
  self.do_diffuse_reflectivity = self.__class__.do_diffuse_reflectivity(service, version, mode, path + ["do_diffuse_reflectivity"])
10429
10429
  self.do_source = self.__class__.do_source(service, version, mode, path + ["do_source"])
10430
10430
  self.do_specular_reflectivity = self.__class__.do_specular_reflectivity(service, version, mode, path + ["do_specular_reflectivity"])
10431
+ self.dynamic_cd_for_perforated_walls = self.__class__.dynamic_cd_for_perforated_walls(service, version, mode, path + ["dynamic_cd_for_perforated_walls"])
10431
10432
  self.electrochemical_reaction_rate = self.__class__.electrochemical_reaction_rate(service, version, mode, path + ["electrochemical_reaction_rate"])
10432
10433
  self.emissivity_weighting_factor = self.__class__.emissivity_weighting_factor(service, version, mode, path + ["emissivity_weighting_factor"])
10433
10434
  self.execute_at_end = self.__class__.execute_at_end(service, version, mode, path + ["execute_at_end"])
@@ -10438,7 +10439,6 @@ class main_menu(TUIMenu):
10438
10439
  self.net_reaction_rate = self.__class__.net_reaction_rate(service, version, mode, path + ["net_reaction_rate"])
10439
10440
  self.particle_reaction_rate = self.__class__.particle_reaction_rate(service, version, mode, path + ["particle_reaction_rate"])
10440
10441
  self.pdf_table = self.__class__.pdf_table(service, version, mode, path + ["pdf_table"])
10441
- self.perforated_cd = self.__class__.perforated_cd(service, version, mode, path + ["perforated_cd"])
10442
10442
  self.reacting_channel_solver = self.__class__.reacting_channel_solver(service, version, mode, path + ["reacting_channel_solver"])
10443
10443
  self.read_case = self.__class__.read_case(service, version, mode, path + ["read_case"])
10444
10444
  self.read_data = self.__class__.read_data(service, version, mode, path + ["read_data"])
@@ -10486,6 +10486,10 @@ class main_menu(TUIMenu):
10486
10486
  """
10487
10487
  No help available.
10488
10488
  """
10489
+ class dynamic_cd_for_perforated_walls(TUIMethod):
10490
+ """
10491
+ No help available.
10492
+ """
10489
10493
  class electrochemical_reaction_rate(TUIMethod):
10490
10494
  """
10491
10495
  No help available.
@@ -10526,10 +10530,6 @@ class main_menu(TUIMenu):
10526
10530
  """
10527
10531
  No help available.
10528
10532
  """
10529
- class perforated_cd(TUIMethod):
10530
- """
10531
- No help available.
10532
- """
10533
10533
  class reacting_channel_solver(TUIMethod):
10534
10534
  """
10535
10535
  No help available.
@@ -10662,6 +10662,7 @@ class main_menu(TUIMenu):
10662
10662
  Enter the display menu.
10663
10663
  """
10664
10664
  def __init__(self, service, version, mode, path):
10665
+ self.annotation = self.__class__.annotation(service, version, mode, path + ["annotation"])
10665
10666
  self.define = self.__class__.define(service, version, mode, path + ["define"])
10666
10667
  self.display = self.__class__.display(service, version, mode, path + ["display"])
10667
10668
  self.display_states = self.__class__.display_states(service, version, mode, path + ["display_states"])
@@ -10675,7 +10676,6 @@ class main_menu(TUIMenu):
10675
10676
  self.set = self.__class__.set(service, version, mode, path + ["set"])
10676
10677
  self.surface = self.__class__.surface(service, version, mode, path + ["surface"])
10677
10678
  self.update_scene = self.__class__.update_scene(service, version, mode, path + ["update_scene"])
10678
- self.view_sync = self.__class__.view_sync(service, version, mode, path + ["view_sync"])
10679
10679
  self.views = self.__class__.views(service, version, mode, path + ["views"])
10680
10680
  self.add_custom_vector = self.__class__.add_custom_vector(service, version, mode, path + ["add_custom_vector"])
10681
10681
  self.annotate = self.__class__.annotate(service, version, mode, path + ["annotate"])
@@ -10720,7 +10720,7 @@ class main_menu(TUIMenu):
10720
10720
  """
10721
10721
  class clear_annotations(TUIMethod):
10722
10722
  """
10723
- Delete all annotation text.
10723
+ Toggle the visibility of annotations on the active graphics window.
10724
10724
  """
10725
10725
  class close_window(TUIMethod):
10726
10726
  """
@@ -10839,6 +10839,63 @@ class main_menu(TUIMenu):
10839
10839
  No help available.
10840
10840
  """
10841
10841
 
10842
+ class annotation(TUIMenu):
10843
+ """
10844
+ No help available.
10845
+ """
10846
+ def __init__(self, service, version, mode, path):
10847
+ self.annotate = self.__class__.annotate(service, version, mode, path + ["annotate"])
10848
+ self.clear_annotations = self.__class__.clear_annotations(service, version, mode, path + ["clear_annotations"])
10849
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
10850
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
10851
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
10852
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
10853
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
10854
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
10855
+ self.new = self.__class__.new(service, version, mode, path + ["new"])
10856
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
10857
+ super().__init__(service, version, mode, path)
10858
+ class annotate(TUIMethod):
10859
+ """
10860
+ No help available.
10861
+ """
10862
+ class clear_annotations(TUIMethod):
10863
+ """
10864
+ No help available.
10865
+ """
10866
+ class create(TUIMethod):
10867
+ """
10868
+ No help available.
10869
+ """
10870
+ class delete(TUIMethod):
10871
+ """
10872
+ No help available.
10873
+ """
10874
+ class edit(TUIMethod):
10875
+ """
10876
+ Edit annotation object.
10877
+ """
10878
+ class list(TUIMethod):
10879
+ """
10880
+ No help available.
10881
+ """
10882
+ class list_properties(TUIMethod):
10883
+ """
10884
+ No help available.
10885
+ """
10886
+ class make_a_copy(TUIMethod):
10887
+ """
10888
+ No help available.
10889
+ """
10890
+ class new(TUIMethod):
10891
+ """
10892
+ Create a new annotation object.
10893
+ """
10894
+ class rename(TUIMethod):
10895
+ """
10896
+ No help available.
10897
+ """
10898
+
10842
10899
  class define(TUIMenu):
10843
10900
  """
10844
10901
  Enter Display define menu.
@@ -13441,48 +13498,6 @@ class main_menu(TUIMenu):
13441
13498
  Apply transformation matrix on selected geometries.
13442
13499
  """
13443
13500
 
13444
- class view_sync(TUIMenu):
13445
- """
13446
- Synchronize window views.
13447
- """
13448
- def __init__(self, service, version, mode, path):
13449
- self.add = self.__class__.add(service, version, mode, path + ["add"])
13450
- self.add_all = self.__class__.add_all(service, version, mode, path + ["add_all"])
13451
- self.list = self.__class__.list(service, version, mode, path + ["list"])
13452
- self.remove = self.__class__.remove(service, version, mode, path + ["remove"])
13453
- self.remove_all = self.__class__.remove_all(service, version, mode, path + ["remove_all"])
13454
- self.start = self.__class__.start(service, version, mode, path + ["start"])
13455
- self.stop = self.__class__.stop(service, version, mode, path + ["stop"])
13456
- super().__init__(service, version, mode, path)
13457
- class add(TUIMethod):
13458
- """
13459
- Add list of window ids for synchronization.
13460
- """
13461
- class add_all(TUIMethod):
13462
- """
13463
- Synchronize all windows.
13464
- """
13465
- class list(TUIMethod):
13466
- """
13467
- Print window ids of open windows.
13468
- """
13469
- class remove(TUIMethod):
13470
- """
13471
- Remove list of window ids from synchronization.
13472
- """
13473
- class remove_all(TUIMethod):
13474
- """
13475
- Unsynchronize all windows.
13476
- """
13477
- class start(TUIMethod):
13478
- """
13479
- Start view synchronization.
13480
- """
13481
- class stop(TUIMethod):
13482
- """
13483
- Stop view synchronization.
13484
- """
13485
-
13486
13501
  class views(TUIMenu):
13487
13502
  """
13488
13503
  No help available.
@@ -13492,6 +13507,7 @@ class main_menu(TUIMenu):
13492
13507
  self.display_states = self.__class__.display_states(service, version, mode, path + ["display_states"])
13493
13508
  self.mirror_planes = self.__class__.mirror_planes(service, version, mode, path + ["mirror_planes"])
13494
13509
  self.rendering_options = self.__class__.rendering_options(service, version, mode, path + ["rendering_options"])
13510
+ self.view_sync = self.__class__.view_sync(service, version, mode, path + ["view_sync"])
13495
13511
  self.apply_mirror_planes = self.__class__.apply_mirror_planes(service, version, mode, path + ["apply_mirror_planes"])
13496
13512
  self.auto_scale = self.__class__.auto_scale(service, version, mode, path + ["auto_scale"])
13497
13513
  self.default_view = self.__class__.default_view(service, version, mode, path + ["default_view"])
@@ -13812,6 +13828,48 @@ class main_menu(TUIMenu):
13812
13828
  No help available.
13813
13829
  """
13814
13830
 
13831
+ class view_sync(TUIMenu):
13832
+ """
13833
+ No help available.
13834
+ """
13835
+ def __init__(self, service, version, mode, path):
13836
+ self.add = self.__class__.add(service, version, mode, path + ["add"])
13837
+ self.add_all = self.__class__.add_all(service, version, mode, path + ["add_all"])
13838
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
13839
+ self.remove = self.__class__.remove(service, version, mode, path + ["remove"])
13840
+ self.remove_all = self.__class__.remove_all(service, version, mode, path + ["remove_all"])
13841
+ self.start = self.__class__.start(service, version, mode, path + ["start"])
13842
+ self.stop = self.__class__.stop(service, version, mode, path + ["stop"])
13843
+ super().__init__(service, version, mode, path)
13844
+ class add(TUIMethod):
13845
+ """
13846
+ No help available.
13847
+ """
13848
+ class add_all(TUIMethod):
13849
+ """
13850
+ No help available.
13851
+ """
13852
+ class list(TUIMethod):
13853
+ """
13854
+ No help available.
13855
+ """
13856
+ class remove(TUIMethod):
13857
+ """
13858
+ No help available.
13859
+ """
13860
+ class remove_all(TUIMethod):
13861
+ """
13862
+ No help available.
13863
+ """
13864
+ class start(TUIMethod):
13865
+ """
13866
+ No help available.
13867
+ """
13868
+ class stop(TUIMethod):
13869
+ """
13870
+ No help available.
13871
+ """
13872
+
13815
13873
  class file(TUIMenu):
13816
13874
  """
13817
13875
  Enter the file menu.
@@ -15783,6 +15841,7 @@ class main_menu(TUIMenu):
15783
15841
  self.delete_cell_by_id = self.__class__.delete_cell_by_id(service, version, mode, path + ["delete_cell_by_id"])
15784
15842
  self.delete_cell_by_mark = self.__class__.delete_cell_by_mark(service, version, mode, path + ["delete_cell_by_mark"])
15785
15843
  self.delete_cell_zone = self.__class__.delete_cell_zone(service, version, mode, path + ["delete_cell_zone"])
15844
+ self.disconnect_cell_zones = self.__class__.disconnect_cell_zones(service, version, mode, path + ["disconnect_cell_zones"])
15786
15845
  self.extrude_face_zone_delta = self.__class__.extrude_face_zone_delta(service, version, mode, path + ["extrude_face_zone_delta"])
15787
15846
  self.extrude_face_zone_para = self.__class__.extrude_face_zone_para(service, version, mode, path + ["extrude_face_zone_para"])
15788
15847
  self.fuse_face_zones = self.__class__.fuse_face_zones(service, version, mode, path + ["fuse_face_zones"])
@@ -15877,6 +15936,10 @@ class main_menu(TUIMenu):
15877
15936
  """
15878
15937
  No help available.
15879
15938
  """
15939
+ class disconnect_cell_zones(TUIMethod):
15940
+ """
15941
+ No help available.
15942
+ """
15880
15943
  class extrude_face_zone_delta(TUIMethod):
15881
15944
  """
15882
15945
  No help available.
@@ -15991,20 +16054,19 @@ class main_menu(TUIMenu):
15991
16054
  super().__init__(service, version, mode, path)
15992
16055
  class convert_domain(TUIMethod):
15993
16056
  """
15994
- Convert entire domain to polyhedra cells.
16057
+ No help available.
15995
16058
  """
15996
16059
  class convert_hanging_nodes(TUIMethod):
15997
16060
  """
15998
- Convert cells with hanging nodes and faces to polyhedra.
16061
+ No help available.
15999
16062
  """
16000
16063
  class convert_hanging_nodes_zones(TUIMethod):
16001
16064
  """
16002
- Convert selected cell zones with hanging nodes and faces to polyhedra.
16003
- The selected cell zones cannot be connected to other zones.
16065
+ No help available.
16004
16066
  """
16005
16067
  class convert_skewed_cells(TUIMethod):
16006
16068
  """
16007
- Convert skewed cells to polyhedra.
16069
+ No help available.
16008
16070
  """
16009
16071
 
16010
16072
  class options(TUIMenu):
@@ -17535,6 +17597,13 @@ class main_menu(TUIMenu):
17535
17597
  """
17536
17598
  def __init__(self, service, version, mode, path):
17537
17599
  self.concurrent = self.__class__.concurrent(service, version, mode, path + ["concurrent"])
17600
+ self.auto_dp_report_generation = self.__class__.auto_dp_report_generation(service, version, mode, path + ["auto_dp_report_generation"])
17601
+ self.auto_dp_report_html_export = self.__class__.auto_dp_report_html_export(service, version, mode, path + ["auto_dp_report_html_export"])
17602
+ self.auto_dp_report_pdf_export = self.__class__.auto_dp_report_pdf_export(service, version, mode, path + ["auto_dp_report_pdf_export"])
17603
+ self.auto_dp_report_pptx_export = self.__class__.auto_dp_report_pptx_export(service, version, mode, path + ["auto_dp_report_pptx_export"])
17604
+ self.auto_parametric_report_generation = self.__class__.auto_parametric_report_generation(service, version, mode, path + ["auto_parametric_report_generation"])
17605
+ self.auto_parametric_report_html_export = self.__class__.auto_parametric_report_html_export(service, version, mode, path + ["auto_parametric_report_html_export"])
17606
+ self.auto_parametric_report_update_dp_data = self.__class__.auto_parametric_report_update_dp_data(service, version, mode, path + ["auto_parametric_report_update_dp_data"])
17538
17607
  self.auto_update_mesh_morphs = self.__class__.auto_update_mesh_morphs(service, version, mode, path + ["auto_update_mesh_morphs"])
17539
17608
  self.print_update_method = self.__class__.print_update_method(service, version, mode, path + ["print_update_method"])
17540
17609
  self.set_update_method = self.__class__.set_update_method(service, version, mode, path + ["set_update_method"])
@@ -17542,6 +17611,34 @@ class main_menu(TUIMenu):
17542
17611
  self.update_current = self.__class__.update_current(service, version, mode, path + ["update_current"])
17543
17612
  self.update_selected_design_points = self.__class__.update_selected_design_points(service, version, mode, path + ["update_selected_design_points"])
17544
17613
  super().__init__(service, version, mode, path)
17614
+ class auto_dp_report_generation(TUIMethod):
17615
+ """
17616
+ Enable Automatic Generation of DP Report.
17617
+ """
17618
+ class auto_dp_report_html_export(TUIMethod):
17619
+ """
17620
+ Enable Automatic HTML Export of DP Report.
17621
+ """
17622
+ class auto_dp_report_pdf_export(TUIMethod):
17623
+ """
17624
+ Enable Automatic PDF Export of DP Report.
17625
+ """
17626
+ class auto_dp_report_pptx_export(TUIMethod):
17627
+ """
17628
+ Enable Automatic PPTX Export of DP Report.
17629
+ """
17630
+ class auto_parametric_report_generation(TUIMethod):
17631
+ """
17632
+ Enable Automatic Generation of Parametric Report.
17633
+ """
17634
+ class auto_parametric_report_html_export(TUIMethod):
17635
+ """
17636
+ Enable Automatic HTML Export of Parametric Report.
17637
+ """
17638
+ class auto_parametric_report_update_dp_data(TUIMethod):
17639
+ """
17640
+ Enable Regeneration of 'Out of Date' Design Point Report Data Prior To Automatic Generation of Parametric Report.
17641
+ """
17545
17642
  class auto_update_mesh_morphs(TUIMethod):
17546
17643
  """
17547
17644
  Enable Auto Mesh Morphing Update.
@@ -17835,11 +17932,11 @@ class main_menu(TUIMenu):
17835
17932
  """
17836
17933
  class circum_avg_axial(TUIMethod):
17837
17934
  """
17838
- Compute iso-axial band surfaces and plot data vs axial coordinate on them.
17935
+ No help available.
17839
17936
  """
17840
17937
  class circum_avg_radial(TUIMethod):
17841
17938
  """
17842
- Compute iso-radial band surfaces and plot data vs radius on them.
17939
+ No help available.
17843
17940
  """
17844
17941
  class display_profile_data(TUIMethod):
17845
17942
  """
@@ -17867,11 +17964,11 @@ class main_menu(TUIMenu):
17867
17964
  """
17868
17965
  class plot(TUIMethod):
17869
17966
  """
17870
- Plot solution on surfaces.
17967
+ No help available.
17871
17968
  """
17872
17969
  class plot_direction(TUIMethod):
17873
17970
  """
17874
- Set plot direction for xy plot.
17971
+ No help available.
17875
17972
  """
17876
17973
  class residuals(TUIMethod):
17877
17974
  """
@@ -20814,15 +20911,15 @@ class main_menu(TUIMenu):
20814
20911
  super().__init__(service, version, mode, path)
20815
20912
  class isentropic(TUIMethod):
20816
20913
  """
20817
- Calculate isentropic efficiency.
20914
+ No help available.
20818
20915
  """
20819
20916
  class polytropic(TUIMethod):
20820
20917
  """
20821
- Calculate polytropic efficiency.
20918
+ No help available.
20822
20919
  """
20823
20920
  class use_in_turbo_report(TUIMethod):
20824
20921
  """
20825
- Use this general method instead of constant Cp-based to compute efficiency with Turbo Report tool.
20922
+ No help available.
20826
20923
  """
20827
20924
 
20828
20925
  class fluxes(TUIMenu):
@@ -21260,6 +21357,7 @@ class main_menu(TUIMenu):
21260
21357
  self.rename_simulation_report = self.__class__.rename_simulation_report(service, version, mode, path + ["rename_simulation_report"])
21261
21358
  self.reset_report_to_defaults = self.__class__.reset_report_to_defaults(service, version, mode, path + ["reset_report_to_defaults"])
21262
21359
  self.view_simulation_report = self.__class__.view_simulation_report(service, version, mode, path + ["view_simulation_report"])
21360
+ self.view_simulation_report_in_browser = self.__class__.view_simulation_report_in_browser(service, version, mode, path + ["view_simulation_report_in_browser"])
21263
21361
  self.write_report_names_to_file = self.__class__.write_report_names_to_file(service, version, mode, path + ["write_report_names_to_file"])
21264
21362
  self.write_simulation_report_template_file = self.__class__.write_simulation_report_template_file(service, version, mode, path + ["write_simulation_report_template_file"])
21265
21363
  super().__init__(service, version, mode, path)
@@ -21311,6 +21409,10 @@ class main_menu(TUIMenu):
21311
21409
  """
21312
21410
  No help available.
21313
21411
  """
21412
+ class view_simulation_report_in_browser(TUIMethod):
21413
+ """
21414
+ No help available.
21415
+ """
21314
21416
  class write_report_names_to_file(TUIMethod):
21315
21417
  """
21316
21418
  No help available.
@@ -21534,6 +21636,7 @@ class main_menu(TUIMenu):
21534
21636
  """
21535
21637
  def __init__(self, service, version, mode, path):
21536
21638
  self.animations = self.__class__.animations(service, version, mode, path + ["animations"])
21639
+ self.annotation = self.__class__.annotation(service, version, mode, path + ["annotation"])
21537
21640
  self.custom_field_functions = self.__class__.custom_field_functions(service, version, mode, path + ["custom_field_functions"])
21538
21641
  self.custom_vectors = self.__class__.custom_vectors(service, version, mode, path + ["custom_vectors"])
21539
21642
  self.graphics = self.__class__.graphics(service, version, mode, path + ["graphics"])
@@ -21758,6 +21861,58 @@ class main_menu(TUIMenu):
21758
21861
  No help available.
21759
21862
  """
21760
21863
 
21864
+ class annotation(TUIMenu):
21865
+ """
21866
+ No help available.
21867
+ """
21868
+ def __init__(self, service, version, mode, path):
21869
+ self.annotate = self.__class__.annotate(service, version, mode, path + ["annotate"])
21870
+ self.clear_annotations = self.__class__.clear_annotations(service, version, mode, path + ["clear_annotations"])
21871
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
21872
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
21873
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
21874
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
21875
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
21876
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
21877
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
21878
+ super().__init__(service, version, mode, path)
21879
+ class annotate(TUIMethod):
21880
+ """
21881
+ No help available.
21882
+ """
21883
+ class clear_annotations(TUIMethod):
21884
+ """
21885
+ No help available.
21886
+ """
21887
+ class create(TUIMethod):
21888
+ """
21889
+ No help available.
21890
+ """
21891
+ class delete(TUIMethod):
21892
+ """
21893
+ No help available.
21894
+ """
21895
+ class edit(TUIMethod):
21896
+ """
21897
+ Edit annotation object.
21898
+ """
21899
+ class list(TUIMethod):
21900
+ """
21901
+ No help available.
21902
+ """
21903
+ class list_properties(TUIMethod):
21904
+ """
21905
+ No help available.
21906
+ """
21907
+ class make_a_copy(TUIMethod):
21908
+ """
21909
+ No help available.
21910
+ """
21911
+ class rename(TUIMethod):
21912
+ """
21913
+ No help available.
21914
+ """
21915
+
21761
21916
  class custom_field_functions(TUIMenu):
21762
21917
  """
21763
21918
  No help available.
@@ -23081,6 +23236,7 @@ class main_menu(TUIMenu):
23081
23236
  self.display_states = self.__class__.display_states(service, version, mode, path + ["display_states"])
23082
23237
  self.mirror_planes = self.__class__.mirror_planes(service, version, mode, path + ["mirror_planes"])
23083
23238
  self.rendering_options = self.__class__.rendering_options(service, version, mode, path + ["rendering_options"])
23239
+ self.view_sync = self.__class__.view_sync(service, version, mode, path + ["view_sync"])
23084
23240
  self.apply_mirror_planes = self.__class__.apply_mirror_planes(service, version, mode, path + ["apply_mirror_planes"])
23085
23241
  self.auto_scale = self.__class__.auto_scale(service, version, mode, path + ["auto_scale"])
23086
23242
  self.delete_view = self.__class__.delete_view(service, version, mode, path + ["delete_view"])
@@ -23391,6 +23547,48 @@ class main_menu(TUIMenu):
23391
23547
  No help available.
23392
23548
  """
23393
23549
 
23550
+ class view_sync(TUIMenu):
23551
+ """
23552
+ No help available.
23553
+ """
23554
+ def __init__(self, service, version, mode, path):
23555
+ self.add = self.__class__.add(service, version, mode, path + ["add"])
23556
+ self.add_all = self.__class__.add_all(service, version, mode, path + ["add_all"])
23557
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
23558
+ self.remove = self.__class__.remove(service, version, mode, path + ["remove"])
23559
+ self.remove_all = self.__class__.remove_all(service, version, mode, path + ["remove_all"])
23560
+ self.start = self.__class__.start(service, version, mode, path + ["start"])
23561
+ self.stop = self.__class__.stop(service, version, mode, path + ["stop"])
23562
+ super().__init__(service, version, mode, path)
23563
+ class add(TUIMethod):
23564
+ """
23565
+ No help available.
23566
+ """
23567
+ class add_all(TUIMethod):
23568
+ """
23569
+ No help available.
23570
+ """
23571
+ class list(TUIMethod):
23572
+ """
23573
+ No help available.
23574
+ """
23575
+ class remove(TUIMethod):
23576
+ """
23577
+ No help available.
23578
+ """
23579
+ class remove_all(TUIMethod):
23580
+ """
23581
+ No help available.
23582
+ """
23583
+ class start(TUIMethod):
23584
+ """
23585
+ No help available.
23586
+ """
23587
+ class stop(TUIMethod):
23588
+ """
23589
+ No help available.
23590
+ """
23591
+
23394
23592
  class volumes(TUIMenu):
23395
23593
  """
23396
23594
  No help available.
@@ -23804,8 +24002,18 @@ class main_menu(TUIMenu):
23804
24002
  self.profile_data = self.__class__.profile_data(service, version, mode, path + ["profile_data"])
23805
24003
  self.solution_plot = self.__class__.solution_plot(service, version, mode, path + ["solution_plot"])
23806
24004
  self.xy_plot = self.__class__.xy_plot(service, version, mode, path + ["xy_plot"])
24005
+ self.circum_avg_axial = self.__class__.circum_avg_axial(service, version, mode, path + ["circum_avg_axial"])
24006
+ self.circum_avg_radial = self.__class__.circum_avg_radial(service, version, mode, path + ["circum_avg_radial"])
23807
24007
  self.plot_direction = self.__class__.plot_direction(service, version, mode, path + ["plot_direction"])
23808
24008
  super().__init__(service, version, mode, path)
24009
+ class circum_avg_axial(TUIMethod):
24010
+ """
24011
+ No help available.
24012
+ """
24013
+ class circum_avg_radial(TUIMethod):
24014
+ """
24015
+ No help available.
24016
+ """
23809
24017
  class plot_direction(TUIMethod):
23810
24018
  """
23811
24019
  No help available.
@@ -25478,6 +25686,7 @@ class main_menu(TUIMenu):
25478
25686
  """
25479
25687
  def __init__(self, service, version, mode, path):
25480
25688
  self.discrete_phase = self.__class__.discrete_phase(service, version, mode, path + ["discrete_phase"])
25689
+ self.efficiency = self.__class__.efficiency(service, version, mode, path + ["efficiency"])
25481
25690
  self.flow = self.__class__.flow(service, version, mode, path + ["flow"])
25482
25691
  self.fluxes = self.__class__.fluxes(service, version, mode, path + ["fluxes"])
25483
25692
  self.heat_exchanger = self.__class__.heat_exchanger(service, version, mode, path + ["heat_exchanger"])
@@ -25807,6 +26016,28 @@ class main_menu(TUIMenu):
25807
26016
  No help available.
25808
26017
  """
25809
26018
 
26019
+ class efficiency(TUIMenu):
26020
+ """
26021
+ No help available.
26022
+ """
26023
+ def __init__(self, service, version, mode, path):
26024
+ self.isentropic = self.__class__.isentropic(service, version, mode, path + ["isentropic"])
26025
+ self.polytropic = self.__class__.polytropic(service, version, mode, path + ["polytropic"])
26026
+ self.use_in_turbo_report = self.__class__.use_in_turbo_report(service, version, mode, path + ["use_in_turbo_report"])
26027
+ super().__init__(service, version, mode, path)
26028
+ class isentropic(TUIMethod):
26029
+ """
26030
+ No help available.
26031
+ """
26032
+ class polytropic(TUIMethod):
26033
+ """
26034
+ No help available.
26035
+ """
26036
+ class use_in_turbo_report(TUIMethod):
26037
+ """
26038
+ No help available.
26039
+ """
26040
+
25810
26041
  class flow(TUIMenu):
25811
26042
  """
25812
26043
  No help available.
@@ -26012,6 +26243,7 @@ class main_menu(TUIMenu):
26012
26243
  self.rename_simulation_report = self.__class__.rename_simulation_report(service, version, mode, path + ["rename_simulation_report"])
26013
26244
  self.reset_report_to_defaults = self.__class__.reset_report_to_defaults(service, version, mode, path + ["reset_report_to_defaults"])
26014
26245
  self.view_simulation_report = self.__class__.view_simulation_report(service, version, mode, path + ["view_simulation_report"])
26246
+ self.view_simulation_report_in_browser = self.__class__.view_simulation_report_in_browser(service, version, mode, path + ["view_simulation_report_in_browser"])
26015
26247
  self.write_simulation_report_names_to_file = self.__class__.write_simulation_report_names_to_file(service, version, mode, path + ["write_simulation_report_names_to_file"])
26016
26248
  self.write_simulation_report_template_file = self.__class__.write_simulation_report_template_file(service, version, mode, path + ["write_simulation_report_template_file"])
26017
26249
  super().__init__(service, version, mode, path)
@@ -26063,6 +26295,10 @@ class main_menu(TUIMenu):
26063
26295
  """
26064
26296
  No help available.
26065
26297
  """
26298
+ class view_simulation_report_in_browser(TUIMethod):
26299
+ """
26300
+ No help available.
26301
+ """
26066
26302
  class write_simulation_report_names_to_file(TUIMethod):
26067
26303
  """
26068
26304
  No help available.
@@ -27561,14 +27797,17 @@ class main_menu(TUIMenu):
27561
27797
  No help available.
27562
27798
  """
27563
27799
  def __init__(self, service, version, mode, path):
27564
- self.copy = self.__class__.copy(service, version, mode, path + ["copy"])
27800
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
27565
27801
  self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
27566
- self.disable = self.__class__.disable(service, version, mode, path + ["disable"])
27567
- self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
27802
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
27568
27803
  self.export = self.__class__.export(service, version, mode, path + ["export"])
27569
- self.import_ = self.__class__.import_(service, version, mode, path + ["import"])
27804
+ self.import_ = self.__class__.import_(service, version, mode, path + ["import_"])
27805
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
27806
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
27807
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
27808
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
27570
27809
  super().__init__(service, version, mode, path)
27571
- class copy(TUIMethod):
27810
+ class create(TUIMethod):
27572
27811
  """
27573
27812
  No help available.
27574
27813
  """
@@ -27576,19 +27815,31 @@ class main_menu(TUIMenu):
27576
27815
  """
27577
27816
  No help available.
27578
27817
  """
27579
- class disable(TUIMethod):
27818
+ class edit(TUIMethod):
27819
+ """
27820
+ Edit execute-commands object.
27821
+ """
27822
+ class export(TUIMethod):
27580
27823
  """
27581
27824
  No help available.
27582
27825
  """
27583
- class enable(TUIMethod):
27826
+ class import_(TUIMethod):
27584
27827
  """
27585
27828
  No help available.
27586
27829
  """
27587
- class export(TUIMethod):
27830
+ class list(TUIMethod):
27588
27831
  """
27589
27832
  No help available.
27590
27833
  """
27591
- class import_(TUIMethod):
27834
+ class list_properties(TUIMethod):
27835
+ """
27836
+ No help available.
27837
+ """
27838
+ class make_a_copy(TUIMethod):
27839
+ """
27840
+ No help available.
27841
+ """
27842
+ class rename(TUIMethod):
27592
27843
  """
27593
27844
  No help available.
27594
27845
  """
@@ -28608,16 +28859,11 @@ class main_menu(TUIMenu):
28608
28859
  No help available.
28609
28860
  """
28610
28861
  def __init__(self, service, version, mode, path):
28611
- self.coarsen_rate = self.__class__.coarsen_rate(service, version, mode, path + ["coarsen_rate"])
28862
+ self.specify_coarsening_rate = self.__class__.specify_coarsening_rate(service, version, mode, path + ["specify_coarsening_rate"])
28612
28863
  self.enforce_laplace_coarsening = self.__class__.enforce_laplace_coarsening(service, version, mode, path + ["enforce_laplace_coarsening"])
28613
28864
  self.increase_pre_sweeps = self.__class__.increase_pre_sweeps(service, version, mode, path + ["increase_pre_sweeps"])
28614
28865
  self.pre_sweeps = self.__class__.pre_sweeps(service, version, mode, path + ["pre_sweeps"])
28615
- self.specify_coarsening_rate = self.__class__.specify_coarsening_rate(service, version, mode, path + ["specify_coarsening_rate"])
28616
28866
  super().__init__(service, version, mode, path)
28617
- class coarsen_rate(TUIMethod):
28618
- """
28619
- No help available.
28620
- """
28621
28867
  class enforce_laplace_coarsening(TUIMethod):
28622
28868
  """
28623
28869
  No help available.
@@ -28630,10 +28876,23 @@ class main_menu(TUIMenu):
28630
28876
  """
28631
28877
  No help available.
28632
28878
  """
28633
- class specify_coarsening_rate(TUIMethod):
28879
+
28880
+ class specify_coarsening_rate(TUIMenu):
28634
28881
  """
28635
28882
  No help available.
28636
28883
  """
28884
+ def __init__(self, service, version, mode, path):
28885
+ self.coarsen_rate = self.__class__.coarsen_rate(service, version, mode, path + ["coarsen_rate"])
28886
+ self.specify_coarsening_rate = self.__class__.specify_coarsening_rate(service, version, mode, path + ["specify_coarsening_rate"])
28887
+ super().__init__(service, version, mode, path)
28888
+ class coarsen_rate(TUIMethod):
28889
+ """
28890
+ No help available.
28891
+ """
28892
+ class specify_coarsening_rate(TUIMethod):
28893
+ """
28894
+ No help available.
28895
+ """
28637
28896
 
28638
28897
  class methods(TUIMenu):
28639
28898
  """
@@ -28642,25 +28901,41 @@ class main_menu(TUIMenu):
28642
28901
  def __init__(self, service, version, mode, path):
28643
28902
  self.gradient_controls = self.__class__.gradient_controls(service, version, mode, path + ["gradient_controls"])
28644
28903
  self.pv_coupling_controls = self.__class__.pv_coupling_controls(service, version, mode, path + ["pv_coupling_controls"])
28645
- self.pv_coupling_method = self.__class__.pv_coupling_method(service, version, mode, path + ["pv_coupling_method"])
28646
- self.specify_gradient_method = self.__class__.specify_gradient_method(service, version, mode, path + ["specify_gradient_method"])
28647
28904
  super().__init__(service, version, mode, path)
28648
- class gradient_controls(TUIMethod):
28649
- """
28650
- No help available.
28651
- """
28652
- class pv_coupling_controls(TUIMethod):
28653
- """
28654
- No help available.
28655
- """
28656
- class pv_coupling_method(TUIMethod):
28905
+
28906
+ class gradient_controls(TUIMenu):
28657
28907
  """
28658
28908
  No help available.
28659
28909
  """
28660
- class specify_gradient_method(TUIMethod):
28910
+ def __init__(self, service, version, mode, path):
28911
+ self.gradient_controls = self.__class__.gradient_controls(service, version, mode, path + ["gradient_controls"])
28912
+ self.specify_gradient_method = self.__class__.specify_gradient_method(service, version, mode, path + ["specify_gradient_method"])
28913
+ super().__init__(service, version, mode, path)
28914
+ class gradient_controls(TUIMethod):
28915
+ """
28916
+ No help available.
28917
+ """
28918
+ class specify_gradient_method(TUIMethod):
28919
+ """
28920
+ No help available.
28921
+ """
28922
+
28923
+ class pv_coupling_controls(TUIMenu):
28661
28924
  """
28662
28925
  No help available.
28663
28926
  """
28927
+ def __init__(self, service, version, mode, path):
28928
+ self.pv_coupling_controls = self.__class__.pv_coupling_controls(service, version, mode, path + ["pv_coupling_controls"])
28929
+ self.pv_coupling_method = self.__class__.pv_coupling_method(service, version, mode, path + ["pv_coupling_method"])
28930
+ super().__init__(service, version, mode, path)
28931
+ class pv_coupling_controls(TUIMethod):
28932
+ """
28933
+ No help available.
28934
+ """
28935
+ class pv_coupling_method(TUIMethod):
28936
+ """
28937
+ No help available.
28938
+ """
28664
28939
 
28665
28940
  class miscellaneous(TUIMenu):
28666
28941
  """
@@ -29826,8 +30101,8 @@ class main_menu(TUIMenu):
29826
30101
  def __init__(self, service, version, mode, path):
29827
30102
  self.axisymmetric = self.__class__.axisymmetric(service, version, mode, path + ["axisymmetric"])
29828
30103
  self.convergence_acceleration_for_stretched_meshes = self.__class__.convergence_acceleration_for_stretched_meshes(service, version, mode, path + ["convergence_acceleration_for_stretched_meshes"])
30104
+ self.divergence_prevention = self.__class__.divergence_prevention(service, version, mode, path + ["divergence_prevention"])
29829
30105
  self.expert = self.__class__.expert(service, version, mode, path + ["expert"])
29830
- self.flux_type = self.__class__.flux_type(service, version, mode, path + ["flux_type"])
29831
30106
  self.high_order_term_relaxation = self.__class__.high_order_term_relaxation(service, version, mode, path + ["high_order_term_relaxation"])
29832
30107
  self.high_speed_numerics = self.__class__.high_speed_numerics(service, version, mode, path + ["high_speed_numerics"])
29833
30108
  self.multiphase_numerics = self.__class__.multiphase_numerics(service, version, mode, path + ["multiphase_numerics"])
@@ -29923,6 +30198,23 @@ class main_menu(TUIMenu):
29923
30198
  No help available.
29924
30199
  """
29925
30200
 
30201
+ class divergence_prevention(TUIMenu):
30202
+ """
30203
+ No help available.
30204
+ """
30205
+ def __init__(self, service, version, mode, path):
30206
+ self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
30207
+ self.relaxation_factor = self.__class__.relaxation_factor(service, version, mode, path + ["relaxation_factor"])
30208
+ super().__init__(service, version, mode, path)
30209
+ class enable(TUIMethod):
30210
+ """
30211
+ No help available.
30212
+ """
30213
+ class relaxation_factor(TUIMethod):
30214
+ """
30215
+ No help available.
30216
+ """
30217
+
29926
30218
  class expert(TUIMenu):
29927
30219
  """
29928
30220
  No help available.
@@ -29996,78 +30288,32 @@ class main_menu(TUIMenu):
29996
30288
  No help available.
29997
30289
  """
29998
30290
 
29999
- class flux_type(TUIMenu):
30291
+ class high_order_term_relaxation(TUIMenu):
30000
30292
  """
30001
30293
  No help available.
30002
30294
  """
30003
30295
  def __init__(self, service, version, mode, path):
30004
- self.dbns_cases = self.__class__.dbns_cases(service, version, mode, path + ["dbns_cases"])
30005
- self.pbns_cases = self.__class__.pbns_cases(service, version, mode, path + ["pbns_cases"])
30296
+ self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
30297
+ self.relaxation_factor = self.__class__.relaxation_factor(service, version, mode, path + ["relaxation_factor"])
30298
+ self.select_variables = self.__class__.select_variables(service, version, mode, path + ["select_variables"])
30299
+ self.type = self.__class__.type(service, version, mode, path + ["type"])
30006
30300
  super().__init__(service, version, mode, path)
30007
-
30008
- class dbns_cases(TUIMenu):
30301
+ class enable(TUIMethod):
30009
30302
  """
30010
30303
  No help available.
30011
30304
  """
30012
- def __init__(self, service, version, mode, path):
30013
- self.flux_type = self.__class__.flux_type(service, version, mode, path + ["flux_type"])
30014
- super().__init__(service, version, mode, path)
30015
- class flux_type(TUIMethod):
30016
- """
30017
- No help available.
30018
- """
30019
-
30020
- class pbns_cases(TUIMenu):
30305
+ class relaxation_factor(TUIMethod):
30021
30306
  """
30022
30307
  No help available.
30023
30308
  """
30024
- def __init__(self, service, version, mode, path):
30025
- self.flux_auto_select = self.__class__.flux_auto_select(service, version, mode, path + ["flux_auto_select"])
30026
- self.flux_type = self.__class__.flux_type(service, version, mode, path + ["flux_type"])
30027
- super().__init__(service, version, mode, path)
30028
- class flux_auto_select(TUIMethod):
30029
- """
30030
- No help available.
30031
- """
30032
- class flux_type(TUIMethod):
30033
- """
30034
- No help available.
30035
- """
30036
-
30037
- class high_order_term_relaxation(TUIMenu):
30038
- """
30039
- No help available.
30040
- """
30041
- def __init__(self, service, version, mode, path):
30042
- self.options = self.__class__.options(service, version, mode, path + ["options"])
30043
- self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
30044
- super().__init__(service, version, mode, path)
30045
- class enable(TUIMethod):
30309
+ class select_variables(TUIMethod):
30046
30310
  """
30047
30311
  No help available.
30048
30312
  """
30049
-
30050
- class options(TUIMenu):
30313
+ class type(TUIMethod):
30051
30314
  """
30052
30315
  No help available.
30053
30316
  """
30054
- def __init__(self, service, version, mode, path):
30055
- self.relaxation_factor = self.__class__.relaxation_factor(service, version, mode, path + ["relaxation_factor"])
30056
- self.select_variables = self.__class__.select_variables(service, version, mode, path + ["select_variables"])
30057
- self.type = self.__class__.type(service, version, mode, path + ["type"])
30058
- super().__init__(service, version, mode, path)
30059
- class relaxation_factor(TUIMethod):
30060
- """
30061
- No help available.
30062
- """
30063
- class select_variables(TUIMethod):
30064
- """
30065
- No help available.
30066
- """
30067
- class type(TUIMethod):
30068
- """
30069
- No help available.
30070
- """
30071
30317
 
30072
30318
  class high_speed_numerics(TUIMenu):
30073
30319
  """
@@ -30948,16 +31194,11 @@ class main_menu(TUIMenu):
30948
31194
  """
30949
31195
  def __init__(self, service, version, mode, path):
30950
31196
  self.nb_gradient = self.__class__.nb_gradient(service, version, mode, path + ["nb_gradient"])
30951
- self.nb_gradient_dbns = self.__class__.nb_gradient_dbns(service, version, mode, path + ["nb_gradient_dbns"])
30952
31197
  super().__init__(service, version, mode, path)
30953
31198
  class nb_gradient(TUIMethod):
30954
31199
  """
30955
31200
  No help available.
30956
31201
  """
30957
- class nb_gradient_dbns(TUIMethod):
30958
- """
30959
- No help available.
30960
- """
30961
31202
 
30962
31203
  class nita_expert_controls(TUIMenu):
30963
31204
  """
@@ -31054,6 +31295,8 @@ class main_menu(TUIMenu):
31054
31295
  def __init__(self, service, version, mode, path):
31055
31296
  self.coupled_form = self.__class__.coupled_form(service, version, mode, path + ["coupled_form"])
31056
31297
  self.flow_scheme = self.__class__.flow_scheme(service, version, mode, path + ["flow_scheme"])
31298
+ self.flux_auto_select = self.__class__.flux_auto_select(service, version, mode, path + ["flux_auto_select"])
31299
+ self.flux_type = self.__class__.flux_type(service, version, mode, path + ["flux_type"])
31057
31300
  self.neighbor_correction_itr_count = self.__class__.neighbor_correction_itr_count(service, version, mode, path + ["neighbor_correction_itr_count"])
31058
31301
  self.skewness_correction_itr_count = self.__class__.skewness_correction_itr_count(service, version, mode, path + ["skewness_correction_itr_count"])
31059
31302
  self.skewness_neighbor_coupling = self.__class__.skewness_neighbor_coupling(service, version, mode, path + ["skewness_neighbor_coupling"])
@@ -31067,6 +31310,14 @@ class main_menu(TUIMenu):
31067
31310
  """
31068
31311
  No help available.
31069
31312
  """
31313
+ class flux_auto_select(TUIMethod):
31314
+ """
31315
+ No help available.
31316
+ """
31317
+ class flux_type(TUIMethod):
31318
+ """
31319
+ No help available.
31320
+ """
31070
31321
  class neighbor_correction_itr_count(TUIMethod):
31071
31322
  """
31072
31323
  No help available.
@@ -32637,6 +32888,7 @@ class main_menu(TUIMenu):
32637
32888
  self.data_sampling_options = self.__class__.data_sampling_options(service, version, mode, path + ["data_sampling_options"])
32638
32889
  self.pollutants = self.__class__.pollutants(service, version, mode, path + ["pollutants"])
32639
32890
  self.pseudo_time_settings = self.__class__.pseudo_time_settings(service, version, mode, path + ["pseudo_time_settings"])
32891
+ self.solution_steering = self.__class__.solution_steering(service, version, mode, path + ["solution_steering"])
32640
32892
  self.transient_controls = self.__class__.transient_controls(service, version, mode, path + ["transient_controls"])
32641
32893
  self.calculate = self.__class__.calculate(service, version, mode, path + ["calculate"])
32642
32894
  self.dual_time_iterate = self.__class__.dual_time_iterate(service, version, mode, path + ["dual_time_iterate"])
@@ -33008,6 +33260,38 @@ class main_menu(TUIMenu):
33008
33260
  No help available.
33009
33261
  """
33010
33262
 
33263
+ class solution_steering(TUIMenu):
33264
+ """
33265
+ No help available.
33266
+ """
33267
+ def __init__(self, service, version, mode, path):
33268
+ self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
33269
+ self.first_to_second_order_blending = self.__class__.first_to_second_order_blending(service, version, mode, path + ["first_to_second_order_blending"])
33270
+ self.flow_type = self.__class__.flow_type(service, version, mode, path + ["flow_type"])
33271
+ self.settings = self.__class__.settings(service, version, mode, path + ["settings"])
33272
+ self.use_fmg = self.__class__.use_fmg(service, version, mode, path + ["use_fmg"])
33273
+ super().__init__(service, version, mode, path)
33274
+ class enable(TUIMethod):
33275
+ """
33276
+ No help available.
33277
+ """
33278
+ class first_to_second_order_blending(TUIMethod):
33279
+ """
33280
+ No help available.
33281
+ """
33282
+ class flow_type(TUIMethod):
33283
+ """
33284
+ No help available.
33285
+ """
33286
+ class settings(TUIMethod):
33287
+ """
33288
+ No help available.
33289
+ """
33290
+ class use_fmg(TUIMethod):
33291
+ """
33292
+ No help available.
33293
+ """
33294
+
33011
33295
  class transient_controls(TUIMenu):
33012
33296
  """
33013
33297
  No help available.
@@ -34200,27 +34484,27 @@ class main_menu(TUIMenu):
34200
34484
  """
34201
34485
  class copy(TUIMethod):
34202
34486
  """
34203
- No help available.
34487
+ Copy execute-command.
34204
34488
  """
34205
34489
  class delete(TUIMethod):
34206
34490
  """
34207
- No help available.
34491
+ Delete an execute-command.
34208
34492
  """
34209
34493
  class disable(TUIMethod):
34210
34494
  """
34211
- No help available.
34495
+ Disable an execute-command.
34212
34496
  """
34213
34497
  class enable(TUIMethod):
34214
34498
  """
34215
- No help available.
34499
+ Enable an execute-command.
34216
34500
  """
34217
34501
  class export(TUIMethod):
34218
34502
  """
34219
- No help available.
34503
+ Export execute-commands to a TSV file.
34220
34504
  """
34221
34505
  class import_(TUIMethod):
34222
34506
  """
34223
- No help available.
34507
+ Import execute-commands from a TSV file.
34224
34508
  """
34225
34509
 
34226
34510
  class initialize(TUIMenu):
@@ -35513,6 +35797,7 @@ class main_menu(TUIMenu):
35513
35797
  self.show_all_discretization_schemes = self.__class__.show_all_discretization_schemes(service, version, mode, path + ["show_all_discretization_schemes"])
35514
35798
  self.singhal_et_al_cavitation_model = self.__class__.singhal_et_al_cavitation_model(service, version, mode, path + ["singhal_et_al_cavitation_model"])
35515
35799
  self.skewness_correction_enhanced = self.__class__.skewness_correction_enhanced(service, version, mode, path + ["skewness_correction_enhanced"])
35800
+ self.specified_zero_shear_alternative_treatment = self.__class__.specified_zero_shear_alternative_treatment(service, version, mode, path + ["specified_zero_shear_alternative_treatment"])
35516
35801
  self.transient_frame_motion_numerics = self.__class__.transient_frame_motion_numerics(service, version, mode, path + ["transient_frame_motion_numerics"])
35517
35802
  self.volume_flux_for_single_phase = self.__class__.volume_flux_for_single_phase(service, version, mode, path + ["volume_flux_for_single_phase"])
35518
35803
  super().__init__(service, version, mode, path)
@@ -35591,6 +35876,10 @@ class main_menu(TUIMenu):
35591
35876
  """
35592
35877
  Enable enhanced skewness correction scheme.
35593
35878
  """
35879
+ class specified_zero_shear_alternative_treatment(TUIMethod):
35880
+ """
35881
+ Enable alternative treatment for turbulent flows using walls with specified zero shear.
35882
+ """
35594
35883
  class transient_frame_motion_numerics(TUIMethod):
35595
35884
  """
35596
35885
  Enable time-step independent continuity discretization for transient cases with frame motion.
@@ -35798,16 +36087,11 @@ class main_menu(TUIMenu):
35798
36087
  No help available.
35799
36088
  """
35800
36089
  def __init__(self, service, version, mode, path):
35801
- self.coarsen_rate = self.__class__.coarsen_rate(service, version, mode, path + ["coarsen_rate"])
36090
+ self.specify_coarsening_rate = self.__class__.specify_coarsening_rate(service, version, mode, path + ["specify_coarsening_rate"])
35802
36091
  self.enforce_laplace_coarsening = self.__class__.enforce_laplace_coarsening(service, version, mode, path + ["enforce_laplace_coarsening"])
35803
36092
  self.increase_pre_sweeps = self.__class__.increase_pre_sweeps(service, version, mode, path + ["increase_pre_sweeps"])
35804
36093
  self.pre_sweeps = self.__class__.pre_sweeps(service, version, mode, path + ["pre_sweeps"])
35805
- self.specify_coarsening_rate = self.__class__.specify_coarsening_rate(service, version, mode, path + ["specify_coarsening_rate"])
35806
36094
  super().__init__(service, version, mode, path)
35807
- class coarsen_rate(TUIMethod):
35808
- """
35809
- No help available.
35810
- """
35811
36095
  class enforce_laplace_coarsening(TUIMethod):
35812
36096
  """
35813
36097
  No help available.
@@ -35820,10 +36104,23 @@ class main_menu(TUIMenu):
35820
36104
  """
35821
36105
  No help available.
35822
36106
  """
35823
- class specify_coarsening_rate(TUIMethod):
36107
+
36108
+ class specify_coarsening_rate(TUIMenu):
35824
36109
  """
35825
36110
  No help available.
35826
36111
  """
36112
+ def __init__(self, service, version, mode, path):
36113
+ self.coarsen_rate = self.__class__.coarsen_rate(service, version, mode, path + ["coarsen_rate"])
36114
+ self.specify_coarsening_rate = self.__class__.specify_coarsening_rate(service, version, mode, path + ["specify_coarsening_rate"])
36115
+ super().__init__(service, version, mode, path)
36116
+ class coarsen_rate(TUIMethod):
36117
+ """
36118
+ No help available.
36119
+ """
36120
+ class specify_coarsening_rate(TUIMethod):
36121
+ """
36122
+ No help available.
36123
+ """
35827
36124
 
35828
36125
  class methods(TUIMenu):
35829
36126
  """
@@ -35831,26 +36128,42 @@ class main_menu(TUIMenu):
35831
36128
  """
35832
36129
  def __init__(self, service, version, mode, path):
35833
36130
  self.gradient_controls = self.__class__.gradient_controls(service, version, mode, path + ["gradient_controls"])
35834
- self.pressure_velocity_coupling_controls = self.__class__.pressure_velocity_coupling_controls(service, version, mode, path + ["pressure_velocity_coupling_controls"])
35835
- self.pressure_velocity_coupling_method = self.__class__.pressure_velocity_coupling_method(service, version, mode, path + ["pressure_velocity_coupling_method"])
35836
- self.specify_gradient_method = self.__class__.specify_gradient_method(service, version, mode, path + ["specify_gradient_method"])
36131
+ self.pv_coupling_controls = self.__class__.pv_coupling_controls(service, version, mode, path + ["pv_coupling_controls"])
35837
36132
  super().__init__(service, version, mode, path)
35838
- class gradient_controls(TUIMethod):
35839
- """
35840
- No help available.
35841
- """
35842
- class pressure_velocity_coupling_controls(TUIMethod):
35843
- """
35844
- No help available.
35845
- """
35846
- class pressure_velocity_coupling_method(TUIMethod):
36133
+
36134
+ class gradient_controls(TUIMenu):
35847
36135
  """
35848
36136
  No help available.
35849
36137
  """
35850
- class specify_gradient_method(TUIMethod):
36138
+ def __init__(self, service, version, mode, path):
36139
+ self.gradient_controls = self.__class__.gradient_controls(service, version, mode, path + ["gradient_controls"])
36140
+ self.specify_gradient_method = self.__class__.specify_gradient_method(service, version, mode, path + ["specify_gradient_method"])
36141
+ super().__init__(service, version, mode, path)
36142
+ class gradient_controls(TUIMethod):
36143
+ """
36144
+ No help available.
36145
+ """
36146
+ class specify_gradient_method(TUIMethod):
36147
+ """
36148
+ No help available.
36149
+ """
36150
+
36151
+ class pv_coupling_controls(TUIMenu):
35851
36152
  """
35852
36153
  No help available.
35853
36154
  """
36155
+ def __init__(self, service, version, mode, path):
36156
+ self.pressure_velocity_coupling_controls = self.__class__.pressure_velocity_coupling_controls(service, version, mode, path + ["pressure_velocity_coupling_controls"])
36157
+ self.pressure_velocity_coupling_method = self.__class__.pressure_velocity_coupling_method(service, version, mode, path + ["pressure_velocity_coupling_method"])
36158
+ super().__init__(service, version, mode, path)
36159
+ class pressure_velocity_coupling_controls(TUIMethod):
36160
+ """
36161
+ No help available.
36162
+ """
36163
+ class pressure_velocity_coupling_method(TUIMethod):
36164
+ """
36165
+ No help available.
36166
+ """
35854
36167
 
35855
36168
  class miscellaneous(TUIMenu):
35856
36169
  """
@@ -37438,7 +37751,7 @@ class main_menu(TUIMenu):
37438
37751
 
37439
37752
  class contingency_tools(TUIMenu):
37440
37753
  """
37441
- Show contingency tools.
37754
+ Enter the contingency tools menu.
37442
37755
  """
37443
37756
  def __init__(self, service, version, mode, path):
37444
37757
  self.delete_invalid_cells = self.__class__.delete_invalid_cells(service, version, mode, path + ["delete_invalid_cells"])
@@ -37451,7 +37764,7 @@ class main_menu(TUIMenu):
37451
37764
  """
37452
37765
  class divergence_prevention(TUIMethod):
37453
37766
  """
37454
- Adjust numerical settings when divergence patter identified.
37767
+ Adjust numerical settings when divergence pattern identified.
37455
37768
  """
37456
37769
  class linear_solver_adjustment(TUIMethod):
37457
37770
  """
@@ -38240,6 +38553,7 @@ class main_menu(TUIMenu):
38240
38553
  self.display_states = self.__class__.display_states(service, version, mode, path + ["display_states"])
38241
38554
  self.mirror_planes = self.__class__.mirror_planes(service, version, mode, path + ["mirror_planes"])
38242
38555
  self.rendering_options = self.__class__.rendering_options(service, version, mode, path + ["rendering_options"])
38556
+ self.view_sync = self.__class__.view_sync(service, version, mode, path + ["view_sync"])
38243
38557
  self.apply_mirror_planes = self.__class__.apply_mirror_planes(service, version, mode, path + ["apply_mirror_planes"])
38244
38558
  self.auto_scale = self.__class__.auto_scale(service, version, mode, path + ["auto_scale"])
38245
38559
  self.default_view = self.__class__.default_view(service, version, mode, path + ["default_view"])
@@ -38559,3 +38873,45 @@ class main_menu(TUIMenu):
38559
38873
  """
38560
38874
  No help available.
38561
38875
  """
38876
+
38877
+ class view_sync(TUIMenu):
38878
+ """
38879
+ No help available.
38880
+ """
38881
+ def __init__(self, service, version, mode, path):
38882
+ self.add = self.__class__.add(service, version, mode, path + ["add"])
38883
+ self.add_all = self.__class__.add_all(service, version, mode, path + ["add_all"])
38884
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
38885
+ self.remove = self.__class__.remove(service, version, mode, path + ["remove"])
38886
+ self.remove_all = self.__class__.remove_all(service, version, mode, path + ["remove_all"])
38887
+ self.start = self.__class__.start(service, version, mode, path + ["start"])
38888
+ self.stop = self.__class__.stop(service, version, mode, path + ["stop"])
38889
+ super().__init__(service, version, mode, path)
38890
+ class add(TUIMethod):
38891
+ """
38892
+ No help available.
38893
+ """
38894
+ class add_all(TUIMethod):
38895
+ """
38896
+ No help available.
38897
+ """
38898
+ class list(TUIMethod):
38899
+ """
38900
+ No help available.
38901
+ """
38902
+ class remove(TUIMethod):
38903
+ """
38904
+ No help available.
38905
+ """
38906
+ class remove_all(TUIMethod):
38907
+ """
38908
+ No help available.
38909
+ """
38910
+ class start(TUIMethod):
38911
+ """
38912
+ No help available.
38913
+ """
38914
+ class stop(TUIMethod):
38915
+ """
38916
+ No help available.
38917
+ """