ansys-fluent-core 0.35.dev1__py3-none-any.whl → 0.36.dev0__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 (67) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/__init__.py +1 -0
  3. ansys/fluent/core/codegen/datamodelgen.py +13 -2
  4. ansys/fluent/core/codegen/settingsgen.py +4 -0
  5. ansys/fluent/core/docker/docker_compose.py +30 -1
  6. ansys/fluent/core/examples/downloads.py +3 -4
  7. ansys/fluent/core/fluent_connection.py +2 -3
  8. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  9. ansys/fluent/core/generated/datamodel_231/flicing.py +25 -25
  10. ansys/fluent/core/generated/datamodel_231/meshing.py +202 -202
  11. ansys/fluent/core/generated/datamodel_232/flicing.py +25 -25
  12. ansys/fluent/core/generated/datamodel_232/meshing.py +161 -161
  13. ansys/fluent/core/generated/datamodel_241/flicing.py +30 -30
  14. ansys/fluent/core/generated/datamodel_241/meshing.py +241 -241
  15. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  16. ansys/fluent/core/generated/datamodel_242/meshing.py +318 -318
  17. ansys/fluent/core/generated/datamodel_242/part_management.py +9 -9
  18. ansys/fluent/core/generated/datamodel_251/flicing.py +25 -25
  19. ansys/fluent/core/generated/datamodel_251/meshing.py +395 -395
  20. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  21. ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
  22. ansys/fluent/core/generated/datamodel_252/meshing.py +394 -394
  23. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  24. ansys/fluent/core/generated/datamodel_261/flicing.py +20 -20
  25. ansys/fluent/core/generated/datamodel_261/meshing.py +500 -493
  26. ansys/fluent/core/generated/datamodel_261/meshing_workflow.py +61694 -0
  27. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  28. ansys/fluent/core/generated/datamodel_261/preferences.py +28 -0
  29. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +14 -0
  30. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  31. ansys/fluent/core/generated/meshing/tui_261.py +388 -10
  32. ansys/fluent/core/generated/solver/settings_261.py +8273 -3465
  33. ansys/fluent/core/generated/solver/settings_261.pyi +5805 -2181
  34. ansys/fluent/core/generated/solver/tui_261.py +1049 -335
  35. ansys/fluent/core/launcher/container_launcher.py +12 -3
  36. ansys/fluent/core/launcher/fluent_container.py +5 -3
  37. ansys/fluent/core/launcher/launch_options.py +2 -2
  38. ansys/fluent/core/launcher/launcher.py +2 -6
  39. ansys/fluent/core/launcher/pim_launcher.py +76 -3
  40. ansys/fluent/core/launcher/process_launch_string.py +1 -2
  41. ansys/fluent/core/launcher/slurm_launcher.py +4 -3
  42. ansys/fluent/core/launcher/standalone_launcher.py +3 -2
  43. ansys/fluent/core/module_config.py +5 -10
  44. ansys/fluent/core/report.py +1 -1
  45. ansys/fluent/core/services/__init__.py +2 -0
  46. ansys/fluent/core/services/datamodel_se.py +4 -1
  47. ansys/fluent/core/services/field_data.py +24 -0
  48. ansys/fluent/core/services/reduction.py +2 -0
  49. ansys/fluent/core/services/settings.py +1 -1
  50. ansys/fluent/core/services/solution_variables.py +92 -0
  51. ansys/fluent/core/session.py +1 -2
  52. ansys/fluent/core/session_base_meshing.py +8 -0
  53. ansys/fluent/core/session_meshing.py +5 -0
  54. ansys/fluent/core/session_pure_meshing.py +6 -0
  55. ansys/fluent/core/session_pure_meshing.pyi +5 -0
  56. ansys/fluent/core/session_utilities.py +8 -5
  57. ansys/fluent/core/solver/flobject.py +19 -0
  58. ansys/fluent/core/solver/function/reduction.py +2 -0
  59. ansys/fluent/core/ui/__init__.py +64 -0
  60. ansys/fluent/core/ui/jupyter_ui.py +203 -0
  61. ansys/fluent/core/ui/standalone_web_ui.py +296 -0
  62. ansys/fluent/core/ui/utils.py +173 -0
  63. ansys/fluent/core/utils/deprecate.py +1 -0
  64. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/METADATA +25 -19
  65. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/RECORD +67 -62
  66. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/WHEEL +0 -0
  67. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/licenses/LICENSE +0 -0
@@ -533,8 +533,11 @@ class main_menu(TUIMenu):
533
533
  self.edit_displacement = self.__class__.edit_displacement(service, version, mode, path + ["edit_displacement"])
534
534
  self.edit_group = self.__class__.edit_group(service, version, mode, path + ["edit_group"])
535
535
  self.fast_mesh_smoothing = self.__class__.fast_mesh_smoothing(service, version, mode, path + ["fast_mesh_smoothing"])
536
+ self.forced_motion = self.__class__.forced_motion(service, version, mode, path + ["forced_motion"])
536
537
  self.list_displacements = self.__class__.list_displacements(service, version, mode, path + ["list_displacements"])
537
538
  self.list_groups = self.__class__.list_groups(service, version, mode, path + ["list_groups"])
539
+ self.motion_type = self.__class__.motion_type(service, version, mode, path + ["motion_type"])
540
+ self.newmark_integration_parameters = self.__class__.newmark_integration_parameters(service, version, mode, path + ["newmark_integration_parameters"])
538
541
  self.set_active_displacement = self.__class__.set_active_displacement(service, version, mode, path + ["set_active_displacement"])
539
542
  super().__init__(service, version, mode, path)
540
543
  class copy_displacement(TUIMethod):
@@ -577,6 +580,10 @@ class main_menu(TUIMenu):
577
580
  """
578
581
  Enable/disable Fast Mesh Smoothing.
579
582
  """
583
+ class forced_motion(TUIMethod):
584
+ """
585
+ Include forcing in EOM.
586
+ """
580
587
  class list_displacements(TUIMethod):
581
588
  """
582
589
  List Periodic Displacements.
@@ -585,6 +592,14 @@ class main_menu(TUIMenu):
585
592
  """
586
593
  List Periodic Displacement Groups.
587
594
  """
595
+ class motion_type(TUIMethod):
596
+ """
597
+ Select Motion Type.
598
+ """
599
+ class newmark_integration_parameters(TUIMethod):
600
+ """
601
+ Set Newmark Integration Parameters.
602
+ """
588
603
  class set_active_displacement(TUIMethod):
589
604
  """
590
605
  Set Active Periodic Displacement in Group.
@@ -1404,11 +1419,13 @@ class main_menu(TUIMenu):
1404
1419
  def __init__(self, service, version, mode, path):
1405
1420
  self.keep_empty_interface = self.__class__.keep_empty_interface(service, version, mode, path + ["keep_empty_interface"])
1406
1421
  self.naming_option = self.__class__.naming_option(service, version, mode, path + ["naming_option"])
1422
+ self.order_interface_lists_by_area = self.__class__.order_interface_lists_by_area(service, version, mode, path + ["order_interface_lists_by_area"])
1407
1423
  self.pairing_between_different_cell_zones_only = self.__class__.pairing_between_different_cell_zones_only(service, version, mode, path + ["pairing_between_different_cell_zones_only"])
1408
1424
  self.pairing_between_interface_zones_only = self.__class__.pairing_between_interface_zones_only(service, version, mode, path + ["pairing_between_interface_zones_only"])
1409
1425
  self.proximity_tolerance = self.__class__.proximity_tolerance(service, version, mode, path + ["proximity_tolerance"])
1410
1426
  self.set_default_name_prefix = self.__class__.set_default_name_prefix(service, version, mode, path + ["set_default_name_prefix"])
1411
1427
  self.set_exclusion_pairs = self.__class__.set_exclusion_pairs(service, version, mode, path + ["set_exclusion_pairs"])
1428
+ self.set_minimum_area = self.__class__.set_minimum_area(service, version, mode, path + ["set_minimum_area"])
1412
1429
  self.set_minimum_area_percentage = self.__class__.set_minimum_area_percentage(service, version, mode, path + ["set_minimum_area_percentage"])
1413
1430
  self.set_one_to_one_pairing_tolerance = self.__class__.set_one_to_one_pairing_tolerance(service, version, mode, path + ["set_one_to_one_pairing_tolerance"])
1414
1431
  super().__init__(service, version, mode, path)
@@ -1420,6 +1437,10 @@ class main_menu(TUIMenu):
1420
1437
  """
1421
1438
  No help available.
1422
1439
  """
1440
+ class order_interface_lists_by_area(TUIMethod):
1441
+ """
1442
+ No help available.
1443
+ """
1423
1444
  class pairing_between_different_cell_zones_only(TUIMethod):
1424
1445
  """
1425
1446
  No help available.
@@ -1440,6 +1461,10 @@ class main_menu(TUIMenu):
1440
1461
  """
1441
1462
  No help available.
1442
1463
  """
1464
+ class set_minimum_area(TUIMethod):
1465
+ """
1466
+ No help available.
1467
+ """
1443
1468
  class set_minimum_area_percentage(TUIMethod):
1444
1469
  """
1445
1470
  No help available.
@@ -2878,7 +2903,7 @@ class main_menu(TUIMenu):
2878
2903
  """
2879
2904
  class erosion_accretion(TUIMethod):
2880
2905
  """
2881
- Enable/disable erosion/accretion.
2906
+ No help available.
2882
2907
  """
2883
2908
  class film_movement(TUIMethod):
2884
2909
  """
@@ -2890,7 +2915,7 @@ class main_menu(TUIMenu):
2890
2915
  """
2891
2916
  class init_erosion_accretion_rate(TUIMethod):
2892
2917
  """
2893
- Initialize erosion/accretion rates with Zero.
2918
+ No help available.
2894
2919
  """
2895
2920
  class lowest_volatiles_mass_fraction(TUIMethod):
2896
2921
  """
@@ -5045,9 +5070,14 @@ class main_menu(TUIMenu):
5045
5070
  self.flow_boundary_coupling = self.__class__.flow_boundary_coupling(service, version, mode, path + ["flow_boundary_coupling"])
5046
5071
  self.htc = self.__class__.htc(service, version, mode, path + ["htc"])
5047
5072
  self.unsteady_statistics = self.__class__.unsteady_statistics(service, version, mode, path + ["unsteady_statistics"])
5073
+ self.sc_set_output_parameters_names = self.__class__.sc_set_output_parameters_names(service, version, mode, path + ["sc_set_output_parameters_names"])
5048
5074
  self.use_face_or_element_based_data_transfer = self.__class__.use_face_or_element_based_data_transfer(service, version, mode, path + ["use_face_or_element_based_data_transfer"])
5049
5075
  self.user_defined_coupling_variables_via_udm = self.__class__.user_defined_coupling_variables_via_udm(service, version, mode, path + ["user_defined_coupling_variables_via_udm"])
5050
5076
  super().__init__(service, version, mode, path)
5077
+ class sc_set_output_parameters_names(TUIMethod):
5078
+ """
5079
+ Set-output-parameters.
5080
+ """
5051
5081
  class use_face_or_element_based_data_transfer(TUIMethod):
5052
5082
  """
5053
5083
  Enable/disable face based data transfer.
@@ -5201,6 +5231,7 @@ class main_menu(TUIMenu):
5201
5231
  def __init__(self, service, version, mode, path):
5202
5232
  self.rotor = self.__class__.rotor(service, version, mode, path + ["rotor"])
5203
5233
  self.apply = self.__class__.apply(service, version, mode, path + ["apply"])
5234
+ self.cl_cd_interpolation_model = self.__class__.cl_cd_interpolation_model(service, version, mode, path + ["cl_cd_interpolation_model"])
5204
5235
  self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
5205
5236
  self.mode = self.__class__.mode(service, version, mode, path + ["mode"])
5206
5237
  super().__init__(service, version, mode, path)
@@ -5208,6 +5239,10 @@ class main_menu(TUIMenu):
5208
5239
  """
5209
5240
  No help available.
5210
5241
  """
5242
+ class cl_cd_interpolation_model(TUIMethod):
5243
+ """
5244
+ No help available.
5245
+ """
5211
5246
  class enable(TUIMethod):
5212
5247
  """
5213
5248
  No help available.
@@ -10279,6 +10314,7 @@ class main_menu(TUIMenu):
10279
10314
  self.enforce_flux_scaling = self.__class__.enforce_flux_scaling(service, version, mode, path + ["enforce_flux_scaling"])
10280
10315
  self.enhanced_mpm_bands_viability_check = self.__class__.enhanced_mpm_bands_viability_check(service, version, mode, path + ["enhanced_mpm_bands_viability_check"])
10281
10316
  self.list_settings = self.__class__.list_settings(service, version, mode, path + ["list_settings"])
10317
+ self.mpm_point_cloud_averaging = self.__class__.mpm_point_cloud_averaging(service, version, mode, path + ["mpm_point_cloud_averaging"])
10282
10318
  self.nps_minimize_po_loss = self.__class__.nps_minimize_po_loss(service, version, mode, path + ["nps_minimize_po_loss"])
10283
10319
  super().__init__(service, version, mode, path)
10284
10320
  class enforce_flux_scaling(TUIMethod):
@@ -10293,6 +10329,10 @@ class main_menu(TUIMenu):
10293
10329
  """
10294
10330
  No help available.
10295
10331
  """
10332
+ class mpm_point_cloud_averaging(TUIMethod):
10333
+ """
10334
+ No help available.
10335
+ """
10296
10336
  class nps_minimize_po_loss(TUIMethod):
10297
10337
  """
10298
10338
  No help available.
@@ -10350,47 +10390,65 @@ class main_menu(TUIMenu):
10350
10390
  Enter the Generalized Forces objects menu.
10351
10391
  """
10352
10392
  def __init__(self, service, version, mode, path):
10353
- self.copy = self.__class__.copy(service, version, mode, path + ["copy"])
10354
- self.create = self.__class__.create(service, version, mode, path + ["create"])
10355
- self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
10356
- self.delete_all = self.__class__.delete_all(service, version, mode, path + ["delete_all"])
10357
- self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
10358
- self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
10359
- self.list_objects = self.__class__.list_objects(service, version, mode, path + ["list_objects"])
10360
- self.process_all = self.__class__.process_all(service, version, mode, path + ["process_all"])
10393
+ self.objects = self.__class__.objects(service, version, mode, path + ["objects"])
10394
+ self.enable_generalized_forces = self.__class__.enable_generalized_forces(service, version, mode, path + ["enable_generalized_forces"])
10361
10395
  super().__init__(service, version, mode, path)
10362
- class copy(TUIMethod):
10363
- """
10364
- Copy a Generalized Forces object.
10365
- """
10366
- class create(TUIMethod):
10367
- """
10368
- Create a Generalized Forces object.
10396
+ class enable_generalized_forces(TUIMethod):
10369
10397
  """
10370
- class delete(TUIMethod):
10371
- """
10372
- Delete a Generalized Forces object.
10373
- """
10374
- class delete_all(TUIMethod):
10375
- """
10376
- Delete all Generalized Forces objects.
10377
- """
10378
- class edit(TUIMethod):
10379
- """
10380
- Edit a Generalized Forcess object.
10381
- """
10382
- class enable(TUIMethod):
10383
- """
10384
- Enable/Disable Generalized Forces calculation?.
10385
- """
10386
- class list_objects(TUIMethod):
10387
- """
10388
- List all existing Generalized Forces objects.
10398
+ No help available.
10389
10399
  """
10390
- class process_all(TUIMethod):
10400
+
10401
+ class objects(TUIMenu):
10391
10402
  """
10392
- Process all Generalized Forces objects.
10403
+ No help available.
10393
10404
  """
10405
+ def __init__(self, service, version, mode, path):
10406
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
10407
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
10408
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
10409
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
10410
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
10411
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
10412
+ self.new = self.__class__.new(service, version, mode, path + ["new"])
10413
+ self.process_all = self.__class__.process_all(service, version, mode, path + ["process_all"])
10414
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
10415
+ super().__init__(service, version, mode, path)
10416
+ class create(TUIMethod):
10417
+ """
10418
+ No help available.
10419
+ """
10420
+ class delete(TUIMethod):
10421
+ """
10422
+ No help available.
10423
+ """
10424
+ class edit(TUIMethod):
10425
+ """
10426
+ Edit objects object.
10427
+ """
10428
+ class list(TUIMethod):
10429
+ """
10430
+ No help available.
10431
+ """
10432
+ class list_properties(TUIMethod):
10433
+ """
10434
+ No help available.
10435
+ """
10436
+ class make_a_copy(TUIMethod):
10437
+ """
10438
+ No help available.
10439
+ """
10440
+ class new(TUIMethod):
10441
+ """
10442
+ Create a new objects object.
10443
+ """
10444
+ class process_all(TUIMethod):
10445
+ """
10446
+ No help available.
10447
+ """
10448
+ class rename(TUIMethod):
10449
+ """
10450
+ No help available.
10451
+ """
10394
10452
 
10395
10453
  class legacy_models(TUIMenu):
10396
10454
  """
@@ -12324,27 +12382,27 @@ class main_menu(TUIMenu):
12324
12382
  super().__init__(service, version, mode, path)
12325
12383
  class arrow_scale(TUIMethod):
12326
12384
  """
12327
- No help available.
12385
+ Set the scale factor for arrows drawn on particle tracks.
12328
12386
  """
12329
12387
  class arrow_space(TUIMethod):
12330
12388
  """
12331
- No help available.
12389
+ Set the spacing factor for arrows drawn on particle tracks.
12332
12390
  """
12333
12391
  class coarsen_factor(TUIMethod):
12334
12392
  """
12335
- No help available.
12393
+ Set the coarsen factor for particle tracks.
12336
12394
  """
12337
12395
  class display(TUIMethod):
12338
12396
  """
12339
- No help available.
12397
+ Determine whether particle tracks will be displayed or only tracked.
12340
12398
  """
12341
12399
  class history_filename(TUIMethod):
12342
12400
  """
12343
- No help available.
12401
+ Specify the name of the particle history file.
12344
12402
  """
12345
12403
  class line_width(TUIMethod):
12346
12404
  """
12347
- No help available.
12405
+ Set the width for particle track.
12348
12406
  """
12349
12407
  class marker_size(TUIMethod):
12350
12408
  """
@@ -12360,7 +12418,7 @@ class main_menu(TUIMenu):
12360
12418
  """
12361
12419
  class report_default_variables(TUIMethod):
12362
12420
  """
12363
- No help available.
12421
+ Set the report variables to default.
12364
12422
  """
12365
12423
  class report_to(TUIMethod):
12366
12424
  """
@@ -12384,7 +12442,7 @@ class main_menu(TUIMenu):
12384
12442
  """
12385
12443
  class track_single_particle_stream(TUIMethod):
12386
12444
  """
12387
- No help available.
12445
+ Specify the stream ID of the particle to be tracked.
12388
12446
  """
12389
12447
  class twist_factor(TUIMethod):
12390
12448
  """
@@ -20533,6 +20591,8 @@ class main_menu(TUIMenu):
20533
20591
  No help available.
20534
20592
  """
20535
20593
  def __init__(self, service, version, mode, path):
20594
+ self.display_executable = self.__class__.display_executable(service, version, mode, path + ["display_executable"])
20595
+ self.display_options = self.__class__.display_options(service, version, mode, path + ["display_options"])
20536
20596
  self.max_positions = self.__class__.max_positions(service, version, mode, path + ["max_positions"])
20537
20597
  self.point_size = self.__class__.point_size(service, version, mode, path + ["point_size"])
20538
20598
  self.point_symbol = self.__class__.point_symbol(service, version, mode, path + ["point_symbol"])
@@ -20540,6 +20600,14 @@ class main_menu(TUIMenu):
20540
20600
  self.vector_size = self.__class__.vector_size(service, version, mode, path + ["vector_size"])
20541
20601
  self.vector_symbol = self.__class__.vector_symbol(service, version, mode, path + ["vector_symbol"])
20542
20602
  super().__init__(service, version, mode, path)
20603
+ class display_executable(TUIMethod):
20604
+ """
20605
+ No help available.
20606
+ """
20607
+ class display_options(TUIMethod):
20608
+ """
20609
+ No help available.
20610
+ """
20543
20611
  class max_positions(TUIMethod):
20544
20612
  """
20545
20613
  No help available.
@@ -20886,6 +20954,7 @@ class main_menu(TUIMenu):
20886
20954
  def __init__(self, service, version, mode, path):
20887
20955
  self.console_suggestion = self.__class__.console_suggestion(service, version, mode, path + ["console_suggestion"])
20888
20956
  self.console_suggestion_active_only = self.__class__.console_suggestion_active_only(service, version, mode, path + ["console_suggestion_active_only"])
20957
+ self.echo_journal_commands = self.__class__.echo_journal_commands(service, version, mode, path + ["echo_journal_commands"])
20889
20958
  self.pretty_print_dict = self.__class__.pretty_print_dict(service, version, mode, path + ["pretty_print_dict"])
20890
20959
  self.quick_search_results_active_only = self.__class__.quick_search_results_active_only(service, version, mode, path + ["quick_search_results_active_only"])
20891
20960
  super().__init__(service, version, mode, path)
@@ -20897,6 +20966,10 @@ class main_menu(TUIMenu):
20897
20966
  """
20898
20967
  No help available.
20899
20968
  """
20969
+ class echo_journal_commands(TUIMethod):
20970
+ """
20971
+ No help available.
20972
+ """
20900
20973
  class pretty_print_dict(TUIMethod):
20901
20974
  """
20902
20975
  No help available.
@@ -20913,6 +20986,7 @@ class main_menu(TUIMenu):
20913
20986
  def __init__(self, service, version, mode, path):
20914
20987
  self.report_definitions = self.__class__.report_definitions(service, version, mode, path + ["report_definitions"])
20915
20988
  self.flow_model = self.__class__.flow_model(service, version, mode, path + ["flow_model"])
20989
+ self.gpudirect_post_regular = self.__class__.gpudirect_post_regular(service, version, mode, path + ["gpudirect_post_regular"])
20916
20990
  self.local_residual_scaling = self.__class__.local_residual_scaling(service, version, mode, path + ["local_residual_scaling"])
20917
20991
  self.pdf_combustion_robust_numerics = self.__class__.pdf_combustion_robust_numerics(service, version, mode, path + ["pdf_combustion_robust_numerics"])
20918
20992
  super().__init__(service, version, mode, path)
@@ -20920,6 +20994,10 @@ class main_menu(TUIMenu):
20920
20994
  """
20921
20995
  No help available.
20922
20996
  """
20997
+ class gpudirect_post_regular(TUIMethod):
20998
+ """
20999
+ No help available.
21000
+ """
20923
21001
  class local_residual_scaling(TUIMethod):
20924
21002
  """
20925
21003
  No help available.
@@ -21193,7 +21271,7 @@ class main_menu(TUIMenu):
21193
21271
  """
21194
21272
  class dpm_calc_erosion_accretion_rates(TUIMethod):
21195
21273
  """
21196
- Compute erosion/accretion rates for specific injections.
21274
+ No help available.
21197
21275
  """
21198
21276
  class dpm_extended_summary(TUIMethod):
21199
21277
  """
@@ -22655,7 +22733,6 @@ class main_menu(TUIMenu):
22655
22733
  def __init__(self, service, version, mode, path):
22656
22734
  self.colors = self.__class__.colors(service, version, mode, path + ["colors"])
22657
22735
  self.contour = self.__class__.contour(service, version, mode, path + ["contour"])
22658
- self.contours = self.__class__.contours(service, version, mode, path + ["contours"])
22659
22736
  self.display = self.__class__.display(service, version, mode, path + ["display"])
22660
22737
  self.lic = self.__class__.lic(service, version, mode, path + ["lic"])
22661
22738
  self.lighting = self.__class__.lighting(service, version, mode, path + ["lighting"])
@@ -22663,7 +22740,6 @@ class main_menu(TUIMenu):
22663
22740
  self.mesh = self.__class__.mesh(service, version, mode, path + ["mesh"])
22664
22741
  self.olic = self.__class__.olic(service, version, mode, path + ["olic"])
22665
22742
  self.particle_track = self.__class__.particle_track(service, version, mode, path + ["particle_track"])
22666
- self.particle_tracks = self.__class__.particle_tracks(service, version, mode, path + ["particle_tracks"])
22667
22743
  self.pathline = self.__class__.pathline(service, version, mode, path + ["pathline"])
22668
22744
  self.periodic_instances = self.__class__.periodic_instances(service, version, mode, path + ["periodic_instances"])
22669
22745
  self.picture = self.__class__.picture(service, version, mode, path + ["picture"])
@@ -23059,263 +23135,188 @@ class main_menu(TUIMenu):
23059
23135
  No help available.
23060
23136
  """
23061
23137
 
23062
- class contours(TUIMenu):
23138
+ class display(TUIMenu):
23063
23139
  """
23064
23140
  No help available.
23065
23141
  """
23066
23142
  def __init__(self, service, version, mode, path):
23067
- self.coloring = self.__class__.coloring(service, version, mode, path + ["coloring"])
23068
- self.auto_scale = self.__class__.auto_scale(service, version, mode, path + ["auto_scale"])
23069
- self.clip_to_range = self.__class__.clip_to_range(service, version, mode, path + ["clip_to_range"])
23070
- self.filled_contours = self.__class__.filled_contours(service, version, mode, path + ["filled_contours"])
23071
- self.global_range = self.__class__.global_range(service, version, mode, path + ["global_range"])
23072
- self.line_contours = self.__class__.line_contours(service, version, mode, path + ["line_contours"])
23073
- self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
23074
- self.n_contour = self.__class__.n_contour(service, version, mode, path + ["n_contour"])
23075
- self.node_values = self.__class__.node_values(service, version, mode, path + ["node_values"])
23076
- self.render_mesh = self.__class__.render_mesh(service, version, mode, path + ["render_mesh"])
23077
- self.surfaces = self.__class__.surfaces(service, version, mode, path + ["surfaces"])
23143
+ self.hsf_file = self.__class__.hsf_file(service, version, mode, path + ["hsf_file"])
23144
+ self.surface_cells = self.__class__.surface_cells(service, version, mode, path + ["surface_cells"])
23145
+ self.surface_mesh = self.__class__.surface_mesh(service, version, mode, path + ["surface_mesh"])
23146
+ self.zone_mesh = self.__class__.zone_mesh(service, version, mode, path + ["zone_mesh"])
23078
23147
  super().__init__(service, version, mode, path)
23079
- class auto_scale(TUIMethod):
23148
+ class hsf_file(TUIMethod):
23080
23149
  """
23081
23150
  No help available.
23082
23151
  """
23083
- class clip_to_range(TUIMethod):
23152
+ class surface_cells(TUIMethod):
23084
23153
  """
23085
23154
  No help available.
23086
23155
  """
23087
- class filled_contours(TUIMethod):
23156
+ class surface_mesh(TUIMethod):
23088
23157
  """
23089
23158
  No help available.
23090
23159
  """
23091
- class global_range(TUIMethod):
23160
+ class zone_mesh(TUIMethod):
23092
23161
  """
23093
23162
  No help available.
23094
23163
  """
23095
- class line_contours(TUIMethod):
23164
+
23165
+ class lic(TUIMenu):
23166
+ """
23167
+ No help available.
23168
+ """
23169
+ def __init__(self, service, version, mode, path):
23170
+ self.add_to_graphics = self.__class__.add_to_graphics(service, version, mode, path + ["add_to_graphics"])
23171
+ self.clear_history = self.__class__.clear_history(service, version, mode, path + ["clear_history"])
23172
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
23173
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
23174
+ self.display = self.__class__.display(service, version, mode, path + ["display"])
23175
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
23176
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
23177
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
23178
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
23179
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
23180
+ super().__init__(service, version, mode, path)
23181
+ class add_to_graphics(TUIMethod):
23096
23182
  """
23097
23183
  No help available.
23098
23184
  """
23099
- class log_scale(TUIMethod):
23185
+ class clear_history(TUIMethod):
23100
23186
  """
23101
23187
  No help available.
23102
23188
  """
23103
- class n_contour(TUIMethod):
23189
+ class create(TUIMethod):
23104
23190
  """
23105
23191
  No help available.
23106
23192
  """
23107
- class node_values(TUIMethod):
23193
+ class delete(TUIMethod):
23108
23194
  """
23109
23195
  No help available.
23110
23196
  """
23111
- class render_mesh(TUIMethod):
23197
+ class display(TUIMethod):
23112
23198
  """
23113
23199
  No help available.
23114
23200
  """
23115
- class surfaces(TUIMethod):
23201
+ class edit(TUIMethod):
23202
+ """
23203
+ Edit lic object.
23204
+ """
23205
+ class list(TUIMethod):
23206
+ """
23207
+ No help available.
23208
+ """
23209
+ class list_properties(TUIMethod):
23210
+ """
23211
+ No help available.
23212
+ """
23213
+ class make_a_copy(TUIMethod):
23214
+ """
23215
+ No help available.
23216
+ """
23217
+ class rename(TUIMethod):
23218
+ """
23219
+ No help available.
23220
+ """
23221
+
23222
+ class lighting(TUIMenu):
23223
+ """
23224
+ No help available.
23225
+ """
23226
+ def __init__(self, service, version, mode, path):
23227
+ self.lights = self.__class__.lights(service, version, mode, path + ["lights"])
23228
+ self.ambient_color = self.__class__.ambient_color(service, version, mode, path + ["ambient_color"])
23229
+ self.headlight_setting = self.__class__.headlight_setting(service, version, mode, path + ["headlight_setting"])
23230
+ self.lighting_interpolation = self.__class__.lighting_interpolation(service, version, mode, path + ["lighting_interpolation"])
23231
+ self.lights_on = self.__class__.lights_on(service, version, mode, path + ["lights_on"])
23232
+ super().__init__(service, version, mode, path)
23233
+ class ambient_color(TUIMethod):
23234
+ """
23235
+ No help available.
23236
+ """
23237
+ class headlight_setting(TUIMethod):
23238
+ """
23239
+ No help available.
23240
+ """
23241
+ class lighting_interpolation(TUIMethod):
23242
+ """
23243
+ No help available.
23244
+ """
23245
+ class lights_on(TUIMethod):
23116
23246
  """
23117
23247
  No help available.
23118
23248
  """
23119
23249
 
23120
- class coloring(TUIMenu):
23250
+ class lights(TUIMenu):
23121
23251
  """
23122
23252
  No help available.
23123
23253
  """
23124
23254
  def __init__(self, service, version, mode, path):
23125
- self.banded_coloring = self.__class__.banded_coloring(service, version, mode, path + ["banded_coloring"])
23126
- self.number_of_bands = self.__class__.number_of_bands(service, version, mode, path + ["number_of_bands"])
23255
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
23256
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
23257
+ self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
23127
23258
  super().__init__(service, version, mode, path)
23128
- class banded_coloring(TUIMethod):
23259
+ class edit(TUIMethod):
23260
+ """
23261
+ Edit lights object.
23262
+ """
23263
+ class list_properties(TUIMethod):
23129
23264
  """
23130
23265
  No help available.
23131
23266
  """
23132
- class number_of_bands(TUIMethod):
23267
+ class resize(TUIMethod):
23133
23268
  """
23134
23269
  No help available.
23135
23270
  """
23136
23271
 
23137
- class display(TUIMenu):
23272
+ class material(TUIMenu):
23138
23273
  """
23139
23274
  No help available.
23140
23275
  """
23141
23276
  def __init__(self, service, version, mode, path):
23142
- self.hsf_file = self.__class__.hsf_file(service, version, mode, path + ["hsf_file"])
23143
- self.surface_cells = self.__class__.surface_cells(service, version, mode, path + ["surface_cells"])
23144
- self.surface_mesh = self.__class__.surface_mesh(service, version, mode, path + ["surface_mesh"])
23145
- self.zone_mesh = self.__class__.zone_mesh(service, version, mode, path + ["zone_mesh"])
23277
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
23278
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
23279
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
23280
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
23281
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
23282
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
23283
+ self.new = self.__class__.new(service, version, mode, path + ["new"])
23284
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
23146
23285
  super().__init__(service, version, mode, path)
23147
- class hsf_file(TUIMethod):
23286
+ class create(TUIMethod):
23148
23287
  """
23149
23288
  No help available.
23150
23289
  """
23151
- class surface_cells(TUIMethod):
23290
+ class delete(TUIMethod):
23152
23291
  """
23153
23292
  No help available.
23154
23293
  """
23155
- class surface_mesh(TUIMethod):
23294
+ class edit(TUIMethod):
23295
+ """
23296
+ Edit material object.
23297
+ """
23298
+ class list(TUIMethod):
23156
23299
  """
23157
23300
  No help available.
23158
23301
  """
23159
- class zone_mesh(TUIMethod):
23302
+ class list_properties(TUIMethod):
23303
+ """
23304
+ No help available.
23305
+ """
23306
+ class make_a_copy(TUIMethod):
23307
+ """
23308
+ No help available.
23309
+ """
23310
+ class new(TUIMethod):
23311
+ """
23312
+ No help available.
23313
+ """
23314
+ class rename(TUIMethod):
23160
23315
  """
23161
23316
  No help available.
23162
23317
  """
23163
23318
 
23164
- class lic(TUIMenu):
23165
- """
23166
- No help available.
23167
- """
23168
- def __init__(self, service, version, mode, path):
23169
- self.add_to_graphics = self.__class__.add_to_graphics(service, version, mode, path + ["add_to_graphics"])
23170
- self.clear_history = self.__class__.clear_history(service, version, mode, path + ["clear_history"])
23171
- self.create = self.__class__.create(service, version, mode, path + ["create"])
23172
- self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
23173
- self.display = self.__class__.display(service, version, mode, path + ["display"])
23174
- self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
23175
- self.list = self.__class__.list(service, version, mode, path + ["list"])
23176
- self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
23177
- self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
23178
- self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
23179
- super().__init__(service, version, mode, path)
23180
- class add_to_graphics(TUIMethod):
23181
- """
23182
- No help available.
23183
- """
23184
- class clear_history(TUIMethod):
23185
- """
23186
- No help available.
23187
- """
23188
- class create(TUIMethod):
23189
- """
23190
- No help available.
23191
- """
23192
- class delete(TUIMethod):
23193
- """
23194
- No help available.
23195
- """
23196
- class display(TUIMethod):
23197
- """
23198
- No help available.
23199
- """
23200
- class edit(TUIMethod):
23201
- """
23202
- Edit lic object.
23203
- """
23204
- class list(TUIMethod):
23205
- """
23206
- No help available.
23207
- """
23208
- class list_properties(TUIMethod):
23209
- """
23210
- No help available.
23211
- """
23212
- class make_a_copy(TUIMethod):
23213
- """
23214
- No help available.
23215
- """
23216
- class rename(TUIMethod):
23217
- """
23218
- No help available.
23219
- """
23220
-
23221
- class lighting(TUIMenu):
23222
- """
23223
- No help available.
23224
- """
23225
- def __init__(self, service, version, mode, path):
23226
- self.lights = self.__class__.lights(service, version, mode, path + ["lights"])
23227
- self.ambient_color = self.__class__.ambient_color(service, version, mode, path + ["ambient_color"])
23228
- self.headlight_setting = self.__class__.headlight_setting(service, version, mode, path + ["headlight_setting"])
23229
- self.lighting_interpolation = self.__class__.lighting_interpolation(service, version, mode, path + ["lighting_interpolation"])
23230
- self.lights_on = self.__class__.lights_on(service, version, mode, path + ["lights_on"])
23231
- super().__init__(service, version, mode, path)
23232
- class ambient_color(TUIMethod):
23233
- """
23234
- No help available.
23235
- """
23236
- class headlight_setting(TUIMethod):
23237
- """
23238
- No help available.
23239
- """
23240
- class lighting_interpolation(TUIMethod):
23241
- """
23242
- No help available.
23243
- """
23244
- class lights_on(TUIMethod):
23245
- """
23246
- No help available.
23247
- """
23248
-
23249
- class lights(TUIMenu):
23250
- """
23251
- No help available.
23252
- """
23253
- def __init__(self, service, version, mode, path):
23254
- self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
23255
- self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
23256
- self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
23257
- super().__init__(service, version, mode, path)
23258
- class edit(TUIMethod):
23259
- """
23260
- Edit lights object.
23261
- """
23262
- class list_properties(TUIMethod):
23263
- """
23264
- No help available.
23265
- """
23266
- class resize(TUIMethod):
23267
- """
23268
- No help available.
23269
- """
23270
-
23271
- class material(TUIMenu):
23272
- """
23273
- No help available.
23274
- """
23275
- def __init__(self, service, version, mode, path):
23276
- self.create = self.__class__.create(service, version, mode, path + ["create"])
23277
- self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
23278
- self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
23279
- self.list = self.__class__.list(service, version, mode, path + ["list"])
23280
- self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
23281
- self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
23282
- self.new = self.__class__.new(service, version, mode, path + ["new"])
23283
- self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
23284
- super().__init__(service, version, mode, path)
23285
- class create(TUIMethod):
23286
- """
23287
- No help available.
23288
- """
23289
- class delete(TUIMethod):
23290
- """
23291
- No help available.
23292
- """
23293
- class edit(TUIMethod):
23294
- """
23295
- Edit material object.
23296
- """
23297
- class list(TUIMethod):
23298
- """
23299
- No help available.
23300
- """
23301
- class list_properties(TUIMethod):
23302
- """
23303
- No help available.
23304
- """
23305
- class make_a_copy(TUIMethod):
23306
- """
23307
- No help available.
23308
- """
23309
- class new(TUIMethod):
23310
- """
23311
- No help available.
23312
- """
23313
- class rename(TUIMethod):
23314
- """
23315
- No help available.
23316
- """
23317
-
23318
- class mesh(TUIMenu):
23319
+ class mesh(TUIMenu):
23319
23320
  """
23320
23321
  No help available.
23321
23322
  """
@@ -23486,53 +23487,6 @@ class main_menu(TUIMenu):
23486
23487
  No help available.
23487
23488
  """
23488
23489
 
23489
- class particle_tracks(TUIMenu):
23490
- """
23491
- No help available.
23492
- """
23493
- def __init__(self, service, version, mode, path):
23494
- self.arrow_scale = self.__class__.arrow_scale(service, version, mode, path + ["arrow_scale"])
23495
- self.arrow_space = self.__class__.arrow_space(service, version, mode, path + ["arrow_space"])
23496
- self.coarsen_factor = self.__class__.coarsen_factor(service, version, mode, path + ["coarsen_factor"])
23497
- self.display = self.__class__.display(service, version, mode, path + ["display"])
23498
- self.history_file_name = self.__class__.history_file_name(service, version, mode, path + ["history_file_name"])
23499
- self.line_width = self.__class__.line_width(service, version, mode, path + ["line_width"])
23500
- self.report_default_variables = self.__class__.report_default_variables(service, version, mode, path + ["report_default_variables"])
23501
- self.track_single_particle_stream = self.__class__.track_single_particle_stream(service, version, mode, path + ["track_single_particle_stream"])
23502
- super().__init__(service, version, mode, path)
23503
- class arrow_scale(TUIMethod):
23504
- """
23505
- No help available.
23506
- """
23507
- class arrow_space(TUIMethod):
23508
- """
23509
- No help available.
23510
- """
23511
- class coarsen_factor(TUIMethod):
23512
- """
23513
- No help available.
23514
- """
23515
- class display(TUIMethod):
23516
- """
23517
- No help available.
23518
- """
23519
- class history_file_name(TUIMethod):
23520
- """
23521
- No help available.
23522
- """
23523
- class line_width(TUIMethod):
23524
- """
23525
- No help available.
23526
- """
23527
- class report_default_variables(TUIMethod):
23528
- """
23529
- No help available.
23530
- """
23531
- class track_single_particle_stream(TUIMethod):
23532
- """
23533
- No help available.
23534
- """
23535
-
23536
23490
  class pathline(TUIMenu):
23537
23491
  """
23538
23492
  No help available.
@@ -27787,7 +27741,7 @@ class main_menu(TUIMenu):
27787
27741
  """
27788
27742
  def __init__(self, service, version, mode, path):
27789
27743
  self.histogram = self.__class__.histogram(service, version, mode, path + ["histogram"])
27790
- self.sample_trajectories = self.__class__.sample_trajectories(service, version, mode, path + ["sample_trajectories"])
27744
+ self.sampling_and_erosion = self.__class__.sampling_and_erosion(service, version, mode, path + ["sampling_and_erosion"])
27791
27745
  self.exch_details_in_dpm_summ_rep_enabled = self.__class__.exch_details_in_dpm_summ_rep_enabled(service, version, mode, path + ["exch_details_in_dpm_summ_rep_enabled"])
27792
27746
  self.extended_summary = self.__class__.extended_summary(service, version, mode, path + ["extended_summary"])
27793
27747
  self.particle_summary = self.__class__.particle_summary(service, version, mode, path + ["particle_summary"])
@@ -28065,23 +28019,34 @@ class main_menu(TUIMenu):
28065
28019
  No help available.
28066
28020
  """
28067
28021
 
28068
- class sample_trajectories(TUIMenu):
28022
+ class sampling_and_erosion(TUIMenu):
28069
28023
  """
28070
28024
  No help available.
28071
28025
  """
28072
28026
  def __init__(self, service, version, mode, path):
28073
- self.accumulate_erosion_accretion_rates = self.__class__.accumulate_erosion_accretion_rates(service, version, mode, path + ["accumulate_erosion_accretion_rates"])
28074
- self.compute = self.__class__.compute(service, version, mode, path + ["compute"])
28027
+ self.compute_erosion_accretion_rates = self.__class__.compute_erosion_accretion_rates(service, version, mode, path + ["compute_erosion_accretion_rates"])
28028
+ self.compute_samples = self.__class__.compute_samples(service, version, mode, path + ["compute_samples"])
28029
+ self.erosion_accretion_rate_accumulation_enabled = self.__class__.erosion_accretion_rate_accumulation_enabled(service, version, mode, path + ["erosion_accretion_rate_accumulation_enabled"])
28030
+ self.number_of_passes_done = self.__class__.number_of_passes_done(service, version, mode, path + ["number_of_passes_done"])
28075
28031
  self.output_udf = self.__class__.output_udf(service, version, mode, path + ["output_udf"])
28032
+ self.reset_erosion_accretion_rates = self.__class__.reset_erosion_accretion_rates(service, version, mode, path + ["reset_erosion_accretion_rates"])
28076
28033
  self.sort_sample_files = self.__class__.sort_sample_files(service, version, mode, path + ["sort_sample_files"])
28077
28034
  self.start_file_write = self.__class__.start_file_write(service, version, mode, path + ["start_file_write"])
28078
28035
  self.stop_file_write = self.__class__.stop_file_write(service, version, mode, path + ["stop_file_write"])
28079
28036
  super().__init__(service, version, mode, path)
28080
- class accumulate_erosion_accretion_rates(TUIMethod):
28037
+ class compute_erosion_accretion_rates(TUIMethod):
28081
28038
  """
28082
28039
  No help available.
28083
28040
  """
28084
- class compute(TUIMethod):
28041
+ class compute_samples(TUIMethod):
28042
+ """
28043
+ No help available.
28044
+ """
28045
+ class erosion_accretion_rate_accumulation_enabled(TUIMethod):
28046
+ """
28047
+ No help available.
28048
+ """
28049
+ class number_of_passes_done(TUIMethod):
28085
28050
  """
28086
28051
  No help available.
28087
28052
  """
@@ -28089,6 +28054,10 @@ class main_menu(TUIMenu):
28089
28054
  """
28090
28055
  No help available.
28091
28056
  """
28057
+ class reset_erosion_accretion_rates(TUIMethod):
28058
+ """
28059
+ No help available.
28060
+ """
28092
28061
  class sort_sample_files(TUIMethod):
28093
28062
  """
28094
28063
  No help available.
@@ -29731,10 +29700,10 @@ class main_menu(TUIMenu):
29731
29700
  def __init__(self, service, version, mode, path):
29732
29701
  self.ascii = self.__class__.ascii(service, version, mode, path + ["ascii"])
29733
29702
  self.cgns = self.__class__.cgns(service, version, mode, path + ["cgns"])
29734
- self.dvs_export = self.__class__.dvs_export(service, version, mode, path + ["dvs_export"])
29735
29703
  self.mapdl = self.__class__.mapdl(service, version, mode, path + ["mapdl"])
29736
29704
  self.nastran = self.__class__.nastran(service, version, mode, path + ["nastran"])
29737
29705
  self.tecplot = self.__class__.tecplot(service, version, mode, path + ["tecplot"])
29706
+ self.visualize = self.__class__.visualize(service, version, mode, path + ["visualize"])
29738
29707
  super().__init__(service, version, mode, path)
29739
29708
 
29740
29709
  class ascii(TUIMenu):
@@ -29821,7 +29790,7 @@ class main_menu(TUIMenu):
29821
29790
  No help available.
29822
29791
  """
29823
29792
 
29824
- class dvs_export(TUIMenu):
29793
+ class mapdl(TUIMenu):
29825
29794
  """
29826
29795
  No help available.
29827
29796
  """
@@ -29844,7 +29813,7 @@ class main_menu(TUIMenu):
29844
29813
  """
29845
29814
  class edit(TUIMethod):
29846
29815
  """
29847
- Edit dvs-export object.
29816
+ Edit mapdl object.
29848
29817
  """
29849
29818
  class list(TUIMethod):
29850
29819
  """
@@ -29863,7 +29832,7 @@ class main_menu(TUIMenu):
29863
29832
  No help available.
29864
29833
  """
29865
29834
 
29866
- class mapdl(TUIMenu):
29835
+ class nastran(TUIMenu):
29867
29836
  """
29868
29837
  No help available.
29869
29838
  """
@@ -29886,7 +29855,7 @@ class main_menu(TUIMenu):
29886
29855
  """
29887
29856
  class edit(TUIMethod):
29888
29857
  """
29889
- Edit mapdl object.
29858
+ Edit nastran object.
29890
29859
  """
29891
29860
  class list(TUIMethod):
29892
29861
  """
@@ -29905,7 +29874,7 @@ class main_menu(TUIMenu):
29905
29874
  No help available.
29906
29875
  """
29907
29876
 
29908
- class nastran(TUIMenu):
29877
+ class tecplot(TUIMenu):
29909
29878
  """
29910
29879
  No help available.
29911
29880
  """
@@ -29928,7 +29897,7 @@ class main_menu(TUIMenu):
29928
29897
  """
29929
29898
  class edit(TUIMethod):
29930
29899
  """
29931
- Edit nastran object.
29900
+ Edit tecplot object.
29932
29901
  """
29933
29902
  class list(TUIMethod):
29934
29903
  """
@@ -29947,7 +29916,7 @@ class main_menu(TUIMenu):
29947
29916
  No help available.
29948
29917
  """
29949
29918
 
29950
- class tecplot(TUIMenu):
29919
+ class visualize(TUIMenu):
29951
29920
  """
29952
29921
  No help available.
29953
29922
  """
@@ -29970,7 +29939,7 @@ class main_menu(TUIMenu):
29970
29939
  """
29971
29940
  class edit(TUIMethod):
29972
29941
  """
29973
- Edit tecplot object.
29942
+ Edit visualize object.
29974
29943
  """
29975
29944
  class list(TUIMethod):
29976
29945
  """
@@ -32375,6 +32344,7 @@ class main_menu(TUIMenu):
32375
32344
  self.overset = self.__class__.overset(service, version, mode, path + ["overset"])
32376
32345
  self.p_v_coupling = self.__class__.p_v_coupling(service, version, mode, path + ["p_v_coupling"])
32377
32346
  self.phase_based_vof_discretization = self.__class__.phase_based_vof_discretization(service, version, mode, path + ["phase_based_vof_discretization"])
32347
+ self.poor_mesh_numerics = self.__class__.poor_mesh_numerics(service, version, mode, path + ["poor_mesh_numerics"])
32378
32348
  self.poor_mesh_robustness = self.__class__.poor_mesh_robustness(service, version, mode, path + ["poor_mesh_robustness"])
32379
32349
  self.pseudo_time_method = self.__class__.pseudo_time_method(service, version, mode, path + ["pseudo_time_method"])
32380
32350
  self.reduced_rank_extrapolation_options = self.__class__.reduced_rank_extrapolation_options(service, version, mode, path + ["reduced_rank_extrapolation_options"])
@@ -32844,17 +32814,52 @@ class main_menu(TUIMenu):
32844
32814
  No help available.
32845
32815
  """
32846
32816
  def __init__(self, service, version, mode, path):
32817
+ self.droplet_diameter = self.__class__.droplet_diameter(service, version, mode, path + ["droplet_diameter"])
32818
+ self.droplet_diameter_model_options = self.__class__.droplet_diameter_model_options(service, version, mode, path + ["droplet_diameter_model_options"])
32819
+ self.liquid_droplet_diameter = self.__class__.liquid_droplet_diameter(service, version, mode, path + ["liquid_droplet_diameter"])
32847
32820
  self.liquid_vof_factor = self.__class__.liquid_vof_factor(service, version, mode, path + ["liquid_vof_factor"])
32821
+ self.max_droplet_diameter = self.__class__.max_droplet_diameter(service, version, mode, path + ["max_droplet_diameter"])
32822
+ self.min_droplet_diameter = self.__class__.min_droplet_diameter(service, version, mode, path + ["min_droplet_diameter"])
32848
32823
  self.thin_film = self.__class__.thin_film(service, version, mode, path + ["thin_film"])
32824
+ self.vof_lower_limit = self.__class__.vof_lower_limit(service, version, mode, path + ["vof_lower_limit"])
32825
+ self.vof_upper_limit = self.__class__.vof_upper_limit(service, version, mode, path + ["vof_upper_limit"])
32849
32826
  super().__init__(service, version, mode, path)
32827
+ class droplet_diameter(TUIMethod):
32828
+ """
32829
+ No help available.
32830
+ """
32831
+ class droplet_diameter_model_options(TUIMethod):
32832
+ """
32833
+ No help available.
32834
+ """
32835
+ class liquid_droplet_diameter(TUIMethod):
32836
+ """
32837
+ No help available.
32838
+ """
32850
32839
  class liquid_vof_factor(TUIMethod):
32851
32840
  """
32852
32841
  No help available.
32853
32842
  """
32843
+ class max_droplet_diameter(TUIMethod):
32844
+ """
32845
+ No help available.
32846
+ """
32847
+ class min_droplet_diameter(TUIMethod):
32848
+ """
32849
+ No help available.
32850
+ """
32854
32851
  class thin_film(TUIMethod):
32855
32852
  """
32856
32853
  No help available.
32857
32854
  """
32855
+ class vof_lower_limit(TUIMethod):
32856
+ """
32857
+ No help available.
32858
+ """
32859
+ class vof_upper_limit(TUIMethod):
32860
+ """
32861
+ No help available.
32862
+ """
32858
32863
 
32859
32864
  class compressible_flow(TUIMenu):
32860
32865
  """
@@ -33140,7 +33145,12 @@ class main_menu(TUIMenu):
33140
33145
  def __init__(self, service, version, mode, path):
33141
33146
  self.turbulent_dispersion_limit_vof = self.__class__.turbulent_dispersion_limit_vof(service, version, mode, path + ["turbulent_dispersion_limit_vof"])
33142
33147
  self.turbulent_dispersion_trans_vof = self.__class__.turbulent_dispersion_trans_vof(service, version, mode, path + ["turbulent_dispersion_trans_vof"])
33148
+ self.exclude_td_boundary = self.__class__.exclude_td_boundary(service, version, mode, path + ["exclude_td_boundary"])
33143
33149
  super().__init__(service, version, mode, path)
33150
+ class exclude_td_boundary(TUIMethod):
33151
+ """
33152
+ No help available.
33153
+ """
33144
33154
 
33145
33155
  class turbulent_dispersion_limit_vof(TUIMenu):
33146
33156
  """
@@ -33636,58 +33646,151 @@ class main_menu(TUIMenu):
33636
33646
  No help available.
33637
33647
  """
33638
33648
 
33639
- class poor_mesh_robustness(TUIMenu):
33649
+ class poor_mesh_numerics(TUIMenu):
33640
33650
  """
33641
33651
  No help available.
33642
33652
  """
33643
33653
  def __init__(self, service, version, mode, path):
33644
- self.poor_mesh_numerics = self.__class__.poor_mesh_numerics(service, version, mode, path + ["poor_mesh_numerics"])
33645
- self.poor_mesh_removal = self.__class__.poor_mesh_removal(service, version, mode, path + ["poor_mesh_removal"])
33654
+ self.solution_based_pmn = self.__class__.solution_based_pmn(service, version, mode, path + ["solution_based_pmn"])
33655
+ self.cell_quality_based = self.__class__.cell_quality_based(service, version, mode, path + ["cell_quality_based"])
33656
+ self.combined_quality_imbalance_threshold = self.__class__.combined_quality_imbalance_threshold(service, version, mode, path + ["combined_quality_imbalance_threshold"])
33657
+ self.combined_quality_marking_frequency = self.__class__.combined_quality_marking_frequency(service, version, mode, path + ["combined_quality_marking_frequency"])
33658
+ self.enhanced_pmn = self.__class__.enhanced_pmn(service, version, mode, path + ["enhanced_pmn"])
33659
+ self.gradient_quality_based = self.__class__.gradient_quality_based(service, version, mode, path + ["gradient_quality_based"])
33660
+ self.gradient_quality_threshold = self.__class__.gradient_quality_threshold(service, version, mode, path + ["gradient_quality_threshold"])
33661
+ self.improve_tangent_skewness = self.__class__.improve_tangent_skewness(service, version, mode, path + ["improve_tangent_skewness"])
33662
+ self.orthogonality_enhancing_cell_centroids = self.__class__.orthogonality_enhancing_cell_centroids(service, version, mode, path + ["orthogonality_enhancing_cell_centroids"])
33663
+ self.pmn_enable_solution_order = self.__class__.pmn_enable_solution_order(service, version, mode, path + ["pmn_enable_solution_order"])
33664
+ self.poor_mesh_numerics_on_register = self.__class__.poor_mesh_numerics_on_register(service, version, mode, path + ["poor_mesh_numerics_on_register"])
33665
+ self.quality_threshold = self.__class__.quality_threshold(service, version, mode, path + ["quality_threshold"])
33666
+ self.reset_poor_elements = self.__class__.reset_poor_elements(service, version, mode, path + ["reset_poor_elements"])
33667
+ self.solution_and_quality_based = self.__class__.solution_and_quality_based(service, version, mode, path + ["solution_and_quality_based"])
33668
+ self.tangent_skewness_quality_based = self.__class__.tangent_skewness_quality_based(service, version, mode, path + ["tangent_skewness_quality_based"])
33669
+ self.tangent_skewness_threshold = self.__class__.tangent_skewness_threshold(service, version, mode, path + ["tangent_skewness_threshold"])
33670
+ self.turbulence_production_term = self.__class__.turbulence_production_term(service, version, mode, path + ["turbulence_production_term"])
33646
33671
  super().__init__(service, version, mode, path)
33672
+ class cell_quality_based(TUIMethod):
33673
+ """
33674
+ No help available.
33675
+ """
33676
+ class combined_quality_imbalance_threshold(TUIMethod):
33677
+ """
33678
+ No help available.
33679
+ """
33680
+ class combined_quality_marking_frequency(TUIMethod):
33681
+ """
33682
+ No help available.
33683
+ """
33684
+ class enhanced_pmn(TUIMethod):
33685
+ """
33686
+ No help available.
33687
+ """
33688
+ class gradient_quality_based(TUIMethod):
33689
+ """
33690
+ No help available.
33691
+ """
33692
+ class gradient_quality_threshold(TUIMethod):
33693
+ """
33694
+ No help available.
33695
+ """
33696
+ class improve_tangent_skewness(TUIMethod):
33697
+ """
33698
+ No help available.
33699
+ """
33700
+ class orthogonality_enhancing_cell_centroids(TUIMethod):
33701
+ """
33702
+ No help available.
33703
+ """
33704
+ class pmn_enable_solution_order(TUIMethod):
33705
+ """
33706
+ No help available.
33707
+ """
33708
+ class poor_mesh_numerics_on_register(TUIMethod):
33709
+ """
33710
+ No help available.
33711
+ """
33712
+ class quality_threshold(TUIMethod):
33713
+ """
33714
+ No help available.
33715
+ """
33716
+ class reset_poor_elements(TUIMethod):
33717
+ """
33718
+ No help available.
33719
+ """
33720
+ class solution_and_quality_based(TUIMethod):
33721
+ """
33722
+ No help available.
33723
+ """
33724
+ class tangent_skewness_quality_based(TUIMethod):
33725
+ """
33726
+ No help available.
33727
+ """
33728
+ class tangent_skewness_threshold(TUIMethod):
33729
+ """
33730
+ No help available.
33731
+ """
33732
+ class turbulence_production_term(TUIMethod):
33733
+ """
33734
+ No help available.
33735
+ """
33647
33736
 
33648
- class poor_mesh_numerics(TUIMenu):
33737
+ class solution_based_pmn(TUIMenu):
33649
33738
  """
33650
33739
  No help available.
33651
33740
  """
33652
33741
  def __init__(self, service, version, mode, path):
33742
+ self.cfl_jump = self.__class__.cfl_jump(service, version, mode, path + ["cfl_jump"])
33743
+ self.cfl_limit = self.__class__.cfl_limit(service, version, mode, path + ["cfl_limit"])
33653
33744
  self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
33654
- self.orthogonal_quality_threshold = self.__class__.orthogonal_quality_threshold(service, version, mode, path + ["orthogonal_quality_threshold"])
33655
- self.orthogonal_quality_threshold_enabled = self.__class__.orthogonal_quality_threshold_enabled(service, version, mode, path + ["orthogonal_quality_threshold_enabled"])
33656
- self.tangent_skewness_threshold = self.__class__.tangent_skewness_threshold(service, version, mode, path + ["tangent_skewness_threshold"])
33657
- self.tangent_skewness_threshold_enabled = self.__class__.tangent_skewness_threshold_enabled(service, version, mode, path + ["tangent_skewness_threshold_enabled"])
33658
- self.volume_ratio_threshold = self.__class__.volume_ratio_threshold(service, version, mode, path + ["volume_ratio_threshold"])
33659
- self.volume_ratio_threshold_enabled = self.__class__.volume_ratio_threshold_enabled(service, version, mode, path + ["volume_ratio_threshold_enabled"])
33745
+ self.mark_cfl_jump = self.__class__.mark_cfl_jump(service, version, mode, path + ["mark_cfl_jump"])
33746
+ self.mark_cfl_limit = self.__class__.mark_cfl_limit(service, version, mode, path + ["mark_cfl_limit"])
33747
+ self.mark_primary_solution_limits = self.__class__.mark_primary_solution_limits(service, version, mode, path + ["mark_primary_solution_limits"])
33748
+ self.mark_velocity_limit = self.__class__.mark_velocity_limit(service, version, mode, path + ["mark_velocity_limit"])
33749
+ self.velocity_limit = self.__class__.velocity_limit(service, version, mode, path + ["velocity_limit"])
33660
33750
  super().__init__(service, version, mode, path)
33661
- class enable(TUIMethod):
33751
+ class cfl_jump(TUIMethod):
33662
33752
  """
33663
33753
  No help available.
33664
33754
  """
33665
- class orthogonal_quality_threshold(TUIMethod):
33755
+ class cfl_limit(TUIMethod):
33666
33756
  """
33667
33757
  No help available.
33668
33758
  """
33669
- class orthogonal_quality_threshold_enabled(TUIMethod):
33759
+ class enable(TUIMethod):
33670
33760
  """
33671
33761
  No help available.
33672
33762
  """
33673
- class tangent_skewness_threshold(TUIMethod):
33763
+ class mark_cfl_jump(TUIMethod):
33674
33764
  """
33675
33765
  No help available.
33676
33766
  """
33677
- class tangent_skewness_threshold_enabled(TUIMethod):
33767
+ class mark_cfl_limit(TUIMethod):
33678
33768
  """
33679
33769
  No help available.
33680
33770
  """
33681
- class volume_ratio_threshold(TUIMethod):
33771
+ class mark_primary_solution_limits(TUIMethod):
33682
33772
  """
33683
33773
  No help available.
33684
33774
  """
33685
- class volume_ratio_threshold_enabled(TUIMethod):
33775
+ class mark_velocity_limit(TUIMethod):
33776
+ """
33777
+ No help available.
33778
+ """
33779
+ class velocity_limit(TUIMethod):
33686
33780
  """
33687
33781
  No help available.
33688
33782
  """
33689
33783
 
33690
- class poor_mesh_removal(TUIMenu):
33784
+ class poor_mesh_robustness(TUIMenu):
33785
+ """
33786
+ No help available.
33787
+ """
33788
+ def __init__(self, service, version, mode, path):
33789
+ self.poor_mesh_numerics = self.__class__.poor_mesh_numerics(service, version, mode, path + ["poor_mesh_numerics"])
33790
+ self.poor_mesh_removal = self.__class__.poor_mesh_removal(service, version, mode, path + ["poor_mesh_removal"])
33791
+ super().__init__(service, version, mode, path)
33792
+
33793
+ class poor_mesh_numerics(TUIMenu):
33691
33794
  """
33692
33795
  No help available.
33693
33796
  """
@@ -33697,8 +33800,50 @@ class main_menu(TUIMenu):
33697
33800
  self.orthogonal_quality_threshold_enabled = self.__class__.orthogonal_quality_threshold_enabled(service, version, mode, path + ["orthogonal_quality_threshold_enabled"])
33698
33801
  self.tangent_skewness_threshold = self.__class__.tangent_skewness_threshold(service, version, mode, path + ["tangent_skewness_threshold"])
33699
33802
  self.tangent_skewness_threshold_enabled = self.__class__.tangent_skewness_threshold_enabled(service, version, mode, path + ["tangent_skewness_threshold_enabled"])
33700
- self.warpage_threshold = self.__class__.warpage_threshold(service, version, mode, path + ["warpage_threshold"])
33701
- self.warpage_threshold_enabled = self.__class__.warpage_threshold_enabled(service, version, mode, path + ["warpage_threshold_enabled"])
33803
+ self.volume_ratio_threshold = self.__class__.volume_ratio_threshold(service, version, mode, path + ["volume_ratio_threshold"])
33804
+ self.volume_ratio_threshold_enabled = self.__class__.volume_ratio_threshold_enabled(service, version, mode, path + ["volume_ratio_threshold_enabled"])
33805
+ super().__init__(service, version, mode, path)
33806
+ class enable(TUIMethod):
33807
+ """
33808
+ No help available.
33809
+ """
33810
+ class orthogonal_quality_threshold(TUIMethod):
33811
+ """
33812
+ No help available.
33813
+ """
33814
+ class orthogonal_quality_threshold_enabled(TUIMethod):
33815
+ """
33816
+ No help available.
33817
+ """
33818
+ class tangent_skewness_threshold(TUIMethod):
33819
+ """
33820
+ No help available.
33821
+ """
33822
+ class tangent_skewness_threshold_enabled(TUIMethod):
33823
+ """
33824
+ No help available.
33825
+ """
33826
+ class volume_ratio_threshold(TUIMethod):
33827
+ """
33828
+ No help available.
33829
+ """
33830
+ class volume_ratio_threshold_enabled(TUIMethod):
33831
+ """
33832
+ No help available.
33833
+ """
33834
+
33835
+ class poor_mesh_removal(TUIMenu):
33836
+ """
33837
+ No help available.
33838
+ """
33839
+ def __init__(self, service, version, mode, path):
33840
+ self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
33841
+ self.orthogonal_quality_threshold = self.__class__.orthogonal_quality_threshold(service, version, mode, path + ["orthogonal_quality_threshold"])
33842
+ self.orthogonal_quality_threshold_enabled = self.__class__.orthogonal_quality_threshold_enabled(service, version, mode, path + ["orthogonal_quality_threshold_enabled"])
33843
+ self.tangent_skewness_threshold = self.__class__.tangent_skewness_threshold(service, version, mode, path + ["tangent_skewness_threshold"])
33844
+ self.tangent_skewness_threshold_enabled = self.__class__.tangent_skewness_threshold_enabled(service, version, mode, path + ["tangent_skewness_threshold_enabled"])
33845
+ self.warpage_threshold = self.__class__.warpage_threshold(service, version, mode, path + ["warpage_threshold"])
33846
+ self.warpage_threshold_enabled = self.__class__.warpage_threshold_enabled(service, version, mode, path + ["warpage_threshold_enabled"])
33702
33847
  super().__init__(service, version, mode, path)
33703
33848
  class enable(TUIMethod):
33704
33849
  """
@@ -35375,12 +35520,14 @@ class main_menu(TUIMenu):
35375
35520
  def __init__(self, service, version, mode, path):
35376
35521
  self.adaptive_time_stepping = self.__class__.adaptive_time_stepping(service, version, mode, path + ["adaptive_time_stepping"])
35377
35522
  self.cfl_based_adaptive_time_stepping = self.__class__.cfl_based_adaptive_time_stepping(service, version, mode, path + ["cfl_based_adaptive_time_stepping"])
35523
+ self.compute_resources = self.__class__.compute_resources(service, version, mode, path + ["compute_resources"])
35378
35524
  self.data_sampling = self.__class__.data_sampling(service, version, mode, path + ["data_sampling"])
35379
35525
  self.data_sampling_options = self.__class__.data_sampling_options(service, version, mode, path + ["data_sampling_options"])
35380
35526
  self.options = self.__class__.options(service, version, mode, path + ["options"])
35381
35527
  self.parameters = self.__class__.parameters(service, version, mode, path + ["parameters"])
35382
35528
  self.pollutants = self.__class__.pollutants(service, version, mode, path + ["pollutants"])
35383
35529
  self.pseudo_time_settings = self.__class__.pseudo_time_settings(service, version, mode, path + ["pseudo_time_settings"])
35530
+ self.remote_compute = self.__class__.remote_compute(service, version, mode, path + ["remote_compute"])
35384
35531
  self.solution_steering = self.__class__.solution_steering(service, version, mode, path + ["solution_steering"])
35385
35532
  self.transient_controls = self.__class__.transient_controls(service, version, mode, path + ["transient_controls"])
35386
35533
  self.calculate = self.__class__.calculate(service, version, mode, path + ["calculate"])
@@ -35529,6 +35676,63 @@ class main_menu(TUIMenu):
35529
35676
  No help available.
35530
35677
  """
35531
35678
 
35679
+ class compute_resources(TUIMenu):
35680
+ """
35681
+ No help available.
35682
+ """
35683
+ def __init__(self, service, version, mode, path):
35684
+ self.add = self.__class__.add(service, version, mode, path + ["add"])
35685
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
35686
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
35687
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
35688
+ self.get_current = self.__class__.get_current(service, version, mode, path + ["get_current"])
35689
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
35690
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
35691
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
35692
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
35693
+ self.set_current = self.__class__.set_current(service, version, mode, path + ["set_current"])
35694
+ super().__init__(service, version, mode, path)
35695
+ class add(TUIMethod):
35696
+ """
35697
+ No help available.
35698
+ """
35699
+ class create(TUIMethod):
35700
+ """
35701
+ No help available.
35702
+ """
35703
+ class delete(TUIMethod):
35704
+ """
35705
+ No help available.
35706
+ """
35707
+ class edit(TUIMethod):
35708
+ """
35709
+ Edit compute-resources object.
35710
+ """
35711
+ class get_current(TUIMethod):
35712
+ """
35713
+ No help available.
35714
+ """
35715
+ class list(TUIMethod):
35716
+ """
35717
+ No help available.
35718
+ """
35719
+ class list_properties(TUIMethod):
35720
+ """
35721
+ No help available.
35722
+ """
35723
+ class make_a_copy(TUIMethod):
35724
+ """
35725
+ No help available.
35726
+ """
35727
+ class rename(TUIMethod):
35728
+ """
35729
+ No help available.
35730
+ """
35731
+ class set_current(TUIMethod):
35732
+ """
35733
+ No help available.
35734
+ """
35735
+
35532
35736
  class data_sampling(TUIMenu):
35533
35737
  """
35534
35738
  No help available.
@@ -35969,6 +36173,204 @@ class main_menu(TUIMenu):
35969
36173
  No help available.
35970
36174
  """
35971
36175
 
36176
+ class remote_compute(TUIMenu):
36177
+ """
36178
+ No help available.
36179
+ """
36180
+ def __init__(self, service, version, mode, path):
36181
+ self.job_actions = self.__class__.job_actions(service, version, mode, path + ["job_actions"])
36182
+ self.job_settings = self.__class__.job_settings(service, version, mode, path + ["job_settings"])
36183
+ self.get_properties_of_job = self.__class__.get_properties_of_job(service, version, mode, path + ["get_properties_of_job"])
36184
+ self.get_status_of_job = self.__class__.get_status_of_job(service, version, mode, path + ["get_status_of_job"])
36185
+ self.submit_job = self.__class__.submit_job(service, version, mode, path + ["submit_job"])
36186
+ self.view_jobs = self.__class__.view_jobs(service, version, mode, path + ["view_jobs"])
36187
+ super().__init__(service, version, mode, path)
36188
+ class get_properties_of_job(TUIMethod):
36189
+ """
36190
+ No help available.
36191
+ """
36192
+ class get_status_of_job(TUIMethod):
36193
+ """
36194
+ No help available.
36195
+ """
36196
+ class submit_job(TUIMethod):
36197
+ """
36198
+ No help available.
36199
+ """
36200
+ class view_jobs(TUIMethod):
36201
+ """
36202
+ No help available.
36203
+ """
36204
+
36205
+ class job_actions(TUIMenu):
36206
+ """
36207
+ No help available.
36208
+ """
36209
+ def __init__(self, service, version, mode, path):
36210
+ self.abort = self.__class__.abort(service, version, mode, path + ["abort"])
36211
+ self.connect_to_web_ui = self.__class__.connect_to_web_ui(service, version, mode, path + ["connect_to_web_ui"])
36212
+ self.download_output_files = self.__class__.download_output_files(service, version, mode, path + ["download_output_files"])
36213
+ self.interrupt = self.__class__.interrupt(service, version, mode, path + ["interrupt"])
36214
+ self.open_in_web_portal = self.__class__.open_in_web_portal(service, version, mode, path + ["open_in_web_portal"])
36215
+ self.rerun = self.__class__.rerun(service, version, mode, path + ["rerun"])
36216
+ super().__init__(service, version, mode, path)
36217
+ class abort(TUIMethod):
36218
+ """
36219
+ No help available.
36220
+ """
36221
+ class connect_to_web_ui(TUIMethod):
36222
+ """
36223
+ No help available.
36224
+ """
36225
+ class download_output_files(TUIMethod):
36226
+ """
36227
+ No help available.
36228
+ """
36229
+ class interrupt(TUIMethod):
36230
+ """
36231
+ No help available.
36232
+ """
36233
+ class open_in_web_portal(TUIMethod):
36234
+ """
36235
+ No help available.
36236
+ """
36237
+ class rerun(TUIMethod):
36238
+ """
36239
+ No help available.
36240
+ """
36241
+
36242
+ class job_settings(TUIMenu):
36243
+ """
36244
+ No help available.
36245
+ """
36246
+ def __init__(self, service, version, mode, path):
36247
+ self.auto_generate_simulation_report = self.__class__.auto_generate_simulation_report(service, version, mode, path + ["auto_generate_simulation_report"])
36248
+ self.capability = self.__class__.capability(service, version, mode, path + ["capability"])
36249
+ self.current_queue = self.__class__.current_queue(service, version, mode, path + ["current_queue"])
36250
+ self.custom_journal_path = self.__class__.custom_journal_path(service, version, mode, path + ["custom_journal_path"])
36251
+ self.exclusive = self.__class__.exclusive(service, version, mode, path + ["exclusive"])
36252
+ self.export_sim_report_as_html = self.__class__.export_sim_report_as_html(service, version, mode, path + ["export_sim_report_as_html"])
36253
+ self.export_sim_report_as_pdf = self.__class__.export_sim_report_as_pdf(service, version, mode, path + ["export_sim_report_as_pdf"])
36254
+ self.export_sim_report_as_ppt = self.__class__.export_sim_report_as_ppt(service, version, mode, path + ["export_sim_report_as_ppt"])
36255
+ self.interconnect_type = self.__class__.interconnect_type(service, version, mode, path + ["interconnect_type"])
36256
+ self.job_name = self.__class__.job_name(service, version, mode, path + ["job_name"])
36257
+ self.keep_all_output_files = self.__class__.keep_all_output_files(service, version, mode, path + ["keep_all_output_files"])
36258
+ self.keep_specific_output_files = self.__class__.keep_specific_output_files(service, version, mode, path + ["keep_specific_output_files"])
36259
+ self.launch_web_server = self.__class__.launch_web_server(service, version, mode, path + ["launch_web_server"])
36260
+ self.list_of_output_files = self.__class__.list_of_output_files(service, version, mode, path + ["list_of_output_files"])
36261
+ self.maximum_execution_time = self.__class__.maximum_execution_time(service, version, mode, path + ["maximum_execution_time"])
36262
+ self.mpi_type = self.__class__.mpi_type(service, version, mode, path + ["mpi_type"])
36263
+ self.number_of_cores = self.__class__.number_of_cores(service, version, mode, path + ["number_of_cores"])
36264
+ self.number_of_cpus_per_node = self.__class__.number_of_cpus_per_node(service, version, mode, path + ["number_of_cpus_per_node"])
36265
+ self.number_of_gpus_per_node = self.__class__.number_of_gpus_per_node(service, version, mode, path + ["number_of_gpus_per_node"])
36266
+ self.upload_all_files_from_working_directory = self.__class__.upload_all_files_from_working_directory(service, version, mode, path + ["upload_all_files_from_working_directory"])
36267
+ self.upload_associated_files_only = self.__class__.upload_associated_files_only(service, version, mode, path + ["upload_associated_files_only"])
36268
+ self.use_custom_journal = self.__class__.use_custom_journal(service, version, mode, path + ["use_custom_journal"])
36269
+ self.use_default_journal = self.__class__.use_default_journal(service, version, mode, path + ["use_default_journal"])
36270
+ self.use_gpu_solver = self.__class__.use_gpu_solver(service, version, mode, path + ["use_gpu_solver"])
36271
+ self.web_server_token = self.__class__.web_server_token(service, version, mode, path + ["web_server_token"])
36272
+ super().__init__(service, version, mode, path)
36273
+ class auto_generate_simulation_report(TUIMethod):
36274
+ """
36275
+ No help available.
36276
+ """
36277
+ class capability(TUIMethod):
36278
+ """
36279
+ No help available.
36280
+ """
36281
+ class current_queue(TUIMethod):
36282
+ """
36283
+ No help available.
36284
+ """
36285
+ class custom_journal_path(TUIMethod):
36286
+ """
36287
+ No help available.
36288
+ """
36289
+ class exclusive(TUIMethod):
36290
+ """
36291
+ No help available.
36292
+ """
36293
+ class export_sim_report_as_html(TUIMethod):
36294
+ """
36295
+ No help available.
36296
+ """
36297
+ class export_sim_report_as_pdf(TUIMethod):
36298
+ """
36299
+ No help available.
36300
+ """
36301
+ class export_sim_report_as_ppt(TUIMethod):
36302
+ """
36303
+ No help available.
36304
+ """
36305
+ class interconnect_type(TUIMethod):
36306
+ """
36307
+ No help available.
36308
+ """
36309
+ class job_name(TUIMethod):
36310
+ """
36311
+ No help available.
36312
+ """
36313
+ class keep_all_output_files(TUIMethod):
36314
+ """
36315
+ No help available.
36316
+ """
36317
+ class keep_specific_output_files(TUIMethod):
36318
+ """
36319
+ No help available.
36320
+ """
36321
+ class launch_web_server(TUIMethod):
36322
+ """
36323
+ No help available.
36324
+ """
36325
+ class list_of_output_files(TUIMethod):
36326
+ """
36327
+ No help available.
36328
+ """
36329
+ class maximum_execution_time(TUIMethod):
36330
+ """
36331
+ No help available.
36332
+ """
36333
+ class mpi_type(TUIMethod):
36334
+ """
36335
+ No help available.
36336
+ """
36337
+ class number_of_cores(TUIMethod):
36338
+ """
36339
+ No help available.
36340
+ """
36341
+ class number_of_cpus_per_node(TUIMethod):
36342
+ """
36343
+ No help available.
36344
+ """
36345
+ class number_of_gpus_per_node(TUIMethod):
36346
+ """
36347
+ No help available.
36348
+ """
36349
+ class upload_all_files_from_working_directory(TUIMethod):
36350
+ """
36351
+ No help available.
36352
+ """
36353
+ class upload_associated_files_only(TUIMethod):
36354
+ """
36355
+ No help available.
36356
+ """
36357
+ class use_custom_journal(TUIMethod):
36358
+ """
36359
+ No help available.
36360
+ """
36361
+ class use_default_journal(TUIMethod):
36362
+ """
36363
+ No help available.
36364
+ """
36365
+ class use_gpu_solver(TUIMethod):
36366
+ """
36367
+ No help available.
36368
+ """
36369
+ class web_server_token(TUIMethod):
36370
+ """
36371
+ No help available.
36372
+ """
36373
+
35972
36374
  class solution_steering(TUIMenu):
35973
36375
  """
35974
36376
  No help available.
@@ -36187,9 +36589,11 @@ class main_menu(TUIMenu):
36187
36589
  self.animate = self.__class__.animate(service, version, mode, path + ["animate"])
36188
36590
  self.cell_register_operations = self.__class__.cell_register_operations(service, version, mode, path + ["cell_register_operations"])
36189
36591
  self.cell_registers = self.__class__.cell_registers(service, version, mode, path + ["cell_registers"])
36592
+ self.compute_resources = self.__class__.compute_resources(service, version, mode, path + ["compute_resources"])
36190
36593
  self.execute_commands = self.__class__.execute_commands(service, version, mode, path + ["execute_commands"])
36191
36594
  self.initialize = self.__class__.initialize(service, version, mode, path + ["initialize"])
36192
36595
  self.monitors = self.__class__.monitors(service, version, mode, path + ["monitors"])
36596
+ self.remote_compute = self.__class__.remote_compute(service, version, mode, path + ["remote_compute"])
36193
36597
  self.report_definitions = self.__class__.report_definitions(service, version, mode, path + ["report_definitions"])
36194
36598
  self.report_files = self.__class__.report_files(service, version, mode, path + ["report_files"])
36195
36599
  self.report_plots = self.__class__.report_plots(service, version, mode, path + ["report_plots"])
@@ -36915,6 +37319,68 @@ class main_menu(TUIMenu):
36915
37319
  Refine cell register objects.
36916
37320
  """
36917
37321
 
37322
+ class compute_resources(TUIMenu):
37323
+ """
37324
+ No help available.
37325
+ """
37326
+ def __init__(self, service, version, mode, path):
37327
+ self.add = self.__class__.add(service, version, mode, path + ["add"])
37328
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
37329
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
37330
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
37331
+ self.get_current = self.__class__.get_current(service, version, mode, path + ["get_current"])
37332
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
37333
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
37334
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
37335
+ self.new = self.__class__.new(service, version, mode, path + ["new"])
37336
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
37337
+ self.set_current = self.__class__.set_current(service, version, mode, path + ["set_current"])
37338
+ super().__init__(service, version, mode, path)
37339
+ class add(TUIMethod):
37340
+ """
37341
+ No help available.
37342
+ """
37343
+ class create(TUIMethod):
37344
+ """
37345
+ No help available.
37346
+ """
37347
+ class delete(TUIMethod):
37348
+ """
37349
+ No help available.
37350
+ """
37351
+ class edit(TUIMethod):
37352
+ """
37353
+ Edit compute-resources object.
37354
+ """
37355
+ class get_current(TUIMethod):
37356
+ """
37357
+ No help available.
37358
+ """
37359
+ class list(TUIMethod):
37360
+ """
37361
+ No help available.
37362
+ """
37363
+ class list_properties(TUIMethod):
37364
+ """
37365
+ No help available.
37366
+ """
37367
+ class make_a_copy(TUIMethod):
37368
+ """
37369
+ No help available.
37370
+ """
37371
+ class new(TUIMethod):
37372
+ """
37373
+ Create a new compute-resources object.
37374
+ """
37375
+ class rename(TUIMethod):
37376
+ """
37377
+ No help available.
37378
+ """
37379
+ class set_current(TUIMethod):
37380
+ """
37381
+ No help available.
37382
+ """
37383
+
36918
37384
  class execute_commands(TUIMenu):
36919
37385
  """
36920
37386
  Enter the execute-monitor-commands menu.
@@ -37648,6 +38114,204 @@ class main_menu(TUIMenu):
37648
38114
  Define or modify a volume monitor.
37649
38115
  """
37650
38116
 
38117
+ class remote_compute(TUIMenu):
38118
+ """
38119
+ No help available.
38120
+ """
38121
+ def __init__(self, service, version, mode, path):
38122
+ self.job_actions = self.__class__.job_actions(service, version, mode, path + ["job_actions"])
38123
+ self.job_settings = self.__class__.job_settings(service, version, mode, path + ["job_settings"])
38124
+ self.get_properties_of_job = self.__class__.get_properties_of_job(service, version, mode, path + ["get_properties_of_job"])
38125
+ self.get_status_of_job = self.__class__.get_status_of_job(service, version, mode, path + ["get_status_of_job"])
38126
+ self.submit_job = self.__class__.submit_job(service, version, mode, path + ["submit_job"])
38127
+ self.view_jobs = self.__class__.view_jobs(service, version, mode, path + ["view_jobs"])
38128
+ super().__init__(service, version, mode, path)
38129
+ class get_properties_of_job(TUIMethod):
38130
+ """
38131
+ No help available.
38132
+ """
38133
+ class get_status_of_job(TUIMethod):
38134
+ """
38135
+ No help available.
38136
+ """
38137
+ class submit_job(TUIMethod):
38138
+ """
38139
+ No help available.
38140
+ """
38141
+ class view_jobs(TUIMethod):
38142
+ """
38143
+ No help available.
38144
+ """
38145
+
38146
+ class job_actions(TUIMenu):
38147
+ """
38148
+ No help available.
38149
+ """
38150
+ def __init__(self, service, version, mode, path):
38151
+ self.abort = self.__class__.abort(service, version, mode, path + ["abort"])
38152
+ self.connect_to_web_ui = self.__class__.connect_to_web_ui(service, version, mode, path + ["connect_to_web_ui"])
38153
+ self.download_output_files = self.__class__.download_output_files(service, version, mode, path + ["download_output_files"])
38154
+ self.interrupt = self.__class__.interrupt(service, version, mode, path + ["interrupt"])
38155
+ self.open_in_web_portal = self.__class__.open_in_web_portal(service, version, mode, path + ["open_in_web_portal"])
38156
+ self.rerun = self.__class__.rerun(service, version, mode, path + ["rerun"])
38157
+ super().__init__(service, version, mode, path)
38158
+ class abort(TUIMethod):
38159
+ """
38160
+ No help available.
38161
+ """
38162
+ class connect_to_web_ui(TUIMethod):
38163
+ """
38164
+ No help available.
38165
+ """
38166
+ class download_output_files(TUIMethod):
38167
+ """
38168
+ No help available.
38169
+ """
38170
+ class interrupt(TUIMethod):
38171
+ """
38172
+ No help available.
38173
+ """
38174
+ class open_in_web_portal(TUIMethod):
38175
+ """
38176
+ No help available.
38177
+ """
38178
+ class rerun(TUIMethod):
38179
+ """
38180
+ No help available.
38181
+ """
38182
+
38183
+ class job_settings(TUIMenu):
38184
+ """
38185
+ No help available.
38186
+ """
38187
+ def __init__(self, service, version, mode, path):
38188
+ self.auto_generate_simulation_report = self.__class__.auto_generate_simulation_report(service, version, mode, path + ["auto_generate_simulation_report"])
38189
+ self.capability = self.__class__.capability(service, version, mode, path + ["capability"])
38190
+ self.current_queue = self.__class__.current_queue(service, version, mode, path + ["current_queue"])
38191
+ self.custom_journal_path = self.__class__.custom_journal_path(service, version, mode, path + ["custom_journal_path"])
38192
+ self.exclusive = self.__class__.exclusive(service, version, mode, path + ["exclusive"])
38193
+ self.export_sim_report_as_html = self.__class__.export_sim_report_as_html(service, version, mode, path + ["export_sim_report_as_html"])
38194
+ self.export_sim_report_as_pdf = self.__class__.export_sim_report_as_pdf(service, version, mode, path + ["export_sim_report_as_pdf"])
38195
+ self.export_sim_report_as_ppt = self.__class__.export_sim_report_as_ppt(service, version, mode, path + ["export_sim_report_as_ppt"])
38196
+ self.interconnect_type = self.__class__.interconnect_type(service, version, mode, path + ["interconnect_type"])
38197
+ self.job_name = self.__class__.job_name(service, version, mode, path + ["job_name"])
38198
+ self.keep_all_output_files = self.__class__.keep_all_output_files(service, version, mode, path + ["keep_all_output_files"])
38199
+ self.keep_specific_output_files = self.__class__.keep_specific_output_files(service, version, mode, path + ["keep_specific_output_files"])
38200
+ self.launch_web_server = self.__class__.launch_web_server(service, version, mode, path + ["launch_web_server"])
38201
+ self.list_of_output_files = self.__class__.list_of_output_files(service, version, mode, path + ["list_of_output_files"])
38202
+ self.maximum_execution_time = self.__class__.maximum_execution_time(service, version, mode, path + ["maximum_execution_time"])
38203
+ self.mpi_type = self.__class__.mpi_type(service, version, mode, path + ["mpi_type"])
38204
+ self.number_of_cores = self.__class__.number_of_cores(service, version, mode, path + ["number_of_cores"])
38205
+ self.number_of_cpus_per_node = self.__class__.number_of_cpus_per_node(service, version, mode, path + ["number_of_cpus_per_node"])
38206
+ self.number_of_gpus_per_node = self.__class__.number_of_gpus_per_node(service, version, mode, path + ["number_of_gpus_per_node"])
38207
+ self.upload_all_files_from_working_directory = self.__class__.upload_all_files_from_working_directory(service, version, mode, path + ["upload_all_files_from_working_directory"])
38208
+ self.upload_associated_files_only = self.__class__.upload_associated_files_only(service, version, mode, path + ["upload_associated_files_only"])
38209
+ self.use_custom_journal = self.__class__.use_custom_journal(service, version, mode, path + ["use_custom_journal"])
38210
+ self.use_default_journal = self.__class__.use_default_journal(service, version, mode, path + ["use_default_journal"])
38211
+ self.use_gpu_solver = self.__class__.use_gpu_solver(service, version, mode, path + ["use_gpu_solver"])
38212
+ self.web_server_token = self.__class__.web_server_token(service, version, mode, path + ["web_server_token"])
38213
+ super().__init__(service, version, mode, path)
38214
+ class auto_generate_simulation_report(TUIMethod):
38215
+ """
38216
+ No help available.
38217
+ """
38218
+ class capability(TUIMethod):
38219
+ """
38220
+ No help available.
38221
+ """
38222
+ class current_queue(TUIMethod):
38223
+ """
38224
+ No help available.
38225
+ """
38226
+ class custom_journal_path(TUIMethod):
38227
+ """
38228
+ No help available.
38229
+ """
38230
+ class exclusive(TUIMethod):
38231
+ """
38232
+ No help available.
38233
+ """
38234
+ class export_sim_report_as_html(TUIMethod):
38235
+ """
38236
+ No help available.
38237
+ """
38238
+ class export_sim_report_as_pdf(TUIMethod):
38239
+ """
38240
+ No help available.
38241
+ """
38242
+ class export_sim_report_as_ppt(TUIMethod):
38243
+ """
38244
+ No help available.
38245
+ """
38246
+ class interconnect_type(TUIMethod):
38247
+ """
38248
+ No help available.
38249
+ """
38250
+ class job_name(TUIMethod):
38251
+ """
38252
+ No help available.
38253
+ """
38254
+ class keep_all_output_files(TUIMethod):
38255
+ """
38256
+ No help available.
38257
+ """
38258
+ class keep_specific_output_files(TUIMethod):
38259
+ """
38260
+ No help available.
38261
+ """
38262
+ class launch_web_server(TUIMethod):
38263
+ """
38264
+ No help available.
38265
+ """
38266
+ class list_of_output_files(TUIMethod):
38267
+ """
38268
+ No help available.
38269
+ """
38270
+ class maximum_execution_time(TUIMethod):
38271
+ """
38272
+ No help available.
38273
+ """
38274
+ class mpi_type(TUIMethod):
38275
+ """
38276
+ No help available.
38277
+ """
38278
+ class number_of_cores(TUIMethod):
38279
+ """
38280
+ No help available.
38281
+ """
38282
+ class number_of_cpus_per_node(TUIMethod):
38283
+ """
38284
+ No help available.
38285
+ """
38286
+ class number_of_gpus_per_node(TUIMethod):
38287
+ """
38288
+ No help available.
38289
+ """
38290
+ class upload_all_files_from_working_directory(TUIMethod):
38291
+ """
38292
+ No help available.
38293
+ """
38294
+ class upload_associated_files_only(TUIMethod):
38295
+ """
38296
+ No help available.
38297
+ """
38298
+ class use_custom_journal(TUIMethod):
38299
+ """
38300
+ No help available.
38301
+ """
38302
+ class use_default_journal(TUIMethod):
38303
+ """
38304
+ No help available.
38305
+ """
38306
+ class use_gpu_solver(TUIMethod):
38307
+ """
38308
+ No help available.
38309
+ """
38310
+ class web_server_token(TUIMethod):
38311
+ """
38312
+ No help available.
38313
+ """
38314
+
37651
38315
  class report_definitions(TUIMenu):
37652
38316
  """
37653
38317
  Manage report definitions.
@@ -38241,6 +38905,7 @@ class main_menu(TUIMenu):
38241
38905
  self.bcd_boundedness = self.__class__.bcd_boundedness(service, version, mode, path + ["bcd_boundedness"])
38242
38906
  self.bcd_scheme_type = self.__class__.bcd_scheme_type(service, version, mode, path + ["bcd_scheme_type"])
38243
38907
  self.bcd_weights_freeze = self.__class__.bcd_weights_freeze(service, version, mode, path + ["bcd_weights_freeze"])
38908
+ self.boundary_presto_treatment = self.__class__.boundary_presto_treatment(service, version, mode, path + ["boundary_presto_treatment"])
38244
38909
  self.correction_form = self.__class__.correction_form(service, version, mode, path + ["correction_form"])
38245
38910
  self.energy_numerical_noise_filter = self.__class__.energy_numerical_noise_filter(service, version, mode, path + ["energy_numerical_noise_filter"])
38246
38911
  self.energy_reconstruction_gradient_limiting = self.__class__.energy_reconstruction_gradient_limiting(service, version, mode, path + ["energy_reconstruction_gradient_limiting"])
@@ -38282,6 +38947,10 @@ class main_menu(TUIMenu):
38282
38947
  At each timestep, freeze BCD scheme weights after specified iteration
38283
38948
  in order to improve timestep convergence.
38284
38949
  """
38950
+ class boundary_presto_treatment(TUIMethod):
38951
+ """
38952
+ Enable boundary presto treatment for flow boundaries?.
38953
+ """
38285
38954
  class correction_form(TUIMethod):
38286
38955
  """
38287
38956
  Discretize momentum equations in correction form for the pressure-based solver.
@@ -38931,11 +39600,11 @@ class main_menu(TUIMenu):
38931
39600
  """
38932
39601
  class use_inverse_distance_for_clipped_nodes(TUIMethod):
38933
39602
  """
38934
- Enable nodal weights clipping at sliding boundaries.
39603
+ Enable use of inverse distance interpolation weighting for nodes with clipped nodal interpolation weights.
38935
39604
  """
38936
39605
  class weight_treatment_at_sliding_boundary(TUIMethod):
38937
39606
  """
38938
- Enable node interpolation weights clipping at sliding boundaries.
39607
+ Disable node interpolation weights clipping at sliding boundaries.
38939
39608
  """
38940
39609
 
38941
39610
  class least_squares(TUIMenu):
@@ -39390,17 +40059,52 @@ class main_menu(TUIMenu):
39390
40059
  Multiphase boiling parameters menu.
39391
40060
  """
39392
40061
  def __init__(self, service, version, mode, path):
40062
+ self.droplet_diameter = self.__class__.droplet_diameter(service, version, mode, path + ["droplet_diameter"])
40063
+ self.droplet_diameter_model_options = self.__class__.droplet_diameter_model_options(service, version, mode, path + ["droplet_diameter_model_options"])
40064
+ self.liquid_droplet_diameter = self.__class__.liquid_droplet_diameter(service, version, mode, path + ["liquid_droplet_diameter"])
39393
40065
  self.liquid_vof_factor = self.__class__.liquid_vof_factor(service, version, mode, path + ["liquid_vof_factor"])
40066
+ self.max_droplet_diameter = self.__class__.max_droplet_diameter(service, version, mode, path + ["max_droplet_diameter"])
40067
+ self.min_droplet_diameter = self.__class__.min_droplet_diameter(service, version, mode, path + ["min_droplet_diameter"])
39394
40068
  self.thin_film = self.__class__.thin_film(service, version, mode, path + ["thin_film"])
40069
+ self.vof_lower_limit = self.__class__.vof_lower_limit(service, version, mode, path + ["vof_lower_limit"])
40070
+ self.vof_upper_limit = self.__class__.vof_upper_limit(service, version, mode, path + ["vof_upper_limit"])
39395
40071
  super().__init__(service, version, mode, path)
40072
+ class droplet_diameter(TUIMethod):
40073
+ """
40074
+ No help available.
40075
+ """
40076
+ class droplet_diameter_model_options(TUIMethod):
40077
+ """
40078
+ No help available.
40079
+ """
40080
+ class liquid_droplet_diameter(TUIMethod):
40081
+ """
40082
+ No help available.
40083
+ """
39396
40084
  class liquid_vof_factor(TUIMethod):
39397
40085
  """
39398
40086
  No help available.
39399
40087
  """
40088
+ class max_droplet_diameter(TUIMethod):
40089
+ """
40090
+ No help available.
40091
+ """
40092
+ class min_droplet_diameter(TUIMethod):
40093
+ """
40094
+ No help available.
40095
+ """
39400
40096
  class thin_film(TUIMethod):
39401
40097
  """
39402
40098
  No help available.
39403
40099
  """
40100
+ class vof_lower_limit(TUIMethod):
40101
+ """
40102
+ No help available.
40103
+ """
40104
+ class vof_upper_limit(TUIMethod):
40105
+ """
40106
+ No help available.
40107
+ """
39404
40108
 
39405
40109
  class compressible_flow(TUIMenu):
39406
40110
  """
@@ -39640,7 +40344,12 @@ class main_menu(TUIMenu):
39640
40344
  def __init__(self, service, version, mode, path):
39641
40345
  self.limiting_function = self.__class__.limiting_function(service, version, mode, path + ["limiting_function"])
39642
40346
  self.transition_function = self.__class__.transition_function(service, version, mode, path + ["transition_function"])
40347
+ self.disable_turbulent_dispersion_next_to_flow_boundaries = self.__class__.disable_turbulent_dispersion_next_to_flow_boundaries(service, version, mode, path + ["disable_turbulent_dispersion_next_to_flow_boundaries"])
39643
40348
  super().__init__(service, version, mode, path)
40349
+ class disable_turbulent_dispersion_next_to_flow_boundaries(TUIMethod):
40350
+ """
40351
+ No help available.
40352
+ """
39644
40353
 
39645
40354
  class limiting_function(TUIMenu):
39646
40355
  """
@@ -39906,15 +40615,15 @@ class main_menu(TUIMenu):
39906
40615
  super().__init__(service, version, mode, path)
39907
40616
  class cell_quality_based(TUIMethod):
39908
40617
  """
39909
- Enable/disable poor mesh numerics on cells with low quality.
40618
+ No help available.
39910
40619
  """
39911
40620
  class enable(TUIMethod):
39912
40621
  """
39913
- Solution correction on meshes of poor quality.
40622
+ No help available.
39914
40623
  """
39915
40624
  class enhanced_pmn(TUIMethod):
39916
40625
  """
39917
- This option is available with the density-based solver. When enabled, it will apply quality-based poor-mesh-numerics order=1 on any cells with a quality-measure below 0.2. In addition, their CFL number is limited to 1.0.
40626
+ No help available.
39918
40627
  """
39919
40628
  class gradient_quality_based(TUIMethod):
39920
40629
  """
@@ -39922,11 +40631,11 @@ class main_menu(TUIMenu):
39922
40631
  """
39923
40632
  class improve_tangent_skewness_quality(TUIMethod):
39924
40633
  """
39925
- Improve tangent skewness metrics for better solver stability.
40634
+ No help available.
39926
40635
  """
39927
40636
  class orthogonality_enhancing_cell_centroids(TUIMethod):
39928
40637
  """
39929
- Relocate select cell centroids, to improve orthogonality metrics and solution stability.
40638
+ No help available.
39930
40639
  """
39931
40640
  class print_poor_elements_count(TUIMethod):
39932
40641
  """
@@ -39934,11 +40643,11 @@ class main_menu(TUIMenu):
39934
40643
  """
39935
40644
  class reset_poor_elements(TUIMethod):
39936
40645
  """
39937
- Reset marking of poor cell elements.
40646
+ No help available.
39938
40647
  """
39939
40648
  class set_quality_threshold(TUIMethod):
39940
40649
  """
39941
- Set quality threshold.
40650
+ No help available.
39942
40651
  """
39943
40652
  class solution_and_quality_based(TUIMethod):
39944
40653
  """
@@ -39950,11 +40659,11 @@ class main_menu(TUIMenu):
39950
40659
  """
39951
40660
  class turbulence_production_term(TUIMethod):
39952
40661
  """
39953
- Enable/disable poor mesh numerics for turbulence production term.
40662
+ No help available.
39954
40663
  """
39955
40664
  class user_defined_on_register(TUIMethod):
39956
40665
  """
39957
- Include cells in register in poor mesh numerics.
40666
+ No help available.
39958
40667
  """
39959
40668
  class user_defined_on_register_auto(TUIMethod):
39960
40669
  """
@@ -40026,7 +40735,7 @@ class main_menu(TUIMenu):
40026
40735
  super().__init__(service, version, mode, path)
40027
40736
  class enable(TUIMethod):
40028
40737
  """
40029
- Enable solution based treatment.
40738
+ No help available.
40030
40739
  """
40031
40740
  class mark_cfl_jump(TUIMethod):
40032
40741
  """
@@ -40038,7 +40747,7 @@ class main_menu(TUIMenu):
40038
40747
  """
40039
40748
  class mark_primary_solution_limits(TUIMethod):
40040
40749
  """
40041
- Mark cells violating solution limits.
40750
+ No help available.
40042
40751
  """
40043
40752
  class mark_velocity_limit(TUIMethod):
40044
40753
  """
@@ -40266,9 +40975,14 @@ class main_menu(TUIMenu):
40266
40975
  def __init__(self, service, version, mode, path):
40267
40976
  self.contingency_tools = self.__class__.contingency_tools(service, version, mode, path + ["contingency_tools"])
40268
40977
  self.diagnostics_tools = self.__class__.diagnostics_tools(service, version, mode, path + ["diagnostics_tools"])
40978
+ self.distorted_mesh_handling = self.__class__.distorted_mesh_handling(service, version, mode, path + ["distorted_mesh_handling"])
40269
40979
  self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
40270
40980
  self.stabilization_mode = self.__class__.stabilization_mode(service, version, mode, path + ["stabilization_mode"])
40271
40981
  super().__init__(service, version, mode, path)
40982
+ class distorted_mesh_handling(TUIMethod):
40983
+ """
40984
+ Enable/disable distorted mesh handling.
40985
+ """
40272
40986
  class enable(TUIMethod):
40273
40987
  """
40274
40988
  Enable/disable stabilization tools.