ansys-fluent-core 0.32.1__py3-none-any.whl → 0.32.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.

Files changed (38) 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 +60 -60
  5. ansys/fluent/core/generated/datamodel_231/meshing.py +207 -207
  6. ansys/fluent/core/generated/datamodel_232/flicing.py +30 -30
  7. ansys/fluent/core/generated/datamodel_232/meshing.py +198 -198
  8. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  9. ansys/fluent/core/generated/datamodel_241/meshing.py +291 -291
  10. ansys/fluent/core/generated/datamodel_242/flicing.py +25 -25
  11. ansys/fluent/core/generated/datamodel_242/meshing.py +279 -279
  12. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  13. ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
  14. ansys/fluent/core/generated/datamodel_251/meshing.py +384 -384
  15. ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
  16. ansys/fluent/core/generated/datamodel_252/flicing.py +55 -55
  17. ansys/fluent/core/generated/datamodel_252/meshing.py +420 -420
  18. ansys/fluent/core/generated/datamodel_252/part_management.py +15 -15
  19. ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
  20. ansys/fluent/core/generated/datamodel_261/meshing.py +436 -418
  21. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  22. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  23. ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
  24. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
  25. ansys/fluent/core/generated/fluent_version_252.py +1 -1
  26. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  27. ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
  28. ansys/fluent/core/generated/solver/settings_261.py +4075 -4639
  29. ansys/fluent/core/generated/solver/settings_261.pyi +3457 -5574
  30. ansys/fluent/core/generated/solver/tui_261.py +2625 -2771
  31. ansys/fluent/core/launcher/fluent_container.py +1 -0
  32. ansys/fluent/core/launcher/slurm_launcher.py +1 -0
  33. ansys/fluent/core/session.py +1 -0
  34. ansys/fluent/core/solver/flobject.py +7 -26
  35. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info}/METADATA +3 -2
  36. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info}/RECORD +38 -38
  37. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info}/WHEEL +1 -1
  38. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info/licenses}/LICENSE +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.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3547
3546
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3547
+ self.Deviation = self._Deviation(self, "Deviation", 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 _Deviation(PyNumericalCommandArgumentsSubItem):
3559
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3560
3560
  """
3561
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3561
+ Specify a rotational angle (in degrees) of transformation.
3562
3562
  """
3563
3563
 
3564
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3564
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3565
3565
  """
3566
- Specify a rotational angle (in degrees) of transformation.
3566
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
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:
@@ -1407,8 +1407,8 @@ class Root(PyMenu):
1407
1407
  def __init__(self, parent, attr, service, rules, path):
1408
1408
  super().__init__(parent, attr, service, rules, path)
1409
1409
  self.DPI = self._DPI(self, "DPI", service, rules, path)
1410
- self.Option = self._Option(self, "Option", service, rules, path)
1411
1410
  self.Width = self._Width(self, "Width", service, rules, path)
1411
+ self.Option = self._Option(self, "Option", service, rules, path)
1412
1412
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
1413
1413
  self.Height = self._Height(self, "Height", service, rules, path)
1414
1414
 
@@ -1417,14 +1417,14 @@ class Root(PyMenu):
1417
1417
  Argument DPI.
1418
1418
  """
1419
1419
 
1420
- class _Option(PyTextualCommandArgumentsSubItem):
1420
+ class _Width(PyNumericalCommandArgumentsSubItem):
1421
1421
  """
1422
- Argument Option.
1422
+ Argument Width.
1423
1423
  """
1424
1424
 
1425
- class _Width(PyNumericalCommandArgumentsSubItem):
1425
+ class _Option(PyTextualCommandArgumentsSubItem):
1426
1426
  """
1427
- Argument Width.
1427
+ Argument Option.
1428
1428
  """
1429
1429
 
1430
1430
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2348,8 +2348,8 @@ class Root(PyMenu):
2348
2348
  def __init__(self, parent, attr, service, rules, path):
2349
2349
  super().__init__(parent, attr, service, rules, path)
2350
2350
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2351
- self.Width = self._Width(self, "Width", service, rules, path)
2352
2351
  self.Option = self._Option(self, "Option", service, rules, path)
2352
+ self.Width = self._Width(self, "Width", service, rules, path)
2353
2353
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2354
2354
  self.Height = self._Height(self, "Height", service, rules, path)
2355
2355
 
@@ -2358,14 +2358,14 @@ class Root(PyMenu):
2358
2358
  Argument DPI.
2359
2359
  """
2360
2360
 
2361
- class _Width(PyNumericalCommandArgumentsSubItem):
2361
+ class _Option(PyTextualCommandArgumentsSubItem):
2362
2362
  """
2363
- Argument Width.
2363
+ Argument Option.
2364
2364
  """
2365
2365
 
2366
- class _Option(PyTextualCommandArgumentsSubItem):
2366
+ class _Width(PyNumericalCommandArgumentsSubItem):
2367
2367
  """
2368
- Argument Option.
2368
+ Argument Width.
2369
2369
  """
2370
2370
 
2371
2371
  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):
@@ -3580,8 +3580,8 @@ class Root(PyMenu):
3580
3580
  def __init__(self, parent, attr, service, rules, path):
3581
3581
  super().__init__(parent, attr, service, rules, path)
3582
3582
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3583
- self.Width = self._Width(self, "Width", service, rules, path)
3584
3583
  self.Option = self._Option(self, "Option", service, rules, path)
3584
+ self.Width = self._Width(self, "Width", service, rules, path)
3585
3585
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3586
3586
  self.Height = self._Height(self, "Height", service, rules, path)
3587
3587
 
@@ -3590,14 +3590,14 @@ class Root(PyMenu):
3590
3590
  Argument DPI.
3591
3591
  """
3592
3592
 
3593
- class _Width(PyNumericalCommandArgumentsSubItem):
3593
+ class _Option(PyTextualCommandArgumentsSubItem):
3594
3594
  """
3595
- Argument Width.
3595
+ Argument Option.
3596
3596
  """
3597
3597
 
3598
- class _Option(PyTextualCommandArgumentsSubItem):
3598
+ class _Width(PyNumericalCommandArgumentsSubItem):
3599
3599
  """
3600
- Argument Option.
3600
+ Argument Width.
3601
3601
  """
3602
3602
 
3603
3603
  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.Option = self._Option(self, "Option", service, rules, path)
7797
7796
  self.Width = self._Width(self, "Width", service, rules, path)
7797
+ self.Option = self._Option(self, "Option", 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 _Option(PyTextualCommandArgumentsSubItem):
7806
+ class _Width(PyNumericalCommandArgumentsSubItem):
7807
7807
  """
7808
- Argument Option.
7808
+ Argument Width.
7809
7809
  """
7810
7810
 
7811
- class _Width(PyNumericalCommandArgumentsSubItem):
7811
+ class _Option(PyTextualCommandArgumentsSubItem):
7812
7812
  """
7813
- Argument Width.
7813
+ Argument Option.
7814
7814
  """
7815
7815
 
7816
7816
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):