ansys-fluent-core 0.32.dev1__py3-none-any.whl → 0.32.2__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 (32) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +1 -1
  3. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  4. ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
  5. ansys/fluent/core/generated/datamodel_231/meshing.py +178 -178
  6. ansys/fluent/core/generated/datamodel_232/flicing.py +65 -65
  7. ansys/fluent/core/generated/datamodel_232/meshing.py +202 -202
  8. ansys/fluent/core/generated/datamodel_241/flicing.py +55 -55
  9. ansys/fluent/core/generated/datamodel_241/meshing.py +226 -226
  10. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  11. ansys/fluent/core/generated/datamodel_242/meshing.py +287 -287
  12. ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
  13. ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
  14. ansys/fluent/core/generated/datamodel_251/meshing.py +349 -349
  15. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  16. ansys/fluent/core/generated/datamodel_252/flicing.py +40 -40
  17. ansys/fluent/core/generated/datamodel_252/meshing.py +410 -410
  18. ansys/fluent/core/generated/datamodel_252/part_management.py +15 -15
  19. ansys/fluent/core/generated/datamodel_261/flicing.py +40 -40
  20. ansys/fluent/core/generated/datamodel_261/meshing.py +427 -427
  21. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  22. ansys/fluent/core/generated/solver/settings_261.py +271 -221
  23. ansys/fluent/core/generated/solver/settings_261.pyi +144 -122
  24. ansys/fluent/core/generated/solver/tui_261.py +107 -117
  25. ansys/fluent/core/solver/__init__.py +2 -0
  26. ansys/fluent/core/solver/flobject.py +7 -26
  27. ansys/fluent/core/solver/settings_builtin_bases.py +23 -11
  28. ansys/fluent/core/utils/context_managers.py +68 -0
  29. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.2.dist-info}/METADATA +2 -2
  30. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.2.dist-info}/RECORD +32 -31
  31. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.2.dist-info}/LICENSE +0 -0
  32. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.2.dist-info}/WHEEL +0 -0
@@ -3225,8 +3225,8 @@ class Root(PyMenu):
3225
3225
  super().__init__(parent, attr, service, rules, path)
3226
3226
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3227
3227
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3228
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3229
3228
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3229
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3230
3230
 
3231
3231
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3232
3232
  """
@@ -3238,14 +3238,14 @@ class Root(PyMenu):
3238
3238
  This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
3239
3239
  """
3240
3240
 
3241
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3241
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3242
3242
  """
3243
- Specify a rotational angle (in degrees) of transformation.
3243
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3244
3244
  """
3245
3245
 
3246
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3246
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3247
3247
  """
3248
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3248
+ Specify a rotational angle (in degrees) of transformation.
3249
3249
  """
3250
3250
 
3251
3251
  def create_instance(self) -> _AppendFmdFilesCommandArguments:
@@ -3543,8 +3543,8 @@ class Root(PyMenu):
3543
3543
  super().__init__(parent, attr, service, rules, path)
3544
3544
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3545
3545
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3546
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3547
3546
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3547
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3548
3548
 
3549
3549
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3550
3550
  """
@@ -3556,14 +3556,14 @@ class Root(PyMenu):
3556
3556
  This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
3557
3557
  """
3558
3558
 
3559
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3559
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3560
3560
  """
3561
- Specify a rotational angle (in degrees) of transformation.
3561
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3562
3562
  """
3563
3563
 
3564
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3564
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3565
3565
  """
3566
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3566
+ Specify a rotational angle (in degrees) of transformation.
3567
3567
  """
3568
3568
 
3569
3569
  def create_instance(self) -> _InputFileChangedCommandArguments:
@@ -3714,8 +3714,8 @@ class Root(PyMenu):
3714
3714
  super().__init__(parent, attr, service, rules, path)
3715
3715
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3716
3716
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3717
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3718
3717
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3718
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3719
3719
 
3720
3720
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3721
3721
  """
@@ -3727,14 +3727,14 @@ class Root(PyMenu):
3727
3727
  This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
3728
3728
  """
3729
3729
 
3730
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3730
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3731
3731
  """
3732
- Specify a rotational angle (in degrees) of transformation.
3732
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3733
3733
  """
3734
3734
 
3735
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3735
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3736
3736
  """
3737
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3737
+ Specify a rotational angle (in degrees) of transformation.
3738
3738
  """
3739
3739
 
3740
3740
  def create_instance(self) -> _LoadFmdFileCommandArguments:
@@ -2246,8 +2246,8 @@ class Root(PyMenu):
2246
2246
  def __init__(self, parent, attr, service, rules, path):
2247
2247
  super().__init__(parent, attr, service, rules, path)
2248
2248
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2249
- self.Option = self._Option(self, "Option", service, rules, path)
2250
2249
  self.Width = self._Width(self, "Width", service, rules, path)
2250
+ self.Option = self._Option(self, "Option", service, rules, path)
2251
2251
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2252
2252
  self.Height = self._Height(self, "Height", service, rules, path)
2253
2253
 
@@ -2256,14 +2256,14 @@ class Root(PyMenu):
2256
2256
  Argument DPI.
2257
2257
  """
2258
2258
 
2259
- class _Option(PyTextualCommandArgumentsSubItem):
2259
+ class _Width(PyNumericalCommandArgumentsSubItem):
2260
2260
  """
2261
- Argument Option.
2261
+ Argument Width.
2262
2262
  """
2263
2263
 
2264
- class _Width(PyNumericalCommandArgumentsSubItem):
2264
+ class _Option(PyTextualCommandArgumentsSubItem):
2265
2265
  """
2266
- Argument Width.
2266
+ Argument Option.
2267
2267
  """
2268
2268
 
2269
2269
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2909,8 +2909,8 @@ class Root(PyMenu):
2909
2909
  def __init__(self, parent, attr, service, rules, path):
2910
2910
  super().__init__(parent, attr, service, rules, path)
2911
2911
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2912
- self.Width = self._Width(self, "Width", service, rules, path)
2913
2912
  self.Option = self._Option(self, "Option", service, rules, path)
2913
+ self.Width = self._Width(self, "Width", service, rules, path)
2914
2914
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2915
2915
  self.Height = self._Height(self, "Height", service, rules, path)
2916
2916
 
@@ -2919,14 +2919,14 @@ class Root(PyMenu):
2919
2919
  Argument DPI.
2920
2920
  """
2921
2921
 
2922
- class _Width(PyNumericalCommandArgumentsSubItem):
2922
+ class _Option(PyTextualCommandArgumentsSubItem):
2923
2923
  """
2924
- Argument Width.
2924
+ Argument Option.
2925
2925
  """
2926
2926
 
2927
- class _Option(PyTextualCommandArgumentsSubItem):
2927
+ class _Width(PyNumericalCommandArgumentsSubItem):
2928
2928
  """
2929
- Argument Option.
2929
+ Argument Width.
2930
2930
  """
2931
2931
 
2932
2932
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3011,8 +3011,8 @@ class Root(PyMenu):
3011
3011
  def __init__(self, parent, attr, service, rules, path):
3012
3012
  super().__init__(parent, attr, service, rules, path)
3013
3013
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3014
- self.Option = self._Option(self, "Option", service, rules, path)
3015
3014
  self.Width = self._Width(self, "Width", service, rules, path)
3015
+ self.Option = self._Option(self, "Option", service, rules, path)
3016
3016
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3017
3017
  self.Height = self._Height(self, "Height", service, rules, path)
3018
3018
 
@@ -3021,14 +3021,14 @@ class Root(PyMenu):
3021
3021
  Argument DPI.
3022
3022
  """
3023
3023
 
3024
- class _Option(PyTextualCommandArgumentsSubItem):
3024
+ class _Width(PyNumericalCommandArgumentsSubItem):
3025
3025
  """
3026
- Argument Option.
3026
+ Argument Width.
3027
3027
  """
3028
3028
 
3029
- class _Width(PyNumericalCommandArgumentsSubItem):
3029
+ class _Option(PyTextualCommandArgumentsSubItem):
3030
3030
  """
3031
- Argument Width.
3031
+ Argument Option.
3032
3032
  """
3033
3033
 
3034
3034
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3682,8 +3682,8 @@ class Root(PyMenu):
3682
3682
  def __init__(self, parent, attr, service, rules, path):
3683
3683
  super().__init__(parent, attr, service, rules, path)
3684
3684
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3685
- self.Option = self._Option(self, "Option", service, rules, path)
3686
3685
  self.Width = self._Width(self, "Width", service, rules, path)
3686
+ self.Option = self._Option(self, "Option", service, rules, path)
3687
3687
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3688
3688
  self.Height = self._Height(self, "Height", service, rules, path)
3689
3689
 
@@ -3692,14 +3692,14 @@ class Root(PyMenu):
3692
3692
  Argument DPI.
3693
3693
  """
3694
3694
 
3695
- class _Option(PyTextualCommandArgumentsSubItem):
3695
+ class _Width(PyNumericalCommandArgumentsSubItem):
3696
3696
  """
3697
- Argument Option.
3697
+ Argument Width.
3698
3698
  """
3699
3699
 
3700
- class _Width(PyNumericalCommandArgumentsSubItem):
3700
+ class _Option(PyTextualCommandArgumentsSubItem):
3701
3701
  """
3702
- Argument Width.
3702
+ Argument Option.
3703
3703
  """
3704
3704
 
3705
3705
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -5682,8 +5682,8 @@ class Root(PyMenu):
5682
5682
  def __init__(self, parent, attr, service, rules, path):
5683
5683
  super().__init__(parent, attr, service, rules, path)
5684
5684
  self.DPI = self._DPI(self, "DPI", service, rules, path)
5685
- self.Width = self._Width(self, "Width", service, rules, path)
5686
5685
  self.Option = self._Option(self, "Option", service, rules, path)
5686
+ self.Width = self._Width(self, "Width", service, rules, path)
5687
5687
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
5688
5688
  self.Height = self._Height(self, "Height", service, rules, path)
5689
5689
 
@@ -5692,14 +5692,14 @@ class Root(PyMenu):
5692
5692
  Argument DPI.
5693
5693
  """
5694
5694
 
5695
- class _Width(PyNumericalCommandArgumentsSubItem):
5695
+ class _Option(PyTextualCommandArgumentsSubItem):
5696
5696
  """
5697
- Argument Width.
5697
+ Argument Option.
5698
5698
  """
5699
5699
 
5700
- class _Option(PyTextualCommandArgumentsSubItem):
5700
+ class _Width(PyNumericalCommandArgumentsSubItem):
5701
5701
  """
5702
- Argument Option.
5702
+ Argument Width.
5703
5703
  """
5704
5704
 
5705
5705
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -6506,8 +6506,8 @@ class Root(PyMenu):
6506
6506
  def __init__(self, parent, attr, service, rules, path):
6507
6507
  super().__init__(parent, attr, service, rules, path)
6508
6508
  self.DPI = self._DPI(self, "DPI", service, rules, path)
6509
- self.Width = self._Width(self, "Width", service, rules, path)
6510
6509
  self.Option = self._Option(self, "Option", service, rules, path)
6510
+ self.Width = self._Width(self, "Width", service, rules, path)
6511
6511
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
6512
6512
  self.Height = self._Height(self, "Height", service, rules, path)
6513
6513
 
@@ -6516,14 +6516,14 @@ class Root(PyMenu):
6516
6516
  Argument DPI.
6517
6517
  """
6518
6518
 
6519
- class _Width(PyNumericalCommandArgumentsSubItem):
6519
+ class _Option(PyTextualCommandArgumentsSubItem):
6520
6520
  """
6521
- Argument Width.
6521
+ Argument Option.
6522
6522
  """
6523
6523
 
6524
- class _Option(PyTextualCommandArgumentsSubItem):
6524
+ class _Width(PyNumericalCommandArgumentsSubItem):
6525
6525
  """
6526
- Argument Option.
6526
+ Argument Width.
6527
6527
  """
6528
6528
 
6529
6529
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -7505,8 +7505,8 @@ class Root(PyMenu):
7505
7505
  def __init__(self, parent, attr, service, rules, path):
7506
7506
  super().__init__(parent, attr, service, rules, path)
7507
7507
  self.DPI = self._DPI(self, "DPI", service, rules, path)
7508
- self.Option = self._Option(self, "Option", service, rules, path)
7509
7508
  self.Width = self._Width(self, "Width", service, rules, path)
7509
+ self.Option = self._Option(self, "Option", service, rules, path)
7510
7510
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
7511
7511
  self.Height = self._Height(self, "Height", service, rules, path)
7512
7512
 
@@ -7515,14 +7515,14 @@ class Root(PyMenu):
7515
7515
  Argument DPI.
7516
7516
  """
7517
7517
 
7518
- class _Option(PyTextualCommandArgumentsSubItem):
7518
+ class _Width(PyNumericalCommandArgumentsSubItem):
7519
7519
  """
7520
- Argument Option.
7520
+ Argument Width.
7521
7521
  """
7522
7522
 
7523
- class _Width(PyNumericalCommandArgumentsSubItem):
7523
+ class _Option(PyTextualCommandArgumentsSubItem):
7524
7524
  """
7525
- Argument Width.
7525
+ Argument Option.
7526
7526
  """
7527
7527
 
7528
7528
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -7793,8 +7793,8 @@ class Root(PyMenu):
7793
7793
  def __init__(self, parent, attr, service, rules, path):
7794
7794
  super().__init__(parent, attr, service, rules, path)
7795
7795
  self.DPI = self._DPI(self, "DPI", service, rules, path)
7796
- self.Width = self._Width(self, "Width", service, rules, path)
7797
7796
  self.Option = self._Option(self, "Option", service, rules, path)
7797
+ self.Width = self._Width(self, "Width", service, rules, path)
7798
7798
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
7799
7799
  self.Height = self._Height(self, "Height", service, rules, path)
7800
7800
 
@@ -7803,14 +7803,14 @@ class Root(PyMenu):
7803
7803
  Argument DPI.
7804
7804
  """
7805
7805
 
7806
- class _Width(PyNumericalCommandArgumentsSubItem):
7806
+ class _Option(PyTextualCommandArgumentsSubItem):
7807
7807
  """
7808
- Argument Width.
7808
+ Argument Option.
7809
7809
  """
7810
7810
 
7811
- class _Option(PyTextualCommandArgumentsSubItem):
7811
+ class _Width(PyNumericalCommandArgumentsSubItem):
7812
7812
  """
7813
- Argument Option.
7813
+ Argument Width.
7814
7814
  """
7815
7815
 
7816
7816
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):