ansys-fluent-core 0.35.dev0__py3-none-any.whl → 0.35.dev1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-fluent-core might be problematic. Click here for more details.

Files changed (39) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +4 -0
  3. ansys/fluent/core/codegen/settingsgen.py +3 -0
  4. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  5. ansys/fluent/core/generated/datamodel_231/flicing.py +15 -15
  6. ansys/fluent/core/generated/datamodel_231/meshing.py +204 -204
  7. ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
  8. ansys/fluent/core/generated/datamodel_232/meshing.py +151 -151
  9. ansys/fluent/core/generated/datamodel_241/flicing.py +35 -35
  10. ansys/fluent/core/generated/datamodel_241/meshing.py +256 -256
  11. ansys/fluent/core/generated/datamodel_242/flicing.py +35 -35
  12. ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
  13. ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
  14. ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
  15. ansys/fluent/core/generated/datamodel_251/meshing.py +325 -325
  16. ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
  17. ansys/fluent/core/generated/datamodel_252/flicing.py +55 -55
  18. ansys/fluent/core/generated/datamodel_252/meshing.py +375 -375
  19. ansys/fluent/core/generated/datamodel_252/part_management.py +10 -10
  20. ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
  21. ansys/fluent/core/generated/datamodel_261/meshing.py +441 -392
  22. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  23. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  24. ansys/fluent/core/generated/datamodel_261/preferences.py +28 -0
  25. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  26. ansys/fluent/core/generated/meshing/tui_261.py +20 -0
  27. ansys/fluent/core/generated/solver/settings_261.py +7475 -2873
  28. ansys/fluent/core/generated/solver/settings_261.pyi +4946 -1937
  29. ansys/fluent/core/generated/solver/tui_261.py +1762 -678
  30. ansys/fluent/core/launcher/fluent_container.py +4 -0
  31. ansys/fluent/core/module_config.py +5 -0
  32. ansys/fluent/core/search.py +12 -0
  33. ansys/fluent/core/session_solver.py +5 -4
  34. ansys/fluent/core/solver/flunits.py +2 -0
  35. ansys/fluent/core/utils/networking.py +11 -2
  36. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/METADATA +8 -7
  37. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/RECORD +39 -39
  38. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/WHEEL +1 -1
  39. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.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:
@@ -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.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3718
3717
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3718
+ self.Deviation = self._Deviation(self, "Deviation", 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 _Deviation(PyNumericalCommandArgumentsSubItem):
3730
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3731
3731
  """
3732
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3732
+ Specify a rotational angle (in degrees) of transformation.
3733
3733
  """
3734
3734
 
3735
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3735
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3736
3736
  """
3737
- Specify a rotational angle (in degrees) of transformation.
3737
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
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.Width = self._Width(self, "Width", service, rules, path)
1411
1410
  self.Option = self._Option(self, "Option", service, rules, path)
1411
+ self.Width = self._Width(self, "Width", 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 _Width(PyNumericalCommandArgumentsSubItem):
1420
+ class _Option(PyTextualCommandArgumentsSubItem):
1421
1421
  """
1422
- Argument Width.
1422
+ Argument Option.
1423
1423
  """
1424
1424
 
1425
- class _Option(PyTextualCommandArgumentsSubItem):
1425
+ class _Width(PyNumericalCommandArgumentsSubItem):
1426
1426
  """
1427
- Argument Option.
1427
+ Argument Width.
1428
1428
  """
1429
1429
 
1430
1430
  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.Option = self._Option(self, "Option", service, rules, path)
2913
2912
  self.Width = self._Width(self, "Width", service, rules, path)
2913
+ self.Option = self._Option(self, "Option", 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 _Option(PyTextualCommandArgumentsSubItem):
2922
+ class _Width(PyNumericalCommandArgumentsSubItem):
2923
2923
  """
2924
- Argument Option.
2924
+ Argument Width.
2925
2925
  """
2926
2926
 
2927
- class _Width(PyNumericalCommandArgumentsSubItem):
2927
+ class _Option(PyTextualCommandArgumentsSubItem):
2928
2928
  """
2929
- Argument Width.
2929
+ Argument Option.
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):
@@ -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.Option = self._Option(self, "Option", service, rules, path)
3584
3583
  self.Width = self._Width(self, "Width", service, rules, path)
3584
+ self.Option = self._Option(self, "Option", 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 _Option(PyTextualCommandArgumentsSubItem):
3593
+ class _Width(PyNumericalCommandArgumentsSubItem):
3594
3594
  """
3595
- Argument Option.
3595
+ Argument Width.
3596
3596
  """
3597
3597
 
3598
- class _Width(PyNumericalCommandArgumentsSubItem):
3598
+ class _Option(PyTextualCommandArgumentsSubItem):
3599
3599
  """
3600
- Argument Width.
3600
+ Argument Option.
3601
3601
  """
3602
3602
 
3603
3603
  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):
@@ -5784,8 +5784,8 @@ class Root(PyMenu):
5784
5784
  def __init__(self, parent, attr, service, rules, path):
5785
5785
  super().__init__(parent, attr, service, rules, path)
5786
5786
  self.DPI = self._DPI(self, "DPI", service, rules, path)
5787
- self.Option = self._Option(self, "Option", service, rules, path)
5788
5787
  self.Width = self._Width(self, "Width", service, rules, path)
5788
+ self.Option = self._Option(self, "Option", service, rules, path)
5789
5789
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
5790
5790
  self.Height = self._Height(self, "Height", service, rules, path)
5791
5791
 
@@ -5794,14 +5794,14 @@ class Root(PyMenu):
5794
5794
  Argument DPI.
5795
5795
  """
5796
5796
 
5797
- class _Option(PyTextualCommandArgumentsSubItem):
5797
+ class _Width(PyNumericalCommandArgumentsSubItem):
5798
5798
  """
5799
- Argument Option.
5799
+ Argument Width.
5800
5800
  """
5801
5801
 
5802
- class _Width(PyNumericalCommandArgumentsSubItem):
5802
+ class _Option(PyTextualCommandArgumentsSubItem):
5803
5803
  """
5804
- Argument Width.
5804
+ Argument Option.
5805
5805
  """
5806
5806
 
5807
5807
  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.Option = self._Option(self, "Option", service, rules, path)
6510
6509
  self.Width = self._Width(self, "Width", service, rules, path)
6510
+ self.Option = self._Option(self, "Option", 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 _Option(PyTextualCommandArgumentsSubItem):
6519
+ class _Width(PyNumericalCommandArgumentsSubItem):
6520
6520
  """
6521
- Argument Option.
6521
+ Argument Width.
6522
6522
  """
6523
6523
 
6524
- class _Width(PyNumericalCommandArgumentsSubItem):
6524
+ class _Option(PyTextualCommandArgumentsSubItem):
6525
6525
  """
6526
- Argument Width.
6526
+ Argument Option.
6527
6527
  """
6528
6528
 
6529
6529
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):