ansys-fluent-core 0.30.1__py3-none-any.whl → 0.30.3__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/codegen/tuigen.py +3 -2
- ansys/fluent/core/filereader/case_file.py +2 -2
- ansys/fluent/core/filereader/data_file.py +2 -2
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_252/flicing.py +35 -0
- ansys/fluent/core/generated/datamodel_252/meshing.py +95 -5
- ansys/fluent/core/generated/datamodel_252/preferences.py +44 -0
- ansys/fluent/core/generated/datamodel_252/solver_workflow.py +2 -0
- ansys/fluent/core/generated/datamodel_252/workflow.py +7 -0
- ansys/fluent/core/generated/fluent_version_252.py +3 -3
- ansys/fluent/core/generated/meshing/tui_252.py +112 -30
- ansys/fluent/core/generated/solver/settings_252.py +7684 -3282
- ansys/fluent/core/generated/solver/settings_252.pyi +5276 -2283
- ansys/fluent/core/generated/solver/tui_252.py +1557 -322
- ansys/fluent/core/launcher/fluent_container.py +8 -0
- ansys/fluent/core/session_shared.py +4 -1
- ansys/fluent/core/system_coupling.py +3 -1
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.3.dist-info}/METADATA +3 -2
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.3.dist-info}/RECORD +22 -22
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.3.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.3.dist-info}/WHEEL +0 -0
|
@@ -2011,6 +2011,7 @@ class main_menu(TUIMenu):
|
|
|
2011
2011
|
self.automatic_skip = self.__class__.automatic_skip(service, version, mode, path + ["automatic_skip"])
|
|
2012
2012
|
self.axis_faces = self.__class__.axis_faces(service, version, mode, path + ["axis_faces"])
|
|
2013
2013
|
self.background = self.__class__.background(service, version, mode, path + ["background"])
|
|
2014
|
+
self.color_by = self.__class__.color_by(service, version, mode, path + ["color_by"])
|
|
2014
2015
|
self.color_by_type = self.__class__.color_by_type(service, version, mode, path + ["color_by_type"])
|
|
2015
2016
|
self.far_field_faces = self.__class__.far_field_faces(service, version, mode, path + ["far_field_faces"])
|
|
2016
2017
|
self.foreground = self.__class__.foreground(service, version, mode, path + ["foreground"])
|
|
@@ -2050,6 +2051,10 @@ class main_menu(TUIMenu):
|
|
|
2050
2051
|
"""
|
|
2051
2052
|
Set the background (window) color.
|
|
2052
2053
|
"""
|
|
2054
|
+
class color_by(TUIMethod):
|
|
2055
|
+
"""
|
|
2056
|
+
Set the type to color the mesh.
|
|
2057
|
+
"""
|
|
2053
2058
|
class color_by_type(TUIMethod):
|
|
2054
2059
|
"""
|
|
2055
2060
|
Determine whether to color meshes by type or by surface (ID).
|
|
@@ -3352,6 +3357,7 @@ class main_menu(TUIMenu):
|
|
|
3352
3357
|
self.cad_geometry = self.__class__.cad_geometry(service, version, mode, path + ["cad_geometry"])
|
|
3353
3358
|
self.cgns_surf_mesh = self.__class__.cgns_surf_mesh(service, version, mode, path + ["cgns_surf_mesh"])
|
|
3354
3359
|
self.cgns_vol_mesh = self.__class__.cgns_vol_mesh(service, version, mode, path + ["cgns_vol_mesh"])
|
|
3360
|
+
self.distributed_parallel_stride_import = self.__class__.distributed_parallel_stride_import(service, version, mode, path + ["distributed_parallel_stride_import"])
|
|
3355
3361
|
self.fidap_surf_mesh = self.__class__.fidap_surf_mesh(service, version, mode, path + ["fidap_surf_mesh"])
|
|
3356
3362
|
self.fidap_vol_mesh = self.__class__.fidap_vol_mesh(service, version, mode, path + ["fidap_vol_mesh"])
|
|
3357
3363
|
self.fl_uns2_mesh = self.__class__.fl_uns2_mesh(service, version, mode, path + ["fl_uns2_mesh"])
|
|
@@ -3426,6 +3432,10 @@ class main_menu(TUIMenu):
|
|
|
3426
3432
|
"""
|
|
3427
3433
|
Read a volume mesh from an CGNS format file.
|
|
3428
3434
|
"""
|
|
3435
|
+
class distributed_parallel_stride_import(TUIMethod):
|
|
3436
|
+
"""
|
|
3437
|
+
Read a cad file using distributed parallel stride import.
|
|
3438
|
+
"""
|
|
3429
3439
|
class fidap_surf_mesh(TUIMethod):
|
|
3430
3440
|
"""
|
|
3431
3441
|
Read a surface mesh from a FIDAP neutral file.
|
|
@@ -3756,6 +3766,7 @@ class main_menu(TUIMenu):
|
|
|
3756
3766
|
self.pyramid = self.__class__.pyramid(service, version, mode, path + ["pyramid"])
|
|
3757
3767
|
self.rapid_octree = self.__class__.rapid_octree(service, version, mode, path + ["rapid_octree"])
|
|
3758
3768
|
self.scoped_prisms = self.__class__.scoped_prisms(service, version, mode, path + ["scoped_prisms"])
|
|
3769
|
+
self.scoped_thin_volume = self.__class__.scoped_thin_volume(service, version, mode, path + ["scoped_thin_volume"])
|
|
3759
3770
|
self.separate = self.__class__.separate(service, version, mode, path + ["separate"])
|
|
3760
3771
|
self.tet = self.__class__.tet(service, version, mode, path + ["tet"])
|
|
3761
3772
|
self.thin_volume_mesh = self.__class__.thin_volume_mesh(service, version, mode, path + ["thin_volume_mesh"])
|
|
@@ -3774,6 +3785,7 @@ class main_menu(TUIMenu):
|
|
|
3774
3785
|
self.laplace_smooth_nodes = self.__class__.laplace_smooth_nodes(service, version, mode, path + ["laplace_smooth_nodes"])
|
|
3775
3786
|
self.list_mesh_parameter = self.__class__.list_mesh_parameter(service, version, mode, path + ["list_mesh_parameter"])
|
|
3776
3787
|
self.prepare_for_solve = self.__class__.prepare_for_solve(service, version, mode, path + ["prepare_for_solve"])
|
|
3788
|
+
self.prime_meshing = self.__class__.prime_meshing(service, version, mode, path + ["prime_meshing"])
|
|
3777
3789
|
self.repair_face_handedness = self.__class__.repair_face_handedness(service, version, mode, path + ["repair_face_handedness"])
|
|
3778
3790
|
self.reset_mesh = self.__class__.reset_mesh(service, version, mode, path + ["reset_mesh"])
|
|
3779
3791
|
self.reset_mesh_parameter = self.__class__.reset_mesh_parameter(service, version, mode, path + ["reset_mesh_parameter"])
|
|
@@ -3846,6 +3858,10 @@ class main_menu(TUIMenu):
|
|
|
3846
3858
|
- Delete unused nodes.
|
|
3847
3859
|
.
|
|
3848
3860
|
"""
|
|
3861
|
+
class prime_meshing(TUIMethod):
|
|
3862
|
+
"""
|
|
3863
|
+
Enable Prime Meshing.
|
|
3864
|
+
"""
|
|
3849
3865
|
class repair_face_handedness(TUIMethod):
|
|
3850
3866
|
"""
|
|
3851
3867
|
Reverse face node orientation.
|
|
@@ -5384,6 +5400,7 @@ class main_menu(TUIMenu):
|
|
|
5384
5400
|
self.input_object = self.__class__.input_object(service, version, mode, path + ["input_object"])
|
|
5385
5401
|
self.is_manifold_geo = self.__class__.is_manifold_geo(service, version, mode, path + ["is_manifold_geo"])
|
|
5386
5402
|
self.reset_bounding_box = self.__class__.reset_bounding_box(service, version, mode, path + ["reset_bounding_box"])
|
|
5403
|
+
self.resolve_geometry = self.__class__.resolve_geometry(service, version, mode, path + ["resolve_geometry"])
|
|
5387
5404
|
self.undo_last_meshing_operation = self.__class__.undo_last_meshing_operation(service, version, mode, path + ["undo_last_meshing_operation"])
|
|
5388
5405
|
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
5389
5406
|
self.volume_specification = self.__class__.volume_specification(service, version, mode, path + ["volume_specification"])
|
|
@@ -5448,6 +5465,10 @@ class main_menu(TUIMenu):
|
|
|
5448
5465
|
"""
|
|
5449
5466
|
Redefine the bounding box extends to encompass the currently selected geoemtry.
|
|
5450
5467
|
"""
|
|
5468
|
+
class resolve_geometry(TUIMethod):
|
|
5469
|
+
"""
|
|
5470
|
+
Set geometry resolution mode.
|
|
5471
|
+
"""
|
|
5451
5472
|
class undo_last_meshing_operation(TUIMethod):
|
|
5452
5473
|
"""
|
|
5453
5474
|
Attempt to undo the last meshing operation.
|
|
@@ -5468,10 +5489,6 @@ class main_menu(TUIMenu):
|
|
|
5468
5489
|
def __init__(self, service, version, mode, path):
|
|
5469
5490
|
self.activate_projection_layer_improvement_algorithm = self.__class__.activate_projection_layer_improvement_algorithm(service, version, mode, path + ["activate_projection_layer_improvement_algorithm"])
|
|
5470
5491
|
self.align_surface_normals = self.__class__.align_surface_normals(service, version, mode, path + ["align_surface_normals"])
|
|
5471
|
-
self.angular_refinement_criterion = self.__class__.angular_refinement_criterion(service, version, mode, path + ["angular_refinement_criterion"])
|
|
5472
|
-
self.angular_refinement_max_angle_limit = self.__class__.angular_refinement_max_angle_limit(service, version, mode, path + ["angular_refinement_max_angle_limit"])
|
|
5473
|
-
self.angular_refinement_min_angle_limit = self.__class__.angular_refinement_min_angle_limit(service, version, mode, path + ["angular_refinement_min_angle_limit"])
|
|
5474
|
-
self.angular_refinement_switch_threshold = self.__class__.angular_refinement_switch_threshold(service, version, mode, path + ["angular_refinement_switch_threshold"])
|
|
5475
5492
|
self.aspect_ratio_skewness_limit = self.__class__.aspect_ratio_skewness_limit(service, version, mode, path + ["aspect_ratio_skewness_limit"])
|
|
5476
5493
|
self.auto_align_surface_normals = self.__class__.auto_align_surface_normals(service, version, mode, path + ["auto_align_surface_normals"])
|
|
5477
5494
|
self.distance_erosion_factor = self.__class__.distance_erosion_factor(service, version, mode, path + ["distance_erosion_factor"])
|
|
@@ -5495,22 +5512,6 @@ class main_menu(TUIMenu):
|
|
|
5495
5512
|
"""
|
|
5496
5513
|
Adjust the geometries normal orientation according to the current volume specification.
|
|
5497
5514
|
"""
|
|
5498
|
-
class angular_refinement_criterion(TUIMethod):
|
|
5499
|
-
"""
|
|
5500
|
-
Sets the criterion for evaluation of curvature size functions in Rapid-Octree.
|
|
5501
|
-
"""
|
|
5502
|
-
class angular_refinement_max_angle_limit(TUIMethod):
|
|
5503
|
-
"""
|
|
5504
|
-
Sets the maximum angle between two facets for angular refinements (e.g. to exclude sharp corners).
|
|
5505
|
-
"""
|
|
5506
|
-
class angular_refinement_min_angle_limit(TUIMethod):
|
|
5507
|
-
"""
|
|
5508
|
-
Sets the minimum angle between two facets for angular refinements (e.g. to prevent spurious refinements).
|
|
5509
|
-
"""
|
|
5510
|
-
class angular_refinement_switch_threshold(TUIMethod):
|
|
5511
|
-
"""
|
|
5512
|
-
Specify the angular threshold between "facets-normal-angle" and "arc-estimate" in the "switched" cirterion.
|
|
5513
|
-
"""
|
|
5514
5515
|
class aspect_ratio_skewness_limit(TUIMethod):
|
|
5515
5516
|
"""
|
|
5516
5517
|
Ignore cells with higher skew in aspect ratio improvement.
|
|
@@ -5642,6 +5643,7 @@ class main_menu(TUIMenu):
|
|
|
5642
5643
|
Define cell sizes.
|
|
5643
5644
|
"""
|
|
5644
5645
|
def __init__(self, service, version, mode, path):
|
|
5646
|
+
self.curvature_refinement_options = self.__class__.curvature_refinement_options(service, version, mode, path + ["curvature_refinement_options"])
|
|
5645
5647
|
self.add_surface_sizing = self.__class__.add_surface_sizing(service, version, mode, path + ["add_surface_sizing"])
|
|
5646
5648
|
self.boundary_layers = self.__class__.boundary_layers(service, version, mode, path + ["boundary_layers"])
|
|
5647
5649
|
self.buffer_layers = self.__class__.buffer_layers(service, version, mode, path + ["buffer_layers"])
|
|
@@ -5714,6 +5716,33 @@ class main_menu(TUIMenu):
|
|
|
5714
5716
|
Set the exponent (power of two) for the mesh coarsening transition. A higher value results in a slower transition from fine to coarse cells.
|
|
5715
5717
|
"""
|
|
5716
5718
|
|
|
5719
|
+
class curvature_refinement_options(TUIMenu):
|
|
5720
|
+
"""
|
|
5721
|
+
Define options for curvature size functions.
|
|
5722
|
+
"""
|
|
5723
|
+
def __init__(self, service, version, mode, path):
|
|
5724
|
+
self.criterion = self.__class__.criterion(service, version, mode, path + ["criterion"])
|
|
5725
|
+
self.maximum_angle_threshold = self.__class__.maximum_angle_threshold(service, version, mode, path + ["maximum_angle_threshold"])
|
|
5726
|
+
self.minimum_angle_threshold = self.__class__.minimum_angle_threshold(service, version, mode, path + ["minimum_angle_threshold"])
|
|
5727
|
+
self.switched_criterion_threshold = self.__class__.switched_criterion_threshold(service, version, mode, path + ["switched_criterion_threshold"])
|
|
5728
|
+
super().__init__(service, version, mode, path)
|
|
5729
|
+
class criterion(TUIMethod):
|
|
5730
|
+
"""
|
|
5731
|
+
Sets the criterion for curvature size functions in Rapid-Octree.
|
|
5732
|
+
"""
|
|
5733
|
+
class maximum_angle_threshold(TUIMethod):
|
|
5734
|
+
"""
|
|
5735
|
+
Sets the maximum angle between two facets for angular refinements (e.g. to exclude sharp corners).
|
|
5736
|
+
"""
|
|
5737
|
+
class minimum_angle_threshold(TUIMethod):
|
|
5738
|
+
"""
|
|
5739
|
+
Sets the minimum angle between two facets for angular refinements (e.g. to prevent spurious refinements).
|
|
5740
|
+
"""
|
|
5741
|
+
class switched_criterion_threshold(TUIMethod):
|
|
5742
|
+
"""
|
|
5743
|
+
Specify the angular value to switch between "facets-normal-angle" and "arc-estimate" in the "switched" cirterion.
|
|
5744
|
+
"""
|
|
5745
|
+
|
|
5717
5746
|
class refinement_regions(TUIMenu):
|
|
5718
5747
|
"""
|
|
5719
5748
|
Enter the rapid octree refinement region menu.
|
|
@@ -5813,6 +5842,33 @@ class main_menu(TUIMenu):
|
|
|
5813
5842
|
Write scoped prisms to a file.
|
|
5814
5843
|
"""
|
|
5815
5844
|
|
|
5845
|
+
class scoped_thin_volume(TUIMenu):
|
|
5846
|
+
"""
|
|
5847
|
+
Enter the scoped thin volume mesh controls menu. .
|
|
5848
|
+
"""
|
|
5849
|
+
def __init__(self, service, version, mode, path):
|
|
5850
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
5851
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
5852
|
+
self.global_params = self.__class__.global_params(service, version, mode, path + ["global_params"])
|
|
5853
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
5854
|
+
super().__init__(service, version, mode, path)
|
|
5855
|
+
class create(TUIMethod):
|
|
5856
|
+
"""
|
|
5857
|
+
Auto Create thin volume control(s).
|
|
5858
|
+
"""
|
|
5859
|
+
class delete(TUIMethod):
|
|
5860
|
+
"""
|
|
5861
|
+
Create thin volume mesh on one or more face zones.
|
|
5862
|
+
"""
|
|
5863
|
+
class global_params(TUIMethod):
|
|
5864
|
+
"""
|
|
5865
|
+
Prime Auto Mesh thin volume global params.
|
|
5866
|
+
"""
|
|
5867
|
+
class list(TUIMethod):
|
|
5868
|
+
"""
|
|
5869
|
+
List thin volume control names.
|
|
5870
|
+
"""
|
|
5871
|
+
|
|
5816
5872
|
class separate(TUIMenu):
|
|
5817
5873
|
"""
|
|
5818
5874
|
Separate cells by various user defined methods.
|
|
@@ -6374,22 +6430,12 @@ class main_menu(TUIMenu):
|
|
|
6374
6430
|
Enter the thin volume mesh controls menu.
|
|
6375
6431
|
"""
|
|
6376
6432
|
def __init__(self, service, version, mode, path):
|
|
6377
|
-
self.controls = self.__class__.controls(service, version, mode, path + ["controls"])
|
|
6378
6433
|
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
6379
|
-
self.create_thin_volume_controls = self.__class__.create_thin_volume_controls(service, version, mode, path + ["create_thin_volume_controls"])
|
|
6380
6434
|
super().__init__(service, version, mode, path)
|
|
6381
|
-
class controls(TUIMethod):
|
|
6382
|
-
"""
|
|
6383
|
-
Prime Auto Mesh thin volume controls.
|
|
6384
|
-
"""
|
|
6385
6435
|
class create(TUIMethod):
|
|
6386
6436
|
"""
|
|
6387
6437
|
Create thin volume mesh on one or more face zones.
|
|
6388
6438
|
"""
|
|
6389
|
-
class create_thin_volume_controls(TUIMethod):
|
|
6390
|
-
"""
|
|
6391
|
-
Prime Auto Create thin volume controls.
|
|
6392
|
-
"""
|
|
6393
6439
|
|
|
6394
6440
|
class objects(TUIMenu):
|
|
6395
6441
|
"""
|
|
@@ -7763,6 +7809,7 @@ class main_menu(TUIMenu):
|
|
|
7763
7809
|
Set preferences.
|
|
7764
7810
|
"""
|
|
7765
7811
|
def __init__(self, service, version, mode, path):
|
|
7812
|
+
self.ansys_cloud_burst = self.__class__.ansys_cloud_burst(service, version, mode, path + ["ansys_cloud_burst"])
|
|
7766
7813
|
self.appearance = self.__class__.appearance(service, version, mode, path + ["appearance"])
|
|
7767
7814
|
self.general = self.__class__.general(service, version, mode, path + ["general"])
|
|
7768
7815
|
self.gpuapp = self.__class__.gpuapp(service, version, mode, path + ["gpuapp"])
|
|
@@ -7778,6 +7825,18 @@ class main_menu(TUIMenu):
|
|
|
7778
7825
|
self.turbo_workflow = self.__class__.turbo_workflow(service, version, mode, path + ["turbo_workflow"])
|
|
7779
7826
|
super().__init__(service, version, mode, path)
|
|
7780
7827
|
|
|
7828
|
+
class ansys_cloud_burst(TUIMenu):
|
|
7829
|
+
"""
|
|
7830
|
+
No help available.
|
|
7831
|
+
"""
|
|
7832
|
+
def __init__(self, service, version, mode, path):
|
|
7833
|
+
self.authentication_method = self.__class__.authentication_method(service, version, mode, path + ["authentication_method"])
|
|
7834
|
+
super().__init__(service, version, mode, path)
|
|
7835
|
+
class authentication_method(TUIMethod):
|
|
7836
|
+
"""
|
|
7837
|
+
No help available.
|
|
7838
|
+
"""
|
|
7839
|
+
|
|
7781
7840
|
class appearance(TUIMenu):
|
|
7782
7841
|
"""
|
|
7783
7842
|
No help available.
|
|
@@ -9389,6 +9448,7 @@ class main_menu(TUIMenu):
|
|
|
9389
9448
|
No help available.
|
|
9390
9449
|
"""
|
|
9391
9450
|
def __init__(self, service, version, mode, path):
|
|
9451
|
+
self.cad_log_option = self.__class__.cad_log_option(service, version, mode, path + ["cad_log_option"])
|
|
9392
9452
|
self.draw_settings = self.__class__.draw_settings(service, version, mode, path + ["draw_settings"])
|
|
9393
9453
|
self.checkpointing_option = self.__class__.checkpointing_option(service, version, mode, path + ["checkpointing_option"])
|
|
9394
9454
|
self.save_checkpoint_files = self.__class__.save_checkpoint_files(service, version, mode, path + ["save_checkpoint_files"])
|
|
@@ -9422,6 +9482,28 @@ class main_menu(TUIMenu):
|
|
|
9422
9482
|
No help available.
|
|
9423
9483
|
"""
|
|
9424
9484
|
|
|
9485
|
+
class cad_log_option(TUIMenu):
|
|
9486
|
+
"""
|
|
9487
|
+
No help available.
|
|
9488
|
+
"""
|
|
9489
|
+
def __init__(self, service, version, mode, path):
|
|
9490
|
+
self.location = self.__class__.location(service, version, mode, path + ["location"])
|
|
9491
|
+
self.prefix = self.__class__.prefix(service, version, mode, path + ["prefix"])
|
|
9492
|
+
self.write = self.__class__.write(service, version, mode, path + ["write"])
|
|
9493
|
+
super().__init__(service, version, mode, path)
|
|
9494
|
+
class location(TUIMethod):
|
|
9495
|
+
"""
|
|
9496
|
+
No help available.
|
|
9497
|
+
"""
|
|
9498
|
+
class prefix(TUIMethod):
|
|
9499
|
+
"""
|
|
9500
|
+
No help available.
|
|
9501
|
+
"""
|
|
9502
|
+
class write(TUIMethod):
|
|
9503
|
+
"""
|
|
9504
|
+
No help available.
|
|
9505
|
+
"""
|
|
9506
|
+
|
|
9425
9507
|
class draw_settings(TUIMenu):
|
|
9426
9508
|
"""
|
|
9427
9509
|
No help available.
|