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
|
@@ -12,6 +12,8 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
12
12
|
_InOutFile,
|
|
13
13
|
)
|
|
14
14
|
|
|
15
|
+
from typing import Any
|
|
16
|
+
|
|
15
17
|
class single_precision_coordinates(Boolean):
|
|
16
18
|
version: str
|
|
17
19
|
fluent_name: str
|
|
@@ -5822,21 +5824,21 @@ class beams(NamedObject[beams_child]):
|
|
|
5822
5824
|
Parameters
|
|
5823
5825
|
----------
|
|
5824
5826
|
orig_beam_name : str
|
|
5825
|
-
|
|
5827
|
+
The name for the optical beam to be copied.
|
|
5826
5828
|
beam_name : str
|
|
5827
|
-
|
|
5829
|
+
A unique name for each optical beam.
|
|
5828
5830
|
ap_face_zone : str
|
|
5829
|
-
|
|
5831
|
+
The wall face zones to specify the optical aperture surface.
|
|
5830
5832
|
beam_length : real
|
|
5831
|
-
|
|
5833
|
+
The length of optical beam propagation.
|
|
5832
5834
|
ray_npoints : int
|
|
5833
|
-
|
|
5835
|
+
The number of grid point in each ray of the optical beam.
|
|
5834
5836
|
x_beam_vector : real
|
|
5835
|
-
|
|
5837
|
+
The x-component of the beam propagation vector.
|
|
5836
5838
|
y_beam_vector : real
|
|
5837
|
-
|
|
5839
|
+
The y-component of the beam propagation vector.
|
|
5838
5840
|
z_beam_vector : real
|
|
5839
|
-
|
|
5841
|
+
The z-component of the beam propagation vector.
|
|
5840
5842
|
"""
|
|
5841
5843
|
child_object_type: beams_child
|
|
5842
5844
|
return_type: str
|
|
@@ -22180,9 +22182,9 @@ class mesh_interfaces(Group):
|
|
|
22180
22182
|
Parameters
|
|
22181
22183
|
----------
|
|
22182
22184
|
sb0 : int
|
|
22183
|
-
|
|
22185
|
+
Id/name of zone to convert to phase lag side 1.
|
|
22184
22186
|
sb1 : int
|
|
22185
|
-
|
|
22187
|
+
Id/name of zone to convert to phase lag side 2.
|
|
22186
22188
|
angle : real
|
|
22187
22189
|
'angle' child.
|
|
22188
22190
|
pl_name : str
|
|
@@ -22238,11 +22240,11 @@ class mesh_interfaces(Group):
|
|
|
22238
22240
|
one_to_one_pairing : bool
|
|
22239
22241
|
'one_to_one_pairing' child.
|
|
22240
22242
|
new_si_id : List
|
|
22241
|
-
|
|
22243
|
+
Unintersected interface zones for pairing.
|
|
22242
22244
|
si_create : bool
|
|
22243
22245
|
'si_create' child.
|
|
22244
22246
|
si_name : str
|
|
22245
|
-
|
|
22247
|
+
The prefix for mesh interface names.
|
|
22246
22248
|
apply_mapped : bool
|
|
22247
22249
|
Apply Mapped option at solids.
|
|
22248
22250
|
static_interface : bool
|
|
@@ -22277,7 +22279,7 @@ class mesh_interfaces(Group):
|
|
|
22277
22279
|
Parameters
|
|
22278
22280
|
----------
|
|
22279
22281
|
zone_name : str
|
|
22280
|
-
|
|
22282
|
+
Zone name.
|
|
22281
22283
|
"""
|
|
22282
22284
|
return_type: str
|
|
22283
22285
|
class faces_child(Group):
|
|
@@ -28334,21 +28336,21 @@ class run_calculation(Group):
|
|
|
28334
28336
|
Parameters
|
|
28335
28337
|
----------
|
|
28336
28338
|
total_period_count : int
|
|
28337
|
-
|
|
28339
|
+
Number of total periods.
|
|
28338
28340
|
time_step_count : int
|
|
28339
|
-
|
|
28341
|
+
Inceremtal number of Time steps.
|
|
28340
28342
|
total_time_step_count : int
|
|
28341
|
-
|
|
28343
|
+
Total number of Time steps.
|
|
28342
28344
|
total_time : real
|
|
28343
|
-
|
|
28345
|
+
Total Simulation Time.
|
|
28344
28346
|
incremental_time : real
|
|
28345
|
-
|
|
28347
|
+
Incremental Time.
|
|
28346
28348
|
max_iter_per_step : int
|
|
28347
|
-
|
|
28349
|
+
Maximum Number of iterations per time step.
|
|
28348
28350
|
postprocess : bool
|
|
28349
28351
|
Enable/Disable Postprocess pollutant solution?.
|
|
28350
28352
|
post_iter_per_time_step_count : int
|
|
28351
|
-
|
|
28353
|
+
Number of post-processing iterations per time step.
|
|
28352
28354
|
"""
|
|
28353
28355
|
def iterate(self, iter_count: int):
|
|
28354
28356
|
"""
|
|
@@ -28357,7 +28359,7 @@ class run_calculation(Group):
|
|
|
28357
28359
|
Parameters
|
|
28358
28360
|
----------
|
|
28359
28361
|
iter_count : int
|
|
28360
|
-
|
|
28362
|
+
Incremental number of time steps.
|
|
28361
28363
|
"""
|
|
28362
28364
|
def iterating(self):
|
|
28363
28365
|
"""
|
|
@@ -30565,7 +30567,7 @@ class by_type(Group):
|
|
|
30565
30567
|
use_inherent_material_color: use_inherent_material_color
|
|
30566
30568
|
def reset(self, reset_color: bool):
|
|
30567
30569
|
"""
|
|
30568
|
-
|
|
30570
|
+
Reset colors and/or materials to the defaults.
|
|
30569
30571
|
|
|
30570
30572
|
Parameters
|
|
30571
30573
|
----------
|
|
@@ -30587,7 +30589,7 @@ class by_surface(Group):
|
|
|
30587
30589
|
use_inherent_material_color: use_inherent_material_color_1
|
|
30588
30590
|
def reset(self, reset_color: bool):
|
|
30589
30591
|
"""
|
|
30590
|
-
|
|
30592
|
+
Reset colors and/or materials to the defaults.
|
|
30591
30593
|
|
|
30592
30594
|
Parameters
|
|
30593
30595
|
----------
|
|
@@ -30596,11 +30598,11 @@ class by_surface(Group):
|
|
|
30596
30598
|
"""
|
|
30597
30599
|
def list_surfaces_by_color(self):
|
|
30598
30600
|
"""
|
|
30599
|
-
|
|
30601
|
+
List the surfaces by its color.
|
|
30600
30602
|
"""
|
|
30601
30603
|
def list_surfaces_by_material(self):
|
|
30602
30604
|
"""
|
|
30603
|
-
|
|
30605
|
+
List the surfaces by its material.
|
|
30604
30606
|
"""
|
|
30605
30607
|
return_type: str
|
|
30606
30608
|
class far_field_faces(String):
|
|
@@ -32534,7 +32536,7 @@ class histogram_1(Group):
|
|
|
32534
32536
|
Parameters
|
|
32535
32537
|
----------
|
|
32536
32538
|
sample_file : str
|
|
32537
|
-
|
|
32539
|
+
The name of a sample file to be loaded.
|
|
32538
32540
|
"""
|
|
32539
32541
|
def dpm_sample_contour_plots(self, sample_name: str, interval_size: float | str):
|
|
32540
32542
|
"""
|
|
@@ -32626,7 +32628,7 @@ class fluxes(Group):
|
|
|
32626
32628
|
domain_val : str
|
|
32627
32629
|
'domain_val' child.
|
|
32628
32630
|
all_bndry_zones : bool
|
|
32629
|
-
|
|
32631
|
+
All the boundary/interior zones.
|
|
32630
32632
|
zone_list : List
|
|
32631
32633
|
'zone_list' child.
|
|
32632
32634
|
write_to_file : bool
|
|
@@ -32647,7 +32649,7 @@ class fluxes(Group):
|
|
|
32647
32649
|
domain_val : str
|
|
32648
32650
|
'domain_val' child.
|
|
32649
32651
|
all_bndry_zones : bool
|
|
32650
|
-
|
|
32652
|
+
All the boundary/interior zones.
|
|
32651
32653
|
zone_list : List
|
|
32652
32654
|
'zone_list' child.
|
|
32653
32655
|
write_to_file : bool
|
|
@@ -32668,7 +32670,7 @@ class fluxes(Group):
|
|
|
32668
32670
|
domain_val : str
|
|
32669
32671
|
'domain_val' child.
|
|
32670
32672
|
all_bndry_zones : bool
|
|
32671
|
-
|
|
32673
|
+
All the boundary/interior zones.
|
|
32672
32674
|
zone_list : List
|
|
32673
32675
|
'zone_list' child.
|
|
32674
32676
|
write_to_file : bool
|
|
@@ -32689,7 +32691,7 @@ class fluxes(Group):
|
|
|
32689
32691
|
domain_val : str
|
|
32690
32692
|
'domain_val' child.
|
|
32691
32693
|
all_bndry_zones : bool
|
|
32692
|
-
|
|
32694
|
+
All the boundary/interior zones.
|
|
32693
32695
|
zone_list : List
|
|
32694
32696
|
'zone_list' child.
|
|
32695
32697
|
write_to_file : bool
|
|
@@ -32710,7 +32712,7 @@ class fluxes(Group):
|
|
|
32710
32712
|
domain_val : str
|
|
32711
32713
|
'domain_val' child.
|
|
32712
32714
|
all_bndry_zones : bool
|
|
32713
|
-
|
|
32715
|
+
All the boundary/interior zones.
|
|
32714
32716
|
zone_list : List
|
|
32715
32717
|
'zone_list' child.
|
|
32716
32718
|
write_to_file : bool
|
|
@@ -32731,7 +32733,7 @@ class fluxes(Group):
|
|
|
32731
32733
|
domain_val : str
|
|
32732
32734
|
'domain_val' child.
|
|
32733
32735
|
all_bndry_zones : bool
|
|
32734
|
-
|
|
32736
|
+
All the boundary/interior zones.
|
|
32735
32737
|
zone_list : List
|
|
32736
32738
|
'zone_list' child.
|
|
32737
32739
|
write_to_file : bool
|
|
@@ -32752,7 +32754,7 @@ class fluxes(Group):
|
|
|
32752
32754
|
domain_val : str
|
|
32753
32755
|
'domain_val' child.
|
|
32754
32756
|
all_bndry_zones : bool
|
|
32755
|
-
|
|
32757
|
+
All the boundary/interior zones.
|
|
32756
32758
|
zone_list : List
|
|
32757
32759
|
'zone_list' child.
|
|
32758
32760
|
write_to_file : bool
|
|
@@ -32773,7 +32775,7 @@ class fluxes(Group):
|
|
|
32773
32775
|
domain_val : str
|
|
32774
32776
|
'domain_val' child.
|
|
32775
32777
|
all_bndry_zones : bool
|
|
32776
|
-
|
|
32778
|
+
All the boundary/interior zones.
|
|
32777
32779
|
zone_list : List
|
|
32778
32780
|
'zone_list' child.
|
|
32779
32781
|
write_to_file : bool
|
|
@@ -32794,7 +32796,7 @@ class fluxes(Group):
|
|
|
32794
32796
|
domain_val : str
|
|
32795
32797
|
'domain_val' child.
|
|
32796
32798
|
all_bndry_zones : bool
|
|
32797
|
-
|
|
32799
|
+
All the boundary/interior zones.
|
|
32798
32800
|
zone_list : List
|
|
32799
32801
|
'zone_list' child.
|
|
32800
32802
|
write_to_file : bool
|
|
@@ -33001,7 +33003,7 @@ class report(Group):
|
|
|
33001
33003
|
histogram: histogram
|
|
33002
33004
|
def aero_optical_distortions(self):
|
|
33003
33005
|
"""
|
|
33004
|
-
Optics report
|
|
33006
|
+
Optics report object.
|
|
33005
33007
|
"""
|
|
33006
33008
|
def forces(self, options: str, domain_val: str, all_wall_zones: bool, wall_thread_list: list[str], direction_vector: list[float | str], momentum_center: list[float | str], momentum_axis: list[float | str], pressure_coordinate: str, coord_val: float | str, write_to_file: bool, file_name: str, append_data: bool, overwrite: bool):
|
|
33007
33009
|
"""
|
|
@@ -33782,7 +33784,7 @@ class partition_1(Group):
|
|
|
33782
33784
|
Parameters
|
|
33783
33785
|
----------
|
|
33784
33786
|
smoothing_iteration : int
|
|
33785
|
-
|
|
33787
|
+
Maximum number of smoothing iterations.
|
|
33786
33788
|
"""
|
|
33787
33789
|
def use_stored_partitions(self):
|
|
33788
33790
|
"""
|