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
@@ -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.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3547
3546
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3547
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", 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 _NormalAngle(PyNumericalCommandArgumentsSubItem):
3559
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3560
3560
  """
3561
- Specify a rotational angle (in degrees) of transformation.
3561
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3562
3562
  """
3563
3563
 
3564
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3564
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3565
3565
  """
3566
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3566
+ Specify a rotational angle (in degrees) of transformation.
3567
3567
  """
3568
3568
 
3569
3569
  def create_instance(self) -> _InputFileChangedCommandArguments:
@@ -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.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3718
3717
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3718
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", 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 _NormalAngle(PyNumericalCommandArgumentsSubItem):
3730
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3731
3731
  """
3732
- Specify a rotational angle (in degrees) of transformation.
3732
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3733
3733
  """
3734
3734
 
3735
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3735
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3736
3736
  """
3737
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3737
+ Specify a rotational angle (in degrees) of transformation.
3738
3738
  """
3739
3739
 
3740
3740
  def create_instance(self) -> _LoadFmdFileCommandArguments:
@@ -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 = "Jul 31 2025 12:13:02 EDT"
3
- FLUENT_BUILD_ID = "97"
4
- FLUENT_REVISION = "c89e9d8f4b"
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"
@@ -3665,7 +3665,6 @@ class main_menu(TUIMenu):
3665
3665
  Enter to create new project, open project, save and archive project.
3666
3666
  """
3667
3667
  def __init__(self, service, version, mode, path):
3668
- self.simulation = self.__class__.simulation(service, version, mode, path + ["simulation"])
3669
3668
  self.archive = self.__class__.archive(service, version, mode, path + ["archive"])
3670
3669
  self.new = self.__class__.new(service, version, mode, path + ["new"])
3671
3670
  self.open = self.__class__.open(service, version, mode, path + ["open"])
@@ -3698,51 +3697,6 @@ class main_menu(TUIMenu):
3698
3697
  Save As Copy.
3699
3698
  """
3700
3699
 
3701
- class simulation(TUIMenu):
3702
- """
3703
- Enter to create, duplicate, or delete a simulation.
3704
- """
3705
- def __init__(self, service, version, mode, path):
3706
- self.run = self.__class__.run(service, version, mode, path + ["run"])
3707
- self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
3708
- self.new_simulation = self.__class__.new_simulation(service, version, mode, path + ["new_simulation"])
3709
- self.set_as_current = self.__class__.set_as_current(service, version, mode, path + ["set_as_current"])
3710
- super().__init__(service, version, mode, path)
3711
- class delete(TUIMethod):
3712
- """
3713
- Delete A Simulation.
3714
- """
3715
- class new_simulation(TUIMethod):
3716
- """
3717
- Create New Simulation.
3718
- """
3719
- class set_as_current(TUIMethod):
3720
- """
3721
- Set the Current Simulation.
3722
- """
3723
-
3724
- class run(TUIMenu):
3725
- """
3726
- Enter to create, duplicate, or delete a run.
3727
- """
3728
- def __init__(self, service, version, mode, path):
3729
- self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
3730
- self.new_run = self.__class__.new_run(service, version, mode, path + ["new_run"])
3731
- self.set_as_current = self.__class__.set_as_current(service, version, mode, path + ["set_as_current"])
3732
- super().__init__(service, version, mode, path)
3733
- class delete(TUIMethod):
3734
- """
3735
- Delete A Run.
3736
- """
3737
- class new_run(TUIMethod):
3738
- """
3739
- Create a New Run.
3740
- """
3741
- class set_as_current(TUIMethod):
3742
- """
3743
- Set the Current Run.
3744
- """
3745
-
3746
3700
  class material_point(TUIMenu):
3747
3701
  """
3748
3702
  Manage material points.
@@ -5735,15 +5689,15 @@ class main_menu(TUIMenu):
5735
5689
  """
5736
5690
  class maximum_angle_threshold(TUIMethod):
5737
5691
  """
5738
- Sets the maximum angle between two facets for angular refinements (e.g., to exclude sharp corners).
5692
+ Sets the maximum angle between two facets for angular refinements (e.g. to exclude sharp corners).
5739
5693
  """
5740
5694
  class minimum_angle_threshold(TUIMethod):
5741
5695
  """
5742
- Sets the minimum angle between two facets for angular refinements (e.g., to prevent spurious refinements).
5696
+ Sets the minimum angle between two facets for angular refinements (e.g. to prevent spurious refinements).
5743
5697
  """
5744
5698
  class switched_criterion_threshold(TUIMethod):
5745
5699
  """
5746
- Specify the angular value to switch between "facets-normal-angle" and "arc-estimate" in the "switched" criterion.
5700
+ Specify the angular value to switch between "facets-normal-angle" and "arc-estimate" in the "switched" cirterion.
5747
5701
  """
5748
5702
 
5749
5703
  class refinement_regions(TUIMenu):