ansys-fluent-core 0.33.dev0__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 (82) hide show
  1. ansys/fluent/core/__init__.py +11 -4
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
  3. ansys/fluent/core/codegen/datamodelgen.py +2 -2
  4. ansys/fluent/core/codegen/print_fluent_version.py +4 -4
  5. ansys/fluent/core/codegen/settingsgen.py +1 -2
  6. ansys/fluent/core/exceptions.py +0 -1
  7. ansys/fluent/core/file_session.py +9 -9
  8. ansys/fluent/core/filereader/case_file.py +2 -2
  9. ansys/fluent/core/fluent_connection.py +5 -5
  10. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  11. ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
  12. ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
  13. ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
  14. ansys/fluent/core/generated/datamodel_232/meshing.py +174 -174
  15. ansys/fluent/core/generated/datamodel_241/flicing.py +20 -20
  16. ansys/fluent/core/generated/datamodel_241/meshing.py +283 -283
  17. ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
  18. ansys/fluent/core/generated/datamodel_242/meshing.py +308 -308
  19. ansys/fluent/core/generated/datamodel_251/flicing.py +35 -35
  20. ansys/fluent/core/generated/datamodel_251/meshing.py +295 -295
  21. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  22. ansys/fluent/core/generated/datamodel_252/flicing.py +25 -25
  23. ansys/fluent/core/generated/datamodel_252/meshing.py +424 -424
  24. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  25. ansys/fluent/core/generated/datamodel_261/flicing.py +40 -40
  26. ansys/fluent/core/generated/datamodel_261/meshing.py +443 -425
  27. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  28. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  29. ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
  30. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
  31. ansys/fluent/core/generated/fluent_version_252.py +1 -1
  32. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  33. ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
  34. ansys/fluent/core/generated/solver/settings_252.py +55 -55
  35. ansys/fluent/core/generated/solver/settings_261.py +4147 -4698
  36. ansys/fluent/core/generated/solver/settings_261.pyi +3467 -5578
  37. ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
  38. ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
  39. ansys/fluent/core/generated/solver/tui_261.py +2625 -2771
  40. ansys/fluent/core/launcher/container_launcher.py +7 -9
  41. ansys/fluent/core/launcher/fluent_container.py +107 -75
  42. ansys/fluent/core/launcher/launch_options.py +22 -1
  43. ansys/fluent/core/launcher/launcher.py +5 -4
  44. ansys/fluent/core/launcher/slurm_launcher.py +1 -0
  45. ansys/fluent/core/pyfluent_warnings.py +13 -0
  46. ansys/fluent/core/search.py +170 -83
  47. ansys/fluent/core/services/app_utilities.py +52 -32
  48. ansys/fluent/core/services/datamodel_se.py +6 -3
  49. ansys/fluent/core/services/scheme_eval.py +2 -0
  50. ansys/fluent/core/services/solution_variables.py +64 -49
  51. ansys/fluent/core/session.py +36 -30
  52. ansys/fluent/core/session_base_meshing.py +2 -24
  53. ansys/fluent/core/session_shared.py +5 -2
  54. ansys/fluent/core/session_solver.py +15 -9
  55. ansys/fluent/core/solver/__init__.py +1 -1
  56. ansys/fluent/core/solver/flobject.py +62 -64
  57. ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
  58. ansys/fluent/core/solver/settings_builtin_data.py +121 -540
  59. ansys/fluent/core/utils/context_managers.py +0 -17
  60. ansys/fluent/core/utils/fluent_version.py +173 -0
  61. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/METADATA +8 -8
  62. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/RECORD +64 -82
  63. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/WHEEL +1 -1
  64. ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
  65. ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
  66. ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
  67. ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
  68. ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
  69. ansys/fluent/core/generated/fluent_version_222.py +0 -5
  70. ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
  71. ansys/fluent/core/generated/solver/settings_222.py +0 -29473
  72. ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
  73. ansys/fluent/core/generated/solver/tui_222.py +0 -43451
  74. ansys/fluent/core/post_objects/__init__.py +0 -21
  75. ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
  76. ansys/fluent/core/post_objects/meta.py +0 -926
  77. ansys/fluent/core/post_objects/post_helper.py +0 -178
  78. ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
  79. ansys/fluent/core/post_objects/post_objects_container.py +0 -248
  80. ansys/fluent/core/post_objects/singleton_meta.py +0 -42
  81. ansys/fluent/core/post_objects/timing_decorator.py +0 -38
  82. {ansys_fluent_core-0.33.dev0.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:
@@ -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:
@@ -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.
@@ -205,9 +205,16 @@ class Root(PyMenu):
205
205
  Singleton GlobalSettings.
206
206
  """
207
207
  def __init__(self, service, rules, path):
208
+ self.CurrentTask = self.__class__.CurrentTask(service, rules, path + [("CurrentTask", "")])
208
209
  self.EnableTurboMeshing = self.__class__.EnableTurboMeshing(service, rules, path + [("EnableTurboMeshing", "")])
209
210
  super().__init__(service, rules, path)
210
211
 
212
+ class CurrentTask(PyTextual):
213
+ """
214
+ Parameter CurrentTask of value type str.
215
+ """
216
+ pass
217
+
211
218
  class EnableTurboMeshing(PyParameter):
212
219
  """
213
220
  Parameter EnableTurboMeshing 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 = "May 25 2025 00:32:35 EDT"
3
- FLUENT_BUILD_ID = "30"
4
- FLUENT_REVISION = "3b576641d1"
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"