ansys-fluent-core 0.29.dev0__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 (107) 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/datamodel_252/preferences.py +7 -0
  8. ansys/fluent/core/generated/fluent_version_252.py +3 -3
  9. ansys/fluent/core/generated/meshing/tui_252.py +395 -390
  10. ansys/fluent/core/generated/solver/settings_252.py +782 -306
  11. ansys/fluent/core/generated/solver/settings_252.pyi +442 -133
  12. ansys/fluent/core/generated/solver/tui_252.py +4046 -3737
  13. ansys/fluent/core/launcher/container_launcher.py +4 -3
  14. ansys/fluent/core/launcher/fluent_container.py +22 -19
  15. ansys/fluent/core/launcher/launcher.py +2 -2
  16. ansys/fluent/core/launcher/pim_launcher.py +2 -2
  17. ansys/fluent/core/launcher/slurm_launcher.py +2 -2
  18. ansys/fluent/core/launcher/standalone_launcher.py +2 -2
  19. ansys/fluent/core/logging.py +2 -0
  20. ansys/fluent/core/logging_config.yaml +3 -0
  21. ansys/fluent/core/services/app_utilities.py +2 -1
  22. ansys/fluent/core/services/datamodel_se.py +141 -61
  23. ansys/fluent/core/services/field_data.py +252 -0
  24. ansys/fluent/core/services/interceptors.py +28 -2
  25. ansys/fluent/core/session.py +7 -2
  26. ansys/fluent/core/session_solver.py +21 -0
  27. ansys/fluent/core/streaming_services/datamodel_event_streaming.py +12 -12
  28. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/LICENSE +1 -1
  29. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/METADATA +53 -31
  30. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/RECORD +65 -141
  31. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/WHEEL +1 -1
  32. ansys/fluent/core/docs/README.rst +0 -155
  33. ansys/fluent/tests/conftest.py +0 -415
  34. ansys/fluent/tests/fluent_fixtures.py +0 -195
  35. ansys/fluent/tests/integration/test_optislang/test_optislang_integration.py +0 -263
  36. ansys/fluent/tests/parametric/test_local_parametric_run.py +0 -36
  37. ansys/fluent/tests/parametric/test_local_parametric_setup.py +0 -34
  38. ansys/fluent/tests/parametric/test_parametric_workflow.py +0 -279
  39. ansys/fluent/tests/test_aero_session.py +0 -88
  40. ansys/fluent/tests/test_batch_ops.py +0 -39
  41. ansys/fluent/tests/test_builtin_settings.py +0 -761
  42. ansys/fluent/tests/test_cad_to_post_ftm.py +0 -525
  43. ansys/fluent/tests/test_cad_to_post_wtm.py +0 -250
  44. ansys/fluent/tests/test_casereader.py +0 -324
  45. ansys/fluent/tests/test_codegen.py +0 -783
  46. ansys/fluent/tests/test_creatable.py +0 -31
  47. ansys/fluent/tests/test_data_model_cache.py +0 -434
  48. ansys/fluent/tests/test_datamodel_api.py +0 -449
  49. ansys/fluent/tests/test_datamodel_service.py +0 -814
  50. ansys/fluent/tests/test_datareader.py +0 -103
  51. ansys/fluent/tests/test_error_handling.py +0 -24
  52. ansys/fluent/tests/test_events_manager.py +0 -214
  53. ansys/fluent/tests/test_field_data.py +0 -466
  54. ansys/fluent/tests/test_file_session.py +0 -355
  55. ansys/fluent/tests/test_file_transfer_service.py +0 -165
  56. ansys/fluent/tests/test_fix_doc.py +0 -29
  57. ansys/fluent/tests/test_flobject.py +0 -1235
  58. ansys/fluent/tests/test_fluent_fixes.py +0 -106
  59. ansys/fluent/tests/test_fluent_session.py +0 -270
  60. ansys/fluent/tests/test_fluent_version.py +0 -66
  61. ansys/fluent/tests/test_fluent_version_marker.py +0 -65
  62. ansys/fluent/tests/test_icing_session.py +0 -9
  63. ansys/fluent/tests/test_launcher.py +0 -529
  64. ansys/fluent/tests/test_launcher_remote.py +0 -272
  65. ansys/fluent/tests/test_lispy.py +0 -40
  66. ansys/fluent/tests/test_logging.py +0 -16
  67. ansys/fluent/tests/test_mapped_api.py +0 -774
  68. ansys/fluent/tests/test_meshing_utilities.py +0 -2436
  69. ansys/fluent/tests/test_meshing_workflow.py +0 -421
  70. ansys/fluent/tests/test_meshingmode/test_meshing_launch.py +0 -168
  71. ansys/fluent/tests/test_new_meshing_workflow.py +0 -1801
  72. ansys/fluent/tests/test_preferences.py +0 -89
  73. ansys/fluent/tests/test_pure_mesh_vs_mesh_workflow.py +0 -101
  74. ansys/fluent/tests/test_reduction.py +0 -484
  75. ansys/fluent/tests/test_rp_vars.py +0 -77
  76. ansys/fluent/tests/test_scheduler.py +0 -471
  77. ansys/fluent/tests/test_scheme_eval_222.py +0 -338
  78. ansys/fluent/tests/test_scheme_eval_231.py +0 -243
  79. ansys/fluent/tests/test_search.py +0 -344
  80. ansys/fluent/tests/test_session.py +0 -594
  81. ansys/fluent/tests/test_settings_api.py +0 -606
  82. ansys/fluent/tests/test_settings_reader.py +0 -85
  83. ansys/fluent/tests/test_slurm_future.py +0 -67
  84. ansys/fluent/tests/test_solution_variables.py +0 -241
  85. ansys/fluent/tests/test_solver_monitors.py +0 -83
  86. ansys/fluent/tests/test_solvermode/boundaries_periodic_expDict +0 -1712
  87. ansys/fluent/tests/test_solvermode/test_boundaries.py +0 -127
  88. ansys/fluent/tests/test_solvermode/test_calculationactivities.py +0 -20
  89. ansys/fluent/tests/test_solvermode/test_controls.py +0 -131
  90. ansys/fluent/tests/test_solvermode/test_general.py +0 -109
  91. ansys/fluent/tests/test_solvermode/test_initialization.py +0 -83
  92. ansys/fluent/tests/test_solvermode/test_materials.py +0 -40
  93. ansys/fluent/tests/test_solvermode/test_methods.py +0 -65
  94. ansys/fluent/tests/test_solvermode/test_models.py +0 -99
  95. ansys/fluent/tests/test_solvermode/test_named_expressions.py +0 -35
  96. ansys/fluent/tests/test_solvermode/test_post_vector.py +0 -22
  97. ansys/fluent/tests/test_solvermode/test_species_model.py +0 -67
  98. ansys/fluent/tests/test_streaming_services.py +0 -52
  99. ansys/fluent/tests/test_systemcoupling.py +0 -44
  100. ansys/fluent/tests/test_topy.py +0 -179
  101. ansys/fluent/tests/test_tui_api.py +0 -70
  102. ansys/fluent/tests/test_type_stub.py +0 -37
  103. ansys/fluent/tests/test_utils.py +0 -82
  104. ansys/fluent/tests/util/__init__.py +0 -36
  105. ansys/fluent/tests/util/meshing_workflow.py +0 -33
  106. ansys/fluent/tests/util/solver.py +0 -72
  107. ansys_fluent_core-0.29.dev0.dist-info/AUTHORS +0 -12
@@ -5230,6 +5230,86 @@ class specify_species_in(String, AllowedValuesMixin):
5230
5230
  version: str
5231
5231
  fluent_name: str
5232
5232
  _python_name: str
5233
+ class default_progress_variable(Boolean):
5234
+ version: str
5235
+ fluent_name: str
5236
+ _python_name: str
5237
+ class weight(Real):
5238
+ version: str
5239
+ fluent_name: str
5240
+ _python_name: str
5241
+ class definition_of_progress_variable_child(Group):
5242
+ version: str
5243
+ fluent_name: str
5244
+ _python_name: str
5245
+ child_names: list[str]
5246
+ weight: weight
5247
+ class definition_of_progress_variable(NamedObject[definition_of_progress_variable_child]):
5248
+ version: str
5249
+ fluent_name: str
5250
+ _python_name: str
5251
+ command_names: list[str]
5252
+ def create(self, name: str):
5253
+ """
5254
+ Create an instance of this.
5255
+
5256
+ Parameters
5257
+ ----------
5258
+ name : str
5259
+ Set name for an object.
5260
+ """
5261
+ def delete(self, name_list: list[str]):
5262
+ """
5263
+ Delete selected objects.
5264
+
5265
+ Parameters
5266
+ ----------
5267
+ name_list : List
5268
+ Select objects to be deleted.
5269
+ """
5270
+ def rename(self, new: str, old: str):
5271
+ """
5272
+ Rename the object.
5273
+
5274
+ Parameters
5275
+ ----------
5276
+ new : str
5277
+ New name for the object.
5278
+ old : str
5279
+ Select object to rename.
5280
+ """
5281
+ def list(self):
5282
+ """
5283
+ List the names of the objects.
5284
+ """
5285
+ def list_properties(self, object_name: str):
5286
+ """
5287
+ List active properties of the object.
5288
+
5289
+ Parameters
5290
+ ----------
5291
+ object_name : str
5292
+ Select object for which properties are to be listed.
5293
+ """
5294
+ def make_a_copy(self, from_: str, to: str):
5295
+ """
5296
+ Create a copy of the object.
5297
+
5298
+ Parameters
5299
+ ----------
5300
+ from_ : str
5301
+ Select the object to duplicate.
5302
+ to : str
5303
+ Specify the name of the new object.
5304
+ """
5305
+ child_object_type: definition_of_progress_variable_child
5306
+ class progress_variable_definition(Group):
5307
+ version: str
5308
+ fluent_name: str
5309
+ _python_name: str
5310
+ child_names: list[str]
5311
+ default_progress_variable: default_progress_variable
5312
+ definition_of_progress_variable: definition_of_progress_variable
5233
5313
  class boundary(Group):
5234
5314
  version: str
5235
5315
  fluent_name: str
@@ -5239,6 +5319,7 @@ class boundary(Group):
5239
5319
  oxidizer_temperature: oxidizer_temperature
5240
5320
  species_boundary: species_boundary
5241
5321
  specify_species_in: specify_species_in
5322
+ progress_variable_definition: progress_variable_definition
5242
5323
  class initial_fourier_number(Real):
5243
5324
  version: str
5244
5325
  fluent_name: str
@@ -6605,6 +6686,36 @@ class times(Group):
6605
6686
  child_names: list[str]
6606
6687
  start_time: start_time
6607
6688
  stop_time: stop_time
6689
+ class unsteady_ca_start(Real, AllowedValuesMixin):
6690
+ version: str
6691
+ fluent_name: str
6692
+ _python_name: str
6693
+ class unsteady_ca_stop(Real, AllowedValuesMixin):
6694
+ version: str
6695
+ fluent_name: str
6696
+ _python_name: str
6697
+ class crank_angles(Group):
6698
+ version: str
6699
+ fluent_name: str
6700
+ _python_name: str
6701
+ child_names: list[str]
6702
+ unsteady_ca_start: unsteady_ca_start
6703
+ unsteady_ca_stop: unsteady_ca_stop
6704
+ class start_at_flow_time_in_unsteady_inj_file(Real, AllowedValuesMixin):
6705
+ version: str
6706
+ fluent_name: str
6707
+ _python_name: str
6708
+ class interval_to_repeat_in_unsteady_inj_file(Real, AllowedValuesMixin):
6709
+ version: str
6710
+ fluent_name: str
6711
+ _python_name: str
6712
+ class unsteady_inj_file(Group):
6713
+ version: str
6714
+ fluent_name: str
6715
+ _python_name: str
6716
+ child_names: list[str]
6717
+ start_at_flow_time_in_unsteady_inj_file: start_at_flow_time_in_unsteady_inj_file
6718
+ interval_to_repeat_in_unsteady_inj_file: interval_to_repeat_in_unsteady_inj_file
6608
6719
  class injection_surfaces(StringList, AllowedValuesMixin):
6609
6720
  version: str
6610
6721
  fluent_name: str
@@ -6940,6 +7051,8 @@ class initial_values(Group):
6940
7051
  child_names: list[str]
6941
7052
  reference_frame: reference_frame_1
6942
7053
  times: times
7054
+ crank_angles: crank_angles
7055
+ unsteady_inj_file: unsteady_inj_file
6943
7056
  location: location_1
6944
7057
  cone_settings: cone_settings
6945
7058
  mass_flow_rate: mass_flow_rate
@@ -19609,17 +19722,6 @@ class enable_14(Boolean):
19609
19722
  version: str
19610
19723
  fluent_name: str
19611
19724
  _python_name: str
19612
- class electrode(Group):
19613
- version: str
19614
- fluent_name: str
19615
- _python_name: str
19616
- child_names: list[str]
19617
- enable: enable_14
19618
- _child_aliases: dict
19619
- class enable_15(Boolean):
19620
- version: str
19621
- fluent_name: str
19622
- _python_name: str
19623
19725
  class terms_child_child(Group):
19624
19726
  version: str
19625
19727
  fluent_name: str
@@ -19719,10 +19821,10 @@ class sources(Group):
19719
19821
  fluent_name: str
19720
19822
  _python_name: str
19721
19823
  child_names: list[str]
19722
- enable: enable_15
19824
+ enable: enable_14
19723
19825
  terms: terms
19724
19826
  _child_aliases: dict
19725
- class enable_16(Boolean):
19827
+ class enable_15(Boolean):
19726
19828
  version: str
19727
19829
  fluent_name: str
19728
19830
  _python_name: str
@@ -19805,7 +19907,7 @@ class fixed_values(Group):
19805
19907
  fluent_name: str
19806
19908
  _python_name: str
19807
19909
  child_names: list[str]
19808
- enable: enable_16
19910
+ enable: enable_15
19809
19911
  cylindrical_fixed_var: cylindrical_fixed_var
19810
19912
  variables: variables
19811
19913
  _child_aliases: dict
@@ -20062,7 +20164,7 @@ class solid_relative_to_thread(String, AllowedValuesMixin):
20062
20164
  version: str
20063
20165
  fluent_name: str
20064
20166
  _python_name: str
20065
- class enable_17(Boolean):
20167
+ class enable_16(Boolean):
20066
20168
  version: str
20067
20169
  fluent_name: str
20068
20170
  _python_name: str
@@ -20205,7 +20307,7 @@ class disabled(Group):
20205
20307
  cursys: cursys
20206
20308
  solid_omega: solid_omega
20207
20309
  solid_relative_to_thread: solid_relative_to_thread
20208
- enable: enable_17
20310
+ enable: enable_16
20209
20311
  solid_motion_axis_direction: solid_motion_axis_direction
20210
20312
  solid_motion_axis_origin: solid_motion_axis_origin
20211
20313
  solid_motion_velocity: solid_motion_velocity
@@ -20229,7 +20331,6 @@ class phase_child(Group):
20229
20331
  fan_zone: fan_zone
20230
20332
  embedded_les: embedded_les
20231
20333
  reaction: reaction
20232
- electrode: electrode
20233
20334
  sources: sources
20234
20335
  fixed_values: fixed_values
20235
20336
  multiphase: multiphase_1
@@ -20319,7 +20420,6 @@ class fluid_1_child(Group):
20319
20420
  fan_zone: fan_zone
20320
20421
  embedded_les: embedded_les
20321
20422
  reaction: reaction
20322
- electrode: electrode
20323
20423
  sources: sources
20324
20424
  fixed_values: fixed_values
20325
20425
  multiphase: multiphase_1
@@ -20418,7 +20518,7 @@ class solid_motion(Group):
20418
20518
  fluent_name: str
20419
20519
  _python_name: str
20420
20520
  child_names: list[str]
20421
- enable: enable_17
20521
+ enable: enable_16
20422
20522
  solid_relative_to_thread: solid_relative_to_thread
20423
20523
  solid_omega: solid_omega
20424
20524
  solid_motion_velocity: solid_motion_velocity
@@ -20505,13 +20605,6 @@ class internal(Group):
20505
20605
  active_wetsteam_zone: active_wetsteam_zone
20506
20606
  contact_property: contact_property
20507
20607
  _child_aliases: dict
20508
- class electrolyte_1(Group):
20509
- version: str
20510
- fluent_name: str
20511
- _python_name: str
20512
- child_names: list[str]
20513
- enable: enable_13
20514
- _child_aliases: dict
20515
20608
  class phase_1_child(Group):
20516
20609
  version: str
20517
20610
  fluent_name: str
@@ -20527,8 +20620,6 @@ class phase_1_child(Group):
20527
20620
  material_orientation: material_orientation
20528
20621
  disabled: disabled_1
20529
20622
  internal: internal
20530
- electrolyte: electrolyte_1
20531
- electrode: electrode
20532
20623
  def adjacent_cell_zone(self):
20533
20624
  """
20534
20625
  Get adjacent cell zone for this face zone.
@@ -20614,8 +20705,6 @@ class solid_2_child(Group):
20614
20705
  material_orientation: material_orientation
20615
20706
  disabled: disabled_1
20616
20707
  internal: internal
20617
- electrolyte: electrolyte_1
20618
- electrode: electrode
20619
20708
  def adjacent_cell_zone(self):
20620
20709
  """
20621
20710
  Get adjacent cell zone for this face zone.
@@ -21085,7 +21174,6 @@ class phase_2_child(Group):
21085
21174
  fan_zone: fan_zone
21086
21175
  embedded_les: embedded_les
21087
21176
  reaction: reaction
21088
- electrode: electrode
21089
21177
  sources: sources
21090
21178
  fixed_values: fixed_values
21091
21179
  multiphase: multiphase_1
@@ -21164,7 +21252,6 @@ class settings_1(Group):
21164
21252
  fan_zone: fan_zone
21165
21253
  embedded_les: embedded_les
21166
21254
  reaction: reaction
21167
- electrode: electrode
21168
21255
  sources: sources
21169
21256
  fixed_values: fixed_values
21170
21257
  multiphase: multiphase_1
@@ -34341,8 +34428,6 @@ class phase_27_child(Group):
34341
34428
  material_orientation: material_orientation
34342
34429
  disabled: disabled_1
34343
34430
  internal: internal
34344
- electrolyte: electrolyte_1
34345
- electrode: electrode
34346
34431
  _child_aliases: dict
34347
34432
  class phase_27(NamedObject[phase_27_child]):
34348
34433
  version: str
@@ -34417,8 +34502,6 @@ class settings_26(Group):
34417
34502
  material_orientation: material_orientation
34418
34503
  disabled: disabled_1
34419
34504
  internal: internal
34420
- electrolyte: electrolyte_1
34421
- electrode: electrode
34422
34505
  phase: phase_27
34423
34506
  _child_aliases: dict
34424
34507
  class solid_3_child(Group):
@@ -39011,7 +39094,7 @@ class general_nrbc(Group):
39011
39094
  relax: relax
39012
39095
  tangential_source: tangential_source
39013
39096
  verbosity: verbosity_4
39014
- class enable_18(Boolean):
39097
+ class enable_17(Boolean):
39015
39098
  version: str
39016
39099
  fluent_name: str
39017
39100
  _python_name: str
@@ -39033,7 +39116,7 @@ class turbo_sepcific_nrbc(Group):
39033
39116
  _python_name: str
39034
39117
  child_names: list[str]
39035
39118
  command_names: list[str]
39036
- enable: enable_18
39119
+ enable: enable_17
39037
39120
  discretization: discretization
39038
39121
  under_relaxation: under_relaxation_1
39039
39122
  verbosity: verbosity_5
@@ -39424,6 +39507,46 @@ class advanced_2(Group):
39424
39507
  child_names: list[str]
39425
39508
  delay_model_change_update: delay_model_change_update
39426
39509
  batch_thread_update: batch_thread_update
39510
+ class type_7(String, AllowedValuesMixin):
39511
+ version: str
39512
+ fluent_name: str
39513
+ _python_name: str
39514
+ class mass_flow_1(Real):
39515
+ version: str
39516
+ fluent_name: str
39517
+ _python_name: str
39518
+ class pressure_gradient(Real):
39519
+ version: str
39520
+ fluent_name: str
39521
+ _python_name: str
39522
+ class bulk_temperature(Real):
39523
+ version: str
39524
+ fluent_name: str
39525
+ _python_name: str
39526
+ class relax_1(Real):
39527
+ version: str
39528
+ fluent_name: str
39529
+ _python_name: str
39530
+ class niter(Integer):
39531
+ version: str
39532
+ fluent_name: str
39533
+ _python_name: str
39534
+ class flow_direction_2(RealList):
39535
+ version: str
39536
+ fluent_name: str
39537
+ _python_name: str
39538
+ class periodic_conditions(Group):
39539
+ version: str
39540
+ fluent_name: str
39541
+ _python_name: str
39542
+ child_names: list[str]
39543
+ type: type_7
39544
+ mass_flow: mass_flow_1
39545
+ pressure_gradient: pressure_gradient
39546
+ bulk_temperature: bulk_temperature
39547
+ relax: relax_1
39548
+ niter: niter
39549
+ flow_direction: flow_direction_2
39427
39550
  class settings_27(Group):
39428
39551
  version: str
39429
39552
  fluent_name: str
@@ -39437,6 +39560,7 @@ class settings_27(Group):
39437
39560
  physical_velocity_porous_formulation: physical_velocity_porous_formulation
39438
39561
  target_mass_flow_rate_settings: target_mass_flow_rate_settings
39439
39562
  advanced: advanced_2
39563
+ periodic_conditions: periodic_conditions
39440
39564
  def detect_boundary_advection(self):
39441
39565
  """
39442
39566
  Detect and set boundary advection at solid walls.
@@ -40007,6 +40131,47 @@ class mesh_interfaces(Group):
40007
40131
  enable_visualization_of_interfaces: enable_visualization_of_interfaces
40008
40132
  mapped_interface_options: mapped_interface_options
40009
40133
  non_conformal_interface_numerics: non_conformal_interface_numerics
40134
+ def create(self, si_name: str, all_bnd: bool, zone_ids: list[str], exclude_pair: bool, exclude_zone_ids: list[str], zone1_list: list[str], zone2_list: list[str], mapped: bool, enable_local_mapped_tolerance: bool, use_local_edge_length_factor: bool, local_relative_mapped_tolerance: float | str, local_absolute_mapped_tolerance: float | str, periodic: bool, coupled: bool, matching: bool, static: bool, ignore_area_difference: bool):
40135
+ """
40136
+ Create a mesh interface.
40137
+
40138
+ Parameters
40139
+ ----------
40140
+ si_name : str
40141
+ Enter a name/prefix for the mesh interface.
40142
+ all_bnd : bool
40143
+ Pick up zones for mesh interface creation.
40144
+ zone_ids : List
40145
+ Select boundary zones and/or cell zones for pairing.
40146
+ exclude_pair : bool
40147
+ Excluding specified zone pairs.
40148
+ exclude_zone_ids : List
40149
+ Select wall and/or interface zones for pairing.
40150
+ zone1_list : List
40151
+ Select first interface defining this mesh-interface.
40152
+ zone2_list : List
40153
+ Select second interface defining this mesh-interface.
40154
+ mapped : bool
40155
+ Indicate if mesh-interface is mapped.
40156
+ enable_local_mapped_tolerance : bool
40157
+ Enable local tolerance for this mesh interface.
40158
+ use_local_edge_length_factor : bool
40159
+ Enable tolerance based on local edge length factor instead of absolute tolerance.
40160
+ local_relative_mapped_tolerance : real
40161
+ Tolerance.
40162
+ local_absolute_mapped_tolerance : real
40163
+ Tolerance.
40164
+ periodic : bool
40165
+ Indicate if mesh-interface is adjacent to periodic boundaries.
40166
+ coupled : bool
40167
+ Indicate if mesh-interface is coupled.
40168
+ matching : bool
40169
+ Indicate if mesh-interface is matching.
40170
+ static : bool
40171
+ Indicate if mesh-interface is static.
40172
+ ignore_area_difference : bool
40173
+ Check if user want to create poorly matched interface.
40174
+ """
40010
40175
  def delete(self, name: str):
40011
40176
  """
40012
40177
  Delete a mesh interface.
@@ -41890,7 +42055,7 @@ class frozen_flux(Boolean):
41890
42055
  version: str
41891
42056
  fluent_name: str
41892
42057
  _python_name: str
41893
- class enable_20(Boolean):
42058
+ class enable_19(Boolean):
41894
42059
  version: str
41895
42060
  fluent_name: str
41896
42061
  _python_name: str
@@ -41902,7 +42067,7 @@ class select_variables(String, AllowedValuesMixin):
41902
42067
  version: str
41903
42068
  fluent_name: str
41904
42069
  _python_name: str
41905
- class type_7(String, AllowedValuesMixin):
42070
+ class type_8(String, AllowedValuesMixin):
41906
42071
  version: str
41907
42072
  fluent_name: str
41908
42073
  _python_name: str
@@ -41913,13 +42078,13 @@ class options_8(Group):
41913
42078
  child_names: list[str]
41914
42079
  relaxation_factor: relaxation_factor
41915
42080
  select_variables: select_variables
41916
- type: type_7
42081
+ type: type_8
41917
42082
  class high_order_term_relaxation(Group):
41918
42083
  version: str
41919
42084
  fluent_name: str
41920
42085
  _python_name: str
41921
42086
  child_names: list[str]
41922
- enable: enable_20
42087
+ enable: enable_19
41923
42088
  options: options_8
41924
42089
  class relative_permeability_2(Boolean):
41925
42090
  version: str
@@ -42312,7 +42477,7 @@ class false_time_step_linearization(Boolean):
42312
42477
  version: str
42313
42478
  fluent_name: str
42314
42479
  _python_name: str
42315
- class enable_21(Boolean):
42480
+ class enable_20(Boolean):
42316
42481
  version: str
42317
42482
  fluent_name: str
42318
42483
  _python_name: str
@@ -42341,7 +42506,7 @@ class auto_dt_advanced_controls(Group):
42341
42506
  fluent_name: str
42342
42507
  _python_name: str
42343
42508
  child_names: list[str]
42344
- enable: enable_21
42509
+ enable: enable_20
42345
42510
  dt_init_limit: dt_init_limit
42346
42511
  dt_max: dt_max_1
42347
42512
  dt_factor_min: dt_factor_min
@@ -42813,7 +42978,7 @@ class skewness_neighbor_coupling_1(Boolean):
42813
42978
  version: str
42814
42979
  fluent_name: str
42815
42980
  _python_name: str
42816
- class enable_22(Boolean):
42981
+ class enable_21(Boolean):
42817
42982
  version: str
42818
42983
  fluent_name: str
42819
42984
  _python_name: str
@@ -42826,7 +42991,7 @@ class multi_phase_setting(Group):
42826
42991
  fluent_name: str
42827
42992
  _python_name: str
42828
42993
  child_names: list[str]
42829
- enable: enable_22
42994
+ enable: enable_21
42830
42995
  options: options_9
42831
42996
  class single_phase_setting(String, AllowedValuesMixin):
42832
42997
  version: str
@@ -43014,7 +43179,7 @@ class vof_numerics(Group):
43014
43179
  force_treatment_of_unsteady_rc: force_treatment_of_unsteady_rc
43015
43180
  unstructured_var_presto_scheme: unstructured_var_presto_scheme
43016
43181
  new_framework_for_vof_specific_node_based_treatment: new_framework_for_vof_specific_node_based_treatment
43017
- class enable_23(Boolean):
43182
+ class enable_22(Boolean):
43018
43183
  version: str
43019
43184
  fluent_name: str
43020
43185
  _python_name: str
@@ -43031,10 +43196,10 @@ class warped_face_gradient_correction(Group):
43031
43196
  fluent_name: str
43032
43197
  _python_name: str
43033
43198
  child_names: list[str]
43034
- enable: enable_23
43199
+ enable: enable_22
43035
43200
  mode: mode_1
43036
43201
  turbulence_options: turbulence_options
43037
- class enable_24(Boolean):
43202
+ class enable_23(Boolean):
43038
43203
  version: str
43039
43204
  fluent_name: str
43040
43205
  _python_name: str
@@ -43051,7 +43216,7 @@ class high_speed_numerics(Group):
43051
43216
  fluent_name: str
43052
43217
  _python_name: str
43053
43218
  child_names: list[str]
43054
- enable: enable_24
43219
+ enable: enable_23
43055
43220
  expert: expert_7
43056
43221
  visualize_pressure_discontinuity_sensor: visualize_pressure_discontinuity_sensor
43057
43222
  class species_disc_together(Boolean):
@@ -46745,7 +46910,7 @@ class color(String, AllowedValuesMixin):
46745
46910
  version: str
46746
46911
  fluent_name: str
46747
46912
  _python_name: str
46748
- class weight(Integer):
46913
+ class weight_1(Integer):
46749
46914
  version: str
46750
46915
  fluent_name: str
46751
46916
  _python_name: str
@@ -46755,7 +46920,7 @@ class major_gridlines(Group):
46755
46920
  _python_name: str
46756
46921
  child_names: list[str]
46757
46922
  color: color
46758
- weight: weight
46923
+ weight: weight_1
46759
46924
  class show_minor_gridlines(Boolean):
46760
46925
  version: str
46761
46926
  fluent_name: str
@@ -46766,7 +46931,7 @@ class minor_gridlines(Group):
46766
46931
  _python_name: str
46767
46932
  child_names: list[str]
46768
46933
  color: color
46769
- weight: weight
46934
+ weight: weight_1
46770
46935
  class x_1(Group):
46771
46936
  version: str
46772
46937
  fluent_name: str
@@ -46813,7 +46978,7 @@ class pattern(String, AllowedValuesMixin):
46813
46978
  version: str
46814
46979
  fluent_name: str
46815
46980
  _python_name: str
46816
- class weight_1(Real):
46981
+ class weight_2(Real):
46817
46982
  version: str
46818
46983
  fluent_name: str
46819
46984
  _python_name: str
@@ -46827,7 +46992,7 @@ class line(Group):
46827
46992
  _python_name: str
46828
46993
  child_names: list[str]
46829
46994
  pattern: pattern
46830
- weight: weight_1
46995
+ weight: weight_2
46831
46996
  color: color_1
46832
46997
  class line_in_file(Group):
46833
46998
  version: str
@@ -46835,7 +47000,7 @@ class line_in_file(Group):
46835
47000
  _python_name: str
46836
47001
  child_names: list[str]
46837
47002
  pattern: pattern
46838
- weight: weight_1
47003
+ weight: weight_2
46839
47004
  color: color_1
46840
47005
  class symbol(String, AllowedValuesMixin):
46841
47006
  version: str
@@ -47637,7 +47802,7 @@ class yplus_ystar(Group):
47637
47802
  max_allowed: max_allowed
47638
47803
  wall_zones: wall_zones
47639
47804
  phase: phase_53
47640
- class type_8(Group):
47805
+ class type_9(Group):
47641
47806
  version: str
47642
47807
  fluent_name: str
47643
47808
  _python_name: str
@@ -47701,7 +47866,7 @@ class cell_registers_child(Group):
47701
47866
  command_names: list[str]
47702
47867
  name: name_21
47703
47868
  python_name_1: python_name_1
47704
- type: type_8
47869
+ type: type_9
47705
47870
  display_options: display_options
47706
47871
  def create_volume_surface(self):
47707
47872
  """
@@ -48271,67 +48436,121 @@ class initialization_1(Group):
48271
48436
  """
48272
48437
  Levelset function automatic initialization.
48273
48438
  """
48274
- class execute_commands(Group):
48439
+ class enable_24(Boolean):
48440
+ version: str
48441
+ fluent_name: str
48442
+ _python_name: str
48443
+ class execution_type(String, AllowedValuesMixin):
48444
+ version: str
48445
+ fluent_name: str
48446
+ _python_name: str
48447
+ class execution_command(String):
48448
+ version: str
48449
+ fluent_name: str
48450
+ _python_name: str
48451
+ class when_to_execute(String, AllowedValuesMixin):
48452
+ version: str
48453
+ fluent_name: str
48454
+ _python_name: str
48455
+ class frequency_cmd(Real):
48456
+ version: str
48457
+ fluent_name: str
48458
+ _python_name: str
48459
+ class python_cmd(Boolean):
48460
+ version: str
48461
+ fluent_name: str
48462
+ _python_name: str
48463
+ class execute_commands_child(Group):
48464
+ version: str
48465
+ fluent_name: str
48466
+ _python_name: str
48467
+ child_names: list[str]
48468
+ name: name_2
48469
+ enable: enable_24
48470
+ execution_type: execution_type
48471
+ execution_command: execution_command
48472
+ when_to_execute: when_to_execute
48473
+ frequency_cmd: frequency_cmd
48474
+ python_cmd: python_cmd
48475
+ class execute_commands(NamedObject[execute_commands_child]):
48275
48476
  version: str
48276
48477
  fluent_name: str
48277
48478
  _python_name: str
48278
48479
  command_names: list[str]
48279
- def enable(self, command_name: str):
48480
+ def create(self, name: str):
48481
+ """
48482
+ Create an instance of this.
48483
+
48484
+ Parameters
48485
+ ----------
48486
+ name : str
48487
+ Set name for an object.
48488
+ """
48489
+ def delete(self, name_list: list[str]):
48280
48490
  """
48281
- Enable an execute-command.
48491
+ Delete selected objects.
48282
48492
 
48283
48493
  Parameters
48284
48494
  ----------
48285
- command_name : str
48286
- 'command_name' child.
48495
+ name_list : List
48496
+ Select objects to be deleted.
48287
48497
  """
48288
- def disable(self, command_name: str):
48498
+ def rename(self, new: str, old: str):
48289
48499
  """
48290
- Disable an execute-command.
48500
+ Rename the object.
48291
48501
 
48292
48502
  Parameters
48293
48503
  ----------
48294
- command_name : str
48295
- 'command_name' child.
48504
+ new : str
48505
+ New name for the object.
48506
+ old : str
48507
+ Select object to rename.
48296
48508
  """
48297
- def copy(self, command_name: str):
48509
+ def list(self):
48298
48510
  """
48299
- Copy an execute-command.
48511
+ List the names of the objects.
48512
+ """
48513
+ def list_properties(self, object_name: str):
48514
+ """
48515
+ List active properties of the object.
48300
48516
 
48301
48517
  Parameters
48302
48518
  ----------
48303
- command_name : str
48304
- 'command_name' child.
48519
+ object_name : str
48520
+ Select object for which properties are to be listed.
48305
48521
  """
48306
- def delete(self, command_name: str):
48522
+ def make_a_copy(self, from_: str, to: str):
48307
48523
  """
48308
- Delete an execute-command.
48524
+ Create a copy of the object.
48309
48525
 
48310
48526
  Parameters
48311
48527
  ----------
48312
- command_name : str
48313
- 'command_name' child.
48528
+ from_ : str
48529
+ Select the object to duplicate.
48530
+ to : str
48531
+ Specify the name of the new object.
48314
48532
  """
48315
48533
  def export(self, command_name: list[str], tsv_file_name: str):
48316
48534
  """
48317
- Export execute-commands to a TSV file.
48535
+ Export Commands.
48318
48536
 
48319
48537
  Parameters
48320
48538
  ----------
48321
48539
  command_name : List
48322
- 'command_name' child.
48540
+ Command names to export.
48323
48541
  tsv_file_name : str
48324
- 'tsv_file_name' child.
48542
+ .tsv file name to save exported commands.
48325
48543
  """
48326
48544
  def import_(self, tsv_file_name: str):
48327
48545
  """
48328
- Import execute-commands from a TSV file.
48546
+ Import commands from .tsv file.
48329
48547
 
48330
48548
  Parameters
48331
48549
  ----------
48332
48550
  tsv_file_name_1 : str
48333
- 'tsv_file_name' child.
48551
+ .tsv file name to save exported commands.
48334
48552
  """
48553
+ child_object_type: execute_commands_child
48335
48554
  class name_22(String):
48336
48555
  version: str
48337
48556
  fluent_name: str
@@ -48525,7 +48744,7 @@ class initialization_method(Group):
48525
48744
  child_names: list[str]
48526
48745
  init_from_data_file: init_from_data_file
48527
48746
  init_from_solution: init_from_solution
48528
- class python_cmd(Boolean):
48747
+ class python_cmd_1(Boolean):
48529
48748
  version: str
48530
48749
  fluent_name: str
48531
48750
  _python_name: str
@@ -48552,7 +48771,7 @@ class before_init_modification(Group):
48552
48771
  child_names: list[str]
48553
48772
  active: active
48554
48773
  name: name_21
48555
- python_cmd: python_cmd
48774
+ python_cmd: python_cmd_1
48556
48775
  command: command
48557
48776
  count: count
48558
48777
  ftselected: ftselected
@@ -48564,7 +48783,7 @@ class original_settings(Group):
48564
48783
  child_names: list[str]
48565
48784
  active: active
48566
48785
  name: name_21
48567
- python_cmd: python_cmd
48786
+ python_cmd: python_cmd_1
48568
48787
  command: command
48569
48788
  count: count
48570
48789
  ftselected: ftselected
@@ -48576,7 +48795,7 @@ class modifications_child(Group):
48576
48795
  child_names: list[str]
48577
48796
  active: active
48578
48797
  name: name_21
48579
- python_cmd: python_cmd
48798
+ python_cmd: python_cmd_1
48580
48799
  command: command
48581
48800
  count: count
48582
48801
  ftselected: ftselected
@@ -49036,7 +49255,7 @@ class time_step_count_1(Real):
49036
49255
  version: str
49037
49256
  fluent_name: str
49038
49257
  _python_name: str
49039
- class type_9(String, AllowedValuesMixin):
49258
+ class type_10(String, AllowedValuesMixin):
49040
49259
  version: str
49041
49260
  fluent_name: str
49042
49261
  _python_name: str
@@ -49395,7 +49614,7 @@ class transient_controls(Group):
49395
49614
  fluent_name: str
49396
49615
  _python_name: str
49397
49616
  child_names: list[str]
49398
- type: type_9
49617
+ type: type_10
49399
49618
  method: method_10
49400
49619
  duration_specification_method: duration_specification_method
49401
49620
  specified_time_step: specified_time_step
@@ -51560,7 +51779,7 @@ class option_41(String, AllowedValuesMixin):
51560
51779
  version: str
51561
51780
  fluent_name: str
51562
51781
  _python_name: str
51563
- class type_10(Group):
51782
+ class type_11(Group):
51564
51783
  version: str
51565
51784
  fluent_name: str
51566
51785
  _python_name: str
@@ -51582,7 +51801,7 @@ class automatic(Group):
51582
51801
  _python_name: str
51583
51802
  child_names: list[str]
51584
51803
  option: option_1
51585
- type: type_10
51804
+ type: type_11
51586
51805
  id: id
51587
51806
  normal: normal_2
51588
51807
  partition: partition
@@ -52822,7 +53041,7 @@ class pattern_1(String, AllowedValuesMixin):
52822
53041
  version: str
52823
53042
  fluent_name: str
52824
53043
  _python_name: str
52825
- class weight_2(Real):
53044
+ class weight_3(Real):
52826
53045
  version: str
52827
53046
  fluent_name: str
52828
53047
  _python_name: str
@@ -52832,7 +53051,7 @@ class lines_child(Group):
52832
53051
  _python_name: str
52833
53052
  child_names: list[str]
52834
53053
  pattern: pattern_1
52835
- weight: weight_2
53054
+ weight: weight_3
52836
53055
  color: color_3
52837
53056
  class lines(ListObject[lines_child]):
52838
53057
  version: str
@@ -53845,7 +54064,7 @@ class data_source(String, AllowedValuesMixin):
53845
54064
  version: str
53846
54065
  fluent_name: str
53847
54066
  _python_name: str
53848
- class type_11(String, AllowedValuesMixin):
54067
+ class type_12(String, AllowedValuesMixin):
53849
54068
  version: str
53850
54069
  fluent_name: str
53851
54070
  _python_name: str
@@ -53854,7 +54073,7 @@ class range_options_3(Group):
53854
54073
  fluent_name: str
53855
54074
  _python_name: str
53856
54075
  child_names: list[str]
53857
- type: type_11
54076
+ type: type_12
53858
54077
  minimum: minimum_3
53859
54078
  maximum: maximum_3
53860
54079
  class color_density(Real):
@@ -55104,6 +55323,18 @@ class show_colormap(Boolean):
55104
55323
  version: str
55105
55324
  fluent_name: str
55106
55325
  _python_name: str
55326
+ class line_weight(Real):
55327
+ version: str
55328
+ fluent_name: str
55329
+ _python_name: str
55330
+ class marker_size_4(Real):
55331
+ version: str
55332
+ fluent_name: str
55333
+ _python_name: str
55334
+ class marker_symbol_1(String, AllowedValuesMixin):
55335
+ version: str
55336
+ fluent_name: str
55337
+ _python_name: str
55107
55338
  class rendering_options(Group):
55108
55339
  version: str
55109
55340
  fluent_name: str
@@ -55119,6 +55350,9 @@ class rendering_options(Group):
55119
55350
  hidden_surfaces: hidden_surfaces
55120
55351
  front_faces_transparent: front_faces_transparent_1
55121
55352
  show_colormap: show_colormap
55353
+ line_weight: line_weight
55354
+ marker_size: marker_size_4
55355
+ marker_symbol: marker_symbol_1
55122
55356
  def device_info(self):
55123
55357
  """
55124
55358
  List information for the graphics device.
@@ -55130,7 +55364,7 @@ class rendering_options(Group):
55130
55364
  Parameters
55131
55365
  ----------
55132
55366
  driver_name : str
55133
- 'driver_name' child.
55367
+ Select new graphics driver.
55134
55368
  """
55135
55369
  def set_rendering_options(self):
55136
55370
  """
@@ -55800,6 +56034,15 @@ class raytracing_options(Group):
55800
56034
  """
55801
56035
  Display the raytracing rendering for the active window.
55802
56036
  """
56037
+ def display_in_omniverse(self, usd_output_file: str):
56038
+ """
56039
+ Display the raytracing rendering in Omniverse.
56040
+
56041
+ Parameters
56042
+ ----------
56043
+ usd_output_file : str
56044
+ Set the file path where USD file should be saved.
56045
+ """
55803
56046
  class pulse_mode(String, AllowedValuesMixin):
55804
56047
  version: str
55805
56048
  fluent_name: str
@@ -55961,6 +56204,32 @@ class display_6(Group):
55961
56204
  zone_names : List
55962
56205
  Enter zone name list.
55963
56206
  """
56207
+ def hsf_file(self, filename: str):
56208
+ """
56209
+ Display hoops stream file data to active graphics window.
56210
+
56211
+ Parameters
56212
+ ----------
56213
+ filename : str
56214
+ Enter HSF file name.
56215
+ """
56216
+ def re_render(self):
56217
+ """
56218
+ Re-render the last contour, profile, or velocity vector plot with updated surfaces, meshes, lights, colormap, rendering options, etc., without recalculating the contour data.
56219
+ """
56220
+ def re_scale(self):
56221
+ """
56222
+ Re-render the last contour, profile, or velocity vector plot with updated scale, surfaces, meshes, lights, colormap, rendering options, etc., without recalculating the field data.
56223
+ """
56224
+ def surface_cells(self, surface_cell_names_ids: list[str]):
56225
+ """
56226
+ Draw the cells on the specified surfaces.
56227
+
56228
+ Parameters
56229
+ ----------
56230
+ surface_cell_names_ids : List
56231
+ Enter the list of surface names/ids.
56232
+ """
55964
56233
  class texture_name(String, AllowedValuesMixin):
55965
56234
  version: str
55966
56235
  fluent_name: str
@@ -56795,6 +57064,44 @@ class plot_4(Group):
56795
57064
  plot_from_file: plot_from_file
56796
57065
  profile_data: profile_data
56797
57066
  interpolated_data: interpolated_data
57067
+ def circum_avg_axial(self, field: str, surface: str, number_of_bands: int, method: str, file_name: str, order_point: bool):
57068
+ """
57069
+ Compute iso-axial band surfaces and plot data vs axial coordinate on them.
57070
+
57071
+ Parameters
57072
+ ----------
57073
+ field : str
57074
+ Select the field variable.
57075
+ surface : str
57076
+ Select surface.
57077
+ number_of_bands : int
57078
+ Specify the number of divisions of the field variable to be plotted.
57079
+ method : str
57080
+ Select the method you want to use to compute.
57081
+ file_name : str
57082
+ Type in the desired file name to save.
57083
+ order_point : bool
57084
+ Choose whether or not to reorder the points.
57085
+ """
57086
+ def circum_avg_radial(self, field: str, surface: str, number_of_bands: int, method: str, file_name: str, order_point: bool):
57087
+ """
57088
+ Compute iso-radial band surfaces and plot data vs radius on them.
57089
+
57090
+ Parameters
57091
+ ----------
57092
+ field : str
57093
+ Select the field variable.
57094
+ surface : str
57095
+ Select surface.
57096
+ number_of_bands : int
57097
+ Specify the number of divisions of the field variable to be plotted.
57098
+ method : str
57099
+ Select the method you want to use to compute.
57100
+ file_name : str
57101
+ Type in the desired file name to save.
57102
+ order_point : bool
57103
+ Choose whether or not to reorder the points.
57104
+ """
56798
57105
  def plot_direction(self, plot_direction: list[float | str]):
56799
57106
  """
56800
57107
  Set plot direction for xy plot.
@@ -57683,16 +57990,18 @@ class histogram_1(Group):
57683
57990
  sample_file : str
57684
57991
  Enter the name of a sample file to be loaded.
57685
57992
  """
57686
- def dpm_sample_contour_plots(self, sample_name: str, interval_size: float | str):
57993
+ def dpm_sample_contour_plots(self, sample_name: str, interval_size: float | str, writing_radial_profile_files_enabled: bool):
57687
57994
  """
57688
57995
  Prepare named expressions from data in a DPM sample file (collected at a cut plane surface) for contour plotting.
57689
57996
 
57690
57997
  Parameters
57691
57998
  ----------
57692
57999
  sample_name : str
57693
- 'sample_name' child.
58000
+ Pick a sample, for which a .dpm sample file of the same name is available, for creating DPM Sample Contour Plots.
57694
58001
  interval_size : real
57695
- 'interval_size' child.
58002
+ Define the spatial resolution of the DPM Sample Contour Plots. Higher resolution (i.e. a smaller interval size) may cause noisy plots and data points representing too few statistical events in the sample file.
58003
+ writing_radial_profile_files_enabled : bool
58004
+ If the plane is (parallel to) a cartesian coordinate plane, instead of producing the Expressions for DPM Sample Contour Plots, calculate radial profiles and write them into .csv data files.
57696
58005
  """
57697
58006
  class output_udf(String, AllowedValuesMixin):
57698
58007
  version: str
@@ -59712,7 +60021,7 @@ class results(Group):
59712
60021
  scene: scene
59713
60022
  animations: animations
59714
60023
  report: report_2
59715
- class type_12(String, AllowedValuesMixin):
60024
+ class type_13(String, AllowedValuesMixin):
59716
60025
  version: str
59717
60026
  fluent_name: str
59718
60027
  _python_name: str
@@ -59886,7 +60195,7 @@ class definition_1_child(Group):
59886
60195
  _python_name: str
59887
60196
  child_names: list[str]
59888
60197
  name: name_2
59889
- type: type_12
60198
+ type: type_13
59890
60199
  walls: walls
59891
60200
  vector: vector_2
59892
60201
  center: center_2
@@ -60340,7 +60649,7 @@ class strategy(String, AllowedValuesMixin):
60340
60649
  version: str
60341
60650
  fluent_name: str
60342
60651
  _python_name: str
60343
- class method_12(String, AllowedValuesMixin):
60652
+ class method_13(String, AllowedValuesMixin):
60344
60653
  version: str
60345
60654
  fluent_name: str
60346
60655
  _python_name: str
@@ -60415,10 +60724,10 @@ class current_scheme(Group):
60415
60724
  fluent_name: str
60416
60725
  _python_name: str
60417
60726
  child_names: list[str]
60418
- method: method_12
60727
+ method: method_13
60419
60728
  dissipation: dissipation
60420
60729
  residual_minimization: residual_minimization
60421
- class method_13(String, AllowedValuesMixin):
60730
+ class method_14(String, AllowedValuesMixin):
60422
60731
  version: str
60423
60732
  fluent_name: str
60424
60733
  _python_name: str
@@ -60435,11 +60744,11 @@ class first_scheme(Group):
60435
60744
  fluent_name: str
60436
60745
  _python_name: str
60437
60746
  child_names: list[str]
60438
- method: method_13
60747
+ method: method_14
60439
60748
  auto_detection: auto_detection
60440
60749
  iterations: iterations_2
60441
60750
  dissipation: dissipation
60442
- class method_14(String, AllowedValuesMixin):
60751
+ class method_15(String, AllowedValuesMixin):
60443
60752
  version: str
60444
60753
  fluent_name: str
60445
60754
  _python_name: str
@@ -60448,7 +60757,7 @@ class second_scheme(Group):
60448
60757
  fluent_name: str
60449
60758
  _python_name: str
60450
60759
  child_names: list[str]
60451
- method: method_14
60760
+ method: method_15
60452
60761
  iterations: iterations_2
60453
60762
  residual_minimization: residual_minimization
60454
60763
  class stabilization_1(Group):
@@ -60602,7 +60911,7 @@ class initialize_stabilization(Group):
60602
60911
  """
60603
60912
  Initialize the stabilization scheme.
60604
60913
  """
60605
- class file_name_15(String):
60914
+ class file_name_16(String):
60606
60915
  version: str
60607
60916
  fluent_name: str
60608
60917
  _python_name: str
@@ -60619,7 +60928,7 @@ class autosave(Group):
60619
60928
  fluent_name: str
60620
60929
  _python_name: str
60621
60930
  child_names: list[str]
60622
- file_name: file_name_15
60931
+ file_name: file_name_16
60623
60932
  frequency: frequency_6
60624
60933
  max_files: max_files_1
60625
60934
  class calculation_activities(Group):
@@ -60653,7 +60962,7 @@ class sensitivity_orientation(String, AllowedValuesMixin):
60653
60962
  version: str
60654
60963
  fluent_name: str
60655
60964
  _python_name: str
60656
- class method_15(String, AllowedValuesMixin):
60965
+ class method_16(String, AllowedValuesMixin):
60657
60966
  version: str
60658
60967
  fluent_name: str
60659
60968
  _python_name: str
@@ -60666,7 +60975,7 @@ class surface_shape_sensitivity(Group):
60666
60975
  fluent_name: str
60667
60976
  _python_name: str
60668
60977
  child_names: list[str]
60669
- method: method_15
60978
+ method: method_16
60670
60979
  smoothness: smoothness
60671
60980
  class postprocess_options(Group):
60672
60981
  version: str
@@ -60706,7 +61015,7 @@ class reporting(Group):
60706
61015
  append_data : bool
60707
61016
  Append data to file.
60708
61017
  """
60709
- class method_16(String, AllowedValuesMixin):
61018
+ class method_17(String, AllowedValuesMixin):
60710
61019
  version: str
60711
61020
  fluent_name: str
60712
61021
  _python_name: str
@@ -60913,7 +61222,7 @@ class morpher(Group):
60913
61222
  fluent_name: str
60914
61223
  _python_name: str
60915
61224
  child_names: list[str]
60916
- method: method_16
61225
+ method: method_17
60917
61226
  constraint_method: constraint_method
60918
61227
  numerics: numerics_1
60919
61228
  class modifiable_zones(StringList, AllowedValuesMixin):
@@ -61489,7 +61798,7 @@ class orientation_1(Group):
61489
61798
  surfaces : List
61490
61799
  Surfaces orientations to be reverse.
61491
61800
  """
61492
- class method_17(String, AllowedValuesMixin):
61801
+ class method_18(String, AllowedValuesMixin):
61493
61802
  version: str
61494
61803
  fluent_name: str
61495
61804
  _python_name: str
@@ -61502,7 +61811,7 @@ class compound(Group):
61502
61811
  fluent_name: str
61503
61812
  _python_name: str
61504
61813
  child_names: list[str]
61505
- method: method_17
61814
+ method: method_18
61506
61815
  conditions: conditions_1
61507
61816
  class definition_3_child(Group):
61508
61817
  version: str
@@ -61511,7 +61820,7 @@ class definition_3_child(Group):
61511
61820
  child_names: list[str]
61512
61821
  command_names: list[str]
61513
61822
  name: name_2
61514
- type: type_12
61823
+ type: type_13
61515
61824
  surfaces: surfaces_17
61516
61825
  imported_surfaces: imported_surfaces
61517
61826
  fit_imported_surfaces: fit_imported_surfaces
@@ -61631,7 +61940,7 @@ class applied_conditions(StringList, AllowedValuesMixin):
61631
61940
  version: str
61632
61941
  fluent_name: str
61633
61942
  _python_name: str
61634
- class method_18(String, AllowedValuesMixin):
61943
+ class method_19(String, AllowedValuesMixin):
61635
61944
  version: str
61636
61945
  fluent_name: str
61637
61946
  _python_name: str
@@ -61653,7 +61962,7 @@ class fix_surfaces(Group):
61653
61962
  _python_name: str
61654
61963
  child_names: list[str]
61655
61964
  command_names: list[str]
61656
- method: method_18
61965
+ method: method_19
61657
61966
  layers: layers
61658
61967
  distance: distance_2
61659
61968
  applied_moving_conditions: applied_moving_conditions
@@ -61749,7 +62058,7 @@ class change_as_percentage(Boolean):
61749
62058
  version: str
61750
62059
  fluent_name: str
61751
62060
  _python_name: str
61752
- class weight_3(Real):
62061
+ class weight_4(Real):
61753
62062
  version: str
61754
62063
  fluent_name: str
61755
62064
  _python_name: str
@@ -61763,7 +62072,7 @@ class objectives_1_child(Group):
61763
62072
  step_direction: step_direction
61764
62073
  target_change: target_change
61765
62074
  change_as_percentage: change_as_percentage
61766
- weight: weight_3
62075
+ weight: weight_4
61767
62076
  class objectives_1(NamedObject[objectives_1_child]):
61768
62077
  version: str
61769
62078
  fluent_name: str
@@ -61959,11 +62268,11 @@ class parameters_5(NamedObject[parameters_5_child]):
61959
62268
  Specify the name of the new object.
61960
62269
  """
61961
62270
  child_object_type: parameters_5_child
61962
- class file_name_20(String):
62271
+ class file_name_21(String):
61963
62272
  version: str
61964
62273
  fluent_name: str
61965
62274
  _python_name: str
61966
- class weight_4(Real):
62275
+ class weight_5(Real):
61967
62276
  version: str
61968
62277
  fluent_name: str
61969
62278
  _python_name: str
@@ -61976,10 +62285,10 @@ class results_1_child(Group):
61976
62285
  fluent_name: str
61977
62286
  _python_name: str
61978
62287
  child_names: list[str]
61979
- file_name: file_name_20
62288
+ file_name: file_name_21
61980
62289
  observable: observable_2
61981
62290
  value: value_22
61982
- weight: weight_4
62291
+ weight: weight_5
61983
62292
  expected_change: expected_change
61984
62293
  class results_1(NamedObject[results_1_child]):
61985
62294
  version: str
@@ -62200,7 +62509,7 @@ class selection_2(StringList, AllowedValuesMixin):
62200
62509
  version: str
62201
62510
  fluent_name: str
62202
62511
  _python_name: str
62203
- class method_19(String, AllowedValuesMixin):
62512
+ class method_20(String, AllowedValuesMixin):
62204
62513
  version: str
62205
62514
  fluent_name: str
62206
62515
  _python_name: str
@@ -62217,7 +62526,7 @@ class evaluation(Group):
62217
62526
  fluent_name: str
62218
62527
  _python_name: str
62219
62528
  child_names: list[str]
62220
- method: method_19
62529
+ method: method_20
62221
62530
  frequency: frequency_7
62222
62531
  sampling_after: sampling_after
62223
62532
  class observables_1(Group):
@@ -62469,7 +62778,7 @@ class objectives_2(Group):
62469
62778
  observables: observables_1
62470
62779
  operating_conditions: operating_conditions_1
62471
62780
  objectives: objectives_3
62472
- class method_20(String, AllowedValuesMixin):
62781
+ class method_21(String, AllowedValuesMixin):
62473
62782
  version: str
62474
62783
  fluent_name: str
62475
62784
  _python_name: str
@@ -62498,7 +62807,7 @@ class optimizer_settings(Group):
62498
62807
  fluent_name: str
62499
62808
  _python_name: str
62500
62809
  child_names: list[str]
62501
- method: method_20
62810
+ method: method_21
62502
62811
  current_design_iteration: current_design_iteration
62503
62812
  design_iterations: design_iterations
62504
62813
  convergence_criteria: convergence_criteria
@@ -62602,7 +62911,7 @@ class design_variables(Group):
62602
62911
  """
62603
62912
  Initialize the design variables with the current values.
62604
62913
  """
62605
- class type_13(String, AllowedValuesMixin):
62914
+ class type_14(String, AllowedValuesMixin):
62606
62915
  version: str
62607
62916
  fluent_name: str
62608
62917
  _python_name: str
@@ -62775,7 +63084,7 @@ class model_6(Group):
62775
63084
  _python_name: str
62776
63085
  child_names: list[str]
62777
63086
  command_names: list[str]
62778
- type: type_13
63087
+ type: type_14
62779
63088
  settings: settings_34
62780
63089
  offline_training: offline_training
62781
63090
  management: management
@@ -62912,7 +63221,7 @@ class autosave_1(Group):
62912
63221
  fluent_name: str
62913
63222
  _python_name: str
62914
63223
  child_names: list[str]
62915
- file_name: file_name_16
63224
+ file_name: file_name_17
62916
63225
  save_files: save_files
62917
63226
  save_optimal: save_optimal
62918
63227
  export_stl: export_stl_1
@@ -63977,7 +64286,7 @@ class across_zones(Boolean):
63977
64286
  version: str
63978
64287
  fluent_name: str
63979
64288
  _python_name: str
63980
- class method_22(String, AllowedValuesMixin):
64289
+ class method_23(String, AllowedValuesMixin):
63981
64290
  version: str
63982
64291
  fluent_name: str
63983
64292
  _python_name: str
@@ -63996,7 +64305,7 @@ class auto(Group):
63996
64305
  child_names: list[str]
63997
64306
  case_file: case_file
63998
64307
  across_zones: across_zones
63999
- method: method_22
64308
+ method: method_23
64000
64309
  load_vector: load_vector
64001
64310
  pre_test: pre_test
64002
64311
  class across_zone_boundaries(Boolean):
@@ -64411,7 +64720,7 @@ class iter_per_coupling_count(Integer):
64411
64720
  version: str
64412
64721
  fluent_name: str
64413
64722
  _python_name: str
64414
- class method_23(String, AllowedValuesMixin):
64723
+ class method_24(String, AllowedValuesMixin):
64415
64724
  version: str
64416
64725
  fluent_name: str
64417
64726
  _python_name: str
@@ -64432,7 +64741,7 @@ class single_session_coupling(Group):
64432
64741
  fluent_name: str
64433
64742
  _python_name: str
64434
64743
  child_names: list[str]
64435
- method: method_23
64744
+ method: method_24
64436
64745
  type: type_2
64437
64746
  interval: interval_1
64438
64747
  frequency: frequency_10
@@ -64442,7 +64751,7 @@ class two_session_coupling(Group):
64442
64751
  fluent_name: str
64443
64752
  _python_name: str
64444
64753
  child_names: list[str]
64445
- method: method_23
64754
+ method: method_24
64446
64755
  type: type_2
64447
64756
  frequency: frequency_10
64448
64757
  class coupling(Group):