ansys-fluent-core 0.33.0__py3-none-any.whl → 0.34.dev0__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 +40 -40
- ansys/fluent/core/generated/datamodel_231/meshing.py +211 -211
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +180 -180
- ansys/fluent/core/generated/datamodel_241/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_241/meshing.py +269 -269
- ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
- ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
- ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_251/meshing.py +355 -355
- ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
- ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_252/meshing.py +353 -353
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +20 -20
- ansys/fluent/core/generated/datamodel_261/meshing.py +416 -416
- ansys/fluent/core/generated/datamodel_261/part_management.py +15 -15
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/RECORD +24 -24
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/WHEEL +0 -0
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/licenses/LICENSE +0 -0
|
@@ -3714,8 +3714,8 @@ class Root(PyMenu):
|
|
|
3714
3714
|
super().__init__(parent, attr, service, rules, path)
|
|
3715
3715
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3716
3716
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3717
|
-
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3718
3717
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3718
|
+
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3719
3719
|
|
|
3720
3720
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3721
3721
|
"""
|
|
@@ -3727,14 +3727,14 @@ class Root(PyMenu):
|
|
|
3727
3727
|
This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
|
|
3728
3728
|
"""
|
|
3729
3729
|
|
|
3730
|
-
class
|
|
3730
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3731
3731
|
"""
|
|
3732
|
-
Specify
|
|
3732
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
3733
3733
|
"""
|
|
3734
3734
|
|
|
3735
|
-
class
|
|
3735
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3736
3736
|
"""
|
|
3737
|
-
Specify
|
|
3737
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
3738
3738
|
"""
|
|
3739
3739
|
|
|
3740
3740
|
def create_instance(self) -> _LoadFmdFileCommandArguments:
|
|
@@ -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):
|
|
@@ -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):
|
|
@@ -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):
|
|
@@ -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.Option = self._Option(self, "Option", service, rules, path)
|
|
5788
5787
|
self.Width = self._Width(self, "Width", service, rules, path)
|
|
5788
|
+
self.Option = self._Option(self, "Option", 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 _Width(PyNumericalCommandArgumentsSubItem):
|
|
5798
5798
|
"""
|
|
5799
|
-
Argument
|
|
5799
|
+
Argument Width.
|
|
5800
5800
|
"""
|
|
5801
5801
|
|
|
5802
|
-
class
|
|
5802
|
+
class _Option(PyTextualCommandArgumentsSubItem):
|
|
5803
5803
|
"""
|
|
5804
|
-
Argument
|
|
5804
|
+
Argument Option.
|
|
5805
5805
|
"""
|
|
5806
5806
|
|
|
5807
5807
|
class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
|