ansys-fluent-core 0.28.1__py3-none-any.whl → 0.28.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.

@@ -1575,6 +1575,7 @@ class Root(PyMenu):
1575
1575
  self.OptimizeFor = self.__class__.OptimizeFor(service, rules, path + [("OptimizeFor", "")])
1576
1576
  self.RatioOfTargetFrameRateToClassifyHeavyGeometry = self.__class__.RatioOfTargetFrameRateToClassifyHeavyGeometry(service, rules, path + [("RatioOfTargetFrameRateToClassifyHeavyGeometry", "")])
1577
1577
  self.RatioOfTargetFrameRateToDeclassifyHeavyGeometry = self.__class__.RatioOfTargetFrameRateToDeclassifyHeavyGeometry(service, rules, path + [("RatioOfTargetFrameRateToDeclassifyHeavyGeometry", "")])
1578
+ self.SurfaceCaching = self.__class__.SurfaceCaching(service, rules, path + [("SurfaceCaching", "")])
1578
1579
  super().__init__(service, rules, path)
1579
1580
 
1580
1581
  class FastDisplayMode(PyMenu):
@@ -1728,6 +1729,12 @@ class Root(PyMenu):
1728
1729
  """
1729
1730
  pass
1730
1731
 
1732
+ class SurfaceCaching(PyParameter):
1733
+ """
1734
+ Parameter SurfaceCaching of value type bool.
1735
+ """
1736
+ pass
1737
+
1731
1738
  class RayTracingOptions(PyMenu):
1732
1739
  """
1733
1740
  Singleton RayTracingOptions.
@@ -1,5 +1,5 @@
1
1
  FLUENT_VERSION = "252"
2
- FLUENT_BUILD_TIME = ""
3
- FLUENT_BUILD_ID = "70"
4
- FLUENT_REVISION = "a5799a4051"
2
+ FLUENT_BUILD_TIME = "Jan 09 2025 14:21:43 EST"
3
+ FLUENT_BUILD_ID = "76"
4
+ FLUENT_REVISION = "5d15dd2559"
5
5
  FLUENT_BRANCH = "develop"