ansys-fluent-core 0.34.1__py3-none-any.whl → 0.34.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/docker/utils.py +1 -1
  3. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  4. ansys/fluent/core/generated/datamodel_231/flicing.py +30 -30
  5. ansys/fluent/core/generated/datamodel_231/meshing.py +229 -229
  6. ansys/fluent/core/generated/datamodel_232/flicing.py +25 -25
  7. ansys/fluent/core/generated/datamodel_232/meshing.py +231 -231
  8. ansys/fluent/core/generated/datamodel_241/flicing.py +30 -30
  9. ansys/fluent/core/generated/datamodel_241/meshing.py +296 -296
  10. ansys/fluent/core/generated/datamodel_242/flicing.py +30 -30
  11. ansys/fluent/core/generated/datamodel_242/meshing.py +312 -312
  12. ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
  13. ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
  14. ansys/fluent/core/generated/datamodel_251/meshing.py +346 -346
  15. ansys/fluent/core/generated/datamodel_252/flicing.py +50 -50
  16. ansys/fluent/core/generated/datamodel_252/meshing.py +423 -423
  17. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  18. ansys/fluent/core/generated/datamodel_261/flicing.py +50 -50
  19. ansys/fluent/core/generated/datamodel_261/meshing.py +382 -389
  20. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  21. ansys/fluent/core/generated/fluent_version_252.py +1 -1
  22. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  23. ansys/fluent/core/generated/meshing/tui_261.py +3 -49
  24. ansys/fluent/core/generated/solver/settings_261.py +3723 -5494
  25. ansys/fluent/core/generated/solver/settings_261.pyi +2854 -3231
  26. ansys/fluent/core/generated/solver/tui_261.py +629 -1616
  27. ansys/fluent/core/launcher/fluent_container.py +1 -0
  28. ansys/fluent/core/launcher/slurm_launcher.py +1 -0
  29. {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/METADATA +1 -1
  30. {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/RECORD +32 -32
  31. {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/LICENSE +0 -0
  32. {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/WHEEL +0 -0
@@ -3583,8 +3583,8 @@ class Root(PyMenu):
3583
3583
  super().__init__(parent, attr, service, rules, path)
3584
3584
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3585
3585
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3586
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3587
3586
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3587
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3588
3588
 
3589
3589
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3590
3590
  """
@@ -3596,12 +3596,12 @@ class Root(PyMenu):
3596
3596
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3597
3597
  """
3598
3598
 
3599
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3599
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3600
3600
  """
3601
3601
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3602
3602
  """
3603
3603
 
3604
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3604
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3605
3605
  """
3606
3606
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3607
3607
  """
@@ -3759,8 +3759,8 @@ class Root(PyMenu):
3759
3759
  super().__init__(parent, attr, service, rules, path)
3760
3760
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3761
3761
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3762
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3763
3762
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3763
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3764
3764
 
3765
3765
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3766
3766
  """
@@ -3772,12 +3772,12 @@ class Root(PyMenu):
3772
3772
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3773
3773
  """
3774
3774
 
3775
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3775
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3776
3776
  """
3777
3777
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3778
3778
  """
3779
3779
 
3780
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3780
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3781
3781
  """
3782
3782
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3783
3783
  """
@@ -2239,8 +2239,8 @@ class Root(PyMenu):
2239
2239
  def __init__(self, parent, attr, service, rules, path):
2240
2240
  super().__init__(parent, attr, service, rules, path)
2241
2241
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2242
- self.Width = self._Width(self, "Width", service, rules, path)
2243
2242
  self.Option = self._Option(self, "Option", service, rules, path)
2243
+ self.Width = self._Width(self, "Width", service, rules, path)
2244
2244
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2245
2245
  self.Height = self._Height(self, "Height", service, rules, path)
2246
2246
 
@@ -2249,14 +2249,14 @@ class Root(PyMenu):
2249
2249
  Argument DPI.
2250
2250
  """
2251
2251
 
2252
- class _Width(PyNumericalCommandArgumentsSubItem):
2252
+ class _Option(PyTextualCommandArgumentsSubItem):
2253
2253
  """
2254
- Argument Width.
2254
+ Argument Option.
2255
2255
  """
2256
2256
 
2257
- class _Option(PyTextualCommandArgumentsSubItem):
2257
+ class _Width(PyNumericalCommandArgumentsSubItem):
2258
2258
  """
2259
- Argument Option.
2259
+ Argument Width.
2260
2260
  """
2261
2261
 
2262
2262
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2341,8 +2341,8 @@ class Root(PyMenu):
2341
2341
  def __init__(self, parent, attr, service, rules, path):
2342
2342
  super().__init__(parent, attr, service, rules, path)
2343
2343
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2344
- self.Width = self._Width(self, "Width", service, rules, path)
2345
2344
  self.Option = self._Option(self, "Option", service, rules, path)
2345
+ self.Width = self._Width(self, "Width", service, rules, path)
2346
2346
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2347
2347
  self.Height = self._Height(self, "Height", service, rules, path)
2348
2348
 
@@ -2351,14 +2351,14 @@ class Root(PyMenu):
2351
2351
  Argument DPI.
2352
2352
  """
2353
2353
 
2354
- class _Width(PyNumericalCommandArgumentsSubItem):
2354
+ class _Option(PyTextualCommandArgumentsSubItem):
2355
2355
  """
2356
- Argument Width.
2356
+ Argument Option.
2357
2357
  """
2358
2358
 
2359
- class _Option(PyTextualCommandArgumentsSubItem):
2359
+ class _Width(PyNumericalCommandArgumentsSubItem):
2360
2360
  """
2361
- Argument Option.
2361
+ Argument Width.
2362
2362
  """
2363
2363
 
2364
2364
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3004,8 +3004,8 @@ class Root(PyMenu):
3004
3004
  def __init__(self, parent, attr, service, rules, path):
3005
3005
  super().__init__(parent, attr, service, rules, path)
3006
3006
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3007
- self.Width = self._Width(self, "Width", service, rules, path)
3008
3007
  self.Option = self._Option(self, "Option", service, rules, path)
3008
+ self.Width = self._Width(self, "Width", service, rules, path)
3009
3009
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3010
3010
  self.Height = self._Height(self, "Height", service, rules, path)
3011
3011
 
@@ -3014,14 +3014,14 @@ class Root(PyMenu):
3014
3014
  Argument DPI.
3015
3015
  """
3016
3016
 
3017
- class _Width(PyNumericalCommandArgumentsSubItem):
3017
+ class _Option(PyTextualCommandArgumentsSubItem):
3018
3018
  """
3019
- Argument Width.
3019
+ Argument Option.
3020
3020
  """
3021
3021
 
3022
- class _Option(PyTextualCommandArgumentsSubItem):
3022
+ class _Width(PyNumericalCommandArgumentsSubItem):
3023
3023
  """
3024
- Argument Option.
3024
+ Argument Width.
3025
3025
  """
3026
3026
 
3027
3027
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3566,8 +3566,8 @@ class Root(PyMenu):
3566
3566
  def __init__(self, parent, attr, service, rules, path):
3567
3567
  super().__init__(parent, attr, service, rules, path)
3568
3568
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3569
- self.Option = self._Option(self, "Option", service, rules, path)
3570
3569
  self.Width = self._Width(self, "Width", service, rules, path)
3570
+ self.Option = self._Option(self, "Option", service, rules, path)
3571
3571
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3572
3572
  self.Height = self._Height(self, "Height", service, rules, path)
3573
3573
 
@@ -3576,14 +3576,14 @@ class Root(PyMenu):
3576
3576
  Argument DPI.
3577
3577
  """
3578
3578
 
3579
- class _Option(PyTextualCommandArgumentsSubItem):
3579
+ class _Width(PyNumericalCommandArgumentsSubItem):
3580
3580
  """
3581
- Argument Option.
3581
+ Argument Width.
3582
3582
  """
3583
3583
 
3584
- class _Width(PyNumericalCommandArgumentsSubItem):
3584
+ class _Option(PyTextualCommandArgumentsSubItem):
3585
3585
  """
3586
- Argument Width.
3586
+ Argument Option.
3587
3587
  """
3588
3588
 
3589
3589
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3668,8 +3668,8 @@ class Root(PyMenu):
3668
3668
  def __init__(self, parent, attr, service, rules, path):
3669
3669
  super().__init__(parent, attr, service, rules, path)
3670
3670
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3671
- self.Option = self._Option(self, "Option", service, rules, path)
3672
3671
  self.Width = self._Width(self, "Width", service, rules, path)
3672
+ self.Option = self._Option(self, "Option", service, rules, path)
3673
3673
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3674
3674
  self.Height = self._Height(self, "Height", service, rules, path)
3675
3675
 
@@ -3678,14 +3678,14 @@ class Root(PyMenu):
3678
3678
  Argument DPI.
3679
3679
  """
3680
3680
 
3681
- class _Option(PyTextualCommandArgumentsSubItem):
3681
+ class _Width(PyNumericalCommandArgumentsSubItem):
3682
3682
  """
3683
- Argument Option.
3683
+ Argument Width.
3684
3684
  """
3685
3685
 
3686
- class _Width(PyNumericalCommandArgumentsSubItem):
3686
+ class _Option(PyTextualCommandArgumentsSubItem):
3687
3687
  """
3688
- Argument Width.
3688
+ Argument Option.
3689
3689
  """
3690
3690
 
3691
3691
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -5654,8 +5654,8 @@ class Root(PyMenu):
5654
5654
  def __init__(self, parent, attr, service, rules, path):
5655
5655
  super().__init__(parent, attr, service, rules, path)
5656
5656
  self.DPI = self._DPI(self, "DPI", service, rules, path)
5657
- self.Option = self._Option(self, "Option", service, rules, path)
5658
5657
  self.Width = self._Width(self, "Width", service, rules, path)
5658
+ self.Option = self._Option(self, "Option", service, rules, path)
5659
5659
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
5660
5660
  self.Height = self._Height(self, "Height", service, rules, path)
5661
5661
 
@@ -5664,14 +5664,14 @@ class Root(PyMenu):
5664
5664
  Argument DPI.
5665
5665
  """
5666
5666
 
5667
- class _Option(PyTextualCommandArgumentsSubItem):
5667
+ class _Width(PyNumericalCommandArgumentsSubItem):
5668
5668
  """
5669
- Argument Option.
5669
+ Argument Width.
5670
5670
  """
5671
5671
 
5672
- class _Width(PyNumericalCommandArgumentsSubItem):
5672
+ class _Option(PyTextualCommandArgumentsSubItem):
5673
5673
  """
5674
- Argument Width.
5674
+ Argument Option.
5675
5675
  """
5676
5676
 
5677
5677
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -6471,8 +6471,8 @@ class Root(PyMenu):
6471
6471
  def __init__(self, parent, attr, service, rules, path):
6472
6472
  super().__init__(parent, attr, service, rules, path)
6473
6473
  self.DPI = self._DPI(self, "DPI", service, rules, path)
6474
- self.Option = self._Option(self, "Option", service, rules, path)
6475
6474
  self.Width = self._Width(self, "Width", service, rules, path)
6475
+ self.Option = self._Option(self, "Option", service, rules, path)
6476
6476
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
6477
6477
  self.Height = self._Height(self, "Height", service, rules, path)
6478
6478
 
@@ -6481,14 +6481,14 @@ class Root(PyMenu):
6481
6481
  Argument DPI.
6482
6482
  """
6483
6483
 
6484
- class _Option(PyTextualCommandArgumentsSubItem):
6484
+ class _Width(PyNumericalCommandArgumentsSubItem):
6485
6485
  """
6486
- Argument Option.
6486
+ Argument Width.
6487
6487
  """
6488
6488
 
6489
- class _Width(PyNumericalCommandArgumentsSubItem):
6489
+ class _Option(PyTextualCommandArgumentsSubItem):
6490
6490
  """
6491
- Argument Width.
6491
+ Argument Option.
6492
6492
  """
6493
6493
 
6494
6494
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -6573,8 +6573,8 @@ class Root(PyMenu):
6573
6573
  def __init__(self, parent, attr, service, rules, path):
6574
6574
  super().__init__(parent, attr, service, rules, path)
6575
6575
  self.DPI = self._DPI(self, "DPI", service, rules, path)
6576
- self.Width = self._Width(self, "Width", service, rules, path)
6577
6576
  self.Option = self._Option(self, "Option", service, rules, path)
6577
+ self.Width = self._Width(self, "Width", service, rules, path)
6578
6578
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
6579
6579
  self.Height = self._Height(self, "Height", service, rules, path)
6580
6580
 
@@ -6583,14 +6583,14 @@ class Root(PyMenu):
6583
6583
  Argument DPI.
6584
6584
  """
6585
6585
 
6586
- class _Width(PyNumericalCommandArgumentsSubItem):
6586
+ class _Option(PyTextualCommandArgumentsSubItem):
6587
6587
  """
6588
- Argument Width.
6588
+ Argument Option.
6589
6589
  """
6590
6590
 
6591
- class _Option(PyTextualCommandArgumentsSubItem):
6591
+ class _Width(PyNumericalCommandArgumentsSubItem):
6592
6592
  """
6593
- Argument Option.
6593
+ Argument Width.
6594
6594
  """
6595
6595
 
6596
6596
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -7470,8 +7470,8 @@ class Root(PyMenu):
7470
7470
  def __init__(self, parent, attr, service, rules, path):
7471
7471
  super().__init__(parent, attr, service, rules, path)
7472
7472
  self.DPI = self._DPI(self, "DPI", service, rules, path)
7473
- self.Option = self._Option(self, "Option", service, rules, path)
7474
7473
  self.Width = self._Width(self, "Width", service, rules, path)
7474
+ self.Option = self._Option(self, "Option", service, rules, path)
7475
7475
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
7476
7476
  self.Height = self._Height(self, "Height", service, rules, path)
7477
7477
 
@@ -7480,14 +7480,14 @@ class Root(PyMenu):
7480
7480
  Argument DPI.
7481
7481
  """
7482
7482
 
7483
- class _Option(PyTextualCommandArgumentsSubItem):
7483
+ class _Width(PyNumericalCommandArgumentsSubItem):
7484
7484
  """
7485
- Argument Option.
7485
+ Argument Width.
7486
7486
  """
7487
7487
 
7488
- class _Width(PyNumericalCommandArgumentsSubItem):
7488
+ class _Option(PyTextualCommandArgumentsSubItem):
7489
7489
  """
7490
- Argument Width.
7490
+ Argument Option.
7491
7491
  """
7492
7492
 
7493
7493
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -7758,8 +7758,8 @@ class Root(PyMenu):
7758
7758
  def __init__(self, parent, attr, service, rules, path):
7759
7759
  super().__init__(parent, attr, service, rules, path)
7760
7760
  self.DPI = self._DPI(self, "DPI", service, rules, path)
7761
- self.Width = self._Width(self, "Width", service, rules, path)
7762
7761
  self.Option = self._Option(self, "Option", service, rules, path)
7762
+ self.Width = self._Width(self, "Width", service, rules, path)
7763
7763
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
7764
7764
  self.Height = self._Height(self, "Height", service, rules, path)
7765
7765
 
@@ -7768,14 +7768,14 @@ class Root(PyMenu):
7768
7768
  Argument DPI.
7769
7769
  """
7770
7770
 
7771
- class _Width(PyNumericalCommandArgumentsSubItem):
7771
+ class _Option(PyTextualCommandArgumentsSubItem):
7772
7772
  """
7773
- Argument Width.
7773
+ Argument Option.
7774
7774
  """
7775
7775
 
7776
- class _Option(PyTextualCommandArgumentsSubItem):
7776
+ class _Width(PyNumericalCommandArgumentsSubItem):
7777
7777
  """
7778
- Argument Option.
7778
+ Argument Width.
7779
7779
  """
7780
7780
 
7781
7781
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):