ansys-fluent-core 0.34.0__py3-none-any.whl → 0.34.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.
- ansys/fluent/core/__init__.py +2 -2
- ansys/fluent/core/file_session.py +28 -2
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
- ansys/fluent/core/generated/datamodel_232/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_232/meshing.py +201 -201
- ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_241/meshing.py +298 -298
- ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_242/meshing.py +334 -334
- ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_251/meshing.py +340 -340
- ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_252/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_252/meshing.py +402 -402
- ansys/fluent/core/generated/datamodel_252/part_management.py +10 -10
- ansys/fluent/core/generated/datamodel_261/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_261/meshing.py +377 -377
- ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
- ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/solver/settings_261.py +3023 -2378
- ansys/fluent/core/generated/solver/settings_261.pyi +1456 -1537
- ansys/fluent/core/generated/solver/tui_261.py +1436 -599
- ansys/fluent/core/services/field_data.py +27 -8
- {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/RECORD +31 -31
- {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/WHEEL +0 -0
|
@@ -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
|
"""
|
|
@@ -3780,8 +3780,8 @@ class Root(PyMenu):
|
|
|
3780
3780
|
super().__init__(parent, attr, service, rules, path)
|
|
3781
3781
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3782
3782
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3783
|
-
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3784
3783
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3784
|
+
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3785
3785
|
|
|
3786
3786
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3787
3787
|
"""
|
|
@@ -3793,12 +3793,12 @@ class Root(PyMenu):
|
|
|
3793
3793
|
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...
|
|
3794
3794
|
"""
|
|
3795
3795
|
|
|
3796
|
-
class
|
|
3796
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3797
3797
|
"""
|
|
3798
3798
|
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...
|
|
3799
3799
|
"""
|
|
3800
3800
|
|
|
3801
|
-
class
|
|
3801
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3802
3802
|
"""
|
|
3803
3803
|
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...
|
|
3804
3804
|
"""
|
|
@@ -2348,8 +2348,8 @@ class Root(PyMenu):
|
|
|
2348
2348
|
def __init__(self, parent, attr, service, rules, path):
|
|
2349
2349
|
super().__init__(parent, attr, service, rules, path)
|
|
2350
2350
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
2351
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2352
2351
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
2352
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2353
2353
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
2354
2354
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
2355
2355
|
|
|
@@ -2358,14 +2358,14 @@ class Root(PyMenu):
|
|
|
2358
2358
|
Argument DPI.
|
|
2359
2359
|
"""
|
|
2360
2360
|
|
|
2361
|
-
class
|
|
2361
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
2362
2362
|
"""
|
|
2363
|
-
Argument
|
|
2363
|
+
Argument Width.
|
|
2364
2364
|
"""
|
|
2365
2365
|
|
|
2366
|
-
class
|
|
2366
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
2367
2367
|
"""
|
|
2368
|
-
Argument
|
|
2368
|
+
Argument Option.
|
|
2369
2369
|
"""
|
|
2370
2370
|
|
|
2371
2371
|
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.Width = self._Width(self, "Width", service, rules, path)
|
|
2913
2912
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2913
|
+
self.Width = self._Width(self, "Width", 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 _Option(PyTextualCommandArgumentsSubItem):
|
|
2923
2923
|
"""
|
|
2924
|
-
Argument
|
|
2924
|
+
Argument Option.
|
|
2925
2925
|
"""
|
|
2926
2926
|
|
|
2927
|
-
class
|
|
2927
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
2928
2928
|
"""
|
|
2929
|
-
Argument
|
|
2929
|
+
Argument Width.
|
|
2930
2930
|
"""
|
|
2931
2931
|
|
|
2932
2932
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -3011,8 +3011,8 @@ class Root(PyMenu):
|
|
|
3011
3011
|
def __init__(self, parent, attr, service, rules, path):
|
|
3012
3012
|
super().__init__(parent, attr, service, rules, path)
|
|
3013
3013
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
3014
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
3015
3014
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
3015
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
3016
3016
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
3017
3017
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
3018
3018
|
|
|
@@ -3021,14 +3021,14 @@ class Root(PyMenu):
|
|
|
3021
3021
|
Argument DPI.
|
|
3022
3022
|
"""
|
|
3023
3023
|
|
|
3024
|
-
class
|
|
3024
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
3025
3025
|
"""
|
|
3026
|
-
Argument
|
|
3026
|
+
Argument Width.
|
|
3027
3027
|
"""
|
|
3028
3028
|
|
|
3029
|
-
class
|
|
3029
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
3030
3030
|
"""
|
|
3031
|
-
Argument
|
|
3031
|
+
Argument Option.
|
|
3032
3032
|
"""
|
|
3033
3033
|
|
|
3034
3034
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -3580,8 +3580,8 @@ class Root(PyMenu):
|
|
|
3580
3580
|
def __init__(self, parent, attr, service, rules, path):
|
|
3581
3581
|
super().__init__(parent, attr, service, rules, path)
|
|
3582
3582
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
3583
|
-
self.Width = self._Width(self, "Width", service, rules, path)
|
|
3584
3583
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
3584
|
+
self.Width = self._Width(self, "Width", service, rules, path)
|
|
3585
3585
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
3586
3586
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
3587
3587
|
|
|
@@ -3590,14 +3590,14 @@ class Root(PyMenu):
|
|
|
3590
3590
|
Argument DPI.
|
|
3591
3591
|
"""
|
|
3592
3592
|
|
|
3593
|
-
class
|
|
3593
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
3594
3594
|
"""
|
|
3595
|
-
Argument
|
|
3595
|
+
Argument Option.
|
|
3596
3596
|
"""
|
|
3597
3597
|
|
|
3598
|
-
class
|
|
3598
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
3599
3599
|
"""
|
|
3600
|
-
Argument
|
|
3600
|
+
Argument Width.
|
|
3601
3601
|
"""
|
|
3602
3602
|
|
|
3603
3603
|
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.Option = self._Option(self, "Option", service, rules, path)
|
|
5686
5685
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
5686
|
+
self.Option = self._Option(self, "Option", 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 _Width(PyNumericalCommandArgumentsSubItem):
|
|
5696
5696
|
"""
|
|
5697
|
-
Argument
|
|
5697
|
+
Argument Width.
|
|
5698
5698
|
"""
|
|
5699
5699
|
|
|
5700
|
-
class
|
|
5700
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
5701
5701
|
"""
|
|
5702
|
-
Argument
|
|
5702
|
+
Argument Option.
|
|
5703
5703
|
"""
|
|
5704
5704
|
|
|
5705
5705
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -7505,8 +7505,8 @@ class Root(PyMenu):
|
|
|
7505
7505
|
def __init__(self, parent, attr, service, rules, path):
|
|
7506
7506
|
super().__init__(parent, attr, service, rules, path)
|
|
7507
7507
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
7508
|
-
self.Width = self._Width(self, "Width", service, rules, path)
|
|
7509
7508
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
7509
|
+
self.Width = self._Width(self, "Width", service, rules, path)
|
|
7510
7510
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
7511
7511
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
7512
7512
|
|
|
@@ -7515,14 +7515,14 @@ class Root(PyMenu):
|
|
|
7515
7515
|
Argument DPI.
|
|
7516
7516
|
"""
|
|
7517
7517
|
|
|
7518
|
-
class
|
|
7518
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
7519
7519
|
"""
|
|
7520
|
-
Argument
|
|
7520
|
+
Argument Option.
|
|
7521
7521
|
"""
|
|
7522
7522
|
|
|
7523
|
-
class
|
|
7523
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
7524
7524
|
"""
|
|
7525
|
-
Argument
|
|
7525
|
+
Argument Width.
|
|
7526
7526
|
"""
|
|
7527
7527
|
|
|
7528
7528
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -7793,8 +7793,8 @@ class Root(PyMenu):
|
|
|
7793
7793
|
def __init__(self, parent, attr, service, rules, path):
|
|
7794
7794
|
super().__init__(parent, attr, service, rules, path)
|
|
7795
7795
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
7796
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
7797
7796
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
7797
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
7798
7798
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
7799
7799
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
7800
7800
|
|
|
@@ -7803,14 +7803,14 @@ class Root(PyMenu):
|
|
|
7803
7803
|
Argument DPI.
|
|
7804
7804
|
"""
|
|
7805
7805
|
|
|
7806
|
-
class
|
|
7806
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
7807
7807
|
"""
|
|
7808
|
-
Argument
|
|
7808
|
+
Argument Width.
|
|
7809
7809
|
"""
|
|
7810
7810
|
|
|
7811
|
-
class
|
|
7811
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
7812
7812
|
"""
|
|
7813
|
-
Argument
|
|
7813
|
+
Argument Option.
|
|
7814
7814
|
"""
|
|
7815
7815
|
|
|
7816
7816
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|