ansys-fluent-core 0.32.2__py3-none-any.whl → 0.32.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/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_231/meshing.py +192 -192
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +205 -205
- ansys/fluent/core/generated/datamodel_241/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_241/meshing.py +306 -306
- ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_242/meshing.py +286 -286
- ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_251/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_251/meshing.py +343 -343
- ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_252/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_252/meshing.py +389 -389
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_261/meshing.py +414 -396
- ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
- ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
- ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
- ansys/fluent/core/generated/fluent_version_252.py +1 -1
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
- ansys/fluent/core/generated/solver/settings_261.py +4094 -4695
- ansys/fluent/core/generated/solver/settings_261.pyi +3386 -5519
- ansys/fluent/core/generated/solver/tui_261.py +2540 -2676
- ansys/fluent/core/launcher/fluent_container.py +1 -0
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- ansys/fluent/core/session.py +1 -0
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info}/METADATA +3 -2
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info}/RECORD +36 -36
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info}/WHEEL +1 -1
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info/licenses}/LICENSE +0 -0
|
@@ -3278,8 +3278,8 @@ class Root(PyMenu):
|
|
|
3278
3278
|
super().__init__(parent, attr, service, rules, path)
|
|
3279
3279
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3280
3280
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3281
|
-
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3282
3281
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3282
|
+
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3283
3283
|
|
|
3284
3284
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3285
3285
|
"""
|
|
@@ -3291,12 +3291,12 @@ class Root(PyMenu):
|
|
|
3291
3291
|
This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
|
|
3292
3292
|
"""
|
|
3293
3293
|
|
|
3294
|
-
class
|
|
3294
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3295
3295
|
"""
|
|
3296
3296
|
This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
|
|
3297
3297
|
"""
|
|
3298
3298
|
|
|
3299
|
-
class
|
|
3299
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3300
3300
|
"""
|
|
3301
3301
|
This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
|
|
3302
3302
|
"""
|
|
@@ -3604,8 +3604,8 @@ class Root(PyMenu):
|
|
|
3604
3604
|
super().__init__(parent, attr, service, rules, path)
|
|
3605
3605
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3606
3606
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3607
|
-
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3608
3607
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3608
|
+
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3609
3609
|
|
|
3610
3610
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3611
3611
|
"""
|
|
@@ -3617,12 +3617,12 @@ class Root(PyMenu):
|
|
|
3617
3617
|
This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
|
|
3618
3618
|
"""
|
|
3619
3619
|
|
|
3620
|
-
class
|
|
3620
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3621
3621
|
"""
|
|
3622
3622
|
This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
|
|
3623
3623
|
"""
|
|
3624
3624
|
|
|
3625
|
-
class
|
|
3625
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3626
3626
|
"""
|
|
3627
3627
|
This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
|
|
3628
3628
|
"""
|
|
@@ -1407,8 +1407,8 @@ class Root(PyMenu):
|
|
|
1407
1407
|
def __init__(self, parent, attr, service, rules, path):
|
|
1408
1408
|
super().__init__(parent, attr, service, rules, path)
|
|
1409
1409
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
1410
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
1411
1410
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
1411
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
1412
1412
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
1413
1413
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
1414
1414
|
|
|
@@ -1417,14 +1417,14 @@ class Root(PyMenu):
|
|
|
1417
1417
|
Argument DPI.
|
|
1418
1418
|
"""
|
|
1419
1419
|
|
|
1420
|
-
class
|
|
1420
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
1421
1421
|
"""
|
|
1422
|
-
Argument
|
|
1422
|
+
Argument Width.
|
|
1423
1423
|
"""
|
|
1424
1424
|
|
|
1425
|
-
class
|
|
1425
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
1426
1426
|
"""
|
|
1427
|
-
Argument
|
|
1427
|
+
Argument Option.
|
|
1428
1428
|
"""
|
|
1429
1429
|
|
|
1430
1430
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -2246,8 +2246,8 @@ class Root(PyMenu):
|
|
|
2246
2246
|
def __init__(self, parent, attr, service, rules, path):
|
|
2247
2247
|
super().__init__(parent, attr, service, rules, path)
|
|
2248
2248
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
2249
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2250
2249
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
2250
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2251
2251
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
2252
2252
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
2253
2253
|
|
|
@@ -2256,14 +2256,14 @@ class Root(PyMenu):
|
|
|
2256
2256
|
Argument DPI.
|
|
2257
2257
|
"""
|
|
2258
2258
|
|
|
2259
|
-
class
|
|
2259
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
2260
2260
|
"""
|
|
2261
|
-
Argument
|
|
2261
|
+
Argument Width.
|
|
2262
2262
|
"""
|
|
2263
2263
|
|
|
2264
|
-
class
|
|
2264
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
2265
2265
|
"""
|
|
2266
|
-
Argument
|
|
2266
|
+
Argument Option.
|
|
2267
2267
|
"""
|
|
2268
2268
|
|
|
2269
2269
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -2909,8 +2909,8 @@ class Root(PyMenu):
|
|
|
2909
2909
|
def __init__(self, parent, attr, service, rules, path):
|
|
2910
2910
|
super().__init__(parent, attr, service, rules, path)
|
|
2911
2911
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
2912
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2913
2912
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
2913
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2914
2914
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
2915
2915
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
2916
2916
|
|
|
@@ -2919,14 +2919,14 @@ class Root(PyMenu):
|
|
|
2919
2919
|
Argument DPI.
|
|
2920
2920
|
"""
|
|
2921
2921
|
|
|
2922
|
-
class
|
|
2922
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
2923
2923
|
"""
|
|
2924
|
-
Argument
|
|
2924
|
+
Argument Width.
|
|
2925
2925
|
"""
|
|
2926
2926
|
|
|
2927
|
-
class
|
|
2927
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
2928
2928
|
"""
|
|
2929
|
-
Argument
|
|
2929
|
+
Argument Option.
|
|
2930
2930
|
"""
|
|
2931
2931
|
|
|
2932
2932
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -4466,8 +4466,8 @@ class Root(PyMenu):
|
|
|
4466
4466
|
def __init__(self, parent, attr, service, rules, path):
|
|
4467
4467
|
super().__init__(parent, attr, service, rules, path)
|
|
4468
4468
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
4469
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
4470
4469
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
4470
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
4471
4471
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
4472
4472
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
4473
4473
|
|
|
@@ -4476,14 +4476,14 @@ class Root(PyMenu):
|
|
|
4476
4476
|
Argument DPI.
|
|
4477
4477
|
"""
|
|
4478
4478
|
|
|
4479
|
-
class
|
|
4479
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
4480
4480
|
"""
|
|
4481
|
-
Argument
|
|
4481
|
+
Argument Width.
|
|
4482
4482
|
"""
|
|
4483
4483
|
|
|
4484
|
-
class
|
|
4484
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
4485
4485
|
"""
|
|
4486
|
-
Argument
|
|
4486
|
+
Argument Option.
|
|
4487
4487
|
"""
|
|
4488
4488
|
|
|
4489
4489
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -5273,8 +5273,8 @@ class Root(PyMenu):
|
|
|
5273
5273
|
def __init__(self, parent, attr, service, rules, path):
|
|
5274
5274
|
super().__init__(parent, attr, service, rules, path)
|
|
5275
5275
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
5276
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
5277
5276
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
5277
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
5278
5278
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
5279
5279
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
5280
5280
|
|
|
@@ -5283,14 +5283,14 @@ class Root(PyMenu):
|
|
|
5283
5283
|
Argument DPI.
|
|
5284
5284
|
"""
|
|
5285
5285
|
|
|
5286
|
-
class
|
|
5286
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
5287
5287
|
"""
|
|
5288
|
-
Argument
|
|
5288
|
+
Argument Width.
|
|
5289
5289
|
"""
|
|
5290
5290
|
|
|
5291
|
-
class
|
|
5291
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
5292
5292
|
"""
|
|
5293
|
-
Argument
|
|
5293
|
+
Argument Option.
|
|
5294
5294
|
"""
|
|
5295
5295
|
|
|
5296
5296
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -5682,8 +5682,8 @@ class Root(PyMenu):
|
|
|
5682
5682
|
def __init__(self, parent, attr, service, rules, path):
|
|
5683
5683
|
super().__init__(parent, attr, service, rules, path)
|
|
5684
5684
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
5685
|
-
self.Width = self._Width(self, "Width", service, rules, path)
|
|
5686
5685
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
5686
|
+
self.Width = self._Width(self, "Width", service, rules, path)
|
|
5687
5687
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
5688
5688
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
5689
5689
|
|
|
@@ -5692,14 +5692,14 @@ class Root(PyMenu):
|
|
|
5692
5692
|
Argument DPI.
|
|
5693
5693
|
"""
|
|
5694
5694
|
|
|
5695
|
-
class
|
|
5695
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
5696
5696
|
"""
|
|
5697
|
-
Argument
|
|
5697
|
+
Argument Option.
|
|
5698
5698
|
"""
|
|
5699
5699
|
|
|
5700
|
-
class
|
|
5700
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
5701
5701
|
"""
|
|
5702
|
-
Argument
|
|
5702
|
+
Argument Width.
|
|
5703
5703
|
"""
|
|
5704
5704
|
|
|
5705
5705
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -6506,8 +6506,8 @@ class Root(PyMenu):
|
|
|
6506
6506
|
def __init__(self, parent, attr, service, rules, path):
|
|
6507
6507
|
super().__init__(parent, attr, service, rules, path)
|
|
6508
6508
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
6509
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
6510
6509
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
6510
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
6511
6511
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
6512
6512
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
6513
6513
|
|
|
@@ -6516,14 +6516,14 @@ class Root(PyMenu):
|
|
|
6516
6516
|
Argument DPI.
|
|
6517
6517
|
"""
|
|
6518
6518
|
|
|
6519
|
-
class
|
|
6519
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
6520
6520
|
"""
|
|
6521
|
-
Argument
|
|
6521
|
+
Argument Width.
|
|
6522
6522
|
"""
|
|
6523
6523
|
|
|
6524
|
-
class
|
|
6524
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
6525
6525
|
"""
|
|
6526
|
-
Argument
|
|
6526
|
+
Argument Option.
|
|
6527
6527
|
"""
|
|
6528
6528
|
|
|
6529
6529
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -6608,8 +6608,8 @@ class Root(PyMenu):
|
|
|
6608
6608
|
def __init__(self, parent, attr, service, rules, path):
|
|
6609
6609
|
super().__init__(parent, attr, service, rules, path)
|
|
6610
6610
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
6611
|
-
self.Width = self._Width(self, "Width", service, rules, path)
|
|
6612
6611
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
6612
|
+
self.Width = self._Width(self, "Width", service, rules, path)
|
|
6613
6613
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
6614
6614
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
6615
6615
|
|
|
@@ -6618,14 +6618,14 @@ class Root(PyMenu):
|
|
|
6618
6618
|
Argument DPI.
|
|
6619
6619
|
"""
|
|
6620
6620
|
|
|
6621
|
-
class
|
|
6621
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
6622
6622
|
"""
|
|
6623
|
-
Argument
|
|
6623
|
+
Argument Option.
|
|
6624
6624
|
"""
|
|
6625
6625
|
|
|
6626
|
-
class
|
|
6626
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
6627
6627
|
"""
|
|
6628
|
-
Argument
|
|
6628
|
+
Argument Width.
|
|
6629
6629
|
"""
|
|
6630
6630
|
|
|
6631
6631
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|