ansys-fluent-core 0.33.0__py3-none-any.whl → 0.33.1__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 (34) 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 +50 -50
  4. ansys/fluent/core/generated/datamodel_231/meshing.py +188 -188
  5. ansys/fluent/core/generated/datamodel_232/flicing.py +35 -35
  6. ansys/fluent/core/generated/datamodel_232/meshing.py +212 -212
  7. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  8. ansys/fluent/core/generated/datamodel_241/meshing.py +259 -259
  9. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  10. ansys/fluent/core/generated/datamodel_242/meshing.py +323 -323
  11. ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
  12. ansys/fluent/core/generated/datamodel_251/flicing.py +45 -45
  13. ansys/fluent/core/generated/datamodel_251/meshing.py +380 -380
  14. ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
  15. ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
  16. ansys/fluent/core/generated/datamodel_252/meshing.py +416 -416
  17. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  18. ansys/fluent/core/generated/datamodel_261/flicing.py +55 -55
  19. ansys/fluent/core/generated/datamodel_261/meshing.py +385 -373
  20. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  21. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  22. ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
  23. ansys/fluent/core/generated/fluent_version_252.py +1 -1
  24. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  25. ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
  26. ansys/fluent/core/generated/solver/settings_261.py +2016 -1107
  27. ansys/fluent/core/generated/solver/settings_261.pyi +998 -509
  28. ansys/fluent/core/generated/solver/tui_261.py +2278 -2264
  29. ansys/fluent/core/launcher/fluent_container.py +1 -0
  30. ansys/fluent/core/launcher/slurm_launcher.py +1 -0
  31. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/METADATA +1 -1
  32. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/RECORD +34 -34
  33. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/WHEEL +0 -0
  34. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.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:
@@ -94,6 +94,7 @@ class Root(PyMenu):
94
94
  self.PyConsoleCompleter = self.__class__.PyConsoleCompleter(service, rules, path + [("PyConsoleCompleter", "")])
95
95
  self.QuickPropertyView = self.__class__.QuickPropertyView(service, rules, path + [("QuickPropertyView", "")])
96
96
  self.Ruler = self.__class__.Ruler(service, rules, path + [("Ruler", "")])
97
+ self.ShowDefaultInterior = self.__class__.ShowDefaultInterior(service, rules, path + [("ShowDefaultInterior", "")])
97
98
  self.ShowEnabledModels = self.__class__.ShowEnabledModels(service, rules, path + [("ShowEnabledModels", "")])
98
99
  self.ShowInterfaceNonOverlappingBoundaries = self.__class__.ShowInterfaceNonOverlappingBoundaries(service, rules, path + [("ShowInterfaceNonOverlappingBoundaries", "")])
99
100
  self.ShowModelEdges = self.__class__.ShowModelEdges(service, rules, path + [("ShowModelEdges", "")])
@@ -553,6 +554,12 @@ class Root(PyMenu):
553
554
  """
554
555
  pass
555
556
 
557
+ class ShowDefaultInterior(PyParameter):
558
+ """
559
+ Parameter ShowDefaultInterior of value type bool.
560
+ """
561
+ pass
562
+
556
563
  class ShowEnabledModels(PyParameter):
557
564
  """
558
565
  Parameter ShowEnabledModels of value type bool.
@@ -1,5 +1,5 @@
1
1
  FLUENT_VERSION = "252"
2
- FLUENT_BUILD_TIME = "May 16 2025 12:39:49 EDT"
2
+ FLUENT_BUILD_TIME = "Aug 06 2025 12:20:11 EDT"
3
3
  FLUENT_BUILD_ID = "203"
4
4
  FLUENT_REVISION = "3c94cbcb4d"
5
5
  FLUENT_BRANCH = "releases/release-25.2-staging"
@@ -1,5 +1,5 @@
1
1
  FLUENT_VERSION = "261"
2
- FLUENT_BUILD_TIME = "Jun 21 2025 12:09:08 EDT"
3
- FLUENT_BUILD_ID = "57"
4
- FLUENT_REVISION = "1ef5540032"
2
+ FLUENT_BUILD_TIME = "Jul 02 2025 12:11:41 EDT"
3
+ FLUENT_BUILD_ID = "68"
4
+ FLUENT_REVISION = "886cc49c1c"
5
5
  FLUENT_BRANCH = "develop"