ansys-fluent-core 0.30.dev1__py3-none-any.whl → 0.30.dev3__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 +14 -3
- ansys/fluent/core/codegen/datamodelgen.py +17 -3
- ansys/fluent/core/codegen/settingsgen.py +26 -4
- ansys/fluent/core/codegen/walk_api.py +11 -1
- ansys/fluent/core/exceptions.py +7 -4
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_242/meshing_utilities.pyi +990 -0
- ansys/fluent/core/generated/datamodel_251/meshing_utilities.pyi +1002 -0
- ansys/fluent/core/generated/datamodel_252/meshing.py +7 -0
- ansys/fluent/core/generated/datamodel_252/meshing_utilities.pyi +1007 -0
- ansys/fluent/core/generated/datamodel_252/preferences.py +132 -3
- ansys/fluent/core/generated/fluent_version_252.py +3 -3
- ansys/fluent/core/generated/meshing/tui_252.py +111 -12
- ansys/fluent/core/generated/solver/settings_222.py +166 -170
- ansys/fluent/core/generated/solver/settings_222.pyi +10 -8
- ansys/fluent/core/generated/solver/settings_231.py +551 -598
- ansys/fluent/core/generated/solver/settings_231.pyi +40 -38
- ansys/fluent/core/generated/solver/settings_232.py +689 -736
- ansys/fluent/core/generated/solver/settings_232.pyi +39 -37
- ansys/fluent/core/generated/solver/settings_241.py +1365 -1439
- ansys/fluent/core/generated/solver/settings_241.pyi +1071 -1074
- ansys/fluent/core/generated/solver/settings_242.py +2852 -3098
- ansys/fluent/core/generated/solver/settings_242.pyi +2059 -2151
- ansys/fluent/core/generated/solver/settings_251.py +3656 -3914
- ansys/fluent/core/generated/solver/settings_251.pyi +2915 -3008
- ansys/fluent/core/generated/solver/settings_252.py +5894 -5707
- ansys/fluent/core/generated/solver/settings_252.pyi +4411 -4297
- ansys/fluent/core/generated/solver/tui_252.py +205 -25
- ansys/fluent/core/get_build_details.py +2 -2
- ansys/fluent/core/launcher/container_launcher.py +7 -1
- ansys/fluent/core/launcher/fluent_container.py +3 -2
- ansys/fluent/core/launcher/pim_launcher.py +7 -1
- ansys/fluent/core/launcher/slurm_launcher.py +7 -1
- ansys/fluent/core/launcher/standalone_launcher.py +7 -1
- ansys/fluent/core/post_objects/meta.py +6 -6
- ansys/fluent/core/services/datamodel_se.py +28 -23
- ansys/fluent/core/services/field_data.py +17 -5
- ansys/fluent/core/session_base_meshing.py +3 -3
- ansys/fluent/core/session_meshing.py +4 -4
- ansys/fluent/core/session_meshing.pyi +9 -9
- ansys/fluent/core/session_pure_meshing.pyi +9 -9
- ansys/fluent/core/session_solver.py +1 -1
- ansys/fluent/core/session_solver.pyi +5 -5
- ansys/fluent/core/solver/_docstrings.py +244 -0
- ansys/fluent/core/solver/error_message.py +7 -12
- ansys/fluent/core/solver/flobject.py +40 -15
- ansys/fluent/core/utils/fluent_version.py +2 -3
- ansys/fluent/core/workflow.py +1 -0
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/METADATA +4 -4
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/RECORD +76 -73
- ansys/fluent/core/_version.py +0 -40
- /ansys/fluent/core/generated/datamodel_222/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_222/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_231/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_231/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_231/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_232/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_232/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_232/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_241/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_241/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_241/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{MeshingUtilities.py → meshing_utilities.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{MeshingUtilities.py → meshing_utilities.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{MeshingUtilities.py → meshing_utilities.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/{systemcoupling.py → system_coupling.py} +0 -0
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/WHEEL +0 -0
|
@@ -31,6 +31,7 @@ class Root(PyMenu):
|
|
|
31
31
|
self.PrjApp = self.__class__.PrjApp(service, rules, path + [("PrjApp", "")])
|
|
32
32
|
self.PythonConsole = self.__class__.PythonConsole(service, rules, path + [("PythonConsole", "")])
|
|
33
33
|
self.Simulation = self.__class__.Simulation(service, rules, path + [("Simulation", "")])
|
|
34
|
+
self.TurboSetup = self.__class__.TurboSetup(service, rules, path + [("TurboSetup", "")])
|
|
34
35
|
self.TurboWorkflow = self.__class__.TurboWorkflow(service, rules, path + [("TurboWorkflow", "")])
|
|
35
36
|
super().__init__(service, rules, path)
|
|
36
37
|
|
|
@@ -607,7 +608,7 @@ class Root(PyMenu):
|
|
|
607
608
|
self.ImportPhysicsVolumeDefinitions = self.__class__.ImportPhysicsVolumeDefinitions(service, rules, path + [("ImportPhysicsVolumeDefinitions", "")])
|
|
608
609
|
self.InitialPhysicsVolumeDefinitions = self.__class__.InitialPhysicsVolumeDefinitions(service, rules, path + [("InitialPhysicsVolumeDefinitions", "")])
|
|
609
610
|
self.SkipCreationOfGroupsPointingToSingleEntity = self.__class__.SkipCreationOfGroupsPointingToSingleEntity(service, rules, path + [("SkipCreationOfGroupsPointingToSingleEntity", "")])
|
|
610
|
-
self.
|
|
611
|
+
self.UTLCreateDefaultObjectIfPossible = self.__class__.UTLCreateDefaultObjectIfPossible(service, rules, path + [("UTLCreateDefaultObjectIfPossible", "")])
|
|
611
612
|
self.UTLMode = self.__class__.UTLMode(service, rules, path + [("UTLMode", "")])
|
|
612
613
|
super().__init__(service, rules, path)
|
|
613
614
|
|
|
@@ -693,9 +694,9 @@ class Root(PyMenu):
|
|
|
693
694
|
"""
|
|
694
695
|
pass
|
|
695
696
|
|
|
696
|
-
class
|
|
697
|
+
class UTLCreateDefaultObjectIfPossible(PyParameter):
|
|
697
698
|
"""
|
|
698
|
-
Parameter
|
|
699
|
+
Parameter UTLCreateDefaultObjectIfPossible of value type bool.
|
|
699
700
|
"""
|
|
700
701
|
pass
|
|
701
702
|
|
|
@@ -2644,6 +2645,134 @@ class Root(PyMenu):
|
|
|
2644
2645
|
"""
|
|
2645
2646
|
pass
|
|
2646
2647
|
|
|
2648
|
+
class TurboSetup(PyMenu):
|
|
2649
|
+
"""
|
|
2650
|
+
Singleton TurboSetup.
|
|
2651
|
+
"""
|
|
2652
|
+
def __init__(self, service, rules, path):
|
|
2653
|
+
self.FaceZoneSettings = self.__class__.FaceZoneSettings(service, rules, path + [("FaceZoneSettings", "")])
|
|
2654
|
+
self.GraphicsSettings = self.__class__.GraphicsSettings(service, rules, path + [("GraphicsSettings", "")])
|
|
2655
|
+
self.CheckpointingOption = self.__class__.CheckpointingOption(service, rules, path + [("CheckpointingOption", "")])
|
|
2656
|
+
self.SaveCheckpointFiles = self.__class__.SaveCheckpointFiles(service, rules, path + [("SaveCheckpointFiles", "")])
|
|
2657
|
+
super().__init__(service, rules, path)
|
|
2658
|
+
|
|
2659
|
+
class FaceZoneSettings(PyMenu):
|
|
2660
|
+
"""
|
|
2661
|
+
Singleton FaceZoneSettings.
|
|
2662
|
+
"""
|
|
2663
|
+
def __init__(self, service, rules, path):
|
|
2664
|
+
self.BladeRegion = self.__class__.BladeRegion(service, rules, path + [("BladeRegion", "")])
|
|
2665
|
+
self.FZSearchOrder = self.__class__.FZSearchOrder(service, rules, path + [("FZSearchOrder", "")])
|
|
2666
|
+
self.HubRegion = self.__class__.HubRegion(service, rules, path + [("HubRegion", "")])
|
|
2667
|
+
self.InletRegion = self.__class__.InletRegion(service, rules, path + [("InletRegion", "")])
|
|
2668
|
+
self.InteriorRegion = self.__class__.InteriorRegion(service, rules, path + [("InteriorRegion", "")])
|
|
2669
|
+
self.OutletRegion = self.__class__.OutletRegion(service, rules, path + [("OutletRegion", "")])
|
|
2670
|
+
self.Periodic1Region = self.__class__.Periodic1Region(service, rules, path + [("Periodic1Region", "")])
|
|
2671
|
+
self.Periodic2Region = self.__class__.Periodic2Region(service, rules, path + [("Periodic2Region", "")])
|
|
2672
|
+
self.ShroudRegion = self.__class__.ShroudRegion(service, rules, path + [("ShroudRegion", "")])
|
|
2673
|
+
self.SymmetryRegion = self.__class__.SymmetryRegion(service, rules, path + [("SymmetryRegion", "")])
|
|
2674
|
+
self.Tip1Region = self.__class__.Tip1Region(service, rules, path + [("Tip1Region", "")])
|
|
2675
|
+
self.Tip2Region = self.__class__.Tip2Region(service, rules, path + [("Tip2Region", "")])
|
|
2676
|
+
super().__init__(service, rules, path)
|
|
2677
|
+
|
|
2678
|
+
class BladeRegion(PyTextual):
|
|
2679
|
+
"""
|
|
2680
|
+
Parameter BladeRegion of value type str.
|
|
2681
|
+
"""
|
|
2682
|
+
pass
|
|
2683
|
+
|
|
2684
|
+
class FZSearchOrder(PyTextual):
|
|
2685
|
+
"""
|
|
2686
|
+
Parameter FZSearchOrder of value type str.
|
|
2687
|
+
"""
|
|
2688
|
+
pass
|
|
2689
|
+
|
|
2690
|
+
class HubRegion(PyTextual):
|
|
2691
|
+
"""
|
|
2692
|
+
Parameter HubRegion of value type str.
|
|
2693
|
+
"""
|
|
2694
|
+
pass
|
|
2695
|
+
|
|
2696
|
+
class InletRegion(PyTextual):
|
|
2697
|
+
"""
|
|
2698
|
+
Parameter InletRegion of value type str.
|
|
2699
|
+
"""
|
|
2700
|
+
pass
|
|
2701
|
+
|
|
2702
|
+
class InteriorRegion(PyTextual):
|
|
2703
|
+
"""
|
|
2704
|
+
Parameter InteriorRegion of value type str.
|
|
2705
|
+
"""
|
|
2706
|
+
pass
|
|
2707
|
+
|
|
2708
|
+
class OutletRegion(PyTextual):
|
|
2709
|
+
"""
|
|
2710
|
+
Parameter OutletRegion of value type str.
|
|
2711
|
+
"""
|
|
2712
|
+
pass
|
|
2713
|
+
|
|
2714
|
+
class Periodic1Region(PyTextual):
|
|
2715
|
+
"""
|
|
2716
|
+
Parameter Periodic1Region of value type str.
|
|
2717
|
+
"""
|
|
2718
|
+
pass
|
|
2719
|
+
|
|
2720
|
+
class Periodic2Region(PyTextual):
|
|
2721
|
+
"""
|
|
2722
|
+
Parameter Periodic2Region of value type str.
|
|
2723
|
+
"""
|
|
2724
|
+
pass
|
|
2725
|
+
|
|
2726
|
+
class ShroudRegion(PyTextual):
|
|
2727
|
+
"""
|
|
2728
|
+
Parameter ShroudRegion of value type str.
|
|
2729
|
+
"""
|
|
2730
|
+
pass
|
|
2731
|
+
|
|
2732
|
+
class SymmetryRegion(PyTextual):
|
|
2733
|
+
"""
|
|
2734
|
+
Parameter SymmetryRegion of value type str.
|
|
2735
|
+
"""
|
|
2736
|
+
pass
|
|
2737
|
+
|
|
2738
|
+
class Tip1Region(PyTextual):
|
|
2739
|
+
"""
|
|
2740
|
+
Parameter Tip1Region of value type str.
|
|
2741
|
+
"""
|
|
2742
|
+
pass
|
|
2743
|
+
|
|
2744
|
+
class Tip2Region(PyTextual):
|
|
2745
|
+
"""
|
|
2746
|
+
Parameter Tip2Region of value type str.
|
|
2747
|
+
"""
|
|
2748
|
+
pass
|
|
2749
|
+
|
|
2750
|
+
class GraphicsSettings(PyMenu):
|
|
2751
|
+
"""
|
|
2752
|
+
Singleton GraphicsSettings.
|
|
2753
|
+
"""
|
|
2754
|
+
def __init__(self, service, rules, path):
|
|
2755
|
+
self.AutoDraw = self.__class__.AutoDraw(service, rules, path + [("AutoDraw", "")])
|
|
2756
|
+
super().__init__(service, rules, path)
|
|
2757
|
+
|
|
2758
|
+
class AutoDraw(PyParameter):
|
|
2759
|
+
"""
|
|
2760
|
+
Parameter AutoDraw of value type bool.
|
|
2761
|
+
"""
|
|
2762
|
+
pass
|
|
2763
|
+
|
|
2764
|
+
class CheckpointingOption(PyTextual):
|
|
2765
|
+
"""
|
|
2766
|
+
Parameter CheckpointingOption of value type str.
|
|
2767
|
+
"""
|
|
2768
|
+
pass
|
|
2769
|
+
|
|
2770
|
+
class SaveCheckpointFiles(PyParameter):
|
|
2771
|
+
"""
|
|
2772
|
+
Parameter SaveCheckpointFiles of value type bool.
|
|
2773
|
+
"""
|
|
2774
|
+
pass
|
|
2775
|
+
|
|
2647
2776
|
class TurboWorkflow(PyMenu):
|
|
2648
2777
|
"""
|
|
2649
2778
|
Singleton TurboWorkflow.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
FLUENT_VERSION = "252"
|
|
2
|
-
FLUENT_BUILD_TIME = "Feb
|
|
3
|
-
FLUENT_BUILD_ID = "
|
|
4
|
-
FLUENT_REVISION = "
|
|
2
|
+
FLUENT_BUILD_TIME = "Feb 21 2025 15:08:30 EST"
|
|
3
|
+
FLUENT_BUILD_ID = "119"
|
|
4
|
+
FLUENT_REVISION = "5a55c28c9e"
|
|
5
5
|
FLUENT_BRANCH = "develop"
|
|
@@ -2628,6 +2628,7 @@ class main_menu(TUIMenu):
|
|
|
2628
2628
|
self.post_script = self.__class__.post_script(service, version, mode, path + ["post_script"])
|
|
2629
2629
|
self.ppm = self.__class__.ppm(service, version, mode, path + ["ppm"])
|
|
2630
2630
|
self.tiff = self.__class__.tiff(service, version, mode, path + ["tiff"])
|
|
2631
|
+
self.usd = self.__class__.usd(service, version, mode, path + ["usd"])
|
|
2631
2632
|
self.vrml = self.__class__.vrml(service, version, mode, path + ["vrml"])
|
|
2632
2633
|
super().__init__(service, version, mode, path)
|
|
2633
2634
|
class avz(TUIMethod):
|
|
@@ -2686,6 +2687,10 @@ class main_menu(TUIMenu):
|
|
|
2686
2687
|
"""
|
|
2687
2688
|
Use TIFF output for hardcopies.
|
|
2688
2689
|
"""
|
|
2690
|
+
class usd(TUIMethod):
|
|
2691
|
+
"""
|
|
2692
|
+
Use USD output for hardcopies.
|
|
2693
|
+
"""
|
|
2689
2694
|
class vrml(TUIMethod):
|
|
2690
2695
|
"""
|
|
2691
2696
|
Use VRML output for hardcopies.
|
|
@@ -5365,7 +5370,6 @@ class main_menu(TUIMenu):
|
|
|
5365
5370
|
self.mesh_sizing = self.__class__.mesh_sizing(service, version, mode, path + ["mesh_sizing"])
|
|
5366
5371
|
self.refinement_regions = self.__class__.refinement_regions(service, version, mode, path + ["refinement_regions"])
|
|
5367
5372
|
self.boundary_mesh_optimization = self.__class__.boundary_mesh_optimization(service, version, mode, path + ["boundary_mesh_optimization"])
|
|
5368
|
-
self.boundary_mesh_optimization_scheme = self.__class__.boundary_mesh_optimization_scheme(service, version, mode, path + ["boundary_mesh_optimization_scheme"])
|
|
5369
5373
|
self.boundary_treatment = self.__class__.boundary_treatment(service, version, mode, path + ["boundary_treatment"])
|
|
5370
5374
|
self.bounding_box = self.__class__.bounding_box(service, version, mode, path + ["bounding_box"])
|
|
5371
5375
|
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
@@ -5385,10 +5389,6 @@ class main_menu(TUIMenu):
|
|
|
5385
5389
|
self.volume_specification = self.__class__.volume_specification(service, version, mode, path + ["volume_specification"])
|
|
5386
5390
|
super().__init__(service, version, mode, path)
|
|
5387
5391
|
class boundary_mesh_optimization(TUIMethod):
|
|
5388
|
-
"""
|
|
5389
|
-
Enable optimization to improve orthogonality at the boundary mesh.
|
|
5390
|
-
"""
|
|
5391
|
-
class boundary_mesh_optimization_scheme(TUIMethod):
|
|
5392
5392
|
"""
|
|
5393
5393
|
Set optimization scheme for boundary mesh optimization in projection meshing.
|
|
5394
5394
|
"""
|
|
@@ -5475,7 +5475,6 @@ class main_menu(TUIMenu):
|
|
|
5475
5475
|
self.aspect_ratio_skewness_limit = self.__class__.aspect_ratio_skewness_limit(service, version, mode, path + ["aspect_ratio_skewness_limit"])
|
|
5476
5476
|
self.auto_align_surface_normals = self.__class__.auto_align_surface_normals(service, version, mode, path + ["auto_align_surface_normals"])
|
|
5477
5477
|
self.distance_erosion_factor = self.__class__.distance_erosion_factor(service, version, mode, path + ["distance_erosion_factor"])
|
|
5478
|
-
self.expand_bbox_for_ref_length = self.__class__.expand_bbox_for_ref_length(service, version, mode, path + ["expand_bbox_for_ref_length"])
|
|
5479
5478
|
self.improved_proximity_for_projection = self.__class__.improved_proximity_for_projection(service, version, mode, path + ["improved_proximity_for_projection"])
|
|
5480
5479
|
self.max_num_inflection_point_iter = self.__class__.max_num_inflection_point_iter(service, version, mode, path + ["max_num_inflection_point_iter"])
|
|
5481
5480
|
self.planar_feature_recovery_mode = self.__class__.planar_feature_recovery_mode(service, version, mode, path + ["planar_feature_recovery_mode"])
|
|
@@ -5524,10 +5523,6 @@ class main_menu(TUIMenu):
|
|
|
5524
5523
|
"""
|
|
5525
5524
|
Set distance erosion factor as a factor of prism edge length.
|
|
5526
5525
|
"""
|
|
5527
|
-
class expand_bbox_for_ref_length(TUIMethod):
|
|
5528
|
-
"""
|
|
5529
|
-
Expands the currently defined bounding box to make the given cell size realizeable.
|
|
5530
|
-
"""
|
|
5531
5526
|
class improved_proximity_for_projection(TUIMethod):
|
|
5532
5527
|
"""
|
|
5533
5528
|
Activate the imporved version of proximity refinement for projection boundary treatment.
|
|
@@ -5613,6 +5608,7 @@ class main_menu(TUIMenu):
|
|
|
5613
5608
|
self.bounding_box = self.__class__.bounding_box(service, version, mode, path + ["bounding_box"])
|
|
5614
5609
|
self.distribute_geometry = self.__class__.distribute_geometry(service, version, mode, path + ["distribute_geometry"])
|
|
5615
5610
|
self.input_object = self.__class__.input_object(service, version, mode, path + ["input_object"])
|
|
5611
|
+
self.reference_size = self.__class__.reference_size(service, version, mode, path + ["reference_size"])
|
|
5616
5612
|
self.reset_bounding_box = self.__class__.reset_bounding_box(service, version, mode, path + ["reset_bounding_box"])
|
|
5617
5613
|
self.volume_specification = self.__class__.volume_specification(service, version, mode, path + ["volume_specification"])
|
|
5618
5614
|
super().__init__(service, version, mode, path)
|
|
@@ -5628,6 +5624,10 @@ class main_menu(TUIMenu):
|
|
|
5628
5624
|
"""
|
|
5629
5625
|
Specify the boundary geometry for the Rapid Octree mesher.
|
|
5630
5626
|
"""
|
|
5627
|
+
class reference_size(TUIMethod):
|
|
5628
|
+
"""
|
|
5629
|
+
Expands the currently defined bounding box to make the given cell size realizable.
|
|
5630
|
+
"""
|
|
5631
5631
|
class reset_bounding_box(TUIMethod):
|
|
5632
5632
|
"""
|
|
5633
5633
|
Redefine the bounding box extends to encompass the currently selected geoemtry.
|
|
@@ -7774,6 +7774,7 @@ class main_menu(TUIMenu):
|
|
|
7774
7774
|
self.prj_app = self.__class__.prj_app(service, version, mode, path + ["prj_app"])
|
|
7775
7775
|
self.python_console = self.__class__.python_console(service, version, mode, path + ["python_console"])
|
|
7776
7776
|
self.simulation = self.__class__.simulation(service, version, mode, path + ["simulation"])
|
|
7777
|
+
self.turbo_setup = self.__class__.turbo_setup(service, version, mode, path + ["turbo_setup"])
|
|
7777
7778
|
self.turbo_workflow = self.__class__.turbo_workflow(service, version, mode, path + ["turbo_workflow"])
|
|
7778
7779
|
super().__init__(service, version, mode, path)
|
|
7779
7780
|
|
|
@@ -8194,7 +8195,7 @@ class main_menu(TUIMenu):
|
|
|
8194
8195
|
self.import_physics_volume_definitions = self.__class__.import_physics_volume_definitions(service, version, mode, path + ["import_physics_volume_definitions"])
|
|
8195
8196
|
self.initial_physics_volume_definitions = self.__class__.initial_physics_volume_definitions(service, version, mode, path + ["initial_physics_volume_definitions"])
|
|
8196
8197
|
self.skip_creation_of_groups_pointing_to_single_entity = self.__class__.skip_creation_of_groups_pointing_to_single_entity(service, version, mode, path + ["skip_creation_of_groups_pointing_to_single_entity"])
|
|
8197
|
-
self.
|
|
8198
|
+
self.utlcreate_default_object_if_possible = self.__class__.utlcreate_default_object_if_possible(service, version, mode, path + ["utlcreate_default_object_if_possible"])
|
|
8198
8199
|
self.utlmode = self.__class__.utlmode(service, version, mode, path + ["utlmode"])
|
|
8199
8200
|
super().__init__(service, version, mode, path)
|
|
8200
8201
|
class advanced_partition(TUIMethod):
|
|
@@ -8233,7 +8234,7 @@ class main_menu(TUIMenu):
|
|
|
8233
8234
|
"""
|
|
8234
8235
|
No help available.
|
|
8235
8236
|
"""
|
|
8236
|
-
class
|
|
8237
|
+
class utlcreate_default_object_if_possible(TUIMethod):
|
|
8237
8238
|
"""
|
|
8238
8239
|
No help available.
|
|
8239
8240
|
"""
|
|
@@ -9741,6 +9742,104 @@ class main_menu(TUIMenu):
|
|
|
9741
9742
|
No help available.
|
|
9742
9743
|
"""
|
|
9743
9744
|
|
|
9745
|
+
class turbo_setup(TUIMenu):
|
|
9746
|
+
"""
|
|
9747
|
+
No help available.
|
|
9748
|
+
"""
|
|
9749
|
+
def __init__(self, service, version, mode, path):
|
|
9750
|
+
self.face_zone_settings = self.__class__.face_zone_settings(service, version, mode, path + ["face_zone_settings"])
|
|
9751
|
+
self.graphics_settings = self.__class__.graphics_settings(service, version, mode, path + ["graphics_settings"])
|
|
9752
|
+
self.checkpointing_option = self.__class__.checkpointing_option(service, version, mode, path + ["checkpointing_option"])
|
|
9753
|
+
self.save_checkpoint_files = self.__class__.save_checkpoint_files(service, version, mode, path + ["save_checkpoint_files"])
|
|
9754
|
+
super().__init__(service, version, mode, path)
|
|
9755
|
+
class checkpointing_option(TUIMethod):
|
|
9756
|
+
"""
|
|
9757
|
+
No help available.
|
|
9758
|
+
"""
|
|
9759
|
+
class save_checkpoint_files(TUIMethod):
|
|
9760
|
+
"""
|
|
9761
|
+
No help available.
|
|
9762
|
+
"""
|
|
9763
|
+
|
|
9764
|
+
class face_zone_settings(TUIMenu):
|
|
9765
|
+
"""
|
|
9766
|
+
No help available.
|
|
9767
|
+
"""
|
|
9768
|
+
def __init__(self, service, version, mode, path):
|
|
9769
|
+
self.blade_region = self.__class__.blade_region(service, version, mode, path + ["blade_region"])
|
|
9770
|
+
self.fzsearch_order = self.__class__.fzsearch_order(service, version, mode, path + ["fzsearch_order"])
|
|
9771
|
+
self.hub_region = self.__class__.hub_region(service, version, mode, path + ["hub_region"])
|
|
9772
|
+
self.inlet_region = self.__class__.inlet_region(service, version, mode, path + ["inlet_region"])
|
|
9773
|
+
self.interior_region = self.__class__.interior_region(service, version, mode, path + ["interior_region"])
|
|
9774
|
+
self.outlet_region = self.__class__.outlet_region(service, version, mode, path + ["outlet_region"])
|
|
9775
|
+
self.periodic1_region = self.__class__.periodic1_region(service, version, mode, path + ["periodic1_region"])
|
|
9776
|
+
self.periodic2_region = self.__class__.periodic2_region(service, version, mode, path + ["periodic2_region"])
|
|
9777
|
+
self.shroud_region = self.__class__.shroud_region(service, version, mode, path + ["shroud_region"])
|
|
9778
|
+
self.symmetry_region = self.__class__.symmetry_region(service, version, mode, path + ["symmetry_region"])
|
|
9779
|
+
self.tip1_region = self.__class__.tip1_region(service, version, mode, path + ["tip1_region"])
|
|
9780
|
+
self.tip2_region = self.__class__.tip2_region(service, version, mode, path + ["tip2_region"])
|
|
9781
|
+
super().__init__(service, version, mode, path)
|
|
9782
|
+
class blade_region(TUIMethod):
|
|
9783
|
+
"""
|
|
9784
|
+
No help available.
|
|
9785
|
+
"""
|
|
9786
|
+
class fzsearch_order(TUIMethod):
|
|
9787
|
+
"""
|
|
9788
|
+
No help available.
|
|
9789
|
+
"""
|
|
9790
|
+
class hub_region(TUIMethod):
|
|
9791
|
+
"""
|
|
9792
|
+
No help available.
|
|
9793
|
+
"""
|
|
9794
|
+
class inlet_region(TUIMethod):
|
|
9795
|
+
"""
|
|
9796
|
+
No help available.
|
|
9797
|
+
"""
|
|
9798
|
+
class interior_region(TUIMethod):
|
|
9799
|
+
"""
|
|
9800
|
+
No help available.
|
|
9801
|
+
"""
|
|
9802
|
+
class outlet_region(TUIMethod):
|
|
9803
|
+
"""
|
|
9804
|
+
No help available.
|
|
9805
|
+
"""
|
|
9806
|
+
class periodic1_region(TUIMethod):
|
|
9807
|
+
"""
|
|
9808
|
+
No help available.
|
|
9809
|
+
"""
|
|
9810
|
+
class periodic2_region(TUIMethod):
|
|
9811
|
+
"""
|
|
9812
|
+
No help available.
|
|
9813
|
+
"""
|
|
9814
|
+
class shroud_region(TUIMethod):
|
|
9815
|
+
"""
|
|
9816
|
+
No help available.
|
|
9817
|
+
"""
|
|
9818
|
+
class symmetry_region(TUIMethod):
|
|
9819
|
+
"""
|
|
9820
|
+
No help available.
|
|
9821
|
+
"""
|
|
9822
|
+
class tip1_region(TUIMethod):
|
|
9823
|
+
"""
|
|
9824
|
+
No help available.
|
|
9825
|
+
"""
|
|
9826
|
+
class tip2_region(TUIMethod):
|
|
9827
|
+
"""
|
|
9828
|
+
No help available.
|
|
9829
|
+
"""
|
|
9830
|
+
|
|
9831
|
+
class graphics_settings(TUIMenu):
|
|
9832
|
+
"""
|
|
9833
|
+
No help available.
|
|
9834
|
+
"""
|
|
9835
|
+
def __init__(self, service, version, mode, path):
|
|
9836
|
+
self.auto_draw = self.__class__.auto_draw(service, version, mode, path + ["auto_draw"])
|
|
9837
|
+
super().__init__(service, version, mode, path)
|
|
9838
|
+
class auto_draw(TUIMethod):
|
|
9839
|
+
"""
|
|
9840
|
+
No help available.
|
|
9841
|
+
"""
|
|
9842
|
+
|
|
9744
9843
|
class turbo_workflow(TUIMenu):
|
|
9745
9844
|
"""
|
|
9746
9845
|
No help available.
|