ansys-fluent-core 0.30.4__py3-none-any.whl → 0.30.6__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.
- ansys/fluent/core/__init__.py +2 -2
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_252/meshing.py +41 -4
- ansys/fluent/core/generated/datamodel_252/preferences.py +1 -1
- ansys/fluent/core/generated/fluent_version_252.py +4 -4
- ansys/fluent/core/generated/meshing/tui_252.py +1133 -1178
- ansys/fluent/core/generated/solver/settings_252.py +1984 -1583
- ansys/fluent/core/generated/solver/settings_252.pyi +1605 -1367
- ansys/fluent/core/generated/solver/tui_252.py +2174 -2005
- ansys/fluent/core/launcher/fluent_container.py +1 -0
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- ansys/fluent/core/solver/flobject.py +3 -2
- {ansys_fluent_core-0.30.4.dist-info → ansys_fluent_core-0.30.6.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.30.4.dist-info → ansys_fluent_core-0.30.6.dist-info}/RECORD +16 -16
- {ansys_fluent_core-0.30.4.dist-info → ansys_fluent_core-0.30.6.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.30.4.dist-info → ansys_fluent_core-0.30.6.dist-info}/WHEEL +0 -0
|
@@ -52,6 +52,7 @@ class Root(PyMenu):
|
|
|
52
52
|
self.CreateExternalFlowBoundaries = self.__class__.CreateExternalFlowBoundaries(service, rules, "CreateExternalFlowBoundaries", path)
|
|
53
53
|
self.CreateGapCover = self.__class__.CreateGapCover(service, rules, "CreateGapCover", path)
|
|
54
54
|
self.CreateGroup = self.__class__.CreateGroup(service, rules, "CreateGroup", path)
|
|
55
|
+
self.CreateLeakShield = self.__class__.CreateLeakShield(service, rules, "CreateLeakShield", path)
|
|
55
56
|
self.CreateLocalRefinementRegions = self.__class__.CreateLocalRefinementRegions(service, rules, "CreateLocalRefinementRegions", path)
|
|
56
57
|
self.CreateMeshObjects = self.__class__.CreateMeshObjects(service, rules, "CreateMeshObjects", path)
|
|
57
58
|
self.CreateOversetInterfaces = self.__class__.CreateOversetInterfaces(service, rules, "CreateOversetInterfaces", path)
|
|
@@ -419,6 +420,7 @@ class Root(PyMenu):
|
|
|
419
420
|
def __init__(self, service, rules, path):
|
|
420
421
|
self.FTMRegionData = self.__class__.FTMRegionData(service, rules, path + [("FTMRegionData", "")])
|
|
421
422
|
self.AreaUnit = self.__class__.AreaUnit(service, rules, path + [("AreaUnit", "")])
|
|
423
|
+
self.CurrentTask = self.__class__.CurrentTask(service, rules, path + [("CurrentTask", "")])
|
|
422
424
|
self.EnableCleanCAD = self.__class__.EnableCleanCAD(service, rules, path + [("EnableCleanCAD", "")])
|
|
423
425
|
self.EnableComplexMeshing = self.__class__.EnableComplexMeshing(service, rules, path + [("EnableComplexMeshing", "")])
|
|
424
426
|
self.EnableOversetMeshing = self.__class__.EnableOversetMeshing(service, rules, path + [("EnableOversetMeshing", "")])
|
|
@@ -544,6 +546,12 @@ class Root(PyMenu):
|
|
|
544
546
|
"""
|
|
545
547
|
pass
|
|
546
548
|
|
|
549
|
+
class CurrentTask(PyTextual):
|
|
550
|
+
"""
|
|
551
|
+
Parameter CurrentTask of value type str.
|
|
552
|
+
"""
|
|
553
|
+
pass
|
|
554
|
+
|
|
547
555
|
class EnableCleanCAD(PyParameter):
|
|
548
556
|
"""
|
|
549
557
|
Parameter EnableCleanCAD of value type bool.
|
|
@@ -1364,10 +1372,10 @@ class Root(PyMenu):
|
|
|
1364
1372
|
TopologyList : list[str]
|
|
1365
1373
|
BoundingBoxObject : dict[str, Any]
|
|
1366
1374
|
OffsetObject : dict[str, Any]
|
|
1375
|
+
CylinderMethod : str
|
|
1367
1376
|
CylinderObject : dict[str, Any]
|
|
1368
1377
|
Axis : dict[str, Any]
|
|
1369
1378
|
VolumeFill : str
|
|
1370
|
-
CylinderMethod : str
|
|
1371
1379
|
CylinderLength : float
|
|
1372
1380
|
GeometryToolsProperties : dict[str, Any]
|
|
1373
1381
|
|
|
@@ -1397,10 +1405,10 @@ class Root(PyMenu):
|
|
|
1397
1405
|
TopologyList : list[str]
|
|
1398
1406
|
BoundingBoxObject : dict[str, Any]
|
|
1399
1407
|
OffsetObject : dict[str, Any]
|
|
1408
|
+
CylinderMethod : str
|
|
1400
1409
|
CylinderObject : dict[str, Any]
|
|
1401
1410
|
Axis : dict[str, Any]
|
|
1402
1411
|
VolumeFill : str
|
|
1403
|
-
CylinderMethod : str
|
|
1404
1412
|
CylinderLength : float
|
|
1405
1413
|
GeometryToolsProperties : dict[str, Any]
|
|
1406
1414
|
|
|
@@ -1430,10 +1438,10 @@ class Root(PyMenu):
|
|
|
1430
1438
|
TopologyList : list[str]
|
|
1431
1439
|
BoundingBoxObject : dict[str, Any]
|
|
1432
1440
|
OffsetObject : dict[str, Any]
|
|
1441
|
+
CylinderMethod : str
|
|
1433
1442
|
CylinderObject : dict[str, Any]
|
|
1434
1443
|
Axis : dict[str, Any]
|
|
1435
1444
|
VolumeFill : str
|
|
1436
|
-
CylinderMethod : str
|
|
1437
1445
|
CylinderLength : float
|
|
1438
1446
|
GeometryToolsProperties : dict[str, Any]
|
|
1439
1447
|
|
|
@@ -1539,6 +1547,33 @@ class Root(PyMenu):
|
|
|
1539
1547
|
"""
|
|
1540
1548
|
pass
|
|
1541
1549
|
|
|
1550
|
+
class CreateLeakShield(PyCommand):
|
|
1551
|
+
"""
|
|
1552
|
+
Command CreateLeakShield.
|
|
1553
|
+
|
|
1554
|
+
Parameters
|
|
1555
|
+
----------
|
|
1556
|
+
LeakShieldName : str
|
|
1557
|
+
UseSizeField : str
|
|
1558
|
+
SizeFieldFileName : str
|
|
1559
|
+
MaxHoleSize : float
|
|
1560
|
+
MinHoleSize : float
|
|
1561
|
+
SpecifyObj : bool
|
|
1562
|
+
SpecifyLive : bool
|
|
1563
|
+
SpecifyDead : bool
|
|
1564
|
+
ObjectSelectionList : list[str]
|
|
1565
|
+
LiveMptSelectionList : list[str]
|
|
1566
|
+
DeadRegionsList : list[str]
|
|
1567
|
+
PatchAtLive : str
|
|
1568
|
+
PromptForCleanup : str
|
|
1569
|
+
MergePatches : str
|
|
1570
|
+
|
|
1571
|
+
Returns
|
|
1572
|
+
-------
|
|
1573
|
+
bool
|
|
1574
|
+
"""
|
|
1575
|
+
pass
|
|
1576
|
+
|
|
1542
1577
|
class CreateLocalRefinementRegions(PyCommand):
|
|
1543
1578
|
"""
|
|
1544
1579
|
Command CreateLocalRefinementRegions.
|
|
@@ -1559,10 +1594,10 @@ class Root(PyMenu):
|
|
|
1559
1594
|
TopologyList : list[str]
|
|
1560
1595
|
BoundingBoxObject : dict[str, Any]
|
|
1561
1596
|
OffsetObject : dict[str, Any]
|
|
1597
|
+
CylinderMethod : str
|
|
1562
1598
|
CylinderObject : dict[str, Any]
|
|
1563
1599
|
Axis : dict[str, Any]
|
|
1564
1600
|
VolumeFill : str
|
|
1565
|
-
CylinderMethod : str
|
|
1566
1601
|
CylinderLength : float
|
|
1567
1602
|
GeometryToolsProperties : dict[str, Any]
|
|
1568
1603
|
|
|
@@ -1660,6 +1695,7 @@ class Root(PyMenu):
|
|
|
1660
1695
|
ScopeProximityTo : str
|
|
1661
1696
|
Mesher : str
|
|
1662
1697
|
PrimeSizeControlIds : list[int]
|
|
1698
|
+
ReverseEdgeZoneOrientationforPersistent : list[int]
|
|
1663
1699
|
EnableMultiThreading : bool
|
|
1664
1700
|
NumberOfMultiThreads : int
|
|
1665
1701
|
|
|
@@ -1901,6 +1937,7 @@ class Root(PyMenu):
|
|
|
1901
1937
|
SeparateSurface : str
|
|
1902
1938
|
UseSizeFieldForPrimeWrap : str
|
|
1903
1939
|
LeakShield : str
|
|
1940
|
+
AutoRegionBetweenPorous : str
|
|
1904
1941
|
AutoPairing : str
|
|
1905
1942
|
MergeWrapperAtSolidConacts : str
|
|
1906
1943
|
ParallelSerialOption : str
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
FLUENT_VERSION = "252"
|
|
2
|
-
FLUENT_BUILD_TIME = "
|
|
3
|
-
FLUENT_BUILD_ID = "
|
|
4
|
-
FLUENT_REVISION = "
|
|
5
|
-
FLUENT_BRANCH = "
|
|
2
|
+
FLUENT_BUILD_TIME = "Aug 06 2025 12:20:11 EDT"
|
|
3
|
+
FLUENT_BUILD_ID = "203"
|
|
4
|
+
FLUENT_REVISION = "3c94cbcb4d"
|
|
5
|
+
FLUENT_BRANCH = "releases/release-25.2-staging"
|