ansys-fluent-core 0.32.dev1__py3-none-any.whl → 0.32.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/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_231/meshing.py +229 -229
- ansys/fluent/core/generated/datamodel_232/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_232/meshing.py +160 -160
- ansys/fluent/core/generated/datamodel_241/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_241/meshing.py +310 -310
- ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_242/meshing.py +302 -302
- ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
- ansys/fluent/core/generated/datamodel_251/flicing.py +5 -5
- ansys/fluent/core/generated/datamodel_251/meshing.py +316 -316
- ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
- ansys/fluent/core/generated/datamodel_252/flicing.py +65 -65
- ansys/fluent/core/generated/datamodel_252/meshing.py +351 -351
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_261/meshing.py +395 -395
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/solver/settings_261.py +21 -8
- ansys/fluent/core/generated/solver/settings_261.pyi +10 -4
- ansys/fluent/core/solver/__init__.py +2 -0
- ansys/fluent/core/solver/settings_builtin_bases.py +23 -11
- ansys/fluent/core/utils/context_managers.py +68 -0
- {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/METADATA +2 -2
- {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/RECORD +29 -28
- {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/WHEEL +0 -0
|
@@ -3583,8 +3583,8 @@ class Root(PyMenu):
|
|
|
3583
3583
|
super().__init__(parent, attr, service, rules, path)
|
|
3584
3584
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3585
3585
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3586
|
-
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3587
3586
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3587
|
+
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3588
3588
|
|
|
3589
3589
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3590
3590
|
"""
|
|
@@ -3596,12 +3596,12 @@ class Root(PyMenu):
|
|
|
3596
3596
|
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...
|
|
3597
3597
|
"""
|
|
3598
3598
|
|
|
3599
|
-
class
|
|
3599
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3600
3600
|
"""
|
|
3601
3601
|
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...
|
|
3602
3602
|
"""
|
|
3603
3603
|
|
|
3604
|
-
class
|
|
3604
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3605
3605
|
"""
|
|
3606
3606
|
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...
|
|
3607
3607
|
"""
|
|
@@ -3668,8 +3668,8 @@ class Root(PyMenu):
|
|
|
3668
3668
|
def __init__(self, parent, attr, service, rules, path):
|
|
3669
3669
|
super().__init__(parent, attr, service, rules, path)
|
|
3670
3670
|
self.DPI = self._DPI(self, "DPI", service, rules, path)
|
|
3671
|
-
self.Option = self._Option(self, "Option", service, rules, path)
|
|
3672
3671
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
3672
|
+
self.Option = self._Option(self, "Option", service, rules, path)
|
|
3673
3673
|
self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
|
|
3674
3674
|
self.Height = self._Height(self, "Height", service, rules, path)
|
|
3675
3675
|
|
|
@@ -3678,14 +3678,14 @@ class Root(PyMenu):
|
|
|
3678
3678
|
Argument DPI.
|
|
3679
3679
|
"""
|
|
3680
3680
|
|
|
3681
|
-
class
|
|
3681
|
+
class _Width(PyNumericalCommandArgumentsSubItem):
|
|
3682
3682
|
"""
|
|
3683
|
-
Argument
|
|
3683
|
+
Argument Width.
|
|
3684
3684
|
"""
|
|
3685
3685
|
|
|
3686
|
-
class
|
|
3686
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
3687
3687
|
"""
|
|
3688
|
-
Argument
|
|
3688
|
+
Argument Option.
|
|
3689
3689
|
"""
|
|
3690
3690
|
|
|
3691
3691
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|