ansys-fluent-core 0.30.3__py3-none-any.whl → 0.30.4__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.

@@ -12,7 +12,7 @@ from ansys.fluent.core.solver.flobject import (
12
12
  _InOutFile,
13
13
  )
14
14
 
15
- SHASH = "e9f60623fc58faec06daae7cdb7c93301f7da8b7443cf8376388f8273670829a"
15
+ SHASH = "2adb4fe04675fa5aa5e8dd9a3cca912d1e85535178a30b74142565b65e632ff3"
16
16
 
17
17
  class single_precision_coordinates(Boolean):
18
18
  """
@@ -3694,13 +3694,34 @@ class background(Integer):
3694
3694
  fluent_name = 'background'
3695
3695
  _python_name = 'background'
3696
3696
 
3697
- class read_2(String, AllowedValuesMixin):
3697
+ class file_1(String, AllowedValuesMixin):
3698
+ """
3699
+ 'file' child.
3700
+ """
3701
+ _version = '252'
3702
+ fluent_name = 'file'
3703
+ _python_name = 'file'
3704
+
3705
+ class unit_1(String, AllowedValuesMixin):
3706
+ """
3707
+ 'unit' child.
3708
+ """
3709
+ _version = '252'
3710
+ fluent_name = 'unit'
3711
+ _python_name = 'unit'
3712
+
3713
+ class read_2(Group):
3698
3714
  """
3699
3715
  'read' child.
3700
3716
  """
3701
3717
  _version = '252'
3702
3718
  fluent_name = 'read'
3703
3719
  _python_name = 'read'
3720
+ child_names = ['file', 'unit']
3721
+ _child_classes = dict(
3722
+ file=file_1,
3723
+ unit=unit_1,
3724
+ )
3704
3725
 
3705
3726
  class delete_1(String, AllowedValuesMixin):
3706
3727
  """
@@ -4980,37 +5001,53 @@ class make_periodic(Command):
4980
5001
  direction=direction,
4981
5002
  )
4982
5003
 
4983
- class periodic_method(String, AllowedValuesMixin):
5004
+ class creation_method(String, AllowedValuesMixin):
4984
5005
  """
4985
5006
  Method for creating periodic boundary.
4986
5007
  """
4987
5008
  _version = '252'
4988
- fluent_name = 'periodic-method'
4989
- _python_name = 'periodic_method'
5009
+ fluent_name = 'creation-method'
5010
+ _python_name = 'creation_method'
4990
5011
 
4991
5012
  class interface_name(String):
4992
5013
  """
4993
- The name for this periodic interface.
5014
+ Name of periodic interface.
4994
5015
  """
4995
5016
  _version = '252'
4996
5017
  fluent_name = 'interface-name'
4997
5018
  _python_name = 'interface_name'
4998
5019
 
4999
- class rotate_periodic_1(Boolean):
5020
+ class periodic_zone(String, AllowedValuesMixin):
5021
+ """
5022
+ Id/name of zone to convert to periodic.
5023
+ """
5024
+ _version = '252'
5025
+ fluent_name = 'periodic-zone'
5026
+ _python_name = 'periodic_zone'
5027
+
5028
+ class shadow_zone(String, AllowedValuesMixin):
5029
+ """
5030
+ Id/name of shadow zone to convert to periodic shadow.
5031
+ """
5032
+ _version = '252'
5033
+ fluent_name = 'shadow-zone'
5034
+ _python_name = 'shadow_zone'
5035
+
5036
+ class rotational_periodic(Boolean):
5000
5037
  """
5001
5038
  Rotational or tranlational periodic boundary.
5002
5039
  """
5003
5040
  _version = '252'
5004
- fluent_name = 'rotate-periodic?'
5005
- _python_name = 'rotate_periodic'
5041
+ fluent_name = 'rotational-periodic?'
5042
+ _python_name = 'rotational_periodic'
5006
5043
 
5007
- class new_origin(Boolean):
5044
+ class update_origin(Boolean):
5008
5045
  """
5009
5046
  Use a new origin instead of the default origin.
5010
5047
  """
5011
5048
  _version = '252'
5012
- fluent_name = 'new-origin?'
5013
- _python_name = 'new_origin'
5049
+ fluent_name = 'update-origin?'
5050
+ _python_name = 'update_origin'
5014
5051
 
5015
5052
  class origin_5(RealList):
5016
5053
  """
@@ -5020,13 +5057,13 @@ class origin_5(RealList):
5020
5057
  fluent_name = 'origin'
5021
5058
  _python_name = 'origin'
5022
5059
 
5023
- class new_direction(Boolean):
5060
+ class update_direction(Boolean):
5024
5061
  """
5025
5062
  Use a new rotational axis/direction instead of the default one.
5026
5063
  """
5027
5064
  _version = '252'
5028
- fluent_name = 'new-direction?'
5029
- _python_name = 'new_direction'
5065
+ fluent_name = 'update-direction?'
5066
+ _python_name = 'update_direction'
5030
5067
 
5031
5068
  class direction_1(RealList):
5032
5069
  """
@@ -5036,29 +5073,29 @@ class direction_1(RealList):
5036
5073
  fluent_name = 'direction'
5037
5074
  _python_name = 'direction'
5038
5075
 
5039
- class auto_offset(Boolean):
5076
+ class auto_compute_offset(Boolean):
5040
5077
  """
5041
- Automatically calculate periodic offset.
5078
+ Automatically compute periodic offset.
5042
5079
  """
5043
5080
  _version = '252'
5044
- fluent_name = 'auto-offset?'
5045
- _python_name = 'auto_offset'
5081
+ fluent_name = 'auto-compute-offset?'
5082
+ _python_name = 'auto_compute_offset'
5046
5083
 
5047
- class angle_offset(Real):
5084
+ class angular_offset(Real):
5048
5085
  """
5049
- Angle of rotation.
5086
+ Rotational periodic offset.
5050
5087
  """
5051
5088
  _version = '252'
5052
- fluent_name = 'angle-offset'
5053
- _python_name = 'angle_offset'
5089
+ fluent_name = 'angular-offset'
5090
+ _python_name = 'angular_offset'
5054
5091
 
5055
- class trans_offset(RealList):
5092
+ class translational_offset(RealList):
5056
5093
  """
5057
5094
  Translation offset vector.
5058
5095
  """
5059
5096
  _version = '252'
5060
- fluent_name = 'trans-offset'
5061
- _python_name = 'trans_offset'
5097
+ fluent_name = 'translational-offset'
5098
+ _python_name = 'translational_offset'
5062
5099
 
5063
5100
  class create_periodic(Boolean):
5064
5101
  """
@@ -5082,29 +5119,29 @@ class create_periodic_interface(Command):
5082
5119
 
5083
5120
  Parameters
5084
5121
  ----------
5085
- periodic_method : str
5122
+ creation_method : str
5086
5123
  Method for creating periodic boundary.
5087
5124
  interface_name : str
5088
- The name for this periodic interface.
5089
- zone_name : str
5125
+ Name of periodic interface.
5126
+ periodic_zone : str
5090
5127
  Id/name of zone to convert to periodic.
5091
- shadow_zone_name : str
5092
- Id/name of zone to convert to shadow.
5093
- rotate_periodic : bool
5128
+ shadow_zone : str
5129
+ Id/name of shadow zone to convert to periodic shadow.
5130
+ rotational_periodic : bool
5094
5131
  Rotational or tranlational periodic boundary.
5095
- new_origin : bool
5132
+ update_origin : bool
5096
5133
  Use a new origin instead of the default origin.
5097
5134
  origin : List
5098
5135
  User specified origin of rotation.
5099
- new_direction : bool
5136
+ update_direction : bool
5100
5137
  Use a new rotational axis/direction instead of the default one.
5101
5138
  direction : List
5102
5139
  User specified axis/direction of rotation.
5103
- auto_offset : bool
5104
- Automatically calculate periodic offset.
5105
- angle_offset : real
5106
- Angle of rotation.
5107
- trans_offset : List
5140
+ auto_compute_offset : bool
5141
+ Automatically compute periodic offset.
5142
+ angular_offset : real
5143
+ Rotational periodic offset.
5144
+ translational_offset : List
5108
5145
  Translation offset vector.
5109
5146
  create_periodic : bool
5110
5147
  Create periodic boundary.
@@ -5114,20 +5151,20 @@ class create_periodic_interface(Command):
5114
5151
  _version = '252'
5115
5152
  fluent_name = 'create-periodic-interface'
5116
5153
  _python_name = 'create_periodic_interface'
5117
- argument_names = ['periodic_method', 'interface_name', 'zone_name', 'shadow_zone_name', 'rotate_periodic', 'new_origin', 'origin', 'new_direction', 'direction', 'auto_offset', 'angle_offset', 'trans_offset', 'create_periodic', 'create_matching']
5154
+ argument_names = ['creation_method', 'interface_name', 'periodic_zone', 'shadow_zone', 'rotational_periodic', 'update_origin', 'origin', 'update_direction', 'direction', 'auto_compute_offset', 'angular_offset', 'translational_offset', 'create_periodic', 'create_matching']
5118
5155
  _child_classes = dict(
5119
- periodic_method=periodic_method,
5156
+ creation_method=creation_method,
5120
5157
  interface_name=interface_name,
5121
- zone_name=zone_name_4,
5122
- shadow_zone_name=shadow_zone_name,
5123
- rotate_periodic=rotate_periodic_1,
5124
- new_origin=new_origin,
5158
+ periodic_zone=periodic_zone,
5159
+ shadow_zone=shadow_zone,
5160
+ rotational_periodic=rotational_periodic,
5161
+ update_origin=update_origin,
5125
5162
  origin=origin_5,
5126
- new_direction=new_direction,
5163
+ update_direction=update_direction,
5127
5164
  direction=direction_1,
5128
- auto_offset=auto_offset,
5129
- angle_offset=angle_offset,
5130
- trans_offset=trans_offset,
5165
+ auto_compute_offset=auto_compute_offset,
5166
+ angular_offset=angular_offset,
5167
+ translational_offset=translational_offset,
5131
5168
  create_periodic=create_periodic,
5132
5169
  create_matching=create_matching,
5133
5170
  )
@@ -5639,7 +5676,7 @@ class file_name_1_8(Filename, _InputFile):
5639
5676
  fluent_name = 'file-name'
5640
5677
  _python_name = 'file_name'
5641
5678
 
5642
- class unit_1(String):
5679
+ class unit_2(String):
5643
5680
  """
5644
5681
  'unit' child.
5645
5682
  """
@@ -5664,7 +5701,7 @@ class read_3(Command):
5664
5701
  argument_names = ['file_name', 'unit']
5665
5702
  _child_classes = dict(
5666
5703
  file_name=file_name_1_8,
5667
- unit=unit_1,
5704
+ unit=unit_2,
5668
5705
  )
5669
5706
  _child_aliases = dict(
5670
5707
  filename=('file_name', 'filename'),
@@ -5724,13 +5761,107 @@ class options(Group):
5724
5761
  preserve_interior_zones=preserve_interior_zones,
5725
5762
  )
5726
5763
 
5764
+ class structured_mesh_option(Boolean):
5765
+ """
5766
+ Check polyhedra conversion for structured meshes.
5767
+ """
5768
+ _version = '252'
5769
+ fluent_name = 'structured-mesh-option'
5770
+ _python_name = 'structured_mesh_option'
5771
+
5772
+ class face_hierarchy_option(Boolean):
5773
+ """
5774
+ Check polyhedra conversion for adapted meshes.
5775
+ """
5776
+ _version = '252'
5777
+ fluent_name = 'face-hierarchy-option'
5778
+ _python_name = 'face_hierarchy_option'
5779
+
5780
+ class reinitialize_option(Boolean):
5781
+ """
5782
+ Check for data reinitialization after polyhedra conversion.
5783
+ """
5784
+ _version = '252'
5785
+ fluent_name = 'reinitialize-option'
5786
+ _python_name = 'reinitialize_option'
5787
+
5788
+ class boundary_layer_option(String, AllowedValuesMixin):
5789
+ """
5790
+ Preserve boundary layers during polyhedra conversion.
5791
+ """
5792
+ _version = '252'
5793
+ fluent_name = 'boundary-layer-option'
5794
+ _python_name = 'boundary_layer_option'
5795
+
5796
+ class dynamic_mesh_option(Boolean):
5797
+ """
5798
+ Check polyhedra conversion for dynamic mesh model.
5799
+ """
5800
+ _version = '252'
5801
+ fluent_name = 'dynamic-mesh-option'
5802
+ _python_name = 'dynamic_mesh_option'
5803
+
5804
+ class heat_exchanger_option(Boolean):
5805
+ """
5806
+ Check polyhedra conversion for heat exchanger model.
5807
+ """
5808
+ _version = '252'
5809
+ fluent_name = 'heat-exchanger-option'
5810
+ _python_name = 'heat_exchanger_option'
5811
+
5812
+ class multiple_shadow_nodes_option(Boolean):
5813
+ """
5814
+ Check polyhedra conversion for mesh with multiple shadow nodes.
5815
+ """
5816
+ _version = '252'
5817
+ fluent_name = 'multiple-shadow-nodes-option'
5818
+ _python_name = 'multiple_shadow_nodes_option'
5819
+
5820
+ class inconsistent_periodic_option(Boolean):
5821
+ """
5822
+ Check polyhedra conversion for mesh with inconsistent periodic boundaries.
5823
+ """
5824
+ _version = '252'
5825
+ fluent_name = 'inconsistent-periodic-option'
5826
+ _python_name = 'inconsistent_periodic_option'
5827
+
5727
5828
  class convert_domain(Command):
5728
5829
  """
5729
5830
  Convert entire domain to polyhedra cells.
5831
+
5832
+ Parameters
5833
+ ----------
5834
+ structured_mesh_option : bool
5835
+ Check polyhedra conversion for structured meshes.
5836
+ face_hierarchy_option : bool
5837
+ Check polyhedra conversion for adapted meshes.
5838
+ reinitialize_option : bool
5839
+ Check for data reinitialization after polyhedra conversion.
5840
+ boundary_layer_option : str
5841
+ Preserve boundary layers during polyhedra conversion.
5842
+ dynamic_mesh_option : bool
5843
+ Check polyhedra conversion for dynamic mesh model.
5844
+ heat_exchanger_option : bool
5845
+ Check polyhedra conversion for heat exchanger model.
5846
+ multiple_shadow_nodes_option : bool
5847
+ Check polyhedra conversion for mesh with multiple shadow nodes.
5848
+ inconsistent_periodic_option : bool
5849
+ Check polyhedra conversion for mesh with inconsistent periodic boundaries.
5730
5850
  """
5731
5851
  _version = '252'
5732
5852
  fluent_name = 'convert-domain'
5733
5853
  _python_name = 'convert_domain'
5854
+ argument_names = ['structured_mesh_option', 'face_hierarchy_option', 'reinitialize_option', 'boundary_layer_option', 'dynamic_mesh_option', 'heat_exchanger_option', 'multiple_shadow_nodes_option', 'inconsistent_periodic_option']
5855
+ _child_classes = dict(
5856
+ structured_mesh_option=structured_mesh_option,
5857
+ face_hierarchy_option=face_hierarchy_option,
5858
+ reinitialize_option=reinitialize_option,
5859
+ boundary_layer_option=boundary_layer_option,
5860
+ dynamic_mesh_option=dynamic_mesh_option,
5861
+ heat_exchanger_option=heat_exchanger_option,
5862
+ multiple_shadow_nodes_option=multiple_shadow_nodes_option,
5863
+ inconsistent_periodic_option=inconsistent_periodic_option,
5864
+ )
5734
5865
 
5735
5866
  class convert_hanging_nodes(Command):
5736
5867
  """
@@ -15586,6 +15717,44 @@ class injection_surfaces(StringList, AllowedValuesMixin):
15586
15717
  fluent_name = 'injection-surfaces'
15587
15718
  _python_name = 'injection_surfaces'
15588
15719
 
15720
+ class physics_2(StringList, AllowedValuesMixin):
15721
+ """
15722
+ The boundary(s) that will be used to define the object.
15723
+ """
15724
+ _version = '252'
15725
+ fluent_name = 'physics'
15726
+ _python_name = 'physics'
15727
+
15728
+ class geometry_3(StringList, AllowedValuesMixin):
15729
+ """
15730
+ The geometry(s) that will be used to define the object.
15731
+ """
15732
+ _version = '252'
15733
+ fluent_name = 'geometry'
15734
+ _python_name = 'geometry'
15735
+
15736
+ class surfaces_6(StringList, AllowedValuesMixin):
15737
+ """
15738
+ The user-surface(s) that will be used to define the object.
15739
+ """
15740
+ _version = '252'
15741
+ fluent_name = 'surfaces'
15742
+ _python_name = 'surfaces'
15743
+
15744
+ class from_location(Group):
15745
+ """
15746
+ Help utl locations .
15747
+ """
15748
+ _version = '252'
15749
+ fluent_name = 'from-location'
15750
+ _python_name = 'from_location'
15751
+ child_names = ['physics', 'geometry', 'surfaces']
15752
+ _child_classes = dict(
15753
+ physics=physics_2,
15754
+ geometry=geometry_3,
15755
+ surfaces=surfaces_6,
15756
+ )
15757
+
15589
15758
  class randomized_positions_enabled(Boolean, AllowedValuesMixin):
15590
15759
  """
15591
15760
  Randomize starting points?.
@@ -15711,9 +15880,10 @@ class location_1(Group):
15711
15880
  _version = '252'
15712
15881
  fluent_name = 'location'
15713
15882
  _python_name = 'location'
15714
- child_names = ['injection_surfaces', 'randomized_positions_enabled', 'number_of_streams', 'x', 'x_2', 'y', 'y_2', 'z', 'z_2', 'azimuthal_start_angle', 'azimuthal_stop_angle', 'spatial_staggering']
15883
+ child_names = ['injection_surfaces', 'from_location', 'randomized_positions_enabled', 'number_of_streams', 'x', 'x_2', 'y', 'y_2', 'z', 'z_2', 'azimuthal_start_angle', 'azimuthal_stop_angle', 'spatial_staggering']
15715
15884
  _child_classes = dict(
15716
15885
  injection_surfaces=injection_surfaces,
15886
+ from_location=from_location,
15717
15887
  randomized_positions_enabled=randomized_positions_enabled,
15718
15888
  number_of_streams=number_of_streams,
15719
15889
  x=x,
@@ -17717,7 +17887,7 @@ class airfoil_data_file(String, AllowedValuesMixin):
17717
17887
  fluent_name = 'airfoil-data-file'
17718
17888
  _python_name = 'airfoil_data_file'
17719
17889
 
17720
- class geometry_3_child(Group):
17890
+ class geometry_4_child(Group):
17721
17891
  """
17722
17892
  'child_object_type' of geometry.
17723
17893
  """
@@ -17733,7 +17903,7 @@ class geometry_3_child(Group):
17733
17903
  airfoil_data_file=airfoil_data_file,
17734
17904
  )
17735
17905
 
17736
- class geometry_3(NamedObject[geometry_3_child], CreatableNamedObjectMixin[geometry_3_child]):
17906
+ class geometry_4(NamedObject[geometry_4_child], CreatableNamedObjectMixin[geometry_4_child]):
17737
17907
  """
17738
17908
  Main object.
17739
17909
  """
@@ -17750,7 +17920,7 @@ class geometry_3(NamedObject[geometry_3_child], CreatableNamedObjectMixin[geomet
17750
17920
  make_a_copy=make_a_copy,
17751
17921
  add=add,
17752
17922
  )
17753
- child_object_type = geometry_3_child
17923
+ child_object_type = geometry_4_child
17754
17924
 
17755
17925
  class trim_option(Integer):
17756
17926
  """
@@ -17829,7 +17999,7 @@ class rotor_child(Group):
17829
17999
  _child_classes = dict(
17830
18000
  name=name_5,
17831
18001
  general=general_1,
17832
- geometry=geometry_3,
18002
+ geometry=geometry_4,
17833
18003
  trimming=trimming,
17834
18004
  )
17835
18005
 
@@ -38068,7 +38238,7 @@ class geom_bgthread(Integer):
38068
38238
  fluent_name = 'geom-bgthread'
38069
38239
  _python_name = 'geom_bgthread'
38070
38240
 
38071
- class geometry_5(Group):
38241
+ class geometry_6(Group):
38072
38242
  """
38073
38243
  Allows to change geometry model variables or settings.
38074
38244
  """
@@ -38095,7 +38265,7 @@ class phase_3_child(Group):
38095
38265
  _python_name = 'phase_child'
38096
38266
  child_names = ['geometry']
38097
38267
  _child_classes = dict(
38098
- geometry=geometry_5,
38268
+ geometry=geometry_6,
38099
38269
  )
38100
38270
 
38101
38271
  class phase_3(NamedObject[phase_3_child], CreatableNamedObjectMixin[phase_3_child]):
@@ -38125,7 +38295,7 @@ class settings_1(Group):
38125
38295
  _python_name = 'settings'
38126
38296
  child_names = ['geometry', 'phase']
38127
38297
  _child_classes = dict(
38128
- geometry=geometry_5,
38298
+ geometry=geometry_6,
38129
38299
  phase=phase_3,
38130
38300
  )
38131
38301
 
@@ -41405,7 +41575,7 @@ class phase_4_child(Group):
41405
41575
  structure=structure_1,
41406
41576
  uds=uds,
41407
41577
  icing=icing,
41408
- geometry=geometry_5,
41578
+ geometry=geometry_6,
41409
41579
  )
41410
41580
 
41411
41581
  class phase_4(NamedObject[phase_4_child], CreatableNamedObjectMixin[phase_4_child]):
@@ -41446,7 +41616,7 @@ class settings_2(Group):
41446
41616
  structure=structure_1,
41447
41617
  uds=uds,
41448
41618
  icing=icing,
41449
- geometry=geometry_5,
41619
+ geometry=geometry_6,
41450
41620
  phase=phase_4,
41451
41621
  )
41452
41622
 
@@ -41852,7 +42022,7 @@ class phase_5_child(Group):
41852
42022
  pressure_jump_specification=pressure_jump_specification,
41853
42023
  swirl_velocity_specification=swirl_velocity_specification,
41854
42024
  discrete_phase=discrete_phase_2,
41855
- geometry=geometry_5,
42025
+ geometry=geometry_6,
41856
42026
  )
41857
42027
 
41858
42028
  class phase_5(NamedObject[phase_5_child], CreatableNamedObjectMixin[phase_5_child]):
@@ -41885,7 +42055,7 @@ class settings_3(Group):
41885
42055
  pressure_jump_specification=pressure_jump_specification,
41886
42056
  swirl_velocity_specification=swirl_velocity_specification,
41887
42057
  discrete_phase=discrete_phase_2,
41888
- geometry=geometry_5,
42058
+ geometry=geometry_6,
41889
42059
  phase=phase_5,
41890
42060
  )
41891
42061
 
@@ -41926,7 +42096,7 @@ class fan(NamedObject[fan_child], CreatableNamedObjectMixin[fan_child]):
41926
42096
  )
41927
42097
  child_object_type = fan_child
41928
42098
 
41929
- class geometry_4_child(Group):
42099
+ class geometry_5_child(Group):
41930
42100
  """
41931
42101
  'child_object_type' of geometry.
41932
42102
  """
@@ -41945,7 +42115,7 @@ class geometry_4_child(Group):
41945
42115
  location=('locations', 'location'),
41946
42116
  )
41947
42117
 
41948
- class geometry_4(NamedObject[geometry_4_child], CreatableNamedObjectMixin[geometry_4_child]):
42118
+ class geometry_5(NamedObject[geometry_5_child], CreatableNamedObjectMixin[geometry_5_child]):
41949
42119
  """
41950
42120
  Thread-type.
41951
42121
  """
@@ -41961,7 +42131,7 @@ class geometry_4(NamedObject[geometry_4_child], CreatableNamedObjectMixin[geomet
41961
42131
  list_properties=list_properties,
41962
42132
  make_a_copy=make_a_copy,
41963
42133
  )
41964
- child_object_type = geometry_4_child
42134
+ child_object_type = geometry_5_child
41965
42135
 
41966
42136
  class reference_frame_4(String, AllowedValuesMixin):
41967
42137
  """
@@ -43863,7 +44033,7 @@ class phase_6_child(Group):
43863
44033
  structure=structure_1,
43864
44034
  uds=uds,
43865
44035
  icing=icing_1,
43866
- geometry=geometry_5,
44036
+ geometry=geometry_6,
43867
44037
  )
43868
44038
 
43869
44039
  class phase_6(NamedObject[phase_6_child], CreatableNamedObjectMixin[phase_6_child]):
@@ -43904,7 +44074,7 @@ class settings_4(Group):
43904
44074
  structure=structure_1,
43905
44075
  uds=uds,
43906
44076
  icing=icing_1,
43907
- geometry=geometry_5,
44077
+ geometry=geometry_6,
43908
44078
  phase=phase_6,
43909
44079
  )
43910
44080
 
@@ -44033,7 +44203,7 @@ class phase_7_child(Group):
44033
44203
  structure=structure_1,
44034
44204
  uds=uds,
44035
44205
  icing=icing_1,
44036
- geometry=geometry_5,
44206
+ geometry=geometry_6,
44037
44207
  )
44038
44208
 
44039
44209
  class phase_7(NamedObject[phase_7_child], CreatableNamedObjectMixin[phase_7_child]):
@@ -44074,7 +44244,7 @@ class settings_5(Group):
44074
44244
  structure=structure_1,
44075
44245
  uds=uds,
44076
44246
  icing=icing_1,
44077
- geometry=geometry_5,
44247
+ geometry=geometry_6,
44078
44248
  phase=phase_7,
44079
44249
  )
44080
44250
 
@@ -44145,7 +44315,7 @@ class phase_8_child(Group):
44145
44315
  child_names = ['interface', 'geometry']
44146
44316
  _child_classes = dict(
44147
44317
  interface=interface_1,
44148
- geometry=geometry_5,
44318
+ geometry=geometry_6,
44149
44319
  )
44150
44320
 
44151
44321
  class phase_8(NamedObject[phase_8_child], CreatableNamedObjectMixin[phase_8_child]):
@@ -44176,7 +44346,7 @@ class settings_6(Group):
44176
44346
  child_names = ['interface', 'geometry', 'phase']
44177
44347
  _child_classes = dict(
44178
44348
  interface=interface_1,
44179
- geometry=geometry_5,
44349
+ geometry=geometry_6,
44180
44350
  phase=phase_8,
44181
44351
  )
44182
44352
 
@@ -44853,7 +45023,7 @@ class phase_10_child(Group):
44853
45023
  structure=structure_1,
44854
45024
  uds=uds,
44855
45025
  icing=icing_1,
44856
- geometry=geometry_5,
45026
+ geometry=geometry_6,
44857
45027
  )
44858
45028
 
44859
45029
  class phase_10(NamedObject[phase_10_child], CreatableNamedObjectMixin[phase_10_child]):
@@ -44894,7 +45064,7 @@ class settings_8(Group):
44894
45064
  structure=structure_1,
44895
45065
  uds=uds,
44896
45066
  icing=icing_1,
44897
- geometry=geometry_5,
45067
+ geometry=geometry_6,
44898
45068
  phase=phase_10,
44899
45069
  )
44900
45070
 
@@ -45070,7 +45240,7 @@ class phase_11_child(Group):
45070
45240
  structure=structure_1,
45071
45241
  uds=uds,
45072
45242
  icing=icing_1,
45073
- geometry=geometry_5,
45243
+ geometry=geometry_6,
45074
45244
  )
45075
45245
 
45076
45246
  class phase_11(NamedObject[phase_11_child], CreatableNamedObjectMixin[phase_11_child]):
@@ -45111,7 +45281,7 @@ class settings_9(Group):
45111
45281
  structure=structure_1,
45112
45282
  uds=uds,
45113
45283
  icing=icing_1,
45114
- geometry=geometry_5,
45284
+ geometry=geometry_6,
45115
45285
  phase=phase_11,
45116
45286
  )
45117
45287
 
@@ -45438,7 +45608,7 @@ class phase_14_child(Group):
45438
45608
  uds=uds_2,
45439
45609
  radiation=radiation_2,
45440
45610
  discrete_phase=discrete_phase_4,
45441
- geometry=geometry_5,
45611
+ geometry=geometry_6,
45442
45612
  )
45443
45613
 
45444
45614
  class phase_14(NamedObject[phase_14_child], CreatableNamedObjectMixin[phase_14_child]):
@@ -45474,7 +45644,7 @@ class settings_12(Group):
45474
45644
  uds=uds_2,
45475
45645
  radiation=radiation_2,
45476
45646
  discrete_phase=discrete_phase_4,
45477
- geometry=geometry_5,
45647
+ geometry=geometry_6,
45478
45648
  phase=phase_14,
45479
45649
  )
45480
45650
 
@@ -45608,7 +45778,7 @@ class phase_15_child(Group):
45608
45778
  structure=structure_1,
45609
45779
  uds=uds,
45610
45780
  icing=icing,
45611
- geometry=geometry_5,
45781
+ geometry=geometry_6,
45612
45782
  )
45613
45783
 
45614
45784
  class phase_15(NamedObject[phase_15_child], CreatableNamedObjectMixin[phase_15_child]):
@@ -45649,7 +45819,7 @@ class settings_13(Group):
45649
45819
  structure=structure_1,
45650
45820
  uds=uds,
45651
45821
  icing=icing,
45652
- geometry=geometry_5,
45822
+ geometry=geometry_6,
45653
45823
  phase=phase_15,
45654
45824
  )
45655
45825
 
@@ -45840,7 +46010,7 @@ class periodic_1(Group):
45840
46010
  shift_components=('shift_component', 'shift-components'),
45841
46011
  )
45842
46012
 
45843
- class geometry_6(Group):
46013
+ class geometry_7(Group):
45844
46014
  """
45845
46015
  Help not available.
45846
46016
  """
@@ -45868,7 +46038,7 @@ class phase_16_child(Group):
45868
46038
  child_names = ['periodic', 'geometry']
45869
46039
  _child_classes = dict(
45870
46040
  periodic=periodic_1,
45871
- geometry=geometry_6,
46041
+ geometry=geometry_7,
45872
46042
  )
45873
46043
 
45874
46044
  class phase_16(NamedObject[phase_16_child], CreatableNamedObjectMixin[phase_16_child]):
@@ -45899,7 +46069,7 @@ class settings_14(Group):
45899
46069
  child_names = ['periodic', 'geometry', 'phase']
45900
46070
  _child_classes = dict(
45901
46071
  periodic=periodic_1,
45902
- geometry=geometry_6,
46072
+ geometry=geometry_7,
45903
46073
  phase=phase_16,
45904
46074
  )
45905
46075
 
@@ -46160,7 +46330,7 @@ class phase_17_child(Group):
46160
46330
  _child_classes = dict(
46161
46331
  porous_jump=porous_jump_1,
46162
46332
  discrete_phase=discrete_phase_2,
46163
- geometry=geometry_5,
46333
+ geometry=geometry_6,
46164
46334
  )
46165
46335
 
46166
46336
  class phase_17(NamedObject[phase_17_child], CreatableNamedObjectMixin[phase_17_child]):
@@ -46192,7 +46362,7 @@ class settings_15(Group):
46192
46362
  _child_classes = dict(
46193
46363
  porous_jump=porous_jump_1,
46194
46364
  discrete_phase=discrete_phase_2,
46195
- geometry=geometry_5,
46365
+ geometry=geometry_6,
46196
46366
  phase=phase_17,
46197
46367
  )
46198
46368
 
@@ -46451,7 +46621,7 @@ class phase_18_child(Group):
46451
46621
  structure=structure_1,
46452
46622
  uds=uds,
46453
46623
  icing=icing_1,
46454
- geometry=geometry_5,
46624
+ geometry=geometry_6,
46455
46625
  )
46456
46626
 
46457
46627
  class phase_18(NamedObject[phase_18_child], CreatableNamedObjectMixin[phase_18_child]):
@@ -46491,7 +46661,7 @@ class settings_16(Group):
46491
46661
  structure=structure_1,
46492
46662
  uds=uds,
46493
46663
  icing=icing_1,
46494
- geometry=geometry_5,
46664
+ geometry=geometry_6,
46495
46665
  phase=phase_18,
46496
46666
  )
46497
46667
 
@@ -46592,7 +46762,7 @@ class phase_19_child(Group):
46592
46762
  structure=structure_1,
46593
46763
  uds=uds,
46594
46764
  icing=icing_1,
46595
- geometry=geometry_5,
46765
+ geometry=geometry_6,
46596
46766
  )
46597
46767
 
46598
46768
  class phase_19(NamedObject[phase_19_child], CreatableNamedObjectMixin[phase_19_child]):
@@ -46633,7 +46803,7 @@ class settings_17(Group):
46633
46803
  structure=structure_1,
46634
46804
  uds=uds,
46635
46805
  icing=icing_1,
46636
- geometry=geometry_5,
46806
+ geometry=geometry_6,
46637
46807
  phase=phase_19,
46638
46808
  )
46639
46809
 
@@ -46764,7 +46934,7 @@ class phase_20_child(Group):
46764
46934
  structure=structure_1,
46765
46935
  uds=uds,
46766
46936
  icing=icing,
46767
- geometry=geometry_5,
46937
+ geometry=geometry_6,
46768
46938
  )
46769
46939
 
46770
46940
  class phase_20(NamedObject[phase_20_child], CreatableNamedObjectMixin[phase_20_child]):
@@ -46805,7 +46975,7 @@ class settings_18(Group):
46805
46975
  structure=structure_1,
46806
46976
  uds=uds,
46807
46977
  icing=icing,
46808
- geometry=geometry_5,
46978
+ geometry=geometry_6,
46809
46979
  phase=phase_20,
46810
46980
  )
46811
46981
 
@@ -46912,7 +47082,7 @@ class phase_21_child(Group):
46912
47082
  _child_classes = dict(
46913
47083
  radiator=radiator_1,
46914
47084
  discrete_phase=discrete_phase_2,
46915
- geometry=geometry_5,
47085
+ geometry=geometry_6,
46916
47086
  )
46917
47087
 
46918
47088
  class phase_21(NamedObject[phase_21_child], CreatableNamedObjectMixin[phase_21_child]):
@@ -46944,7 +47114,7 @@ class settings_19(Group):
46944
47114
  _child_classes = dict(
46945
47115
  radiator=radiator_1,
46946
47116
  discrete_phase=discrete_phase_2,
46947
- geometry=geometry_5,
47117
+ geometry=geometry_6,
46948
47118
  phase=phase_21,
46949
47119
  )
46950
47120
 
@@ -47042,7 +47212,7 @@ class phase_22_child(Group):
47042
47212
  child_names = ['turbulence', 'geometry']
47043
47213
  _child_classes = dict(
47044
47214
  turbulence=turbulence_4,
47045
- geometry=geometry_5,
47215
+ geometry=geometry_6,
47046
47216
  )
47047
47217
 
47048
47218
  class phase_22(NamedObject[phase_22_child], CreatableNamedObjectMixin[phase_22_child]):
@@ -47073,7 +47243,7 @@ class settings_20(Group):
47073
47243
  child_names = ['turbulence', 'geometry', 'phase']
47074
47244
  _child_classes = dict(
47075
47245
  turbulence=turbulence_4,
47076
- geometry=geometry_5,
47246
+ geometry=geometry_6,
47077
47247
  phase=phase_22,
47078
47248
  )
47079
47249
 
@@ -47332,7 +47502,7 @@ class phase_23_child(Group):
47332
47502
  child_names = ['recirculation_inlet', 'geometry']
47333
47503
  _child_classes = dict(
47334
47504
  recirculation_inlet=recirculation_inlet_1,
47335
- geometry=geometry_5,
47505
+ geometry=geometry_6,
47336
47506
  )
47337
47507
 
47338
47508
  class phase_23(NamedObject[phase_23_child], CreatableNamedObjectMixin[phase_23_child]):
@@ -47363,7 +47533,7 @@ class settings_21(Group):
47363
47533
  child_names = ['recirculation_inlet', 'geometry', 'phase']
47364
47534
  _child_classes = dict(
47365
47535
  recirculation_inlet=recirculation_inlet_1,
47366
- geometry=geometry_5,
47536
+ geometry=geometry_6,
47367
47537
  phase=phase_23,
47368
47538
  )
47369
47539
 
@@ -47436,7 +47606,7 @@ class phase_24_child(Group):
47436
47606
  child_names = ['recirculation_outlet', 'geometry']
47437
47607
  _child_classes = dict(
47438
47608
  recirculation_outlet=recirculation_outlet_1,
47439
- geometry=geometry_5,
47609
+ geometry=geometry_6,
47440
47610
  )
47441
47611
 
47442
47612
  class phase_24(NamedObject[phase_24_child], CreatableNamedObjectMixin[phase_24_child]):
@@ -47467,7 +47637,7 @@ class settings_22(Group):
47467
47637
  child_names = ['recirculation_outlet', 'geometry', 'phase']
47468
47638
  _child_classes = dict(
47469
47639
  recirculation_outlet=recirculation_outlet_1,
47470
- geometry=geometry_5,
47640
+ geometry=geometry_6,
47471
47641
  phase=phase_24,
47472
47642
  )
47473
47643
 
@@ -48803,7 +48973,7 @@ class phase_25_child(Group):
48803
48973
  structure=structure_1,
48804
48974
  uds=uds,
48805
48975
  icing=icing_1,
48806
- geometry=geometry_5,
48976
+ geometry=geometry_6,
48807
48977
  )
48808
48978
 
48809
48979
  class phase_25(NamedObject[phase_25_child], CreatableNamedObjectMixin[phase_25_child]):
@@ -48844,7 +49014,7 @@ class settings_23(Group):
48844
49014
  structure=structure_1,
48845
49015
  uds=uds,
48846
49016
  icing=icing_1,
48847
- geometry=geometry_5,
49017
+ geometry=geometry_6,
48848
49018
  phase=phase_25,
48849
49019
  )
48850
49020
 
@@ -53134,7 +53304,7 @@ class phase_26_child(Group):
53134
53304
  uds=uds,
53135
53305
  icing=icing_2,
53136
53306
  ablation=ablation_1,
53137
- geometry=geometry_5,
53307
+ geometry=geometry_6,
53138
53308
  )
53139
53309
 
53140
53310
  class phase_26(NamedObject[phase_26_child], CreatableNamedObjectMixin[phase_26_child]):
@@ -53177,7 +53347,7 @@ class settings_24(Group):
53177
53347
  uds=uds,
53178
53348
  icing=icing_2,
53179
53349
  ablation=ablation_1,
53180
- geometry=geometry_5,
53350
+ geometry=geometry_6,
53181
53351
  phase=phase_26,
53182
53352
  )
53183
53353
 
@@ -53268,7 +53438,7 @@ class boundaries_1(Group):
53268
53438
  degassing=degassing,
53269
53439
  exhaust_fan=exhaust_fan,
53270
53440
  fan=fan,
53271
- geometry=geometry_4,
53441
+ geometry=geometry_5,
53272
53442
  inlet_vent=inlet_vent,
53273
53443
  intake_fan=intake_fan,
53274
53444
  interface=interface,
@@ -53720,7 +53890,7 @@ class axis_6_child(Group):
53720
53890
  _child_classes = dict(
53721
53891
  name=name_4,
53722
53892
  locations=locations_2,
53723
- geometry=geometry_5,
53893
+ geometry=geometry_6,
53724
53894
  phase=phase_3,
53725
53895
  display=display_4,
53726
53896
  split=split_1,
@@ -53761,7 +53931,7 @@ class degassing_1_child(Group):
53761
53931
  _child_classes = dict(
53762
53932
  name=name_4,
53763
53933
  locations=locations_2,
53764
- geometry=geometry_5,
53934
+ geometry=geometry_6,
53765
53935
  phase=phase_3,
53766
53936
  display=display_4,
53767
53937
  split=split_1,
@@ -53813,7 +53983,7 @@ class exhaust_fan_1_child(Group):
53813
53983
  structure=structure_1,
53814
53984
  uds=uds,
53815
53985
  icing=icing,
53816
- geometry=geometry_5,
53986
+ geometry=geometry_6,
53817
53987
  phase=phase_4,
53818
53988
  display=display_4,
53819
53989
  split=split_1,
@@ -53857,7 +54027,7 @@ class fan_1_child(Group):
53857
54027
  pressure_jump_specification=pressure_jump_specification,
53858
54028
  swirl_velocity_specification=swirl_velocity_specification,
53859
54029
  discrete_phase=discrete_phase_2,
53860
- geometry=geometry_5,
54030
+ geometry=geometry_6,
53861
54031
  phase=phase_5,
53862
54032
  display=display_4,
53863
54033
  split=split_1,
@@ -53886,7 +54056,7 @@ class fan_1(NamedObject[fan_1_child], CreatableNamedObjectMixin[fan_1_child]):
53886
54056
  )
53887
54057
  child_object_type = fan_1_child
53888
54058
 
53889
- class geometry_7_child(Group):
54059
+ class geometry_8_child(Group):
53890
54060
  """
53891
54061
  'child_object_type' of geometry.
53892
54062
  """
@@ -53898,7 +54068,7 @@ class geometry_7_child(Group):
53898
54068
  _child_classes = dict(
53899
54069
  name=name_4,
53900
54070
  locations=locations_2,
53901
- geometry=geometry_5,
54071
+ geometry=geometry_6,
53902
54072
  phase=phase_3,
53903
54073
  display=display_4,
53904
54074
  split=split_1,
@@ -53909,7 +54079,7 @@ class geometry_7_child(Group):
53909
54079
  location=('locations', 'location'),
53910
54080
  )
53911
54081
 
53912
- class geometry_7(NamedObject[geometry_7_child], CreatableNamedObjectMixin[geometry_7_child]):
54082
+ class geometry_8(NamedObject[geometry_8_child], CreatableNamedObjectMixin[geometry_8_child]):
53913
54083
  """
53914
54084
  Thread-type.
53915
54085
  """
@@ -53925,7 +54095,7 @@ class geometry_7(NamedObject[geometry_7_child], CreatableNamedObjectMixin[geomet
53925
54095
  list_properties=list_properties,
53926
54096
  make_a_copy=make_a_copy,
53927
54097
  )
53928
- child_object_type = geometry_7_child
54098
+ child_object_type = geometry_8_child
53929
54099
 
53930
54100
  class inlet_vent_1_child(Group):
53931
54101
  """
@@ -53950,7 +54120,7 @@ class inlet_vent_1_child(Group):
53950
54120
  structure=structure_1,
53951
54121
  uds=uds,
53952
54122
  icing=icing_1,
53953
- geometry=geometry_5,
54123
+ geometry=geometry_6,
53954
54124
  phase=phase_6,
53955
54125
  display=display_4,
53956
54126
  split=split_1,
@@ -54002,7 +54172,7 @@ class intake_fan_1_child(Group):
54002
54172
  structure=structure_1,
54003
54173
  uds=uds,
54004
54174
  icing=icing_1,
54005
- geometry=geometry_5,
54175
+ geometry=geometry_6,
54006
54176
  phase=phase_7,
54007
54177
  display=display_4,
54008
54178
  split=split_1,
@@ -54044,7 +54214,7 @@ class interface_2_child(Group):
54044
54214
  name=name_4,
54045
54215
  locations=locations_2,
54046
54216
  interface=interface_1,
54047
- geometry=geometry_5,
54217
+ geometry=geometry_6,
54048
54218
  phase=phase_8,
54049
54219
  display=display_4,
54050
54220
  split=split_1,
@@ -54137,7 +54307,7 @@ class mass_flow_inlet_1_child(Group):
54137
54307
  structure=structure_1,
54138
54308
  uds=uds,
54139
54309
  icing=icing_1,
54140
- geometry=geometry_5,
54310
+ geometry=geometry_6,
54141
54311
  phase=phase_10,
54142
54312
  display=display_4,
54143
54313
  split=split_1,
@@ -54189,7 +54359,7 @@ class mass_flow_outlet_1_child(Group):
54189
54359
  structure=structure_1,
54190
54360
  uds=uds,
54191
54361
  icing=icing_1,
54192
- geometry=geometry_5,
54362
+ geometry=geometry_6,
54193
54363
  phase=phase_11,
54194
54364
  display=display_4,
54195
54365
  split=split_1,
@@ -54317,7 +54487,7 @@ class outflow_1_child(Group):
54317
54487
  uds=uds_2,
54318
54488
  radiation=radiation_2,
54319
54489
  discrete_phase=discrete_phase_4,
54320
- geometry=geometry_5,
54490
+ geometry=geometry_6,
54321
54491
  phase=phase_14,
54322
54492
  display=display_4,
54323
54493
  split=split_1,
@@ -54369,7 +54539,7 @@ class outlet_vent_1_child(Group):
54369
54539
  structure=structure_1,
54370
54540
  uds=uds,
54371
54541
  icing=icing,
54372
- geometry=geometry_5,
54542
+ geometry=geometry_6,
54373
54543
  phase=phase_15,
54374
54544
  display=display_4,
54375
54545
  split=split_1,
@@ -54410,7 +54580,7 @@ class overset_1_child(Group):
54410
54580
  _child_classes = dict(
54411
54581
  name=name_4,
54412
54582
  locations=locations_2,
54413
- geometry=geometry_5,
54583
+ geometry=geometry_6,
54414
54584
  phase=phase_3,
54415
54585
  display=display_4,
54416
54586
  split=split_1,
@@ -54452,7 +54622,7 @@ class periodic_2_child(Group):
54452
54622
  name=name_4,
54453
54623
  locations=locations_2,
54454
54624
  periodic=periodic_1,
54455
- geometry=geometry_6,
54625
+ geometry=geometry_7,
54456
54626
  phase=phase_16,
54457
54627
  display=display_4,
54458
54628
  split=split_1,
@@ -54495,7 +54665,7 @@ class porous_jump_2_child(Group):
54495
54665
  locations=locations_2,
54496
54666
  porous_jump=porous_jump_1,
54497
54667
  discrete_phase=discrete_phase_2,
54498
- geometry=geometry_5,
54668
+ geometry=geometry_6,
54499
54669
  phase=phase_17,
54500
54670
  display=display_4,
54501
54671
  split=split_1,
@@ -54546,7 +54716,7 @@ class pressure_far_field_1_child(Group):
54546
54716
  structure=structure_1,
54547
54717
  uds=uds,
54548
54718
  icing=icing_1,
54549
- geometry=geometry_5,
54719
+ geometry=geometry_6,
54550
54720
  phase=phase_18,
54551
54721
  display=display_4,
54552
54722
  split=split_1,
@@ -54598,7 +54768,7 @@ class pressure_inlet_1_child(Group):
54598
54768
  structure=structure_1,
54599
54769
  uds=uds,
54600
54770
  icing=icing_1,
54601
- geometry=geometry_5,
54771
+ geometry=geometry_6,
54602
54772
  phase=phase_19,
54603
54773
  display=display_4,
54604
54774
  split=split_1,
@@ -54650,7 +54820,7 @@ class pressure_outlet_1_child(Group):
54650
54820
  structure=structure_1,
54651
54821
  uds=uds,
54652
54822
  icing=icing,
54653
- geometry=geometry_5,
54823
+ geometry=geometry_6,
54654
54824
  phase=phase_20,
54655
54825
  display=display_4,
54656
54826
  split=split_1,
@@ -54693,7 +54863,7 @@ class radiator_2_child(Group):
54693
54863
  locations=locations_2,
54694
54864
  radiator=radiator_1,
54695
54865
  discrete_phase=discrete_phase_2,
54696
- geometry=geometry_5,
54866
+ geometry=geometry_6,
54697
54867
  phase=phase_21,
54698
54868
  display=display_4,
54699
54869
  split=split_1,
@@ -54735,7 +54905,7 @@ class rans_les_interface_1_child(Group):
54735
54905
  name=name_4,
54736
54906
  locations=locations_2,
54737
54907
  turbulence=turbulence_4,
54738
- geometry=geometry_5,
54908
+ geometry=geometry_6,
54739
54909
  phase=phase_22,
54740
54910
  display=display_4,
54741
54911
  split=split_1,
@@ -54777,7 +54947,7 @@ class recirculation_inlet_2_child(Group):
54777
54947
  name=name_4,
54778
54948
  locations=locations_2,
54779
54949
  recirculation_inlet=recirculation_inlet_1,
54780
- geometry=geometry_5,
54950
+ geometry=geometry_6,
54781
54951
  phase=phase_23,
54782
54952
  display=display_4,
54783
54953
  split=split_1,
@@ -54819,7 +54989,7 @@ class recirculation_outlet_2_child(Group):
54819
54989
  name=name_4,
54820
54990
  locations=locations_2,
54821
54991
  recirculation_outlet=recirculation_outlet_1,
54822
- geometry=geometry_5,
54992
+ geometry=geometry_6,
54823
54993
  phase=phase_24,
54824
54994
  display=display_4,
54825
54995
  split=split_1,
@@ -54860,7 +55030,7 @@ class shadow_1_child(Group):
54860
55030
  _child_classes = dict(
54861
55031
  name=name_4,
54862
55032
  locations=locations_2,
54863
- geometry=geometry_5,
55033
+ geometry=geometry_6,
54864
55034
  phase=phase_3,
54865
55035
  display=display_4,
54866
55036
  split=split_1,
@@ -54901,7 +55071,7 @@ class symmetry_1_child(Group):
54901
55071
  _child_classes = dict(
54902
55072
  name=name_4,
54903
55073
  locations=locations_2,
54904
- geometry=geometry_5,
55074
+ geometry=geometry_6,
54905
55075
  phase=phase_3,
54906
55076
  display=display_4,
54907
55077
  split=split_1,
@@ -54953,7 +55123,7 @@ class velocity_inlet_1_child(Group):
54953
55123
  structure=structure_1,
54954
55124
  uds=uds,
54955
55125
  icing=icing_1,
54956
- geometry=geometry_5,
55126
+ geometry=geometry_6,
54957
55127
  phase=phase_25,
54958
55128
  display=display_4,
54959
55129
  split=split_1,
@@ -55007,7 +55177,7 @@ class wall_1_child(Group):
55007
55177
  uds=uds,
55008
55178
  icing=icing_2,
55009
55179
  ablation=ablation_1,
55010
- geometry=geometry_5,
55180
+ geometry=geometry_6,
55011
55181
  phase=phase_26,
55012
55182
  display=display_4,
55013
55183
  split=split_1,
@@ -55073,7 +55243,7 @@ class boundaries(Group):
55073
55243
  degassing=degassing_1,
55074
55244
  exhaust_fan=exhaust_fan_1,
55075
55245
  fan=fan_1,
55076
- geometry=geometry_7,
55246
+ geometry=geometry_8,
55077
55247
  inlet_vent=inlet_vent_1,
55078
55248
  intake_fan=intake_fan_1,
55079
55249
  interface=interface_2,
@@ -55274,7 +55444,7 @@ class phase_28_child(Group):
55274
55444
  child_names = ['geometry']
55275
55445
  query_names = ['adjacent_cell_zone', 'shadow_face_zone']
55276
55446
  _child_classes = dict(
55277
- geometry=geometry_5,
55447
+ geometry=geometry_6,
55278
55448
  adjacent_cell_zone=adjacent_cell_zone,
55279
55449
  shadow_face_zone=shadow_face_zone,
55280
55450
  )
@@ -55310,7 +55480,7 @@ class axis_7_child(Group):
55310
55480
  _child_classes = dict(
55311
55481
  name=name_4,
55312
55482
  phase=phase_28,
55313
- geometry=geometry_5,
55483
+ geometry=geometry_6,
55314
55484
  display=display_2,
55315
55485
  create_surface=create_surface,
55316
55486
  adjacent_cell_zone=adjacent_cell_zone,
@@ -55348,7 +55518,7 @@ class degassing_2_child(Group):
55348
55518
  _child_classes = dict(
55349
55519
  name=name_4,
55350
55520
  phase=phase_28,
55351
- geometry=geometry_5,
55521
+ geometry=geometry_6,
55352
55522
  display=display_2,
55353
55523
  create_surface=create_surface,
55354
55524
  adjacent_cell_zone=adjacent_cell_zone,
@@ -55394,7 +55564,7 @@ class phase_29_child(Group):
55394
55564
  structure=structure_1,
55395
55565
  uds=uds,
55396
55566
  icing=icing,
55397
- geometry=geometry_5,
55567
+ geometry=geometry_6,
55398
55568
  adjacent_cell_zone=adjacent_cell_zone,
55399
55569
  shadow_face_zone=shadow_face_zone,
55400
55570
  )
@@ -55444,7 +55614,7 @@ class exhaust_fan_2_child(Group):
55444
55614
  structure=structure_1,
55445
55615
  uds=uds,
55446
55616
  icing=icing,
55447
- geometry=geometry_5,
55617
+ geometry=geometry_6,
55448
55618
  display=display_2,
55449
55619
  create_surface=create_surface,
55450
55620
  adjacent_cell_zone=adjacent_cell_zone,
@@ -55485,7 +55655,7 @@ class phase_30_child(Group):
55485
55655
  pressure_jump_specification=pressure_jump_specification,
55486
55656
  swirl_velocity_specification=swirl_velocity_specification,
55487
55657
  discrete_phase=discrete_phase_2,
55488
- geometry=geometry_5,
55658
+ geometry=geometry_6,
55489
55659
  adjacent_cell_zone=adjacent_cell_zone,
55490
55660
  shadow_face_zone=shadow_face_zone,
55491
55661
  )
@@ -55527,7 +55697,7 @@ class fan_2_child(Group):
55527
55697
  pressure_jump_specification=pressure_jump_specification,
55528
55698
  swirl_velocity_specification=swirl_velocity_specification,
55529
55699
  discrete_phase=discrete_phase_2,
55530
- geometry=geometry_5,
55700
+ geometry=geometry_6,
55531
55701
  display=display_2,
55532
55702
  create_surface=create_surface,
55533
55703
  adjacent_cell_zone=adjacent_cell_zone,
@@ -55555,7 +55725,7 @@ class fan_2(NamedObject[fan_2_child], CreatableNamedObjectMixin[fan_2_child]):
55555
55725
  )
55556
55726
  child_object_type = fan_2_child
55557
55727
 
55558
- class geometry_8_child(Group):
55728
+ class geometry_9_child(Group):
55559
55729
  """
55560
55730
  'child_object_type' of geometry.
55561
55731
  """
@@ -55568,14 +55738,14 @@ class geometry_8_child(Group):
55568
55738
  _child_classes = dict(
55569
55739
  name=name_4,
55570
55740
  phase=phase_28,
55571
- geometry=geometry_5,
55741
+ geometry=geometry_6,
55572
55742
  display=display_2,
55573
55743
  create_surface=create_surface,
55574
55744
  adjacent_cell_zone=adjacent_cell_zone,
55575
55745
  shadow_face_zone=shadow_face_zone,
55576
55746
  )
55577
55747
 
55578
- class geometry_8(NamedObject[geometry_8_child], CreatableNamedObjectMixin[geometry_8_child]):
55748
+ class geometry_9(NamedObject[geometry_9_child], CreatableNamedObjectMixin[geometry_9_child]):
55579
55749
  """
55580
55750
  Settings for boundary-condition object.
55581
55751
  """
@@ -55591,7 +55761,7 @@ class geometry_8(NamedObject[geometry_8_child], CreatableNamedObjectMixin[geomet
55591
55761
  list_properties=list_properties,
55592
55762
  make_a_copy=make_a_copy,
55593
55763
  )
55594
- child_object_type = geometry_8_child
55764
+ child_object_type = geometry_9_child
55595
55765
 
55596
55766
  class phase_31_child(Group):
55597
55767
  """
@@ -55614,7 +55784,7 @@ class phase_31_child(Group):
55614
55784
  structure=structure_1,
55615
55785
  uds=uds,
55616
55786
  icing=icing_1,
55617
- geometry=geometry_5,
55787
+ geometry=geometry_6,
55618
55788
  adjacent_cell_zone=adjacent_cell_zone,
55619
55789
  shadow_face_zone=shadow_face_zone,
55620
55790
  )
@@ -55664,7 +55834,7 @@ class inlet_vent_2_child(Group):
55664
55834
  structure=structure_1,
55665
55835
  uds=uds,
55666
55836
  icing=icing_1,
55667
- geometry=geometry_5,
55837
+ geometry=geometry_6,
55668
55838
  display=display_2,
55669
55839
  create_surface=create_surface,
55670
55840
  adjacent_cell_zone=adjacent_cell_zone,
@@ -55713,7 +55883,7 @@ class phase_32_child(Group):
55713
55883
  structure=structure_1,
55714
55884
  uds=uds,
55715
55885
  icing=icing_1,
55716
- geometry=geometry_5,
55886
+ geometry=geometry_6,
55717
55887
  adjacent_cell_zone=adjacent_cell_zone,
55718
55888
  shadow_face_zone=shadow_face_zone,
55719
55889
  )
@@ -55763,7 +55933,7 @@ class intake_fan_2_child(Group):
55763
55933
  structure=structure_1,
55764
55934
  uds=uds,
55765
55935
  icing=icing_1,
55766
- geometry=geometry_5,
55936
+ geometry=geometry_6,
55767
55937
  display=display_2,
55768
55938
  create_surface=create_surface,
55769
55939
  adjacent_cell_zone=adjacent_cell_zone,
@@ -55802,7 +55972,7 @@ class phase_33_child(Group):
55802
55972
  query_names = ['adjacent_cell_zone', 'shadow_face_zone']
55803
55973
  _child_classes = dict(
55804
55974
  interface=interface_1,
55805
- geometry=geometry_5,
55975
+ geometry=geometry_6,
55806
55976
  adjacent_cell_zone=adjacent_cell_zone,
55807
55977
  shadow_face_zone=shadow_face_zone,
55808
55978
  )
@@ -55839,7 +56009,7 @@ class interface_3_child(Group):
55839
56009
  name=name_4,
55840
56010
  phase=phase_33,
55841
56011
  interface=interface_1,
55842
- geometry=geometry_5,
56012
+ geometry=geometry_6,
55843
56013
  display=display_2,
55844
56014
  create_surface=create_surface,
55845
56015
  adjacent_cell_zone=adjacent_cell_zone,
@@ -55956,7 +56126,7 @@ class phase_35_child(Group):
55956
56126
  structure=structure_1,
55957
56127
  uds=uds,
55958
56128
  icing=icing_1,
55959
- geometry=geometry_5,
56129
+ geometry=geometry_6,
55960
56130
  adjacent_cell_zone=adjacent_cell_zone,
55961
56131
  shadow_face_zone=shadow_face_zone,
55962
56132
  )
@@ -56006,7 +56176,7 @@ class mass_flow_inlet_2_child(Group):
56006
56176
  structure=structure_1,
56007
56177
  uds=uds,
56008
56178
  icing=icing_1,
56009
- geometry=geometry_5,
56179
+ geometry=geometry_6,
56010
56180
  display=display_2,
56011
56181
  create_surface=create_surface,
56012
56182
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56055,7 +56225,7 @@ class phase_36_child(Group):
56055
56225
  structure=structure_1,
56056
56226
  uds=uds,
56057
56227
  icing=icing_1,
56058
- geometry=geometry_5,
56228
+ geometry=geometry_6,
56059
56229
  adjacent_cell_zone=adjacent_cell_zone,
56060
56230
  shadow_face_zone=shadow_face_zone,
56061
56231
  )
@@ -56105,7 +56275,7 @@ class mass_flow_outlet_2_child(Group):
56105
56275
  structure=structure_1,
56106
56276
  uds=uds,
56107
56277
  icing=icing_1,
56108
- geometry=geometry_5,
56278
+ geometry=geometry_6,
56109
56279
  display=display_2,
56110
56280
  create_surface=create_surface,
56111
56281
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56288,7 +56458,7 @@ class phase_39_child(Group):
56288
56458
  uds=uds_2,
56289
56459
  radiation=radiation_2,
56290
56460
  discrete_phase=discrete_phase_4,
56291
- geometry=geometry_5,
56461
+ geometry=geometry_6,
56292
56462
  adjacent_cell_zone=adjacent_cell_zone,
56293
56463
  shadow_face_zone=shadow_face_zone,
56294
56464
  )
@@ -56333,7 +56503,7 @@ class outflow_2_child(Group):
56333
56503
  uds=uds_2,
56334
56504
  radiation=radiation_2,
56335
56505
  discrete_phase=discrete_phase_4,
56336
- geometry=geometry_5,
56506
+ geometry=geometry_6,
56337
56507
  display=display_2,
56338
56508
  create_surface=create_surface,
56339
56509
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56382,7 +56552,7 @@ class phase_40_child(Group):
56382
56552
  structure=structure_1,
56383
56553
  uds=uds,
56384
56554
  icing=icing,
56385
- geometry=geometry_5,
56555
+ geometry=geometry_6,
56386
56556
  adjacent_cell_zone=adjacent_cell_zone,
56387
56557
  shadow_face_zone=shadow_face_zone,
56388
56558
  )
@@ -56432,7 +56602,7 @@ class outlet_vent_2_child(Group):
56432
56602
  structure=structure_1,
56433
56603
  uds=uds,
56434
56604
  icing=icing,
56435
- geometry=geometry_5,
56605
+ geometry=geometry_6,
56436
56606
  display=display_2,
56437
56607
  create_surface=create_surface,
56438
56608
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56473,7 +56643,7 @@ class overset_2_child(Group):
56473
56643
  _child_classes = dict(
56474
56644
  name=name_4,
56475
56645
  phase=phase_28,
56476
- geometry=geometry_5,
56646
+ geometry=geometry_6,
56477
56647
  display=display_2,
56478
56648
  create_surface=create_surface,
56479
56649
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56509,7 +56679,7 @@ class phase_41_child(Group):
56509
56679
  query_names = ['adjacent_cell_zone', 'shadow_face_zone']
56510
56680
  _child_classes = dict(
56511
56681
  periodic=periodic_1,
56512
- geometry=geometry_6,
56682
+ geometry=geometry_7,
56513
56683
  adjacent_cell_zone=adjacent_cell_zone,
56514
56684
  shadow_face_zone=shadow_face_zone,
56515
56685
  )
@@ -56546,7 +56716,7 @@ class periodic_3_child(Group):
56546
56716
  name=name_4,
56547
56717
  phase=phase_41,
56548
56718
  periodic=periodic_1,
56549
- geometry=geometry_6,
56719
+ geometry=geometry_7,
56550
56720
  display=display_2,
56551
56721
  create_surface=create_surface,
56552
56722
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56583,7 +56753,7 @@ class phase_42_child(Group):
56583
56753
  _child_classes = dict(
56584
56754
  porous_jump=porous_jump_1,
56585
56755
  discrete_phase=discrete_phase_2,
56586
- geometry=geometry_5,
56756
+ geometry=geometry_6,
56587
56757
  adjacent_cell_zone=adjacent_cell_zone,
56588
56758
  shadow_face_zone=shadow_face_zone,
56589
56759
  )
@@ -56624,7 +56794,7 @@ class porous_jump_3_child(Group):
56624
56794
  phase=phase_42,
56625
56795
  porous_jump=porous_jump_1,
56626
56796
  discrete_phase=discrete_phase_2,
56627
- geometry=geometry_5,
56797
+ geometry=geometry_6,
56628
56798
  display=display_2,
56629
56799
  create_surface=create_surface,
56630
56800
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56672,7 +56842,7 @@ class phase_43_child(Group):
56672
56842
  structure=structure_1,
56673
56843
  uds=uds,
56674
56844
  icing=icing_1,
56675
- geometry=geometry_5,
56845
+ geometry=geometry_6,
56676
56846
  adjacent_cell_zone=adjacent_cell_zone,
56677
56847
  shadow_face_zone=shadow_face_zone,
56678
56848
  )
@@ -56721,7 +56891,7 @@ class pressure_far_field_2_child(Group):
56721
56891
  structure=structure_1,
56722
56892
  uds=uds,
56723
56893
  icing=icing_1,
56724
- geometry=geometry_5,
56894
+ geometry=geometry_6,
56725
56895
  display=display_2,
56726
56896
  create_surface=create_surface,
56727
56897
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56770,7 +56940,7 @@ class phase_44_child(Group):
56770
56940
  structure=structure_1,
56771
56941
  uds=uds,
56772
56942
  icing=icing_1,
56773
- geometry=geometry_5,
56943
+ geometry=geometry_6,
56774
56944
  adjacent_cell_zone=adjacent_cell_zone,
56775
56945
  shadow_face_zone=shadow_face_zone,
56776
56946
  )
@@ -56820,7 +56990,7 @@ class pressure_inlet_2_child(Group):
56820
56990
  structure=structure_1,
56821
56991
  uds=uds,
56822
56992
  icing=icing_1,
56823
- geometry=geometry_5,
56993
+ geometry=geometry_6,
56824
56994
  display=display_2,
56825
56995
  create_surface=create_surface,
56826
56996
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56869,7 +57039,7 @@ class phase_45_child(Group):
56869
57039
  structure=structure_1,
56870
57040
  uds=uds,
56871
57041
  icing=icing,
56872
- geometry=geometry_5,
57042
+ geometry=geometry_6,
56873
57043
  adjacent_cell_zone=adjacent_cell_zone,
56874
57044
  shadow_face_zone=shadow_face_zone,
56875
57045
  )
@@ -56919,7 +57089,7 @@ class pressure_outlet_2_child(Group):
56919
57089
  structure=structure_1,
56920
57090
  uds=uds,
56921
57091
  icing=icing,
56922
- geometry=geometry_5,
57092
+ geometry=geometry_6,
56923
57093
  display=display_2,
56924
57094
  create_surface=create_surface,
56925
57095
  adjacent_cell_zone=adjacent_cell_zone,
@@ -56959,7 +57129,7 @@ class phase_46_child(Group):
56959
57129
  _child_classes = dict(
56960
57130
  radiator=radiator_1,
56961
57131
  discrete_phase=discrete_phase_2,
56962
- geometry=geometry_5,
57132
+ geometry=geometry_6,
56963
57133
  adjacent_cell_zone=adjacent_cell_zone,
56964
57134
  shadow_face_zone=shadow_face_zone,
56965
57135
  )
@@ -57000,7 +57170,7 @@ class radiator_3_child(Group):
57000
57170
  phase=phase_46,
57001
57171
  radiator=radiator_1,
57002
57172
  discrete_phase=discrete_phase_2,
57003
- geometry=geometry_5,
57173
+ geometry=geometry_6,
57004
57174
  display=display_2,
57005
57175
  create_surface=create_surface,
57006
57176
  adjacent_cell_zone=adjacent_cell_zone,
@@ -57039,7 +57209,7 @@ class phase_47_child(Group):
57039
57209
  query_names = ['adjacent_cell_zone', 'shadow_face_zone']
57040
57210
  _child_classes = dict(
57041
57211
  turbulence=turbulence_4,
57042
- geometry=geometry_5,
57212
+ geometry=geometry_6,
57043
57213
  adjacent_cell_zone=adjacent_cell_zone,
57044
57214
  shadow_face_zone=shadow_face_zone,
57045
57215
  )
@@ -57076,7 +57246,7 @@ class rans_les_interface_2_child(Group):
57076
57246
  name=name_4,
57077
57247
  phase=phase_47,
57078
57248
  turbulence=turbulence_4,
57079
- geometry=geometry_5,
57249
+ geometry=geometry_6,
57080
57250
  display=display_2,
57081
57251
  create_surface=create_surface,
57082
57252
  adjacent_cell_zone=adjacent_cell_zone,
@@ -57112,7 +57282,7 @@ class phase_48_child(Group):
57112
57282
  query_names = ['adjacent_cell_zone', 'shadow_face_zone']
57113
57283
  _child_classes = dict(
57114
57284
  recirculation_inlet=recirculation_inlet_1,
57115
- geometry=geometry_5,
57285
+ geometry=geometry_6,
57116
57286
  adjacent_cell_zone=adjacent_cell_zone,
57117
57287
  shadow_face_zone=shadow_face_zone,
57118
57288
  )
@@ -57149,7 +57319,7 @@ class recirculation_inlet_3_child(Group):
57149
57319
  name=name_4,
57150
57320
  phase=phase_48,
57151
57321
  recirculation_inlet=recirculation_inlet_1,
57152
- geometry=geometry_5,
57322
+ geometry=geometry_6,
57153
57323
  display=display_2,
57154
57324
  create_surface=create_surface,
57155
57325
  adjacent_cell_zone=adjacent_cell_zone,
@@ -57185,7 +57355,7 @@ class phase_49_child(Group):
57185
57355
  query_names = ['adjacent_cell_zone', 'shadow_face_zone']
57186
57356
  _child_classes = dict(
57187
57357
  recirculation_outlet=recirculation_outlet_1,
57188
- geometry=geometry_5,
57358
+ geometry=geometry_6,
57189
57359
  adjacent_cell_zone=adjacent_cell_zone,
57190
57360
  shadow_face_zone=shadow_face_zone,
57191
57361
  )
@@ -57222,7 +57392,7 @@ class recirculation_outlet_3_child(Group):
57222
57392
  name=name_4,
57223
57393
  phase=phase_49,
57224
57394
  recirculation_outlet=recirculation_outlet_1,
57225
- geometry=geometry_5,
57395
+ geometry=geometry_6,
57226
57396
  display=display_2,
57227
57397
  create_surface=create_surface,
57228
57398
  adjacent_cell_zone=adjacent_cell_zone,
@@ -57260,7 +57430,7 @@ class shadow_2_child(Group):
57260
57430
  _child_classes = dict(
57261
57431
  name=name_4,
57262
57432
  phase=phase_28,
57263
- geometry=geometry_5,
57433
+ geometry=geometry_6,
57264
57434
  display=display_2,
57265
57435
  create_surface=create_surface,
57266
57436
  adjacent_cell_zone=adjacent_cell_zone,
@@ -57298,7 +57468,7 @@ class symmetry_2_child(Group):
57298
57468
  _child_classes = dict(
57299
57469
  name=name_4,
57300
57470
  phase=phase_28,
57301
- geometry=geometry_5,
57471
+ geometry=geometry_6,
57302
57472
  display=display_2,
57303
57473
  create_surface=create_surface,
57304
57474
  adjacent_cell_zone=adjacent_cell_zone,
@@ -57344,7 +57514,7 @@ class phase_50_child(Group):
57344
57514
  structure=structure_1,
57345
57515
  uds=uds,
57346
57516
  icing=icing_1,
57347
- geometry=geometry_5,
57517
+ geometry=geometry_6,
57348
57518
  adjacent_cell_zone=adjacent_cell_zone,
57349
57519
  shadow_face_zone=shadow_face_zone,
57350
57520
  )
@@ -57394,7 +57564,7 @@ class velocity_inlet_2_child(Group):
57394
57564
  structure=structure_1,
57395
57565
  uds=uds,
57396
57566
  icing=icing_1,
57397
- geometry=geometry_5,
57567
+ geometry=geometry_6,
57398
57568
  display=display_2,
57399
57569
  create_surface=create_surface,
57400
57570
  adjacent_cell_zone=adjacent_cell_zone,
@@ -57445,7 +57615,7 @@ class phase_51_child(Group):
57445
57615
  uds=uds,
57446
57616
  icing=icing_2,
57447
57617
  ablation=ablation_1,
57448
- geometry=geometry_5,
57618
+ geometry=geometry_6,
57449
57619
  adjacent_cell_zone=adjacent_cell_zone,
57450
57620
  shadow_face_zone=shadow_face_zone,
57451
57621
  )
@@ -57497,7 +57667,7 @@ class wall_2_child(Group):
57497
57667
  uds=uds,
57498
57668
  icing=icing_2,
57499
57669
  ablation=ablation_1,
57500
- geometry=geometry_5,
57670
+ geometry=geometry_6,
57501
57671
  display=display_2,
57502
57672
  create_surface=create_surface,
57503
57673
  adjacent_cell_zone=adjacent_cell_zone,
@@ -58592,7 +58762,7 @@ class boundary_conditions(Group, _ChildNamedObjectAccessorMixin):
58592
58762
  degassing=degassing_2,
58593
58763
  exhaust_fan=exhaust_fan_2,
58594
58764
  fan=fan_2,
58595
- geometry=geometry_8,
58765
+ geometry=geometry_9,
58596
58766
  inlet_vent=inlet_vent_2,
58597
58767
  intake_fan=intake_fan_2,
58598
58768
  interface=interface_3,
@@ -58983,13 +59153,13 @@ class relative_length_factor(Real):
58983
59153
  fluent_name = 'relative-length-factor'
58984
59154
  _python_name = 'relative_length_factor'
58985
59155
 
58986
- class absolute_length_factor(Real):
59156
+ class absolute_tolerance_1(Real):
58987
59157
  """
58988
59158
  The valid number for the absolute tolerance.
58989
59159
  """
58990
59160
  _version = '252'
58991
- fluent_name = 'absolute-length-factor'
58992
- _python_name = 'absolute_length_factor'
59161
+ fluent_name = 'absolute-tolerance'
59162
+ _python_name = 'absolute_tolerance'
58993
59163
 
58994
59164
  class set_one_to_one_pairing_tolerance(Command):
58995
59165
  """
@@ -59003,18 +59173,18 @@ class set_one_to_one_pairing_tolerance(Command):
59003
59173
  Enable relative or absolute tolerance input.
59004
59174
  relative_length_factor : real
59005
59175
  The valid number for the relative length factor.
59006
- absolute_length_factor : real
59176
+ absolute_tolerance : real
59007
59177
  The valid number for the absolute tolerance.
59008
59178
  """
59009
59179
  _version = '252'
59010
59180
  fluent_name = 'set-one-to-one-pairing-tolerance'
59011
59181
  _python_name = 'set_one_to_one_pairing_tolerance'
59012
- argument_names = ['adjustable_tolerance', 'use_length_factor', 'relative_length_factor', 'absolute_length_factor']
59182
+ argument_names = ['adjustable_tolerance', 'use_length_factor', 'relative_length_factor', 'absolute_tolerance']
59013
59183
  _child_classes = dict(
59014
59184
  adjustable_tolerance=adjustable_tolerance,
59015
59185
  use_length_factor=use_length_factor,
59016
59186
  relative_length_factor=relative_length_factor,
59017
- absolute_length_factor=absolute_length_factor,
59187
+ absolute_tolerance=absolute_tolerance_1,
59018
59188
  )
59019
59189
 
59020
59190
  class exclude_pairs(Boolean):
@@ -61974,7 +62144,7 @@ class feature_detection(Group):
61974
62144
  feature_angle=feature_angle,
61975
62145
  )
61976
62146
 
61977
- class geometry_9(Group):
62147
+ class geometry_10(Group):
61978
62148
  """
61979
62149
  'geometry' child.
61980
62150
  """
@@ -62066,7 +62236,7 @@ class dynamic_zones_child(Group):
62066
62236
  type=type_11,
62067
62237
  motion=motion,
62068
62238
  meshing=meshing,
62069
- geometry=geometry_9,
62239
+ geometry=geometry_10,
62070
62240
  solver=solver_1,
62071
62241
  )
62072
62242
 
@@ -62796,7 +62966,7 @@ class current_state(Group):
62796
62966
 
62797
62967
  class display_state(String, AllowedValuesMixin):
62798
62968
  """
62799
- 'display_state' child.
62969
+ Specifies whether to display the current or initial state.
62800
62970
  """
62801
62971
  _version = '252'
62802
62972
  fluent_name = 'display-state'
@@ -62891,14 +63061,6 @@ class parametername(String, AllowedValuesMixin):
62891
63061
  fluent_name = 'parametername'
62892
63062
  _python_name = 'parametername'
62893
63063
 
62894
- class unit_2(String, AllowedValuesMixin):
62895
- """
62896
- 'unit' child.
62897
- """
62898
- _version = '252'
62899
- fluent_name = 'unit'
62900
- _python_name = 'unit'
62901
-
62902
63064
  class input_parameter(Boolean):
62903
63065
  """
62904
63066
  As input parameter?.
@@ -62938,7 +63100,7 @@ class named_expressions_child(Group):
62938
63100
  description=description,
62939
63101
  parameterid=parameterid,
62940
63102
  parametername=parametername,
62941
- unit=unit_2,
63103
+ unit=unit_1,
62942
63104
  input_parameter=input_parameter,
62943
63105
  output_parameter=output_parameter,
62944
63106
  get_value=get_value,
@@ -64971,6 +65133,14 @@ class transient_formulation(String, AllowedValuesMixin):
64971
65133
  fluent_name = 'transient-formulation'
64972
65134
  _python_name = 'transient_formulation'
64973
65135
 
65136
+ class unsteady_global_time(Boolean):
65137
+ """
65138
+ Enable/disable unsteady global-time-step solution model.
65139
+ """
65140
+ _version = '252'
65141
+ fluent_name = 'unsteady-global-time?'
65142
+ _python_name = 'unsteady_global_time'
65143
+
64974
65144
  class accelerated_non_iterative_time_marching(Boolean):
64975
65145
  """
64976
65146
  Enable/disable accelerated non-iterative time marching.
@@ -66963,7 +67133,7 @@ class methods_2(Group):
66963
67133
  _version = '252'
66964
67134
  fluent_name = 'methods'
66965
67135
  _python_name = 'methods'
66966
- child_names = ['axisymmetric', 'p_v_coupling', 'spatial_discretization', 'spatial_discretization_parameters', 'pseudo_time_method', 'transient_formulation', 'accelerated_non_iterative_time_marching', 'convergence_acceleration_for_stretched_meshes', 'divergence_prevention', 'expert', 'frozen_flux', 'high_order_term_relaxation', 'multiphase_numerics', 'nb_gradient_boundary_option', 'nita', 'nita_expert_controls', 'overset', 'phase_based_vof_discretization', 'reduced_rank_extrapolation', 'reduced_rank_extrapolation_options', 'use_limiter_in_time', 'vof_numerics', 'warped_face_gradient_correction', 'high_speed_numerics', 'species_disc_together']
67136
+ child_names = ['axisymmetric', 'p_v_coupling', 'spatial_discretization', 'spatial_discretization_parameters', 'pseudo_time_method', 'transient_formulation', 'unsteady_global_time', 'accelerated_non_iterative_time_marching', 'convergence_acceleration_for_stretched_meshes', 'divergence_prevention', 'expert', 'frozen_flux', 'high_order_term_relaxation', 'multiphase_numerics', 'nb_gradient_boundary_option', 'nita', 'nita_expert_controls', 'overset', 'phase_based_vof_discretization', 'reduced_rank_extrapolation', 'reduced_rank_extrapolation_options', 'use_limiter_in_time', 'vof_numerics', 'warped_face_gradient_correction', 'high_speed_numerics', 'species_disc_together']
66967
67137
  command_names = ['set_solution_methods_to_default', 'set_optimized_les_numerics']
66968
67138
  _child_classes = dict(
66969
67139
  axisymmetric=axisymmetric,
@@ -66972,6 +67142,7 @@ class methods_2(Group):
66972
67142
  spatial_discretization_parameters=spatial_discretization_parameters,
66973
67143
  pseudo_time_method=pseudo_time_method,
66974
67144
  transient_formulation=transient_formulation,
67145
+ unsteady_global_time=unsteady_global_time,
66975
67146
  accelerated_non_iterative_time_marching=accelerated_non_iterative_time_marching,
66976
67147
  convergence_acceleration_for_stretched_meshes=convergence_acceleration_for_stretched_meshes,
66977
67148
  divergence_prevention=divergence_prevention,
@@ -67001,7 +67172,6 @@ class methods_2(Group):
67001
67172
  gradient_scheme=('spatial_discretization/gradient_scheme', 'gradient-scheme'),
67002
67173
  low_diffusion_central=('spatial_discretization_parameters/low_diffusion_central', 'low-diffusion-central'),
67003
67174
  residual_smoothing=('../controls/residual_smoothing', 'residual-smoothing'),
67004
- unsteady_global_time=('transient_formulation', 'unsteady-global-time'),
67005
67175
  )
67006
67176
 
67007
67177
  class courant_number(Real):
@@ -69489,7 +69659,7 @@ class cell_zones_7(StringList, AllowedValuesMixin):
69489
69659
  fluent_name = 'cell-zones'
69490
69660
  _python_name = 'cell_zones'
69491
69661
 
69492
- class physics_2(StringList, AllowedValuesMixin):
69662
+ class physics_3(StringList, AllowedValuesMixin):
69493
69663
  """
69494
69664
  'physics' child.
69495
69665
  """
@@ -69497,7 +69667,7 @@ class physics_2(StringList, AllowedValuesMixin):
69497
69667
  fluent_name = 'physics'
69498
69668
  _python_name = 'physics'
69499
69669
 
69500
- class geometry_10(StringList, AllowedValuesMixin):
69670
+ class geometry_11(StringList, AllowedValuesMixin):
69501
69671
  """
69502
69672
  'geometry' child.
69503
69673
  """
@@ -69505,7 +69675,7 @@ class geometry_10(StringList, AllowedValuesMixin):
69505
69675
  fluent_name = 'geometry'
69506
69676
  _python_name = 'geometry'
69507
69677
 
69508
- class surfaces_6(StringList, AllowedValuesMixin):
69678
+ class surfaces_7(StringList, AllowedValuesMixin):
69509
69679
  """
69510
69680
  'surfaces' child.
69511
69681
  """
@@ -69522,9 +69692,9 @@ class locations_5(Group):
69522
69692
  _python_name = 'locations'
69523
69693
  child_names = ['physics', 'geometry', 'surfaces']
69524
69694
  _child_classes = dict(
69525
- physics=physics_2,
69526
- geometry=geometry_10,
69527
- surfaces=surfaces_6,
69695
+ physics=physics_3,
69696
+ geometry=geometry_11,
69697
+ surfaces=surfaces_7,
69528
69698
  )
69529
69699
 
69530
69700
  class output_parameter_1(Boolean):
@@ -76798,52 +76968,14 @@ class range_3(Group):
76798
76968
  compute=compute_6,
76799
76969
  )
76800
76970
 
76801
- class surfaces_8(StringList, AllowedValuesMixin):
76802
- """
76803
- The surface(s) that will be used to define the iso-surface.
76804
- """
76805
- _version = '252'
76806
- fluent_name = 'surfaces'
76807
- _python_name = 'surfaces'
76808
-
76809
- class physics_3(StringList, AllowedValuesMixin):
76810
- """
76811
- The boundary(s) that will be used to define the iso-surface.
76812
- """
76813
- _version = '252'
76814
- fluent_name = 'physics'
76815
- _python_name = 'physics'
76816
-
76817
- class geometry_11(StringList, AllowedValuesMixin):
76818
- """
76819
- The geometry(s) that will be used to define the iso-surface.
76820
- """
76821
- _version = '252'
76822
- fluent_name = 'geometry'
76823
- _python_name = 'geometry'
76824
-
76825
76971
  class surfaces_9(StringList, AllowedValuesMixin):
76826
76972
  """
76827
- The user-surface(s) that will be used to define the iso-surface.
76973
+ The surface(s) that will be used to define the iso-surface.
76828
76974
  """
76829
76975
  _version = '252'
76830
76976
  fluent_name = 'surfaces'
76831
76977
  _python_name = 'surfaces'
76832
76978
 
76833
- class from_location(Group):
76834
- """
76835
- Help utl locations .
76836
- """
76837
- _version = '252'
76838
- fluent_name = 'from-location'
76839
- _python_name = 'from_location'
76840
- child_names = ['physics', 'geometry', 'surfaces']
76841
- _child_classes = dict(
76842
- physics=physics_3,
76843
- geometry=geometry_11,
76844
- surfaces=surfaces_9,
76845
- )
76846
-
76847
76979
  class zones_4(StringList, AllowedValuesMixin):
76848
76980
  """
76849
76981
  The cell zone(s) that will be used to define the iso-surface.
@@ -76874,7 +77006,7 @@ class iso_surface_child(Group):
76874
77006
  field=field_1,
76875
77007
  iso_values=iso_values,
76876
77008
  range=range_3,
76877
- surfaces=surfaces_8,
77009
+ surfaces=surfaces_9,
76878
77010
  from_location=from_location,
76879
77011
  zones=zones_4,
76880
77012
  volumes=volumes_2,
@@ -77653,7 +77785,7 @@ class create_multiple_iso_surfaces(Command):
77653
77785
  _child_classes = dict(
77654
77786
  field=field_1,
77655
77787
  name=name_30,
77656
- surfaces=surfaces_8,
77788
+ surfaces=surfaces_9,
77657
77789
  zones=zones_6,
77658
77790
  min=min_4,
77659
77791
  max=max_4,
@@ -77943,7 +78075,7 @@ class external_surface(Command):
77943
78075
  zones=zones_7,
77944
78076
  )
77945
78077
 
77946
- class surfaces_7(Group):
78078
+ class surfaces_8(Group):
77947
78079
  """
77948
78080
  Provides access to creating multiple zone surfaces and to grouping and ungrouping surfaces.
77949
78081
  """
@@ -79146,9 +79278,9 @@ class from_location_1(Group):
79146
79278
  _python_name = 'from_location'
79147
79279
  child_names = ['physics', 'geometry', 'surfaces']
79148
79280
  _child_classes = dict(
79149
- physics=physics_2,
79150
- geometry=geometry_10,
79151
- surfaces=surfaces_6,
79281
+ physics=physics_3,
79282
+ geometry=geometry_11,
79283
+ surfaces=surfaces_7,
79152
79284
  )
79153
79285
 
79154
79286
  class option_54(String, AllowedValuesMixin):
@@ -79762,9 +79894,9 @@ class on_location(Group):
79762
79894
  _python_name = 'on_location'
79763
79895
  child_names = ['physics', 'geometry', 'surfaces']
79764
79896
  _child_classes = dict(
79765
- physics=physics_2,
79766
- geometry=geometry_10,
79767
- surfaces=surfaces_6,
79897
+ physics=physics_3,
79898
+ geometry=geometry_11,
79899
+ surfaces=surfaces_7,
79768
79900
  )
79769
79901
 
79770
79902
  class enabled_70(Boolean):
@@ -85415,22 +85547,6 @@ class hsf_file(Command):
85415
85547
  filename=('file_name', 'filename'),
85416
85548
  )
85417
85549
 
85418
- class re_render(Command):
85419
- """
85420
- Re-render the last contour, profile, or velocity vector plot with updated surfaces, meshes, lights, colormap, rendering options, etc., without recalculating the contour data.
85421
- """
85422
- _version = '252'
85423
- fluent_name = 're-render'
85424
- _python_name = 're_render'
85425
-
85426
- class re_scale(Command):
85427
- """
85428
- 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.
85429
- """
85430
- _version = '252'
85431
- fluent_name = 're-scale'
85432
- _python_name = 're_scale'
85433
-
85434
85550
  class surface_cell_names_ids(StringList, AllowedValuesMixin):
85435
85551
  """
85436
85552
  The list of surface names/ids.
@@ -85463,13 +85579,11 @@ class display_10(Group):
85463
85579
  _version = '252'
85464
85580
  fluent_name = 'display'
85465
85581
  _python_name = 'display'
85466
- command_names = ['surface_mesh', 'zone_mesh', 'hsf_file', 're_render', 're_scale', 'surface_cells']
85582
+ command_names = ['surface_mesh', 'zone_mesh', 'hsf_file', 'surface_cells']
85467
85583
  _child_classes = dict(
85468
85584
  surface_mesh=surface_mesh_2,
85469
85585
  zone_mesh=zone_mesh,
85470
85586
  hsf_file=hsf_file,
85471
- re_render=re_render,
85472
- re_scale=re_scale,
85473
85587
  surface_cells=surface_cells_1,
85474
85588
  )
85475
85589
 
@@ -93459,7 +93573,7 @@ class results(Group):
93459
93573
  _child_classes = dict(
93460
93574
  custom_field_functions=custom_field_functions_1,
93461
93575
  custom_vectors=custom_vectors,
93462
- surfaces=surfaces_7,
93576
+ surfaces=surfaces_8,
93463
93577
  graphics=graphics,
93464
93578
  plot=plot_4,
93465
93579
  scene=scene,