ansys-fluent-core 0.30.2__py3-none-any.whl → 0.30.4__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/filereader/case_file.py +16 -13
- ansys/fluent/core/filereader/data_file.py +14 -5
- ansys/fluent/core/filereader/pre_processor.py +35 -0
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_252/flicing.py +35 -0
- ansys/fluent/core/generated/datamodel_252/meshing.py +95 -5
- ansys/fluent/core/generated/datamodel_252/preferences.py +51 -0
- ansys/fluent/core/generated/datamodel_252/solver_workflow.py +2 -0
- ansys/fluent/core/generated/datamodel_252/workflow.py +7 -0
- ansys/fluent/core/generated/fluent_version_252.py +3 -3
- ansys/fluent/core/generated/meshing/tui_252.py +117 -30
- ansys/fluent/core/generated/solver/settings_252.py +8028 -3512
- ansys/fluent/core/generated/solver/settings_252.pyi +6098 -3081
- ansys/fluent/core/generated/solver/tui_252.py +1565 -340
- ansys/fluent/core/launcher/fluent_container.py +8 -0
- ansys/fluent/core/session_shared.py +4 -1
- {ansys_fluent_core-0.30.2.dist-info → ansys_fluent_core-0.30.4.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.30.2.dist-info → ansys_fluent_core-0.30.4.dist-info}/RECORD +21 -20
- {ansys_fluent_core-0.30.2.dist-info → ansys_fluent_core-0.30.4.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.30.2.dist-info → ansys_fluent_core-0.30.4.dist-info}/WHEEL +0 -0
|
@@ -1344,6 +1344,7 @@ class Root(PyMenu):
|
|
|
1344
1344
|
self.DrawMesh = self.__class__.DrawMesh(service, rules, path + [("DrawMesh", "")])
|
|
1345
1345
|
self.Field = self.__class__.Field(service, rules, path + [("Field", "")])
|
|
1346
1346
|
self.Filled = self.__class__.Filled(service, rules, path + [("Filled", "")])
|
|
1347
|
+
self.MirrorPlaneNames = self.__class__.MirrorPlaneNames(service, rules, path + [("MirrorPlaneNames", "")])
|
|
1347
1348
|
self.NodeValues = self.__class__.NodeValues(service, rules, path + [("NodeValues", "")])
|
|
1348
1349
|
self.OverlayedMesh = self.__class__.OverlayedMesh(service, rules, path + [("OverlayedMesh", "")])
|
|
1349
1350
|
self.SaveFlag = self.__class__.SaveFlag(service, rules, path + [("SaveFlag", "")])
|
|
@@ -1625,6 +1626,12 @@ class Root(PyMenu):
|
|
|
1625
1626
|
"""
|
|
1626
1627
|
pass
|
|
1627
1628
|
|
|
1629
|
+
class MirrorPlaneNames(PyTextual):
|
|
1630
|
+
"""
|
|
1631
|
+
Parameter MirrorPlaneNames of value type list[str].
|
|
1632
|
+
"""
|
|
1633
|
+
pass
|
|
1634
|
+
|
|
1628
1635
|
class NodeValues(PyParameter):
|
|
1629
1636
|
"""
|
|
1630
1637
|
Parameter NodeValues of value type bool.
|
|
@@ -2240,6 +2247,7 @@ class Root(PyMenu):
|
|
|
2240
2247
|
self.Options = self.__class__.Options(service, rules, path + [("Options", "")])
|
|
2241
2248
|
self.SaveImageOptions = self.__class__.SaveImageOptions(service, rules, path + [("SaveImageOptions", "")])
|
|
2242
2249
|
self.DisplayLIC = self.__class__.DisplayLIC(service, rules, path + [("DisplayLIC", "")])
|
|
2250
|
+
self.MirrorPlaneNames = self.__class__.MirrorPlaneNames(service, rules, path + [("MirrorPlaneNames", "")])
|
|
2243
2251
|
self.SaveFlag = self.__class__.SaveFlag(service, rules, path + [("SaveFlag", "")])
|
|
2244
2252
|
self.ShrinkFactor = self.__class__.ShrinkFactor(service, rules, path + [("ShrinkFactor", "")])
|
|
2245
2253
|
self.Surfaces = self.__class__.Surfaces(service, rules, path + [("Surfaces", "")])
|
|
@@ -2455,6 +2463,12 @@ class Root(PyMenu):
|
|
|
2455
2463
|
"""
|
|
2456
2464
|
pass
|
|
2457
2465
|
|
|
2466
|
+
class MirrorPlaneNames(PyTextual):
|
|
2467
|
+
"""
|
|
2468
|
+
Parameter MirrorPlaneNames of value type list[str].
|
|
2469
|
+
"""
|
|
2470
|
+
pass
|
|
2471
|
+
|
|
2458
2472
|
class SaveFlag(PyParameter):
|
|
2459
2473
|
"""
|
|
2460
2474
|
Parameter SaveFlag of value type bool.
|
|
@@ -3298,6 +3312,7 @@ class Root(PyMenu):
|
|
|
3298
3312
|
self.Style = self.__class__.Style(service, rules, path + [("Style", "")])
|
|
3299
3313
|
self.Coarsen = self.__class__.Coarsen(service, rules, path + [("Coarsen", "")])
|
|
3300
3314
|
self.DrawMesh = self.__class__.DrawMesh(service, rules, path + [("DrawMesh", "")])
|
|
3315
|
+
self.MirrorPlaneNames = self.__class__.MirrorPlaneNames(service, rules, path + [("MirrorPlaneNames", "")])
|
|
3301
3316
|
self.OnZone = self.__class__.OnZone(service, rules, path + [("OnZone", "")])
|
|
3302
3317
|
self.OverlayedMesh = self.__class__.OverlayedMesh(service, rules, path + [("OverlayedMesh", "")])
|
|
3303
3318
|
self.PathlinesField = self.__class__.PathlinesField(service, rules, path + [("PathlinesField", "")])
|
|
@@ -3705,6 +3720,12 @@ class Root(PyMenu):
|
|
|
3705
3720
|
"""
|
|
3706
3721
|
pass
|
|
3707
3722
|
|
|
3723
|
+
class MirrorPlaneNames(PyTextual):
|
|
3724
|
+
"""
|
|
3725
|
+
Parameter MirrorPlaneNames of value type list[str].
|
|
3726
|
+
"""
|
|
3727
|
+
pass
|
|
3728
|
+
|
|
3708
3729
|
class OnZone(PyTextual):
|
|
3709
3730
|
"""
|
|
3710
3731
|
Parameter OnZone of value type list[str].
|
|
@@ -3883,6 +3904,7 @@ class Root(PyMenu):
|
|
|
3883
3904
|
def __init__(self, service, rules, path):
|
|
3884
3905
|
self.SaveImageOptions = self.__class__.SaveImageOptions(service, rules, path + [("SaveImageOptions", "")])
|
|
3885
3906
|
self.GraphicsObjects = self.__class__.GraphicsObjects(service, rules, path + [("GraphicsObjects", "")])
|
|
3907
|
+
self.MirrorPlaneNames = self.__class__.MirrorPlaneNames(service, rules, path + [("MirrorPlaneNames", "")])
|
|
3886
3908
|
self.SaveFlag = self.__class__.SaveFlag(service, rules, path + [("SaveFlag", "")])
|
|
3887
3909
|
self.SyncStatus = self.__class__.SyncStatus(service, rules, path + [("SyncStatus", "")])
|
|
3888
3910
|
self.ViewName = self.__class__.ViewName(service, rules, path + [("ViewName", "")])
|
|
@@ -3989,6 +4011,12 @@ class Root(PyMenu):
|
|
|
3989
4011
|
"""
|
|
3990
4012
|
pass
|
|
3991
4013
|
|
|
4014
|
+
class MirrorPlaneNames(PyTextual):
|
|
4015
|
+
"""
|
|
4016
|
+
Parameter MirrorPlaneNames of value type list[str].
|
|
4017
|
+
"""
|
|
4018
|
+
pass
|
|
4019
|
+
|
|
3992
4020
|
class SaveFlag(PyParameter):
|
|
3993
4021
|
"""
|
|
3994
4022
|
Parameter SaveFlag of value type bool.
|
|
@@ -4150,6 +4178,7 @@ class Root(PyMenu):
|
|
|
4150
4178
|
self.VectorOptions = self.__class__.VectorOptions(service, rules, path + [("VectorOptions", "")])
|
|
4151
4179
|
self.DrawMesh = self.__class__.DrawMesh(service, rules, path + [("DrawMesh", "")])
|
|
4152
4180
|
self.Field = self.__class__.Field(service, rules, path + [("Field", "")])
|
|
4181
|
+
self.MirrorPlaneNames = self.__class__.MirrorPlaneNames(service, rules, path + [("MirrorPlaneNames", "")])
|
|
4153
4182
|
self.OverlayedMesh = self.__class__.OverlayedMesh(service, rules, path + [("OverlayedMesh", "")])
|
|
4154
4183
|
self.SaveFlag = self.__class__.SaveFlag(service, rules, path + [("SaveFlag", "")])
|
|
4155
4184
|
self.Skip = self.__class__.Skip(service, rules, path + [("Skip", "")])
|
|
@@ -4480,6 +4509,12 @@ class Root(PyMenu):
|
|
|
4480
4509
|
"""
|
|
4481
4510
|
pass
|
|
4482
4511
|
|
|
4512
|
+
class MirrorPlaneNames(PyTextual):
|
|
4513
|
+
"""
|
|
4514
|
+
Parameter MirrorPlaneNames of value type list[str].
|
|
4515
|
+
"""
|
|
4516
|
+
pass
|
|
4517
|
+
|
|
4483
4518
|
class OverlayedMesh(PyTextual):
|
|
4484
4519
|
"""
|
|
4485
4520
|
Parameter OverlayedMesh of value type str.
|
|
@@ -35,6 +35,7 @@ class Root(PyMenu):
|
|
|
35
35
|
self.AddThickness = self.__class__.AddThickness(service, rules, "AddThickness", path)
|
|
36
36
|
self.AddThinVolumeMeshControls = self.__class__.AddThinVolumeMeshControls(service, rules, "AddThinVolumeMeshControls", path)
|
|
37
37
|
self.AddVirtualTopology = self.__class__.AddVirtualTopology(service, rules, "AddVirtualTopology", path)
|
|
38
|
+
self.AxisymmetricSweep = self.__class__.AxisymmetricSweep(service, rules, "AxisymmetricSweep", path)
|
|
38
39
|
self.Capping = self.__class__.Capping(service, rules, "Capping", path)
|
|
39
40
|
self.CheckMesh = self.__class__.CheckMesh(service, rules, "CheckMesh", path)
|
|
40
41
|
self.CheckSurfaceQuality = self.__class__.CheckSurfaceQuality(service, rules, "CheckSurfaceQuality", path)
|
|
@@ -621,6 +622,7 @@ class Root(PyMenu):
|
|
|
621
622
|
"""
|
|
622
623
|
def __init__(self, service, rules, path):
|
|
623
624
|
self.Bounds = self.__class__.Bounds(service, rules, path + [("Bounds", "")])
|
|
625
|
+
self.Regions = self.__class__.Regions(service, rules, path + [("Regions", "")])
|
|
624
626
|
self.ClippingPlane = self.__class__.ClippingPlane(service, rules, "ClippingPlane", path)
|
|
625
627
|
self.DrawThinVolumeRegions = self.__class__.DrawThinVolumeRegions(service, rules, "DrawThinVolumeRegions", path)
|
|
626
628
|
self.GetClippingZoneIDs = self.__class__.GetClippingZoneIDs(service, rules, "GetClippingZoneIDs", path)
|
|
@@ -636,7 +638,7 @@ class Root(PyMenu):
|
|
|
636
638
|
self.BoundX = self.__class__.BoundX(service, rules, path + [("BoundX", "")])
|
|
637
639
|
self.BoundY = self.__class__.BoundY(service, rules, path + [("BoundY", "")])
|
|
638
640
|
self.BoundZ = self.__class__.BoundZ(service, rules, path + [("BoundZ", "")])
|
|
639
|
-
self.
|
|
641
|
+
self.DeltaValue = self.__class__.DeltaValue(service, rules, path + [("DeltaValue", "")])
|
|
640
642
|
self.Selection = self.__class__.Selection(service, rules, path + [("Selection", "")])
|
|
641
643
|
self.ResetBounds = self.__class__.ResetBounds(service, rules, "ResetBounds", path)
|
|
642
644
|
self.SetBounds = self.__class__.SetBounds(service, rules, "SetBounds", path)
|
|
@@ -660,9 +662,9 @@ class Root(PyMenu):
|
|
|
660
662
|
"""
|
|
661
663
|
pass
|
|
662
664
|
|
|
663
|
-
class
|
|
665
|
+
class DeltaValue(PyNumerical):
|
|
664
666
|
"""
|
|
665
|
-
Parameter
|
|
667
|
+
Parameter DeltaValue of value type float.
|
|
666
668
|
"""
|
|
667
669
|
pass
|
|
668
670
|
|
|
@@ -687,6 +689,64 @@ class Root(PyMenu):
|
|
|
687
689
|
"""
|
|
688
690
|
Command SetBounds.
|
|
689
691
|
|
|
692
|
+
Parameters
|
|
693
|
+
----------
|
|
694
|
+
Value : float
|
|
695
|
+
|
|
696
|
+
Returns
|
|
697
|
+
-------
|
|
698
|
+
None
|
|
699
|
+
"""
|
|
700
|
+
pass
|
|
701
|
+
|
|
702
|
+
class Regions(PyMenu):
|
|
703
|
+
"""
|
|
704
|
+
Singleton Regions.
|
|
705
|
+
"""
|
|
706
|
+
def __init__(self, service, rules, path):
|
|
707
|
+
self.DrawAll = self.__class__.DrawAll(service, rules, "DrawAll", path)
|
|
708
|
+
self.DrawDead = self.__class__.DrawDead(service, rules, "DrawDead", path)
|
|
709
|
+
self.DrawFluid = self.__class__.DrawFluid(service, rules, "DrawFluid", path)
|
|
710
|
+
self.DrawSolid = self.__class__.DrawSolid(service, rules, "DrawSolid", path)
|
|
711
|
+
super().__init__(service, rules, path)
|
|
712
|
+
|
|
713
|
+
class DrawAll(PyCommand):
|
|
714
|
+
"""
|
|
715
|
+
Command DrawAll.
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
Returns
|
|
719
|
+
-------
|
|
720
|
+
None
|
|
721
|
+
"""
|
|
722
|
+
pass
|
|
723
|
+
|
|
724
|
+
class DrawDead(PyCommand):
|
|
725
|
+
"""
|
|
726
|
+
Command DrawDead.
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
Returns
|
|
730
|
+
-------
|
|
731
|
+
None
|
|
732
|
+
"""
|
|
733
|
+
pass
|
|
734
|
+
|
|
735
|
+
class DrawFluid(PyCommand):
|
|
736
|
+
"""
|
|
737
|
+
Command DrawFluid.
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
Returns
|
|
741
|
+
-------
|
|
742
|
+
None
|
|
743
|
+
"""
|
|
744
|
+
pass
|
|
745
|
+
|
|
746
|
+
class DrawSolid(PyCommand):
|
|
747
|
+
"""
|
|
748
|
+
Command DrawSolid.
|
|
749
|
+
|
|
690
750
|
|
|
691
751
|
Returns
|
|
692
752
|
-------
|
|
@@ -978,10 +1038,10 @@ class Root(PyMenu):
|
|
|
978
1038
|
UseSweepSize : str
|
|
979
1039
|
MaxSweepSize : float
|
|
980
1040
|
RegionScope : list[str]
|
|
981
|
-
TopologyList : list[str]
|
|
982
1041
|
SourceMethod : str
|
|
983
1042
|
ParallelSelection : bool
|
|
984
1043
|
ShowEdgeBiasing : str
|
|
1044
|
+
TopoSourceList : list[str]
|
|
985
1045
|
LabelSourceList : list[str]
|
|
986
1046
|
ZoneSourceList : list[str]
|
|
987
1047
|
ZoneLocation : list[str]
|
|
@@ -1071,6 +1131,7 @@ class Root(PyMenu):
|
|
|
1071
1131
|
SideImprints : bool
|
|
1072
1132
|
StackedPlates : bool
|
|
1073
1133
|
AutoControlCreation : bool
|
|
1134
|
+
Objects : list[str]
|
|
1074
1135
|
RegionScope : list[str]
|
|
1075
1136
|
SelectSourceBy : str
|
|
1076
1137
|
ParallelSource : bool
|
|
@@ -1117,6 +1178,28 @@ class Root(PyMenu):
|
|
|
1117
1178
|
"""
|
|
1118
1179
|
pass
|
|
1119
1180
|
|
|
1181
|
+
class AxisymmetricSweep(PyCommand):
|
|
1182
|
+
"""
|
|
1183
|
+
Command AxisymmetricSweep.
|
|
1184
|
+
|
|
1185
|
+
Parameters
|
|
1186
|
+
----------
|
|
1187
|
+
AxisSweepControlName : str
|
|
1188
|
+
SelectionType : str
|
|
1189
|
+
SweepBoundaryZoneList : list[str]
|
|
1190
|
+
TopologyList : list[str]
|
|
1191
|
+
AxisOrigin : dict[str, Any]
|
|
1192
|
+
AxisDirection : dict[str, Any]
|
|
1193
|
+
RevolutionAngleDeg : float
|
|
1194
|
+
NumberOfLayers : int
|
|
1195
|
+
ZoneLocation : list[str]
|
|
1196
|
+
|
|
1197
|
+
Returns
|
|
1198
|
+
-------
|
|
1199
|
+
bool
|
|
1200
|
+
"""
|
|
1201
|
+
pass
|
|
1202
|
+
|
|
1120
1203
|
class Capping(PyCommand):
|
|
1121
1204
|
"""
|
|
1122
1205
|
Command Capping.
|
|
@@ -1286,6 +1369,7 @@ class Root(PyMenu):
|
|
|
1286
1369
|
VolumeFill : str
|
|
1287
1370
|
CylinderMethod : str
|
|
1288
1371
|
CylinderLength : float
|
|
1372
|
+
GeometryToolsProperties : dict[str, Any]
|
|
1289
1373
|
|
|
1290
1374
|
Returns
|
|
1291
1375
|
-------
|
|
@@ -1318,6 +1402,7 @@ class Root(PyMenu):
|
|
|
1318
1402
|
VolumeFill : str
|
|
1319
1403
|
CylinderMethod : str
|
|
1320
1404
|
CylinderLength : float
|
|
1405
|
+
GeometryToolsProperties : dict[str, Any]
|
|
1321
1406
|
|
|
1322
1407
|
Returns
|
|
1323
1408
|
-------
|
|
@@ -1350,6 +1435,7 @@ class Root(PyMenu):
|
|
|
1350
1435
|
VolumeFill : str
|
|
1351
1436
|
CylinderMethod : str
|
|
1352
1437
|
CylinderLength : float
|
|
1438
|
+
GeometryToolsProperties : dict[str, Any]
|
|
1353
1439
|
|
|
1354
1440
|
Returns
|
|
1355
1441
|
-------
|
|
@@ -1478,6 +1564,7 @@ class Root(PyMenu):
|
|
|
1478
1564
|
VolumeFill : str
|
|
1479
1565
|
CylinderMethod : str
|
|
1480
1566
|
CylinderLength : float
|
|
1567
|
+
GeometryToolsProperties : dict[str, Any]
|
|
1481
1568
|
|
|
1482
1569
|
Returns
|
|
1483
1570
|
-------
|
|
@@ -1523,7 +1610,7 @@ class Root(PyMenu):
|
|
|
1523
1610
|
----------
|
|
1524
1611
|
InputMethod : str
|
|
1525
1612
|
PorousRegionName : str
|
|
1526
|
-
|
|
1613
|
+
WrapperSizeFactor : float
|
|
1527
1614
|
FileName : str
|
|
1528
1615
|
Location : str
|
|
1529
1616
|
CellSizeP1P2 : float
|
|
@@ -1813,6 +1900,7 @@ class Root(PyMenu):
|
|
|
1813
1900
|
IntermediateFileName : str
|
|
1814
1901
|
SeparateSurface : str
|
|
1815
1902
|
UseSizeFieldForPrimeWrap : str
|
|
1903
|
+
LeakShield : str
|
|
1816
1904
|
AutoPairing : str
|
|
1817
1905
|
MergeWrapperAtSolidConacts : str
|
|
1818
1906
|
ParallelSerialOption : str
|
|
@@ -2261,6 +2349,7 @@ class Root(PyMenu):
|
|
|
2261
2349
|
EqualRange : float
|
|
2262
2350
|
ZoneOrLabel : str
|
|
2263
2351
|
LabelList : list[str]
|
|
2352
|
+
TopologyList : list[str]
|
|
2264
2353
|
ManageFaceZoneList : list[str]
|
|
2265
2354
|
ManageCellZoneList : list[str]
|
|
2266
2355
|
BodyLabelList : list[str]
|
|
@@ -2586,6 +2675,7 @@ class Root(PyMenu):
|
|
|
2586
2675
|
TopologyTypeList : list[str]
|
|
2587
2676
|
OldTopologyList : list[str]
|
|
2588
2677
|
OldTopologyTypeList : list[str]
|
|
2678
|
+
TopologyBodyList : list[str]
|
|
2589
2679
|
BoundaryCurrentList : list[str]
|
|
2590
2680
|
BoundaryCurrentTypeList : list[str]
|
|
2591
2681
|
BoundaryAllowedTypeList : list[str]
|
|
@@ -20,6 +20,7 @@ class Root(PyMenu):
|
|
|
20
20
|
Singleton Root.
|
|
21
21
|
"""
|
|
22
22
|
def __init__(self, service, rules, path):
|
|
23
|
+
self.AnsysCloudBurst = self.__class__.AnsysCloudBurst(service, rules, path + [("AnsysCloudBurst", "")])
|
|
23
24
|
self.Appearance = self.__class__.Appearance(service, rules, path + [("Appearance", "")])
|
|
24
25
|
self.GPUApp = self.__class__.GPUApp(service, rules, path + [("GPUApp", "")])
|
|
25
26
|
self.General = self.__class__.General(service, rules, path + [("General", "")])
|
|
@@ -35,6 +36,20 @@ class Root(PyMenu):
|
|
|
35
36
|
self.TurboWorkflow = self.__class__.TurboWorkflow(service, rules, path + [("TurboWorkflow", "")])
|
|
36
37
|
super().__init__(service, rules, path)
|
|
37
38
|
|
|
39
|
+
class AnsysCloudBurst(PyMenu):
|
|
40
|
+
"""
|
|
41
|
+
Singleton AnsysCloudBurst.
|
|
42
|
+
"""
|
|
43
|
+
def __init__(self, service, rules, path):
|
|
44
|
+
self.AuthenticationMethod = self.__class__.AuthenticationMethod(service, rules, path + [("AuthenticationMethod", "")])
|
|
45
|
+
super().__init__(service, rules, path)
|
|
46
|
+
|
|
47
|
+
class AuthenticationMethod(PyTextual):
|
|
48
|
+
"""
|
|
49
|
+
Parameter AuthenticationMethod of value type str.
|
|
50
|
+
"""
|
|
51
|
+
pass
|
|
52
|
+
|
|
38
53
|
class Appearance(PyMenu):
|
|
39
54
|
"""
|
|
40
55
|
Singleton Appearance.
|
|
@@ -70,6 +85,7 @@ class Root(PyMenu):
|
|
|
70
85
|
self.NumberOfPastelColors = self.__class__.NumberOfPastelColors(service, rules, path + [("NumberOfPastelColors", "")])
|
|
71
86
|
self.PastelColorSaturation = self.__class__.PastelColorSaturation(service, rules, path + [("PastelColorSaturation", "")])
|
|
72
87
|
self.PastelColorValue = self.__class__.PastelColorValue(service, rules, path + [("PastelColorValue", "")])
|
|
88
|
+
self.PyConsoleCompleter = self.__class__.PyConsoleCompleter(service, rules, path + [("PyConsoleCompleter", "")])
|
|
73
89
|
self.QuickPropertyView = self.__class__.QuickPropertyView(service, rules, path + [("QuickPropertyView", "")])
|
|
74
90
|
self.Ruler = self.__class__.Ruler(service, rules, path + [("Ruler", "")])
|
|
75
91
|
self.ShowEnabledModels = self.__class__.ShowEnabledModels(service, rules, path + [("ShowEnabledModels", "")])
|
|
@@ -513,6 +529,12 @@ class Root(PyMenu):
|
|
|
513
529
|
"""
|
|
514
530
|
pass
|
|
515
531
|
|
|
532
|
+
class PyConsoleCompleter(PyParameter):
|
|
533
|
+
"""
|
|
534
|
+
Parameter PyConsoleCompleter of value type bool.
|
|
535
|
+
"""
|
|
536
|
+
pass
|
|
537
|
+
|
|
516
538
|
class QuickPropertyView(PyParameter):
|
|
517
539
|
"""
|
|
518
540
|
Parameter QuickPropertyView of value type bool.
|
|
@@ -2188,6 +2210,7 @@ class Root(PyMenu):
|
|
|
2188
2210
|
Singleton MeshingWorkflow.
|
|
2189
2211
|
"""
|
|
2190
2212
|
def __init__(self, service, rules, path):
|
|
2213
|
+
self.CadLogOption = self.__class__.CadLogOption(service, rules, path + [("CadLogOption", "")])
|
|
2191
2214
|
self.DrawSettings = self.__class__.DrawSettings(service, rules, path + [("DrawSettings", "")])
|
|
2192
2215
|
self.CheckpointingOption = self.__class__.CheckpointingOption(service, rules, path + [("CheckpointingOption", "")])
|
|
2193
2216
|
self.SaveCheckpointFiles = self.__class__.SaveCheckpointFiles(service, rules, path + [("SaveCheckpointFiles", "")])
|
|
@@ -2197,6 +2220,34 @@ class Root(PyMenu):
|
|
|
2197
2220
|
self.Verbosity = self.__class__.Verbosity(service, rules, path + [("Verbosity", "")])
|
|
2198
2221
|
super().__init__(service, rules, path)
|
|
2199
2222
|
|
|
2223
|
+
class CadLogOption(PyMenu):
|
|
2224
|
+
"""
|
|
2225
|
+
Singleton CadLogOption.
|
|
2226
|
+
"""
|
|
2227
|
+
def __init__(self, service, rules, path):
|
|
2228
|
+
self.Location = self.__class__.Location(service, rules, path + [("Location", "")])
|
|
2229
|
+
self.Prefix = self.__class__.Prefix(service, rules, path + [("Prefix", "")])
|
|
2230
|
+
self.Write = self.__class__.Write(service, rules, path + [("Write", "")])
|
|
2231
|
+
super().__init__(service, rules, path)
|
|
2232
|
+
|
|
2233
|
+
class Location(PyTextual):
|
|
2234
|
+
"""
|
|
2235
|
+
Parameter Location of value type str.
|
|
2236
|
+
"""
|
|
2237
|
+
pass
|
|
2238
|
+
|
|
2239
|
+
class Prefix(PyTextual):
|
|
2240
|
+
"""
|
|
2241
|
+
Parameter Prefix of value type str.
|
|
2242
|
+
"""
|
|
2243
|
+
pass
|
|
2244
|
+
|
|
2245
|
+
class Write(PyTextual):
|
|
2246
|
+
"""
|
|
2247
|
+
Parameter Write of value type str.
|
|
2248
|
+
"""
|
|
2249
|
+
pass
|
|
2250
|
+
|
|
2200
2251
|
class DrawSettings(PyMenu):
|
|
2201
2252
|
"""
|
|
2202
2253
|
Singleton DrawSettings.
|
|
@@ -464,7 +464,9 @@ class Root(PyMenu):
|
|
|
464
464
|
Parameters
|
|
465
465
|
----------
|
|
466
466
|
TopologyName : str
|
|
467
|
+
AddChild : str
|
|
467
468
|
UseWireframe : bool
|
|
469
|
+
SkipTurboTopology : bool
|
|
468
470
|
DefaultTopologyNameList : list[str]
|
|
469
471
|
DefaultTopologyZoneList : list[str]
|
|
470
472
|
TopologyNameList : list[str]
|
|
@@ -322,6 +322,7 @@ class Root(PyMenu):
|
|
|
322
322
|
"""
|
|
323
323
|
def __init__(self, service, rules, path):
|
|
324
324
|
self.CurrentTask = self.__class__.CurrentTask(service, rules, path + [("CurrentTask", "")])
|
|
325
|
+
self.InactiveTaskList = self.__class__.InactiveTaskList(service, rules, path + [("InactiveTaskList", "")])
|
|
325
326
|
self.TaskList = self.__class__.TaskList(service, rules, path + [("TaskList", "")])
|
|
326
327
|
self.WorkflowType = self.__class__.WorkflowType(service, rules, path + [("WorkflowType", "")])
|
|
327
328
|
super().__init__(service, rules, path)
|
|
@@ -332,6 +333,12 @@ class Root(PyMenu):
|
|
|
332
333
|
"""
|
|
333
334
|
pass
|
|
334
335
|
|
|
336
|
+
class InactiveTaskList(PyTextual):
|
|
337
|
+
"""
|
|
338
|
+
Parameter InactiveTaskList of value type list[str].
|
|
339
|
+
"""
|
|
340
|
+
pass
|
|
341
|
+
|
|
335
342
|
class TaskList(PyTextual):
|
|
336
343
|
"""
|
|
337
344
|
Parameter TaskList of value type list[str].
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
FLUENT_VERSION = "252"
|
|
2
|
-
FLUENT_BUILD_TIME = "
|
|
3
|
-
FLUENT_BUILD_ID = "
|
|
4
|
-
FLUENT_REVISION = "
|
|
2
|
+
FLUENT_BUILD_TIME = "Apr 15 2025 14:10:59 EDT"
|
|
3
|
+
FLUENT_BUILD_ID = "172"
|
|
4
|
+
FLUENT_REVISION = "23fcfba9ad"
|
|
5
5
|
FLUENT_BRANCH = "develop"
|