ansys-fluent-core 0.32.dev1__py3-none-any.whl → 0.33.dev0__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 (27) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  3. ansys/fluent/core/generated/datamodel_231/flicing.py +25 -25
  4. ansys/fluent/core/generated/datamodel_231/meshing.py +228 -228
  5. ansys/fluent/core/generated/datamodel_232/flicing.py +45 -45
  6. ansys/fluent/core/generated/datamodel_232/meshing.py +175 -175
  7. ansys/fluent/core/generated/datamodel_241/flicing.py +65 -65
  8. ansys/fluent/core/generated/datamodel_241/meshing.py +293 -293
  9. ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
  10. ansys/fluent/core/generated/datamodel_242/meshing.py +302 -302
  11. ansys/fluent/core/generated/datamodel_242/part_management.py +9 -9
  12. ansys/fluent/core/generated/datamodel_251/flicing.py +55 -55
  13. ansys/fluent/core/generated/datamodel_251/meshing.py +297 -297
  14. ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
  15. ansys/fluent/core/generated/datamodel_252/flicing.py +40 -40
  16. ansys/fluent/core/generated/datamodel_252/meshing.py +440 -440
  17. ansys/fluent/core/generated/datamodel_252/part_management.py +10 -10
  18. ansys/fluent/core/generated/datamodel_261/flicing.py +50 -50
  19. ansys/fluent/core/generated/datamodel_261/meshing.py +438 -438
  20. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  21. ansys/fluent/core/solver/__init__.py +2 -0
  22. ansys/fluent/core/solver/settings_builtin_bases.py +23 -11
  23. ansys/fluent/core/utils/context_managers.py +68 -0
  24. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.33.dev0.dist-info}/METADATA +1 -1
  25. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.33.dev0.dist-info}/RECORD +27 -26
  26. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.33.dev0.dist-info}/LICENSE +0 -0
  27. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.33.dev0.dist-info}/WHEEL +0 -0
@@ -1307,8 +1307,8 @@ class Root(PyMenu):
1307
1307
  def __init__(self, parent, attr, service, rules, path):
1308
1308
  super().__init__(parent, attr, service, rules, path)
1309
1309
  self.DPI = self._DPI(self, "DPI", service, rules, path)
1310
- self.Width = self._Width(self, "Width", service, rules, path)
1311
1310
  self.Option = self._Option(self, "Option", service, rules, path)
1311
+ self.Width = self._Width(self, "Width", service, rules, path)
1312
1312
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
1313
1313
  self.Height = self._Height(self, "Height", service, rules, path)
1314
1314
 
@@ -1317,14 +1317,14 @@ class Root(PyMenu):
1317
1317
  Argument DPI.
1318
1318
  """
1319
1319
 
1320
- class _Width(PyNumericalCommandArgumentsSubItem):
1320
+ class _Option(PyTextualCommandArgumentsSubItem):
1321
1321
  """
1322
- Argument Width.
1322
+ Argument Option.
1323
1323
  """
1324
1324
 
1325
- class _Option(PyTextualCommandArgumentsSubItem):
1325
+ class _Width(PyNumericalCommandArgumentsSubItem):
1326
1326
  """
1327
- Argument Option.
1327
+ Argument Width.
1328
1328
  """
1329
1329
 
1330
1330
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2100,8 +2100,8 @@ class Root(PyMenu):
2100
2100
  def __init__(self, parent, attr, service, rules, path):
2101
2101
  super().__init__(parent, attr, service, rules, path)
2102
2102
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2103
- self.Width = self._Width(self, "Width", service, rules, path)
2104
2103
  self.Option = self._Option(self, "Option", service, rules, path)
2104
+ self.Width = self._Width(self, "Width", service, rules, path)
2105
2105
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2106
2106
  self.Height = self._Height(self, "Height", service, rules, path)
2107
2107
 
@@ -2110,14 +2110,14 @@ class Root(PyMenu):
2110
2110
  Argument DPI.
2111
2111
  """
2112
2112
 
2113
- class _Width(PyNumericalCommandArgumentsSubItem):
2113
+ class _Option(PyTextualCommandArgumentsSubItem):
2114
2114
  """
2115
- Argument Width.
2115
+ Argument Option.
2116
2116
  """
2117
2117
 
2118
- class _Option(PyTextualCommandArgumentsSubItem):
2118
+ class _Width(PyNumericalCommandArgumentsSubItem):
2119
2119
  """
2120
- Argument Option.
2120
+ Argument Width.
2121
2121
  """
2122
2122
 
2123
2123
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2622,8 +2622,8 @@ class Root(PyMenu):
2622
2622
  def __init__(self, parent, attr, service, rules, path):
2623
2623
  super().__init__(parent, attr, service, rules, path)
2624
2624
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2625
- self.Width = self._Width(self, "Width", service, rules, path)
2626
2625
  self.Option = self._Option(self, "Option", service, rules, path)
2626
+ self.Width = self._Width(self, "Width", service, rules, path)
2627
2627
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2628
2628
  self.Height = self._Height(self, "Height", service, rules, path)
2629
2629
 
@@ -2632,14 +2632,14 @@ class Root(PyMenu):
2632
2632
  Argument DPI.
2633
2633
  """
2634
2634
 
2635
- class _Width(PyNumericalCommandArgumentsSubItem):
2635
+ class _Option(PyTextualCommandArgumentsSubItem):
2636
2636
  """
2637
- Argument Width.
2637
+ Argument Option.
2638
2638
  """
2639
2639
 
2640
- class _Option(PyTextualCommandArgumentsSubItem):
2640
+ class _Width(PyNumericalCommandArgumentsSubItem):
2641
2641
  """
2642
- Argument Option.
2642
+ Argument Width.
2643
2643
  """
2644
2644
 
2645
2645
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -4672,8 +4672,8 @@ class Root(PyMenu):
4672
4672
  def __init__(self, parent, attr, service, rules, path):
4673
4673
  super().__init__(parent, attr, service, rules, path)
4674
4674
  self.DPI = self._DPI(self, "DPI", service, rules, path)
4675
- self.Option = self._Option(self, "Option", service, rules, path)
4676
4675
  self.Width = self._Width(self, "Width", service, rules, path)
4676
+ self.Option = self._Option(self, "Option", service, rules, path)
4677
4677
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
4678
4678
  self.Height = self._Height(self, "Height", service, rules, path)
4679
4679
 
@@ -4682,14 +4682,14 @@ class Root(PyMenu):
4682
4682
  Argument DPI.
4683
4683
  """
4684
4684
 
4685
- class _Option(PyTextualCommandArgumentsSubItem):
4685
+ class _Width(PyNumericalCommandArgumentsSubItem):
4686
4686
  """
4687
- Argument Option.
4687
+ Argument Width.
4688
4688
  """
4689
4689
 
4690
- class _Width(PyNumericalCommandArgumentsSubItem):
4690
+ class _Option(PyTextualCommandArgumentsSubItem):
4691
4691
  """
4692
- Argument Width.
4692
+ Argument Option.
4693
4693
  """
4694
4694
 
4695
4695
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -5038,8 +5038,8 @@ class Root(PyMenu):
5038
5038
  def __init__(self, parent, attr, service, rules, path):
5039
5039
  super().__init__(parent, attr, service, rules, path)
5040
5040
  self.DPI = self._DPI(self, "DPI", service, rules, path)
5041
- self.Width = self._Width(self, "Width", service, rules, path)
5042
5041
  self.Option = self._Option(self, "Option", service, rules, path)
5042
+ self.Width = self._Width(self, "Width", service, rules, path)
5043
5043
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
5044
5044
  self.Height = self._Height(self, "Height", service, rules, path)
5045
5045
 
@@ -5048,14 +5048,14 @@ class Root(PyMenu):
5048
5048
  Argument DPI.
5049
5049
  """
5050
5050
 
5051
- class _Width(PyNumericalCommandArgumentsSubItem):
5051
+ class _Option(PyTextualCommandArgumentsSubItem):
5052
5052
  """
5053
- Argument Width.
5053
+ Argument Option.
5054
5054
  """
5055
5055
 
5056
- class _Option(PyTextualCommandArgumentsSubItem):
5056
+ class _Width(PyNumericalCommandArgumentsSubItem):
5057
5057
  """
5058
- Argument Option.
5058
+ Argument Width.
5059
5059
  """
5060
5060
 
5061
5061
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):