ansys-fluent-core 0.34.0__py3-none-any.whl → 0.34.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 (31) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/file_session.py +28 -2
  3. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  4. ansys/fluent/core/generated/datamodel_231/flicing.py +35 -35
  5. ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
  6. ansys/fluent/core/generated/datamodel_232/flicing.py +35 -35
  7. ansys/fluent/core/generated/datamodel_232/meshing.py +201 -201
  8. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  9. ansys/fluent/core/generated/datamodel_241/meshing.py +298 -298
  10. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  11. ansys/fluent/core/generated/datamodel_242/meshing.py +334 -334
  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 +340 -340
  15. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  16. ansys/fluent/core/generated/datamodel_252/flicing.py +35 -35
  17. ansys/fluent/core/generated/datamodel_252/meshing.py +402 -402
  18. ansys/fluent/core/generated/datamodel_252/part_management.py +10 -10
  19. ansys/fluent/core/generated/datamodel_261/flicing.py +45 -45
  20. ansys/fluent/core/generated/datamodel_261/meshing.py +377 -377
  21. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  22. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  23. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  24. ansys/fluent/core/generated/solver/settings_261.py +3023 -2378
  25. ansys/fluent/core/generated/solver/settings_261.pyi +1456 -1537
  26. ansys/fluent/core/generated/solver/tui_261.py +1436 -599
  27. ansys/fluent/core/services/field_data.py +27 -8
  28. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/METADATA +1 -1
  29. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/RECORD +31 -31
  30. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/LICENSE +0 -0
  31. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/WHEEL +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:
@@ -1,5 +1,5 @@
1
1
  FLUENT_VERSION = "261"
2
- FLUENT_BUILD_TIME = "Jul 22 2025 12:15:26 EDT"
3
- FLUENT_BUILD_ID = "88"
4
- FLUENT_REVISION = "ed1646ad05"
2
+ FLUENT_BUILD_TIME = "Jul 31 2025 12:13:02 EDT"
3
+ FLUENT_BUILD_ID = "97"
4
+ FLUENT_REVISION = "c89e9d8f4b"
5
5
  FLUENT_BRANCH = "develop"