ansys-fluent-core 0.34.1__py3-none-any.whl → 0.34.2__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/docker/utils.py +1 -1
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_231/meshing.py +229 -229
- ansys/fluent/core/generated/datamodel_232/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_232/meshing.py +231 -231
- ansys/fluent/core/generated/datamodel_241/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_241/meshing.py +296 -296
- ansys/fluent/core/generated/datamodel_242/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_242/meshing.py +312 -312
- 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 +346 -346
- ansys/fluent/core/generated/datamodel_252/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_252/meshing.py +423 -423
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_261/meshing.py +382 -389
- ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
- 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 +3 -49
- ansys/fluent/core/generated/solver/settings_261.py +3723 -5494
- ansys/fluent/core/generated/solver/settings_261.pyi +2854 -3231
- ansys/fluent/core/generated/solver/tui_261.py +629 -1616
- ansys/fluent/core/launcher/fluent_container.py +1 -0
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/RECORD +32 -32
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/WHEEL +0 -0
|
@@ -3543,8 +3543,8 @@ class Root(PyMenu):
|
|
|
3543
3543
|
super().__init__(parent, attr, service, rules, path)
|
|
3544
3544
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3545
3545
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3546
|
-
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3547
3546
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3547
|
+
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3548
3548
|
|
|
3549
3549
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3550
3550
|
"""
|
|
@@ -3556,14 +3556,14 @@ class Root(PyMenu):
|
|
|
3556
3556
|
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.
|
|
3557
3557
|
"""
|
|
3558
3558
|
|
|
3559
|
-
class
|
|
3559
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3560
3560
|
"""
|
|
3561
|
-
Specify
|
|
3561
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
3562
3562
|
"""
|
|
3563
3563
|
|
|
3564
|
-
class
|
|
3564
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3565
3565
|
"""
|
|
3566
|
-
Specify
|
|
3566
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
3567
3567
|
"""
|
|
3568
3568
|
|
|
3569
3569
|
def create_instance(self) -> _InputFileChangedCommandArguments:
|
|
@@ -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:
|
|
@@ -3665,7 +3665,6 @@ class main_menu(TUIMenu):
|
|
|
3665
3665
|
Enter to create new project, open project, save and archive project.
|
|
3666
3666
|
"""
|
|
3667
3667
|
def __init__(self, service, version, mode, path):
|
|
3668
|
-
self.simulation = self.__class__.simulation(service, version, mode, path + ["simulation"])
|
|
3669
3668
|
self.archive = self.__class__.archive(service, version, mode, path + ["archive"])
|
|
3670
3669
|
self.new = self.__class__.new(service, version, mode, path + ["new"])
|
|
3671
3670
|
self.open = self.__class__.open(service, version, mode, path + ["open"])
|
|
@@ -3698,51 +3697,6 @@ class main_menu(TUIMenu):
|
|
|
3698
3697
|
Save As Copy.
|
|
3699
3698
|
"""
|
|
3700
3699
|
|
|
3701
|
-
class simulation(TUIMenu):
|
|
3702
|
-
"""
|
|
3703
|
-
Enter to create, duplicate, or delete a simulation.
|
|
3704
|
-
"""
|
|
3705
|
-
def __init__(self, service, version, mode, path):
|
|
3706
|
-
self.run = self.__class__.run(service, version, mode, path + ["run"])
|
|
3707
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
3708
|
-
self.new_simulation = self.__class__.new_simulation(service, version, mode, path + ["new_simulation"])
|
|
3709
|
-
self.set_as_current = self.__class__.set_as_current(service, version, mode, path + ["set_as_current"])
|
|
3710
|
-
super().__init__(service, version, mode, path)
|
|
3711
|
-
class delete(TUIMethod):
|
|
3712
|
-
"""
|
|
3713
|
-
Delete A Simulation.
|
|
3714
|
-
"""
|
|
3715
|
-
class new_simulation(TUIMethod):
|
|
3716
|
-
"""
|
|
3717
|
-
Create New Simulation.
|
|
3718
|
-
"""
|
|
3719
|
-
class set_as_current(TUIMethod):
|
|
3720
|
-
"""
|
|
3721
|
-
Set the Current Simulation.
|
|
3722
|
-
"""
|
|
3723
|
-
|
|
3724
|
-
class run(TUIMenu):
|
|
3725
|
-
"""
|
|
3726
|
-
Enter to create, duplicate, or delete a run.
|
|
3727
|
-
"""
|
|
3728
|
-
def __init__(self, service, version, mode, path):
|
|
3729
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
3730
|
-
self.new_run = self.__class__.new_run(service, version, mode, path + ["new_run"])
|
|
3731
|
-
self.set_as_current = self.__class__.set_as_current(service, version, mode, path + ["set_as_current"])
|
|
3732
|
-
super().__init__(service, version, mode, path)
|
|
3733
|
-
class delete(TUIMethod):
|
|
3734
|
-
"""
|
|
3735
|
-
Delete A Run.
|
|
3736
|
-
"""
|
|
3737
|
-
class new_run(TUIMethod):
|
|
3738
|
-
"""
|
|
3739
|
-
Create a New Run.
|
|
3740
|
-
"""
|
|
3741
|
-
class set_as_current(TUIMethod):
|
|
3742
|
-
"""
|
|
3743
|
-
Set the Current Run.
|
|
3744
|
-
"""
|
|
3745
|
-
|
|
3746
3700
|
class material_point(TUIMenu):
|
|
3747
3701
|
"""
|
|
3748
3702
|
Manage material points.
|
|
@@ -5735,15 +5689,15 @@ class main_menu(TUIMenu):
|
|
|
5735
5689
|
"""
|
|
5736
5690
|
class maximum_angle_threshold(TUIMethod):
|
|
5737
5691
|
"""
|
|
5738
|
-
Sets the maximum angle between two facets for angular refinements (e.g
|
|
5692
|
+
Sets the maximum angle between two facets for angular refinements (e.g. to exclude sharp corners).
|
|
5739
5693
|
"""
|
|
5740
5694
|
class minimum_angle_threshold(TUIMethod):
|
|
5741
5695
|
"""
|
|
5742
|
-
Sets the minimum angle between two facets for angular refinements (e.g
|
|
5696
|
+
Sets the minimum angle between two facets for angular refinements (e.g. to prevent spurious refinements).
|
|
5743
5697
|
"""
|
|
5744
5698
|
class switched_criterion_threshold(TUIMethod):
|
|
5745
5699
|
"""
|
|
5746
|
-
Specify the angular value to switch between "facets-normal-angle" and "arc-estimate" in the "switched"
|
|
5700
|
+
Specify the angular value to switch between "facets-normal-angle" and "arc-estimate" in the "switched" cirterion.
|
|
5747
5701
|
"""
|
|
5748
5702
|
|
|
5749
5703
|
class refinement_regions(TUIMenu):
|