ansys-fluent-core 0.33.dev0__py3-none-any.whl → 0.33.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 +11 -4
- ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
- ansys/fluent/core/codegen/datamodelgen.py +2 -2
- ansys/fluent/core/codegen/print_fluent_version.py +4 -4
- ansys/fluent/core/codegen/settingsgen.py +1 -2
- ansys/fluent/core/exceptions.py +0 -1
- ansys/fluent/core/file_session.py +9 -9
- ansys/fluent/core/filereader/case_file.py +2 -2
- ansys/fluent/core/fluent_connection.py +5 -5
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +174 -174
- ansys/fluent/core/generated/datamodel_241/flicing.py +20 -20
- ansys/fluent/core/generated/datamodel_241/meshing.py +283 -283
- ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_242/meshing.py +308 -308
- ansys/fluent/core/generated/datamodel_251/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_251/meshing.py +295 -295
- ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_252/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_252/meshing.py +424 -424
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_261/meshing.py +443 -425
- 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/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_252.py +55 -55
- ansys/fluent/core/generated/solver/settings_261.py +4147 -4698
- ansys/fluent/core/generated/solver/settings_261.pyi +3467 -5578
- ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
- ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
- ansys/fluent/core/generated/solver/tui_261.py +2625 -2771
- ansys/fluent/core/launcher/container_launcher.py +7 -9
- ansys/fluent/core/launcher/fluent_container.py +107 -75
- ansys/fluent/core/launcher/launch_options.py +22 -1
- ansys/fluent/core/launcher/launcher.py +5 -4
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- ansys/fluent/core/pyfluent_warnings.py +13 -0
- ansys/fluent/core/search.py +170 -83
- ansys/fluent/core/services/app_utilities.py +52 -32
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/scheme_eval.py +2 -0
- ansys/fluent/core/services/solution_variables.py +64 -49
- ansys/fluent/core/session.py +36 -30
- ansys/fluent/core/session_base_meshing.py +2 -24
- ansys/fluent/core/session_shared.py +5 -2
- ansys/fluent/core/session_solver.py +15 -9
- ansys/fluent/core/solver/__init__.py +1 -1
- ansys/fluent/core/solver/flobject.py +62 -64
- ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
- ansys/fluent/core/solver/settings_builtin_data.py +121 -540
- ansys/fluent/core/utils/context_managers.py +0 -17
- ansys/fluent/core/utils/fluent_version.py +173 -0
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/METADATA +8 -8
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/RECORD +64 -82
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/WHEEL +1 -1
- ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
- ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
- ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
- ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
- ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
- ansys/fluent/core/generated/fluent_version_222.py +0 -5
- ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
- ansys/fluent/core/generated/solver/settings_222.py +0 -29473
- ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
- ansys/fluent/core/generated/solver/tui_222.py +0 -43451
- ansys/fluent/core/post_objects/__init__.py +0 -21
- ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
- ansys/fluent/core/post_objects/meta.py +0 -926
- ansys/fluent/core/post_objects/post_helper.py +0 -178
- ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
- ansys/fluent/core/post_objects/post_objects_container.py +0 -248
- ansys/fluent/core/post_objects/singleton_meta.py +0 -42
- ansys/fluent/core/post_objects/timing_decorator.py +0 -38
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.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
|
"""
|
|
@@ -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
|
"""
|
|
@@ -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.Width = self._Width(self, "Width", service, rules, path)
|
|
2250
2249
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2250
|
+
self.Width = self._Width(self, "Width", 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 _Option(PyTextualCommandArgumentsSubItem):
|
|
2260
2260
|
"""
|
|
2261
|
-
Argument
|
|
2261
|
+
Argument Option.
|
|
2262
2262
|
"""
|
|
2263
2263
|
|
|
2264
|
-
class
|
|
2264
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
2265
2265
|
"""
|
|
2266
|
-
Argument
|
|
2266
|
+
Argument Width.
|
|
2267
2267
|
"""
|
|
2268
2268
|
|
|
2269
2269
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|
|
@@ -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.Width = self._Width(self, "Width", service, rules, path)
|
|
2352
2351
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
2352
|
+
self.Width = self._Width(self, "Width", 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 _Option(PyTextualCommandArgumentsSubItem):
|
|
2362
2362
|
"""
|
|
2363
|
-
Argument
|
|
2363
|
+
Argument Option.
|
|
2364
2364
|
"""
|
|
2365
2365
|
|
|
2366
|
-
class
|
|
2366
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
2367
2367
|
"""
|
|
2368
|
-
Argument
|
|
2368
|
+
Argument Width.
|
|
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):
|
|
@@ -5784,8 +5784,8 @@ class Root(PyMenu):
|
|
|
5784
5784
|
def __init__(self, parent, attr, service, rules, path):
|
|
5785
5785
|
super().__init__(parent, attr, service, rules, path)
|
|
5786
5786
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
5787
|
-
self.Width = self._Width(self, "Width", service, rules, path)
|
|
5788
5787
|
self.Option = self._Option(self, "Option", service, rules, path)
|
|
5788
|
+
self.Width = self._Width(self, "Width", service, rules, path)
|
|
5789
5789
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
5790
5790
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
5791
5791
|
|
|
@@ -5794,14 +5794,14 @@ class Root(PyMenu):
|
|
|
5794
5794
|
Argument DPI.
|
|
5795
5795
|
"""
|
|
5796
5796
|
|
|
5797
|
-
class
|
|
5797
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
5798
5798
|
"""
|
|
5799
|
-
Argument
|
|
5799
|
+
Argument Option.
|
|
5800
5800
|
"""
|
|
5801
5801
|
|
|
5802
|
-
class
|
|
5802
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
5803
5803
|
"""
|
|
5804
|
-
Argument
|
|
5804
|
+
Argument Width.
|
|
5805
5805
|
"""
|
|
5806
5806
|
|
|
5807
5807
|
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):
|