ansys-fluent-core 0.28.2__py3-none-any.whl → 0.29.dev1__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 (103) hide show
  1. ansys/fluent/core/__init__.py +1 -1
  2. ansys/fluent/core/_version.py +2 -2
  3. ansys/fluent/core/codegen/tuigen.py +1 -1
  4. ansys/fluent/core/codegen/walk_api.py +45 -18
  5. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  6. ansys/fluent/core/generated/datamodel_252/meshing.py +1 -0
  7. ansys/fluent/core/generated/fluent_version_252.py +3 -3
  8. ansys/fluent/core/generated/solver/settings_252.py +251 -160
  9. ansys/fluent/core/generated/solver/settings_252.pyi +146 -54
  10. ansys/fluent/core/generated/solver/tui_252.py +48 -24
  11. ansys/fluent/core/launcher/container_launcher.py +4 -3
  12. ansys/fluent/core/launcher/fluent_container.py +22 -19
  13. ansys/fluent/core/launcher/launcher.py +2 -2
  14. ansys/fluent/core/launcher/pim_launcher.py +2 -2
  15. ansys/fluent/core/launcher/slurm_launcher.py +2 -2
  16. ansys/fluent/core/launcher/standalone_launcher.py +2 -2
  17. ansys/fluent/core/logging.py +2 -0
  18. ansys/fluent/core/logging_config.yaml +3 -0
  19. ansys/fluent/core/services/datamodel_se.py +4 -1
  20. ansys/fluent/core/services/field_data.py +252 -0
  21. ansys/fluent/core/services/interceptors.py +28 -2
  22. ansys/fluent/core/session.py +7 -2
  23. ansys/fluent/core/session_solver.py +21 -0
  24. {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/LICENSE +1 -1
  25. {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/METADATA +53 -32
  26. {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/RECORD +61 -137
  27. {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/WHEEL +1 -1
  28. ansys/fluent/core/docs/README.rst +0 -155
  29. ansys/fluent/tests/conftest.py +0 -415
  30. ansys/fluent/tests/fluent_fixtures.py +0 -195
  31. ansys/fluent/tests/integration/test_optislang/test_optislang_integration.py +0 -263
  32. ansys/fluent/tests/parametric/test_local_parametric_run.py +0 -36
  33. ansys/fluent/tests/parametric/test_local_parametric_setup.py +0 -34
  34. ansys/fluent/tests/parametric/test_parametric_workflow.py +0 -279
  35. ansys/fluent/tests/test_aero_session.py +0 -88
  36. ansys/fluent/tests/test_batch_ops.py +0 -39
  37. ansys/fluent/tests/test_builtin_settings.py +0 -761
  38. ansys/fluent/tests/test_cad_to_post_ftm.py +0 -525
  39. ansys/fluent/tests/test_cad_to_post_wtm.py +0 -250
  40. ansys/fluent/tests/test_casereader.py +0 -324
  41. ansys/fluent/tests/test_codegen.py +0 -783
  42. ansys/fluent/tests/test_creatable.py +0 -31
  43. ansys/fluent/tests/test_data_model_cache.py +0 -434
  44. ansys/fluent/tests/test_datamodel_api.py +0 -429
  45. ansys/fluent/tests/test_datamodel_service.py +0 -814
  46. ansys/fluent/tests/test_datareader.py +0 -103
  47. ansys/fluent/tests/test_error_handling.py +0 -24
  48. ansys/fluent/tests/test_events_manager.py +0 -214
  49. ansys/fluent/tests/test_field_data.py +0 -466
  50. ansys/fluent/tests/test_file_session.py +0 -355
  51. ansys/fluent/tests/test_file_transfer_service.py +0 -165
  52. ansys/fluent/tests/test_fix_doc.py +0 -29
  53. ansys/fluent/tests/test_flobject.py +0 -1235
  54. ansys/fluent/tests/test_fluent_fixes.py +0 -106
  55. ansys/fluent/tests/test_fluent_session.py +0 -270
  56. ansys/fluent/tests/test_fluent_version.py +0 -66
  57. ansys/fluent/tests/test_fluent_version_marker.py +0 -65
  58. ansys/fluent/tests/test_icing_session.py +0 -9
  59. ansys/fluent/tests/test_launcher.py +0 -529
  60. ansys/fluent/tests/test_launcher_remote.py +0 -272
  61. ansys/fluent/tests/test_lispy.py +0 -40
  62. ansys/fluent/tests/test_logging.py +0 -16
  63. ansys/fluent/tests/test_mapped_api.py +0 -766
  64. ansys/fluent/tests/test_meshing_utilities.py +0 -2436
  65. ansys/fluent/tests/test_meshing_workflow.py +0 -421
  66. ansys/fluent/tests/test_meshingmode/test_meshing_launch.py +0 -168
  67. ansys/fluent/tests/test_new_meshing_workflow.py +0 -1801
  68. ansys/fluent/tests/test_preferences.py +0 -89
  69. ansys/fluent/tests/test_pure_mesh_vs_mesh_workflow.py +0 -101
  70. ansys/fluent/tests/test_reduction.py +0 -484
  71. ansys/fluent/tests/test_rp_vars.py +0 -77
  72. ansys/fluent/tests/test_scheduler.py +0 -471
  73. ansys/fluent/tests/test_scheme_eval_222.py +0 -338
  74. ansys/fluent/tests/test_scheme_eval_231.py +0 -243
  75. ansys/fluent/tests/test_search.py +0 -344
  76. ansys/fluent/tests/test_session.py +0 -594
  77. ansys/fluent/tests/test_settings_api.py +0 -606
  78. ansys/fluent/tests/test_settings_reader.py +0 -85
  79. ansys/fluent/tests/test_slurm_future.py +0 -67
  80. ansys/fluent/tests/test_solution_variables.py +0 -241
  81. ansys/fluent/tests/test_solver_monitors.py +0 -83
  82. ansys/fluent/tests/test_solvermode/boundaries_periodic_expDict +0 -1712
  83. ansys/fluent/tests/test_solvermode/test_boundaries.py +0 -127
  84. ansys/fluent/tests/test_solvermode/test_calculationactivities.py +0 -20
  85. ansys/fluent/tests/test_solvermode/test_controls.py +0 -131
  86. ansys/fluent/tests/test_solvermode/test_general.py +0 -109
  87. ansys/fluent/tests/test_solvermode/test_initialization.py +0 -83
  88. ansys/fluent/tests/test_solvermode/test_materials.py +0 -40
  89. ansys/fluent/tests/test_solvermode/test_methods.py +0 -65
  90. ansys/fluent/tests/test_solvermode/test_models.py +0 -99
  91. ansys/fluent/tests/test_solvermode/test_named_expressions.py +0 -35
  92. ansys/fluent/tests/test_solvermode/test_post_vector.py +0 -22
  93. ansys/fluent/tests/test_solvermode/test_species_model.py +0 -67
  94. ansys/fluent/tests/test_streaming_services.py +0 -52
  95. ansys/fluent/tests/test_systemcoupling.py +0 -44
  96. ansys/fluent/tests/test_topy.py +0 -179
  97. ansys/fluent/tests/test_tui_api.py +0 -70
  98. ansys/fluent/tests/test_type_stub.py +0 -37
  99. ansys/fluent/tests/test_utils.py +0 -82
  100. ansys/fluent/tests/util/__init__.py +0 -36
  101. ansys/fluent/tests/util/meshing_workflow.py +0 -33
  102. ansys/fluent/tests/util/solver.py +0 -72
  103. ansys_fluent_core-0.28.2.dist-info/AUTHORS +0 -12
@@ -12,7 +12,7 @@ from ansys.fluent.core.solver.flobject import (
12
12
  _InOutFile,
13
13
  )
14
14
 
15
- SHASH = "d41eab96ac09ab20172b51d7c6c04efdb552d37223ab4e1189e66f23c0c3665d"
15
+ SHASH = "319b933b458c06d854da789d589c6f58024edafba473106aeac30b301dd27a61"
16
16
 
17
17
  class single_precision_coordinates(Boolean):
18
18
  """
@@ -67081,159 +67081,152 @@ class initialization_1(Group):
67081
67081
  levelset_auto_init=levelset_auto_init,
67082
67082
  )
67083
67083
 
67084
- class command_name(String):
67084
+ class command_name(StringList, AllowedValuesMixin):
67085
67085
  """
67086
- 'command_name' child.
67086
+ Command names to export.
67087
67087
  """
67088
67088
  version = '252'
67089
67089
  fluent_name = 'command-name'
67090
67090
  _python_name = 'command_name'
67091
67091
 
67092
- class enable_24(Command):
67092
+ class tsv_file_name(Filename, _OutputFile):
67093
67093
  """
67094
- Enable an execute-command.
67095
-
67096
- Parameters
67097
- ----------
67098
- command_name : str
67099
- 'command_name' child.
67094
+ .tsv file name to save exported commands.
67100
67095
  """
67101
67096
  version = '252'
67102
- fluent_name = 'enable'
67103
- _python_name = 'enable'
67104
- argument_names = ['command_name']
67105
- _child_classes = dict(
67106
- command_name=command_name,
67107
- )
67097
+ fluent_name = 'tsv-file-name'
67098
+ _python_name = 'tsv_file_name'
67108
67099
 
67109
- class disable_1(Command):
67100
+ class export_1(Command):
67110
67101
  """
67111
- Disable an execute-command.
67102
+ Export Commands.
67112
67103
 
67113
67104
  Parameters
67114
67105
  ----------
67115
- command_name : str
67116
- 'command_name' child.
67106
+ command_name : List
67107
+ Command names to export.
67108
+ tsv_file_name : str
67109
+ .tsv file name to save exported commands.
67117
67110
  """
67118
67111
  version = '252'
67119
- fluent_name = 'disable'
67120
- _python_name = 'disable'
67121
- argument_names = ['command_name']
67112
+ fluent_name = 'export'
67113
+ _python_name = 'export'
67114
+ argument_names = ['command_name', 'tsv_file_name']
67122
67115
  _child_classes = dict(
67123
67116
  command_name=command_name,
67117
+ tsv_file_name=tsv_file_name,
67124
67118
  )
67125
67119
 
67126
- class copy_3(Command):
67120
+ class tsv_file_name_1(Filename, _InputFile):
67127
67121
  """
67128
- Copy an execute-command.
67129
-
67130
- Parameters
67131
- ----------
67132
- command_name : str
67133
- 'command_name' child.
67122
+ .tsv file name to save exported commands.
67134
67123
  """
67135
67124
  version = '252'
67136
- fluent_name = 'copy'
67137
- _python_name = 'copy'
67138
- argument_names = ['command_name']
67139
- _child_classes = dict(
67140
- command_name=command_name,
67141
- )
67125
+ fluent_name = 'tsv-file-name'
67126
+ _python_name = 'tsv_file_name'
67142
67127
 
67143
- class delete_5(CommandWithPositionalArgs):
67128
+ class import__1(Command):
67144
67129
  """
67145
- Delete an execute-command.
67130
+ Import commands from .tsv file.
67146
67131
 
67147
67132
  Parameters
67148
67133
  ----------
67149
- command_name : str
67150
- 'command_name' child.
67134
+ tsv_file_name_1 : str
67135
+ .tsv file name to save exported commands.
67151
67136
  """
67152
67137
  version = '252'
67153
- fluent_name = 'delete'
67154
- _python_name = 'delete'
67155
- argument_names = ['command_name']
67138
+ fluent_name = 'import'
67139
+ _python_name = 'import_'
67140
+ argument_names = ['tsv_file_name']
67156
67141
  _child_classes = dict(
67157
- command_name=command_name,
67142
+ tsv_file_name=tsv_file_name_1,
67158
67143
  )
67159
67144
 
67160
- class command_name_1(StringList):
67145
+ class enable_24(Boolean):
67161
67146
  """
67162
- 'command_name' child.
67147
+ Enable or Disable Execute Command.
67163
67148
  """
67164
67149
  version = '252'
67165
- fluent_name = 'command-name'
67166
- _python_name = 'command_name'
67150
+ fluent_name = 'enable?'
67151
+ _python_name = 'enable'
67167
67152
 
67168
- class tsv_file_name(Filename, _OutputFile):
67153
+ class execution_type(String, AllowedValuesMixin):
67169
67154
  """
67170
- 'tsv_file_name' child.
67155
+ Command Execution Type.
67171
67156
  """
67172
67157
  version = '252'
67173
- fluent_name = 'tsv-file-name'
67174
- _python_name = 'tsv_file_name'
67158
+ fluent_name = 'execution_type'
67159
+ _python_name = 'execution_type'
67175
67160
 
67176
- class export_1(Command):
67161
+ class execution_command(String):
67177
67162
  """
67178
- Export execute-commands to a TSV file.
67179
-
67180
- Parameters
67181
- ----------
67182
- command_name : List
67183
- 'command_name' child.
67184
- tsv_file_name : str
67185
- 'tsv_file_name' child.
67163
+ Execution Command.
67186
67164
  """
67187
67165
  version = '252'
67188
- fluent_name = 'export'
67189
- _python_name = 'export'
67190
- argument_names = ['command_name', 'tsv_file_name']
67191
- _child_classes = dict(
67192
- command_name=command_name_1,
67193
- tsv_file_name=tsv_file_name,
67194
- )
67166
+ fluent_name = 'execution_command'
67167
+ _python_name = 'execution_command'
67195
67168
 
67196
- class tsv_file_name_1(Filename, _InputFile):
67169
+ class when_to_execute(String, AllowedValuesMixin):
67197
67170
  """
67198
- 'tsv_file_name' child.
67171
+ When To Execute Commands.
67199
67172
  """
67200
67173
  version = '252'
67201
- fluent_name = 'tsv-file-name'
67202
- _python_name = 'tsv_file_name'
67174
+ fluent_name = 'when_to_execute'
67175
+ _python_name = 'when_to_execute'
67203
67176
 
67204
- class import__1(Command):
67177
+ class frequency_cmd(Real):
67205
67178
  """
67206
- Import execute-commands from a TSV file.
67207
-
67208
- Parameters
67209
- ----------
67210
- tsv_file_name_1 : str
67211
- 'tsv_file_name' child.
67179
+ Frequency To Execute Commands.
67212
67180
  """
67213
67181
  version = '252'
67214
- fluent_name = 'import_'
67215
- _python_name = 'import_'
67216
- argument_names = ['tsv_file_name']
67182
+ fluent_name = 'frequency_cmd'
67183
+ _python_name = 'frequency_cmd'
67184
+
67185
+ class python_cmd(Boolean):
67186
+ """
67187
+ Execute python command?.
67188
+ """
67189
+ version = '252'
67190
+ fluent_name = 'python_cmd?'
67191
+ _python_name = 'python_cmd'
67192
+
67193
+ class execute_commands_child(Group):
67194
+ """
67195
+ 'child_object_type' of execute_commands.
67196
+ """
67197
+ version = '252'
67198
+ fluent_name = 'child-object-type'
67199
+ _python_name = 'execute_commands_child'
67200
+ child_names = ['name', 'enable', 'execution_type', 'execution_command', 'when_to_execute', 'frequency_cmd', 'python_cmd']
67217
67201
  _child_classes = dict(
67218
- tsv_file_name=tsv_file_name_1,
67202
+ name=name_2,
67203
+ enable=enable_24,
67204
+ execution_type=execution_type,
67205
+ execution_command=execution_command,
67206
+ when_to_execute=when_to_execute,
67207
+ frequency_cmd=frequency_cmd,
67208
+ python_cmd=python_cmd,
67219
67209
  )
67220
67210
 
67221
- class execute_commands(Group):
67211
+ class execute_commands(NamedObject[execute_commands_child], CreatableNamedObjectMixin[execute_commands_child]):
67222
67212
  """
67223
- 'execute_commands' child.
67213
+ Execute commands.
67224
67214
  """
67225
67215
  version = '252'
67226
67216
  fluent_name = 'execute-commands'
67227
67217
  _python_name = 'execute_commands'
67228
- command_names = ['enable', 'disable', 'copy', 'delete', 'export', 'import_']
67218
+ command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy', 'export', 'import_']
67229
67219
  _child_classes = dict(
67230
- enable=enable_24,
67231
- disable=disable_1,
67232
- copy=copy_3,
67233
- delete=delete_5,
67220
+ create=create_1,
67221
+ delete=delete_1,
67222
+ rename=rename,
67223
+ list=list,
67224
+ list_properties=list_properties,
67225
+ make_a_copy=make_a_copy,
67234
67226
  export=export_1,
67235
67227
  import_=import__1,
67236
67228
  )
67229
+ child_object_type = execute_commands_child
67237
67230
 
67238
67231
  class from__2(String, AllowedValuesMixin):
67239
67232
  """
@@ -67551,7 +67544,7 @@ class initialization_method(Group):
67551
67544
  init_from_solution=init_from_solution,
67552
67545
  )
67553
67546
 
67554
- class python_cmd(Boolean):
67547
+ class python_cmd_1(Boolean):
67555
67548
  """
67556
67549
  'python_cmd' child.
67557
67550
  """
@@ -67602,7 +67595,7 @@ class before_init_modification(Group):
67602
67595
  _child_classes = dict(
67603
67596
  active=active,
67604
67597
  name=name_21,
67605
- python_cmd=python_cmd,
67598
+ python_cmd=python_cmd_1,
67606
67599
  command=command,
67607
67600
  count=count,
67608
67601
  ftselected=ftselected,
@@ -67620,7 +67613,7 @@ class original_settings(Group):
67620
67613
  _child_classes = dict(
67621
67614
  active=active,
67622
67615
  name=name_21,
67623
- python_cmd=python_cmd,
67616
+ python_cmd=python_cmd_1,
67624
67617
  command=command,
67625
67618
  count=count,
67626
67619
  ftselected=ftselected,
@@ -67638,7 +67631,7 @@ class modifications_child(Group):
67638
67631
  _child_classes = dict(
67639
67632
  active=active,
67640
67633
  name=name_21,
67641
- python_cmd=python_cmd,
67634
+ python_cmd=python_cmd_1,
67642
67635
  command=command,
67643
67636
  count=count,
67644
67637
  ftselected=ftselected,
@@ -76292,7 +76285,7 @@ class restore_state(Command):
76292
76285
  state_name=state_name,
76293
76286
  )
76294
76287
 
76295
- class copy_4(Command):
76288
+ class copy_3(Command):
76296
76289
  """
76297
76290
  Create a new display state with settings copied from an existing display state.
76298
76291
 
@@ -76501,7 +76494,7 @@ class display_states(NamedObject[display_states_child], CreatableNamedObjectMixi
76501
76494
  make_a_copy=make_a_copy,
76502
76495
  use_active=use_active,
76503
76496
  restore_state=restore_state,
76504
- copy=copy_4,
76497
+ copy=copy_3,
76505
76498
  read=read_3,
76506
76499
  write=write_2,
76507
76500
  )
@@ -79529,6 +79522,102 @@ class interpolated_data(Group):
79529
79522
  plot=plot_14,
79530
79523
  )
79531
79524
 
79525
+ class number_of_bands_2(Integer):
79526
+ """
79527
+ Specify the number of divisions of the field variable to be plotted.
79528
+ """
79529
+ version = '252'
79530
+ fluent_name = 'number-of-bands'
79531
+ _python_name = 'number_of_bands'
79532
+
79533
+ class method_12(String, AllowedValuesMixin):
79534
+ """
79535
+ Select the method you want to use to compute.
79536
+ """
79537
+ version = '252'
79538
+ fluent_name = 'method'
79539
+ _python_name = 'method'
79540
+
79541
+ class file_name_13(Filename, _OutputFile):
79542
+ """
79543
+ Type in the desired file name to save.
79544
+ """
79545
+ version = '252'
79546
+ fluent_name = 'file-name'
79547
+ _python_name = 'file_name'
79548
+
79549
+ class order_point(Boolean):
79550
+ """
79551
+ Choose whether or not to reorder the points.
79552
+ """
79553
+ version = '252'
79554
+ fluent_name = 'order-point'
79555
+ _python_name = 'order_point'
79556
+
79557
+ class circum_avg_axial(Command):
79558
+ """
79559
+ Compute iso-axial band surfaces and plot data vs axial coordinate on them.
79560
+
79561
+ Parameters
79562
+ ----------
79563
+ field : str
79564
+ Select the field variable.
79565
+ surface : str
79566
+ Select surface.
79567
+ number_of_bands : int
79568
+ Specify the number of divisions of the field variable to be plotted.
79569
+ method : str
79570
+ Select the method you want to use to compute.
79571
+ file_name : str
79572
+ Type in the desired file name to save.
79573
+ order_point : bool
79574
+ Choose whether or not to reorder the points.
79575
+ """
79576
+ version = '252'
79577
+ fluent_name = 'circum-avg-axial'
79578
+ _python_name = 'circum_avg_axial'
79579
+ argument_names = ['field', 'surface', 'number_of_bands', 'method', 'file_name', 'order_point']
79580
+ _child_classes = dict(
79581
+ field=field_1,
79582
+ surface=surface_4,
79583
+ number_of_bands=number_of_bands_2,
79584
+ method=method_12,
79585
+ file_name=file_name_13,
79586
+ order_point=order_point,
79587
+ )
79588
+
79589
+ class circum_avg_radial(Command):
79590
+ """
79591
+ Compute iso-radial band surfaces and plot data vs radius on them.
79592
+
79593
+ Parameters
79594
+ ----------
79595
+ field : str
79596
+ Select the field variable.
79597
+ surface : str
79598
+ Select surface.
79599
+ number_of_bands : int
79600
+ Specify the number of divisions of the field variable to be plotted.
79601
+ method : str
79602
+ Select the method you want to use to compute.
79603
+ file_name : str
79604
+ Type in the desired file name to save.
79605
+ order_point : bool
79606
+ Choose whether or not to reorder the points.
79607
+ """
79608
+ version = '252'
79609
+ fluent_name = 'circum-avg-radial'
79610
+ _python_name = 'circum_avg_radial'
79611
+ argument_names = ['field', 'surface', 'number_of_bands', 'method', 'file_name', 'order_point']
79612
+ _child_classes = dict(
79613
+ field=field_1,
79614
+ surface=surface_4,
79615
+ number_of_bands=number_of_bands_2,
79616
+ method=method_12,
79617
+ file_name=file_name_13,
79618
+ order_point=order_point,
79619
+ )
79620
+
79532
79621
  class plot_direction_2(RealList):
79533
79622
  """
79534
79623
  Specify the plot direction.
@@ -79562,7 +79651,7 @@ class plot_4(Group):
79562
79651
  fluent_name = 'plot'
79563
79652
  _python_name = 'plot'
79564
79653
  child_names = ['xy_plot', 'histogram', 'cumulative_plot', 'solution_plot', 'plot', 'plot_from_file', 'profile_data', 'interpolated_data']
79565
- command_names = ['plot_direction']
79654
+ command_names = ['circum_avg_axial', 'circum_avg_radial', 'plot_direction']
79566
79655
  _child_classes = dict(
79567
79656
  xy_plot=xy_plot,
79568
79657
  histogram=histogram,
@@ -79572,6 +79661,8 @@ class plot_4(Group):
79572
79661
  plot_from_file=plot_from_file,
79573
79662
  profile_data=profile_data,
79574
79663
  interpolated_data=interpolated_data,
79664
+ circum_avg_axial=circum_avg_axial,
79665
+ circum_avg_radial=circum_avg_radial,
79575
79666
  plot_direction=plot_direction,
79576
79667
  )
79577
79668
 
@@ -80004,7 +80095,7 @@ class name_28(String, AllowedValuesMixin):
80004
80095
  fluent_name = 'name'
80005
80096
  _python_name = 'name'
80006
80097
 
80007
- class delete_6(CommandWithPositionalArgs):
80098
+ class delete_5(CommandWithPositionalArgs):
80008
80099
  """
80009
80100
  Delete animation sequence.
80010
80101
 
@@ -80120,7 +80211,7 @@ class playback(Group):
80120
80211
  read_animation_file=read_animation_file,
80121
80212
  write_animation=write_animation,
80122
80213
  stored_view=stored_view,
80123
- delete=delete_6,
80214
+ delete=delete_5,
80124
80215
  play=play,
80125
80216
  )
80126
80217
 
@@ -82386,7 +82477,7 @@ class histogram_2(Command):
82386
82477
  fluent_name = 'histogram'
82387
82478
  _python_name = 'histogram'
82388
82479
 
82389
- class file_name_13(Filename, _OutputFile):
82480
+ class file_name_14(Filename, _OutputFile):
82390
82481
  """
82391
82482
  Enter file name to write number density report.
82392
82483
  """
@@ -82408,7 +82499,7 @@ class write_to_file_4(Command):
82408
82499
  _python_name = 'write_to_file'
82409
82500
  argument_names = ['file_name']
82410
82501
  _child_classes = dict(
82411
- file_name=file_name_13,
82502
+ file_name=file_name_14,
82412
82503
  )
82413
82504
 
82414
82505
  class number_density(Group):
@@ -85586,7 +85677,7 @@ class evaluate(Command):
85586
85677
  fluent_name = 'evaluate'
85587
85678
  _python_name = 'evaluate'
85588
85679
 
85589
- class file_name_14(Filename, _OutputFile):
85680
+ class file_name_15(Filename, _OutputFile):
85590
85681
  """
85591
85682
  File name.
85592
85683
  """
@@ -85618,7 +85709,7 @@ class write_to_file_5(Command):
85618
85709
  _python_name = 'write_to_file'
85619
85710
  argument_names = ['file_name', 'append_data']
85620
85711
  _child_classes = dict(
85621
- file_name=file_name_14,
85712
+ file_name=file_name_15,
85622
85713
  append_data=append_data_1,
85623
85714
  )
85624
85715
 
@@ -85906,7 +85997,7 @@ class strategy(String, AllowedValuesMixin):
85906
85997
  fluent_name = 'strategy'
85907
85998
  _python_name = 'strategy'
85908
85999
 
85909
- class method_12(String, AllowedValuesMixin):
86000
+ class method_13(String, AllowedValuesMixin):
85910
86001
  """
85911
86002
  None: Solves adjoint equations with no stabilization.
85912
86003
  Dissipation: Introduces nonlinear damping in calculation domain.
@@ -86043,12 +86134,12 @@ class current_scheme(Group):
86043
86134
  _python_name = 'current_scheme'
86044
86135
  child_names = ['method', 'dissipation', 'residual_minimization']
86045
86136
  _child_classes = dict(
86046
- method=method_12,
86137
+ method=method_13,
86047
86138
  dissipation=dissipation,
86048
86139
  residual_minimization=residual_minimization,
86049
86140
  )
86050
86141
 
86051
- class method_13(String, AllowedValuesMixin):
86142
+ class method_14(String, AllowedValuesMixin):
86052
86143
  """
86053
86144
  None: Solves adjoint equations with no stabilization.
86054
86145
  Dissipation: Introduces nonlinear damping in calculation domain.
@@ -86082,13 +86173,13 @@ class first_scheme(Group):
86082
86173
  _python_name = 'first_scheme'
86083
86174
  child_names = ['method', 'auto_detection', 'iterations', 'dissipation']
86084
86175
  _child_classes = dict(
86085
- method=method_13,
86176
+ method=method_14,
86086
86177
  auto_detection=auto_detection,
86087
86178
  iterations=iterations_2,
86088
86179
  dissipation=dissipation,
86089
86180
  )
86090
86181
 
86091
- class method_14(String, AllowedValuesMixin):
86182
+ class method_15(String, AllowedValuesMixin):
86092
86183
  """
86093
86184
  Residual Minimization: Uses Krylov subspace method to build a solution with minimum residual.
86094
86185
  """
@@ -86105,7 +86196,7 @@ class second_scheme(Group):
86105
86196
  _python_name = 'second_scheme'
86106
86197
  child_names = ['method', 'iterations', 'residual_minimization']
86107
86198
  _child_classes = dict(
86108
- method=method_14,
86199
+ method=method_15,
86109
86200
  iterations=iterations_2,
86110
86201
  residual_minimization=residual_minimization,
86111
86202
  )
@@ -86294,7 +86385,7 @@ class initialize_stabilization(Group):
86294
86385
  scheme=scheme_1,
86295
86386
  )
86296
86387
 
86297
- class file_name_15(String):
86388
+ class file_name_16(String):
86298
86389
  """
86299
86390
  File name prefix for auto-saved files.
86300
86391
  """
@@ -86327,7 +86418,7 @@ class autosave(Group):
86327
86418
  _python_name = 'autosave'
86328
86419
  child_names = ['file_name', 'frequency', 'max_files']
86329
86420
  _child_classes = dict(
86330
- file_name=file_name_15,
86421
+ file_name=file_name_16,
86331
86422
  frequency=frequency_6,
86332
86423
  max_files=max_files_1,
86333
86424
  )
@@ -86394,7 +86485,7 @@ class sensitivity_orientation(String, AllowedValuesMixin):
86394
86485
  fluent_name = 'sensitivity-orientation'
86395
86486
  _python_name = 'sensitivity_orientation'
86396
86487
 
86397
- class method_15(String, AllowedValuesMixin):
86488
+ class method_16(String, AllowedValuesMixin):
86398
86489
  """
86399
86490
  Changes smoothing method of contour and vector plots.
86400
86491
  """
@@ -86419,7 +86510,7 @@ class surface_shape_sensitivity(Group):
86419
86510
  _python_name = 'surface_shape_sensitivity'
86420
86511
  child_names = ['method', 'smoothness']
86421
86512
  _child_classes = dict(
86422
- method=method_15,
86513
+ method=method_16,
86423
86514
  smoothness=smoothness,
86424
86515
  )
86425
86516
 
@@ -86462,7 +86553,7 @@ class report_3(Command):
86462
86553
  fluent_name = 'report'
86463
86554
  _python_name = 'report'
86464
86555
 
86465
- class file_name_16(Filename):
86556
+ class file_name_17(Filename):
86466
86557
  """
86467
86558
  File name.
86468
86559
  """
@@ -86486,7 +86577,7 @@ class write_to_file_6(Command):
86486
86577
  _python_name = 'write_to_file'
86487
86578
  argument_names = ['file_name', 'append_data']
86488
86579
  _child_classes = dict(
86489
- file_name=file_name_16,
86580
+ file_name=file_name_17,
86490
86581
  append_data=append_data_1,
86491
86582
  )
86492
86583
 
@@ -86505,7 +86596,7 @@ class reporting(Group):
86505
86596
  write_to_file=write_to_file_6,
86506
86597
  )
86507
86598
 
86508
- class method_16(String, AllowedValuesMixin):
86599
+ class method_17(String, AllowedValuesMixin):
86509
86600
  """
86510
86601
  Mesh morphing method to smooth the surface sensitivity field and to provide smooth distortions not only of the boundary mesh.
86511
86602
  """
@@ -86891,7 +86982,7 @@ class morpher(Group):
86891
86982
  _python_name = 'morpher'
86892
86983
  child_names = ['method', 'constraint_method', 'numerics']
86893
86984
  _child_classes = dict(
86894
- method=method_16,
86985
+ method=method_17,
86895
86986
  constraint_method=constraint_method,
86896
86987
  numerics=numerics_1,
86897
86988
  )
@@ -87854,7 +87945,7 @@ class orientation_1(Group):
87854
87945
  reverse_surfaces=reverse_surfaces,
87855
87946
  )
87856
87947
 
87857
- class method_17(String, AllowedValuesMixin):
87948
+ class method_18(String, AllowedValuesMixin):
87858
87949
  """
87859
87950
  Compounding method.
87860
87951
  """
@@ -87879,7 +87970,7 @@ class compound(Group):
87879
87970
  _python_name = 'compound'
87880
87971
  child_names = ['method', 'conditions']
87881
87972
  _child_classes = dict(
87882
- method=method_17,
87973
+ method=method_18,
87883
87974
  conditions=conditions_1,
87884
87975
  )
87885
87976
 
@@ -87891,7 +87982,7 @@ class get_center(Command):
87891
87982
  fluent_name = 'get-center'
87892
87983
  _python_name = 'get_center'
87893
87984
 
87894
- class file_name_17(Filename):
87985
+ class file_name_18(Filename):
87895
87986
  """
87896
87987
  Path to surface mesh file.
87897
87988
  """
@@ -87915,7 +88006,7 @@ class import_surfaces(Command):
87915
88006
  _python_name = 'import_surfaces'
87916
88007
  argument_names = ['file_name', 'unit']
87917
88008
  _child_classes = dict(
87918
- file_name=file_name_17,
88009
+ file_name=file_name_18,
87919
88010
  unit=unit,
87920
88011
  )
87921
88012
 
@@ -88041,7 +88132,7 @@ class applied_conditions(StringList, AllowedValuesMixin):
88041
88132
  fluent_name = 'applied-conditions'
88042
88133
  _python_name = 'applied_conditions'
88043
88134
 
88044
- class method_18(String, AllowedValuesMixin):
88135
+ class method_19(String, AllowedValuesMixin):
88045
88136
  """
88046
88137
  Fix surfaces in the morphing region and away from applied moving conditions.
88047
88138
  """
@@ -88107,7 +88198,7 @@ class fix_surfaces(Group):
88107
88198
  child_names = ['method', 'layers', 'distance', 'applied_moving_conditions']
88108
88199
  command_names = ['update', 'display_morphable_surfaces', 'display_fixed_surfaces']
88109
88200
  _child_classes = dict(
88110
- method=method_18,
88201
+ method=method_19,
88111
88202
  layers=layers,
88112
88203
  distance=distance_2,
88113
88204
  applied_moving_conditions=applied_moving_conditions,
@@ -88320,7 +88411,7 @@ class freeform_scaling_scheme(String, AllowedValuesMixin):
88320
88411
  fluent_name = 'freeform-scaling-scheme'
88321
88412
  _python_name = 'freeform_scaling_scheme'
88322
88413
 
88323
- class file_name_18(Filename):
88414
+ class file_name_19(Filename):
88324
88415
  """
88325
88416
  Sensitivities file output name.
88326
88417
  """
@@ -88342,10 +88433,10 @@ class export_sensitivity(Command):
88342
88433
  _python_name = 'export_sensitivity'
88343
88434
  argument_names = ['file_name']
88344
88435
  _child_classes = dict(
88345
- file_name=file_name_18,
88436
+ file_name=file_name_19,
88346
88437
  )
88347
88438
 
88348
- class file_name_19(Filename):
88439
+ class file_name_20(Filename):
88349
88440
  """
88350
88441
  Sensitivities file input name.
88351
88442
  """
@@ -88367,7 +88458,7 @@ class import_sensitivity(Command):
88367
88458
  _python_name = 'import_sensitivity'
88368
88459
  argument_names = ['file_name']
88369
88460
  _child_classes = dict(
88370
- file_name=file_name_19,
88461
+ file_name=file_name_20,
88371
88462
  )
88372
88463
 
88373
88464
  class file_list(StringList, AllowedValuesMixin):
@@ -88515,7 +88606,7 @@ class parameters_5(NamedObject[parameters_5_child], CreatableNamedObjectMixin[pa
88515
88606
  )
88516
88607
  child_object_type = parameters_5_child
88517
88608
 
88518
- class file_name_20(String):
88609
+ class file_name_21(String):
88519
88610
  """
88520
88611
  File Name.
88521
88612
  """
@@ -88548,7 +88639,7 @@ class results_1_child(Group):
88548
88639
  _python_name = 'results_child'
88549
88640
  child_names = ['file_name', 'observable', 'value', 'weight', 'expected_change']
88550
88641
  _child_classes = dict(
88551
- file_name=file_name_20,
88642
+ file_name=file_name_21,
88552
88643
  observable=observable_2,
88553
88644
  value=value_22,
88554
88645
  weight=weight_5,
@@ -88573,7 +88664,7 @@ class results_1(NamedObject[results_1_child], CreatableNamedObjectMixin[results_
88573
88664
  )
88574
88665
  child_object_type = results_1_child
88575
88666
 
88576
- class file_name_21(Filename):
88667
+ class file_name_22(Filename):
88577
88668
  """
88578
88669
  Expected changes report name.
88579
88670
  """
@@ -88597,11 +88688,11 @@ class expected_changes(Command):
88597
88688
  _python_name = 'expected_changes'
88598
88689
  argument_names = ['file_name', 'append_data']
88599
88690
  _child_classes = dict(
88600
- file_name=file_name_21,
88691
+ file_name=file_name_22,
88601
88692
  append_data=append_data_1,
88602
88693
  )
88603
88694
 
88604
- class file_name_22(Filename):
88695
+ class file_name_23(Filename):
88605
88696
  """
88606
88697
  Displacements file name.
88607
88698
  """
@@ -88623,7 +88714,7 @@ class optimal_displacements(Command):
88623
88714
  _python_name = 'optimal_displacements'
88624
88715
  argument_names = ['file_name']
88625
88716
  _child_classes = dict(
88626
- file_name=file_name_22,
88717
+ file_name=file_name_23,
88627
88718
  )
88628
88719
 
88629
88720
  class surfaces_20(StringList, AllowedValuesMixin):
@@ -88634,7 +88725,7 @@ class surfaces_20(StringList, AllowedValuesMixin):
88634
88725
  fluent_name = 'surfaces'
88635
88726
  _python_name = 'surfaces'
88636
88727
 
88637
- class file_name_23(Filename):
88728
+ class file_name_24(Filename):
88638
88729
  """
88639
88730
  Export specified surfaces from 3D cases as an .stl file.
88640
88731
  """
@@ -88659,7 +88750,7 @@ class stl_surfaces(Command):
88659
88750
  argument_names = ['surfaces', 'file_name']
88660
88751
  _child_classes = dict(
88661
88752
  surfaces=surfaces_20,
88662
- file_name=file_name_23,
88753
+ file_name=file_name_24,
88663
88754
  )
88664
88755
 
88665
88756
  class export_2(Group):
@@ -88746,7 +88837,7 @@ class export_stl(Command):
88746
88837
  _python_name = 'export_stl'
88747
88838
  argument_names = ['file_name']
88748
88839
  _child_classes = dict(
88749
- file_name=file_name_23,
88840
+ file_name=file_name_24,
88750
88841
  )
88751
88842
 
88752
88843
  class preview_1(Group):
@@ -88799,7 +88890,7 @@ class export_displacements(Command):
88799
88890
  _python_name = 'export_displacements'
88800
88891
  argument_names = ['file_name']
88801
88892
  _child_classes = dict(
88802
- file_name=file_name_22,
88893
+ file_name=file_name_23,
88803
88894
  )
88804
88895
 
88805
88896
  class history(Group):
@@ -88921,7 +89012,7 @@ class selection_2(StringList, AllowedValuesMixin):
88921
89012
  fluent_name = 'selection'
88922
89013
  _python_name = 'selection'
88923
89014
 
88924
- class method_19(String, AllowedValuesMixin):
89015
+ class method_20(String, AllowedValuesMixin):
88925
89016
  """
88926
89017
  Observable evaluation method.
88927
89018
  """
@@ -88954,7 +89045,7 @@ class evaluation(Group):
88954
89045
  _python_name = 'evaluation'
88955
89046
  child_names = ['method', 'frequency', 'sampling_after']
88956
89047
  _child_classes = dict(
88957
- method=method_19,
89048
+ method=method_20,
88958
89049
  frequency=frequency_7,
88959
89050
  sampling_after=sampling_after,
88960
89051
  )
@@ -89239,7 +89330,7 @@ class objectives_2(Group):
89239
89330
  objectives=objectives_3,
89240
89331
  )
89241
89332
 
89242
- class method_20(String, AllowedValuesMixin):
89333
+ class method_21(String, AllowedValuesMixin):
89243
89334
  """
89244
89335
  Optimizer search length method.
89245
89336
  """
@@ -89296,7 +89387,7 @@ class optimizer_settings(Group):
89296
89387
  _python_name = 'optimizer_settings'
89297
89388
  child_names = ['method', 'current_design_iteration', 'design_iterations', 'convergence_criteria', 'flow_iterations', 'adjoint_iterations']
89298
89389
  _child_classes = dict(
89299
- method=method_20,
89390
+ method=method_21,
89300
89391
  current_design_iteration=current_design_iteration,
89301
89392
  design_iterations=design_iterations,
89302
89393
  convergence_criteria=convergence_criteria,
@@ -89516,7 +89607,7 @@ class training_data_files(StringList, AllowedValuesMixin):
89516
89607
  fluent_name = 'training-data-files'
89517
89608
  _python_name = 'training_data_files'
89518
89609
 
89519
- class file_name_24(Filename):
89610
+ class file_name_25(Filename):
89520
89611
  """
89521
89612
  Training data file name.
89522
89613
  """
@@ -89538,7 +89629,7 @@ class export_data(Command):
89538
89629
  _python_name = 'export_data'
89539
89630
  argument_names = ['file_name']
89540
89631
  _child_classes = dict(
89541
- file_name=file_name_24,
89632
+ file_name=file_name_25,
89542
89633
  )
89543
89634
 
89544
89635
  class import_data(Command):
@@ -89555,7 +89646,7 @@ class import_data(Command):
89555
89646
  _python_name = 'import_data'
89556
89647
  argument_names = ['file_name']
89557
89648
  _child_classes = dict(
89558
- file_name=file_name_24,
89649
+ file_name=file_name_25,
89559
89650
  )
89560
89651
 
89561
89652
  class files_1(StringList, AllowedValuesMixin):
@@ -89669,7 +89760,7 @@ class clear_model(Command):
89669
89760
  fluent_name = 'clear-model'
89670
89761
  _python_name = 'clear_model'
89671
89762
 
89672
- class file_name_25(Filename):
89763
+ class file_name_26(Filename):
89673
89764
  """
89674
89765
  Model data file name.
89675
89766
  """
@@ -89691,7 +89782,7 @@ class export_model(Command):
89691
89782
  _python_name = 'export_model'
89692
89783
  argument_names = ['file_name']
89693
89784
  _child_classes = dict(
89694
- file_name=file_name_25,
89785
+ file_name=file_name_26,
89695
89786
  )
89696
89787
 
89697
89788
  class import_model(Command):
@@ -89708,7 +89799,7 @@ class import_model(Command):
89708
89799
  _python_name = 'import_model'
89709
89800
  argument_names = ['file_name']
89710
89801
  _child_classes = dict(
89711
- file_name=file_name_25,
89802
+ file_name=file_name_26,
89712
89803
  )
89713
89804
 
89714
89805
  class management(Group):
@@ -89996,7 +90087,7 @@ class autosave_1(Group):
89996
90087
  _python_name = 'autosave'
89997
90088
  child_names = ['file_name', 'save_files', 'save_optimal', 'export_stl']
89998
90089
  _child_classes = dict(
89999
- file_name=file_name_16,
90090
+ file_name=file_name_17,
90000
90091
  save_files=save_files,
90001
90092
  save_optimal=save_optimal,
90002
90093
  export_stl=export_stl_1,
@@ -90208,7 +90299,7 @@ class field_13(String, AllowedValuesMixin):
90208
90299
  fluent_name = 'field'
90209
90300
  _python_name = 'field'
90210
90301
 
90211
- class file_name_26(Filename):
90302
+ class file_name_27(Filename):
90212
90303
  """
90213
90304
  Interpolated data file name.
90214
90305
  """
@@ -90233,7 +90324,7 @@ class export_data_1(Command):
90233
90324
  argument_names = ['field', 'file_name']
90234
90325
  _child_classes = dict(
90235
90326
  field=field_13,
90236
- file_name=file_name_26,
90327
+ file_name=file_name_27,
90237
90328
  )
90238
90329
 
90239
90330
  class memory_id(Integer):
@@ -90273,7 +90364,7 @@ class import_data_1(Command):
90273
90364
  argument_names = ['memory_id', 'file_name', 'ok_to_discard_data']
90274
90365
  _child_classes = dict(
90275
90366
  memory_id=memory_id,
90276
- file_name=file_name_26,
90367
+ file_name=file_name_27,
90277
90368
  ok_to_discard_data=ok_to_discard_data,
90278
90369
  )
90279
90370
 
@@ -91136,7 +91227,7 @@ class param_name(String, AllowedValuesMixin):
91136
91227
  fluent_name = 'param-name'
91137
91228
  _python_name = 'param_name'
91138
91229
 
91139
- class file_name_27(Filename, _OutputFile):
91230
+ class file_name_28(Filename, _OutputFile):
91140
91231
  """
91141
91232
  Enter file name.
91142
91233
  """
@@ -91171,7 +91262,7 @@ class write_to_file_7(Command):
91171
91262
  argument_names = ['param_name', 'file_name', 'append_data']
91172
91263
  _child_classes = dict(
91173
91264
  param_name=param_name,
91174
- file_name=file_name_27,
91265
+ file_name=file_name_28,
91175
91266
  append_data=append_data_2,
91176
91267
  )
91177
91268
 
@@ -91386,7 +91477,7 @@ class across_zones(Boolean):
91386
91477
  fluent_name = 'across-zones'
91387
91478
  _python_name = 'across_zones'
91388
91479
 
91389
- class method_22(String, AllowedValuesMixin):
91480
+ class method_23(String, AllowedValuesMixin):
91390
91481
  """
91391
91482
  'method' child.
91392
91483
  """
@@ -91421,7 +91512,7 @@ class auto(Group):
91421
91512
  _child_classes = dict(
91422
91513
  case_file=case_file,
91423
91514
  across_zones=across_zones,
91424
- method=method_22,
91515
+ method=method_23,
91425
91516
  load_vector=load_vector,
91426
91517
  pre_test=pre_test,
91427
91518
  )
@@ -91948,7 +92039,7 @@ class partition_method(String, AllowedValuesMixin):
91948
92039
  fluent_name = 'partition-method'
91949
92040
  _python_name = 'partition_method'
91950
92041
 
91951
- class method_21(Command):
92042
+ class method_22(Command):
91952
92043
  """
91953
92044
  Partition the domain.
91954
92045
 
@@ -92055,7 +92146,7 @@ class partition_3(Group):
92055
92146
  set=set_3,
92056
92147
  combine_partition=combine_partition,
92057
92148
  merge_clusters=merge_clusters,
92058
- method=method_21,
92149
+ method=method_22,
92059
92150
  print_partitions=print_partitions,
92060
92151
  print_active_partitions=print_active_partitions,
92061
92152
  print_stored_partitions=print_stored_partitions,
@@ -92200,7 +92291,7 @@ class iter_per_coupling_count(Integer):
92200
92291
  fluent_name = 'iter-per-coupling-count'
92201
92292
  _python_name = 'iter_per_coupling_count'
92202
92293
 
92203
- class method_23(String, AllowedValuesMixin):
92294
+ class method_24(String, AllowedValuesMixin):
92204
92295
  """
92205
92296
  Specify the method for fluid and solid zone coupling.
92206
92297
  """
@@ -92241,7 +92332,7 @@ class single_session_coupling(Group):
92241
92332
  _python_name = 'single_session_coupling'
92242
92333
  child_names = ['method', 'type', 'interval', 'frequency', 'iteration']
92243
92334
  _child_classes = dict(
92244
- method=method_23,
92335
+ method=method_24,
92245
92336
  type=type_2,
92246
92337
  interval=interval_1,
92247
92338
  frequency=frequency_10,
@@ -92257,7 +92348,7 @@ class two_session_coupling(Group):
92257
92348
  _python_name = 'two_session_coupling'
92258
92349
  child_names = ['method', 'type', 'frequency']
92259
92350
  _child_classes = dict(
92260
- method=method_23,
92351
+ method=method_24,
92261
92352
  type=type_2,
92262
92353
  frequency=frequency_10,
92263
92354
  )