ansys-fluent-core 0.33.0__py3-none-any.whl → 0.33.1__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 +50 -50
- ansys/fluent/core/generated/datamodel_231/meshing.py +188 -188
- ansys/fluent/core/generated/datamodel_232/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_232/meshing.py +212 -212
- ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_241/meshing.py +259 -259
- ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_242/meshing.py +323 -323
- ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_251/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_251/meshing.py +380 -380
- 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 +416 -416
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_261/meshing.py +385 -373
- ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
- ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
- ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
- 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 +1137 -1177
- ansys/fluent/core/generated/solver/settings_261.py +2016 -1107
- ansys/fluent/core/generated/solver/settings_261.pyi +998 -509
- ansys/fluent/core/generated/solver/tui_261.py +2278 -2264
- ansys/fluent/core/launcher/fluent_container.py +1 -0
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/RECORD +34 -34
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/WHEEL +0 -0
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -684,7 +684,7 @@ class parametric_project(Group):
|
|
|
684
684
|
project_file_name_1 : str
|
|
685
685
|
The name of new parametric project file.
|
|
686
686
|
load_case : bool
|
|
687
|
-
|
|
687
|
+
Specifies whether to load the case file associated with the project or not.
|
|
688
688
|
"""
|
|
689
689
|
def save(self):
|
|
690
690
|
"""
|
|
@@ -708,7 +708,7 @@ class parametric_project(Group):
|
|
|
708
708
|
project_file_name : str
|
|
709
709
|
The name of parametric project file to save.
|
|
710
710
|
convert_to_managed : bool
|
|
711
|
-
|
|
711
|
+
Convert the project to a managed project.
|
|
712
712
|
"""
|
|
713
713
|
def archive(self, archive_name: str):
|
|
714
714
|
"""
|
|
@@ -717,7 +717,7 @@ class parametric_project(Group):
|
|
|
717
717
|
Parameters
|
|
718
718
|
----------
|
|
719
719
|
archive_name : str
|
|
720
|
-
|
|
720
|
+
The name of parametric project archive file for output.
|
|
721
721
|
"""
|
|
722
722
|
class io_mode(String, AllowedValuesMixin):
|
|
723
723
|
_version: str
|
|
@@ -862,7 +862,7 @@ class file(Group):
|
|
|
862
862
|
Parameters
|
|
863
863
|
----------
|
|
864
864
|
file_name : str
|
|
865
|
-
|
|
865
|
+
The name of the macro to be defined.
|
|
866
866
|
"""
|
|
867
867
|
def execute_macro(self, macro_file_name: str):
|
|
868
868
|
"""
|
|
@@ -880,31 +880,73 @@ class file(Group):
|
|
|
880
880
|
Parameters
|
|
881
881
|
----------
|
|
882
882
|
file_name_1 : str
|
|
883
|
-
|
|
883
|
+
The name of the file containing macros to read.
|
|
884
884
|
"""
|
|
885
885
|
def read(self, file_type: str, file_name: str, pdf_file_name: str, lightweight_setup: bool):
|
|
886
886
|
"""
|
|
887
|
-
|
|
887
|
+
Read files of various types. The file type can be case, data, mesh, or case-data.
|
|
888
|
+
|
|
889
|
+
Parameters
|
|
890
|
+
----------
|
|
891
|
+
file_type : str
|
|
892
|
+
The type of file to read.
|
|
893
|
+
file_name_1 : str
|
|
894
|
+
Path of the file to read.
|
|
895
|
+
pdf_file_name : str
|
|
896
|
+
Path of the PDF file to read.
|
|
897
|
+
lightweight_setup : bool
|
|
898
|
+
Read case in lightweight mode? This option is available only for cases with lightweight setup.
|
|
888
899
|
"""
|
|
889
900
|
def read_case(self, file_name: str, pdf_file_name: str):
|
|
890
901
|
"""
|
|
891
|
-
|
|
902
|
+
Read files of various types. The file type can be case, data, mesh, or case-data.
|
|
903
|
+
|
|
904
|
+
Parameters
|
|
905
|
+
----------
|
|
906
|
+
file_name_1 : str
|
|
907
|
+
Path of the file to read.
|
|
908
|
+
pdf_file_name : str
|
|
909
|
+
Path of the PDF file to read.
|
|
892
910
|
"""
|
|
893
911
|
def read_case_data(self, file_name: str, pdf_file_name: str):
|
|
894
912
|
"""
|
|
895
|
-
|
|
913
|
+
Read files of various types. The file type can be case, data, mesh, or case-data.
|
|
914
|
+
|
|
915
|
+
Parameters
|
|
916
|
+
----------
|
|
917
|
+
file_name_1 : str
|
|
918
|
+
Path of the file to read.
|
|
919
|
+
pdf_file_name : str
|
|
920
|
+
Path of the PDF file to read.
|
|
896
921
|
"""
|
|
897
922
|
def read_case_lightweight(self, file_name: str, pdf_file_name: str):
|
|
898
923
|
"""
|
|
899
|
-
|
|
924
|
+
Read files of various types. The file type can be case, data, mesh, or case-data.
|
|
925
|
+
|
|
926
|
+
Parameters
|
|
927
|
+
----------
|
|
928
|
+
file_name_1 : str
|
|
929
|
+
Path of the file to read.
|
|
930
|
+
pdf_file_name : str
|
|
931
|
+
Path of the PDF file to read.
|
|
900
932
|
"""
|
|
901
933
|
def read_data(self, file_name: str):
|
|
902
934
|
"""
|
|
903
|
-
|
|
935
|
+
Read files of various types. The file type can be case, data, mesh, or case-data.
|
|
936
|
+
|
|
937
|
+
Parameters
|
|
938
|
+
----------
|
|
939
|
+
file_name_1 : str
|
|
940
|
+
Path of the file to read.
|
|
904
941
|
"""
|
|
905
942
|
def read_mesh(self, file_name: str):
|
|
906
943
|
"""
|
|
907
|
-
|
|
944
|
+
Read files of various types. The file type can be case, data, mesh, or case-data.
|
|
945
|
+
|
|
946
|
+
Parameters
|
|
947
|
+
----------
|
|
948
|
+
file_name_1 : str
|
|
949
|
+
Path of the file to read.
|
|
908
950
|
"""
|
|
909
951
|
def read_surface_mesh(self, file_name: str, unit: str):
|
|
910
952
|
"""
|
|
@@ -924,7 +966,7 @@ class file(Group):
|
|
|
924
966
|
Parameters
|
|
925
967
|
----------
|
|
926
968
|
file_name_list : List
|
|
927
|
-
|
|
969
|
+
The journal files to read.
|
|
928
970
|
"""
|
|
929
971
|
def start_journal(self, file_name: str):
|
|
930
972
|
"""
|
|
@@ -933,7 +975,7 @@ class file(Group):
|
|
|
933
975
|
Parameters
|
|
934
976
|
----------
|
|
935
977
|
file_name : str
|
|
936
|
-
|
|
978
|
+
The name of the journal file to write.
|
|
937
979
|
"""
|
|
938
980
|
def start_python_journal(self, file_name: str):
|
|
939
981
|
"""
|
|
@@ -950,23 +992,50 @@ class file(Group):
|
|
|
950
992
|
"""
|
|
951
993
|
def replace_mesh(self, file_name: str):
|
|
952
994
|
"""
|
|
953
|
-
|
|
995
|
+
Load a new mesh into your existing Fluent case while preserving solver settings and boundary conditions.
|
|
996
|
+
|
|
997
|
+
Parameters
|
|
998
|
+
----------
|
|
999
|
+
file_name_1 : str
|
|
1000
|
+
The name of the mesh or case file to replace the existing mesh in the case.
|
|
954
1001
|
"""
|
|
955
1002
|
def write(self, file_type: str, file_name: str):
|
|
956
1003
|
"""
|
|
957
|
-
|
|
1004
|
+
Write files of various types. The file type can be case, data, or case-data.
|
|
1005
|
+
|
|
1006
|
+
Parameters
|
|
1007
|
+
----------
|
|
1008
|
+
file_type : str
|
|
1009
|
+
The type of file to write.
|
|
1010
|
+
file_name : str
|
|
1011
|
+
Path of the file to write.
|
|
958
1012
|
"""
|
|
959
1013
|
def write_case(self, file_name: str):
|
|
960
1014
|
"""
|
|
961
|
-
|
|
1015
|
+
Write a case file. The case file contains the mesh, boundary conditions, and solver settings.
|
|
1016
|
+
|
|
1017
|
+
Parameters
|
|
1018
|
+
----------
|
|
1019
|
+
file_name : str
|
|
1020
|
+
The name of the case file to write.
|
|
962
1021
|
"""
|
|
963
1022
|
def write_data(self, file_name: str):
|
|
964
1023
|
"""
|
|
965
|
-
|
|
1024
|
+
Write a data file. The data file contains the solution data for the case.
|
|
1025
|
+
|
|
1026
|
+
Parameters
|
|
1027
|
+
----------
|
|
1028
|
+
file_name : str
|
|
1029
|
+
Path of the file to write.
|
|
966
1030
|
"""
|
|
967
1031
|
def write_case_data(self, file_name: str):
|
|
968
1032
|
"""
|
|
969
|
-
|
|
1033
|
+
Write case and data file. The case file contains the mesh, boundary conditions, solver settings, and data file contains solution data for the case.
|
|
1034
|
+
|
|
1035
|
+
Parameters
|
|
1036
|
+
----------
|
|
1037
|
+
file_name : str
|
|
1038
|
+
Path of the file to write.
|
|
970
1039
|
"""
|
|
971
1040
|
def read_settings(self, file_name: str):
|
|
972
1041
|
"""
|
|
@@ -975,7 +1044,7 @@ class file(Group):
|
|
|
975
1044
|
Parameters
|
|
976
1045
|
----------
|
|
977
1046
|
file_name_1 : str
|
|
978
|
-
|
|
1047
|
+
The name of the file containing fluent settings to read.
|
|
979
1048
|
"""
|
|
980
1049
|
def read_field_functions(self, file_name: str):
|
|
981
1050
|
"""
|
|
@@ -984,7 +1053,7 @@ class file(Group):
|
|
|
984
1053
|
Parameters
|
|
985
1054
|
----------
|
|
986
1055
|
file_name_1 : str
|
|
987
|
-
|
|
1056
|
+
The name of the file containing custom field-function definitions.
|
|
988
1057
|
"""
|
|
989
1058
|
def read_injections(self, file_name: str):
|
|
990
1059
|
"""
|
|
@@ -993,7 +1062,7 @@ class file(Group):
|
|
|
993
1062
|
Parameters
|
|
994
1063
|
----------
|
|
995
1064
|
file_name_1 : str
|
|
996
|
-
|
|
1065
|
+
The name of the file containing DPM injections to read.
|
|
997
1066
|
"""
|
|
998
1067
|
def read_profile(self, file_name: str):
|
|
999
1068
|
"""
|
|
@@ -1002,25 +1071,25 @@ class file(Group):
|
|
|
1002
1071
|
Parameters
|
|
1003
1072
|
----------
|
|
1004
1073
|
file_name_1 : str
|
|
1005
|
-
|
|
1074
|
+
The name of the boundary profile file to read.
|
|
1006
1075
|
"""
|
|
1007
1076
|
def read_pdf(self, file_name: str):
|
|
1008
1077
|
"""
|
|
1009
|
-
|
|
1078
|
+
Reads a Probability Density Function (PDF) table for combustion modeling.
|
|
1010
1079
|
|
|
1011
1080
|
Parameters
|
|
1012
1081
|
----------
|
|
1013
1082
|
file_name_1 : str
|
|
1014
|
-
|
|
1083
|
+
The name of the PDF file to read. Default is the last used PDF file.
|
|
1015
1084
|
"""
|
|
1016
1085
|
def read_isat_table(self, file_name: str):
|
|
1017
1086
|
"""
|
|
1018
|
-
|
|
1087
|
+
Loads an ISAT (In Situ Adaptive Tabulation) table for accelerating combustion simulations.
|
|
1019
1088
|
|
|
1020
1089
|
Parameters
|
|
1021
1090
|
----------
|
|
1022
1091
|
file_name_1 : str
|
|
1023
|
-
|
|
1092
|
+
The name of the ISAT table file to read.
|
|
1024
1093
|
"""
|
|
1025
1094
|
def show_configuration(self):
|
|
1026
1095
|
"""
|
|
@@ -1037,7 +1106,7 @@ class file(Group):
|
|
|
1037
1106
|
Parameters
|
|
1038
1107
|
----------
|
|
1039
1108
|
file_name : str
|
|
1040
|
-
|
|
1109
|
+
The name of the transcript file to write.
|
|
1041
1110
|
"""
|
|
1042
1111
|
def stop_transcript(self):
|
|
1043
1112
|
"""
|
|
@@ -1050,9 +1119,9 @@ class file(Group):
|
|
|
1050
1119
|
Parameters
|
|
1051
1120
|
----------
|
|
1052
1121
|
reset_defined_derived_quantities : bool
|
|
1053
|
-
|
|
1122
|
+
Reset the already defined derived quantities in the data file.
|
|
1054
1123
|
derived_quantities : List
|
|
1055
|
-
|
|
1124
|
+
Derived quantities to be included when writing data file.
|
|
1056
1125
|
"""
|
|
1057
1126
|
def beta_settings(self, enable: bool):
|
|
1058
1127
|
"""
|
|
@@ -1925,16 +1994,25 @@ class modify_zones(Group):
|
|
|
1925
1994
|
parametric_coordinates : List
|
|
1926
1995
|
'parametric_coordinates' child.
|
|
1927
1996
|
"""
|
|
1928
|
-
def fuse_face_zones(self,
|
|
1997
|
+
def fuse_face_zones(self, face_zones: list[str], fused_zone_name: str):
|
|
1929
1998
|
"""
|
|
1930
|
-
Attempt to fuse zones by removing duplicate faces and nodes.
|
|
1999
|
+
Attempt to fuse a list of face zones by removing duplicate faces and nodes.
|
|
1931
2000
|
|
|
1932
2001
|
Parameters
|
|
1933
2002
|
----------
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
2003
|
+
face_zones : List
|
|
2004
|
+
Names or IDs of face zones to be fused.
|
|
2005
|
+
fused_zone_name : str
|
|
2006
|
+
User specified name for fused zone (only available when fusing two face zones).
|
|
2007
|
+
"""
|
|
2008
|
+
def fuse_cell_zones(self, cell_zones: list[str]):
|
|
2009
|
+
"""
|
|
2010
|
+
Attempt to fuse a list of cell zones at their contacting boundaries.
|
|
2011
|
+
|
|
2012
|
+
Parameters
|
|
2013
|
+
----------
|
|
2014
|
+
cell_zones : List
|
|
2015
|
+
Names or IDs of cell zones to be fused.
|
|
1938
2016
|
"""
|
|
1939
2017
|
def scale_zone(self, zone_names: list[str], scale: list[float | str]):
|
|
1940
2018
|
"""
|
|
@@ -2708,7 +2786,7 @@ class enable_5(Boolean):
|
|
|
2708
2786
|
_version: str
|
|
2709
2787
|
fluent_name: str
|
|
2710
2788
|
_python_name: str
|
|
2711
|
-
class
|
|
2789
|
+
class zone_name_4(String, AllowedValuesMixin):
|
|
2712
2790
|
_version: str
|
|
2713
2791
|
fluent_name: str
|
|
2714
2792
|
_python_name: str
|
|
@@ -2718,7 +2796,7 @@ class inlet_temperature_for_operating_density(Group):
|
|
|
2718
2796
|
_python_name: str
|
|
2719
2797
|
child_names: list[str]
|
|
2720
2798
|
enable: enable_5
|
|
2721
|
-
zone_name:
|
|
2799
|
+
zone_name: zone_name_4
|
|
2722
2800
|
class operating_conditions(Group):
|
|
2723
2801
|
_version: str
|
|
2724
2802
|
fluent_name: str
|
|
@@ -5328,6 +5406,15 @@ class n_phi_pixels(Integer):
|
|
|
5328
5406
|
_version: str
|
|
5329
5407
|
fluent_name: str
|
|
5330
5408
|
_python_name: str
|
|
5409
|
+
class angular_discretization(Group):
|
|
5410
|
+
_version: str
|
|
5411
|
+
fluent_name: str
|
|
5412
|
+
_python_name: str
|
|
5413
|
+
child_names: list[str]
|
|
5414
|
+
n_theta_divisions: n_theta_divisions
|
|
5415
|
+
n_phi_divisions: n_phi_divisions
|
|
5416
|
+
n_theta_pixels: n_theta_pixels
|
|
5417
|
+
n_phi_pixels: n_phi_pixels
|
|
5331
5418
|
class do_acceleration(Boolean):
|
|
5332
5419
|
_version: str
|
|
5333
5420
|
fluent_name: str
|
|
@@ -5364,19 +5451,13 @@ class discrete_ordinates(Group):
|
|
|
5364
5451
|
fluent_name: str
|
|
5365
5452
|
_python_name: str
|
|
5366
5453
|
child_names: list[str]
|
|
5367
|
-
|
|
5368
|
-
n_phi_divisions: n_phi_divisions
|
|
5369
|
-
n_theta_pixels: n_theta_pixels
|
|
5370
|
-
n_phi_pixels: n_phi_pixels
|
|
5454
|
+
angular_discretization: angular_discretization
|
|
5371
5455
|
do_acceleration: do_acceleration
|
|
5372
5456
|
partially_specular_wall_treatment_method: partially_specular_wall_treatment_method
|
|
5373
5457
|
fast_second_order_discrete_ordinate: fast_second_order_discrete_ordinate
|
|
5374
5458
|
blending_factor: blending_factor
|
|
5375
5459
|
do_energy_coupling: do_energy_coupling
|
|
5376
|
-
|
|
5377
|
-
_version: str
|
|
5378
|
-
fluent_name: str
|
|
5379
|
-
_python_name: str
|
|
5460
|
+
_child_aliases: dict
|
|
5380
5461
|
class under_relaxation(Real):
|
|
5381
5462
|
_version: str
|
|
5382
5463
|
fluent_name: str
|
|
@@ -5396,139 +5477,146 @@ class monte_carlo(Group):
|
|
|
5396
5477
|
fluent_name: str
|
|
5397
5478
|
_python_name: str
|
|
5398
5479
|
child_names: list[str]
|
|
5399
|
-
number_of_histories: number_of_histories
|
|
5400
5480
|
under_relaxation: under_relaxation
|
|
5401
5481
|
mesh_options: mesh_options
|
|
5402
|
-
|
|
5482
|
+
_child_aliases: dict
|
|
5483
|
+
class enable_mesh_interface_clustering(Boolean):
|
|
5403
5484
|
_version: str
|
|
5404
5485
|
fluent_name: str
|
|
5405
5486
|
_python_name: str
|
|
5406
|
-
class
|
|
5487
|
+
class split_angle(Real):
|
|
5407
5488
|
_version: str
|
|
5408
5489
|
fluent_name: str
|
|
5409
5490
|
_python_name: str
|
|
5410
|
-
class
|
|
5491
|
+
class clustering_algorithm(String, AllowedValuesMixin):
|
|
5411
5492
|
_version: str
|
|
5412
5493
|
fluent_name: str
|
|
5413
5494
|
_python_name: str
|
|
5414
|
-
class
|
|
5495
|
+
class enable_clustering(Boolean):
|
|
5415
5496
|
_version: str
|
|
5416
5497
|
fluent_name: str
|
|
5417
5498
|
_python_name: str
|
|
5418
|
-
class
|
|
5499
|
+
class option_15(String, AllowedValuesMixin):
|
|
5419
5500
|
_version: str
|
|
5420
5501
|
fluent_name: str
|
|
5421
5502
|
_python_name: str
|
|
5422
|
-
class
|
|
5503
|
+
class global_faces_per_surface_cluster(Integer):
|
|
5423
5504
|
_version: str
|
|
5424
5505
|
fluent_name: str
|
|
5425
5506
|
_python_name: str
|
|
5426
|
-
class
|
|
5507
|
+
class maximum_faces_per_surface_cluster(Integer):
|
|
5427
5508
|
_version: str
|
|
5428
5509
|
fluent_name: str
|
|
5429
5510
|
_python_name: str
|
|
5430
|
-
class
|
|
5511
|
+
class faces_per_cluster(Group):
|
|
5431
5512
|
_version: str
|
|
5432
5513
|
fluent_name: str
|
|
5433
5514
|
_python_name: str
|
|
5434
|
-
|
|
5515
|
+
child_names: list[str]
|
|
5516
|
+
option: option_15
|
|
5517
|
+
global_faces_per_surface_cluster: global_faces_per_surface_cluster
|
|
5518
|
+
maximum_faces_per_surface_cluster: maximum_faces_per_surface_cluster
|
|
5519
|
+
class clustering_settings(Group):
|
|
5435
5520
|
_version: str
|
|
5436
5521
|
fluent_name: str
|
|
5437
5522
|
_python_name: str
|
|
5438
|
-
|
|
5523
|
+
child_names: list[str]
|
|
5524
|
+
command_names: list[str]
|
|
5525
|
+
enable_mesh_interface_clustering: enable_mesh_interface_clustering
|
|
5526
|
+
split_angle: split_angle
|
|
5527
|
+
clustering_algorithm: clustering_algorithm
|
|
5528
|
+
enable_clustering: enable_clustering
|
|
5529
|
+
faces_per_cluster: faces_per_cluster
|
|
5530
|
+
def print_thread_clusters(self):
|
|
5531
|
+
"""
|
|
5532
|
+
Prints the following for all boundary threads: thread-id, number of faces, faces per surface cluster, and the number of surface clusters.
|
|
5533
|
+
"""
|
|
5534
|
+
class basis(String, AllowedValuesMixin):
|
|
5439
5535
|
_version: str
|
|
5440
5536
|
fluent_name: str
|
|
5441
5537
|
_python_name: str
|
|
5442
|
-
class
|
|
5538
|
+
class method_1(String, AllowedValuesMixin):
|
|
5443
5539
|
_version: str
|
|
5444
5540
|
fluent_name: str
|
|
5445
5541
|
_python_name: str
|
|
5446
|
-
|
|
5447
|
-
basis: basis
|
|
5448
|
-
method: method_1
|
|
5449
|
-
surfaces: surfaces_5
|
|
5450
|
-
smoothing: smoothing
|
|
5451
|
-
resolution: resolution
|
|
5452
|
-
separation: separation
|
|
5453
|
-
subdivide: subdivide
|
|
5454
|
-
non_participating_boundary_zones: non_participating_boundary_zones
|
|
5455
|
-
non_participating_physics_boundaries: non_participating_physics_boundaries
|
|
5456
|
-
non_participating_zone_temperature: non_participating_zone_temperature
|
|
5457
|
-
class enable_mesh_interface_clustering(Boolean):
|
|
5542
|
+
class surfaces_5(String, AllowedValuesMixin):
|
|
5458
5543
|
_version: str
|
|
5459
5544
|
fluent_name: str
|
|
5460
5545
|
_python_name: str
|
|
5461
|
-
class
|
|
5546
|
+
class smoothing(String, AllowedValuesMixin):
|
|
5462
5547
|
_version: str
|
|
5463
5548
|
fluent_name: str
|
|
5464
5549
|
_python_name: str
|
|
5465
|
-
class
|
|
5550
|
+
class resolution(Integer):
|
|
5466
5551
|
_version: str
|
|
5467
5552
|
fluent_name: str
|
|
5468
5553
|
_python_name: str
|
|
5469
|
-
class
|
|
5554
|
+
class subdivide(Integer):
|
|
5470
5555
|
_version: str
|
|
5471
5556
|
fluent_name: str
|
|
5472
5557
|
_python_name: str
|
|
5473
|
-
class
|
|
5558
|
+
class separation(Real):
|
|
5474
5559
|
_version: str
|
|
5475
5560
|
fluent_name: str
|
|
5476
5561
|
_python_name: str
|
|
5477
|
-
class
|
|
5562
|
+
class parameters_1(Group):
|
|
5478
5563
|
_version: str
|
|
5479
5564
|
fluent_name: str
|
|
5480
5565
|
_python_name: str
|
|
5481
|
-
|
|
5566
|
+
child_names: list[str]
|
|
5567
|
+
resolution: resolution
|
|
5568
|
+
subdivide: subdivide
|
|
5569
|
+
separation: separation
|
|
5570
|
+
class non_participating_boundary_zones(StringList, AllowedValuesMixin):
|
|
5482
5571
|
_version: str
|
|
5483
5572
|
fluent_name: str
|
|
5484
5573
|
_python_name: str
|
|
5485
|
-
class
|
|
5574
|
+
class non_participating_physics_boundaries(StringList, AllowedValuesMixin):
|
|
5486
5575
|
_version: str
|
|
5487
5576
|
fluent_name: str
|
|
5488
5577
|
_python_name: str
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
class
|
|
5578
|
+
class non_participating_zone_temperature(Real):
|
|
5579
|
+
_version: str
|
|
5580
|
+
fluent_name: str
|
|
5581
|
+
_python_name: str
|
|
5582
|
+
class viewfactor_settings(Group):
|
|
5494
5583
|
_version: str
|
|
5495
5584
|
fluent_name: str
|
|
5496
5585
|
_python_name: str
|
|
5497
5586
|
child_names: list[str]
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
class maximum_radiation_iterations(Integer):
|
|
5587
|
+
basis: basis
|
|
5588
|
+
method: method_1
|
|
5589
|
+
surfaces: surfaces_5
|
|
5590
|
+
smoothing: smoothing
|
|
5591
|
+
parameters: parameters_1
|
|
5592
|
+
non_participating_boundary_zones: non_participating_boundary_zones
|
|
5593
|
+
non_participating_physics_boundaries: non_participating_physics_boundaries
|
|
5594
|
+
non_participating_zone_temperature: non_participating_zone_temperature
|
|
5595
|
+
_child_aliases: dict
|
|
5596
|
+
class enable_ambient_radiation(Boolean):
|
|
5509
5597
|
_version: str
|
|
5510
5598
|
fluent_name: str
|
|
5511
5599
|
_python_name: str
|
|
5512
|
-
class
|
|
5600
|
+
class ambient_temperature(Real):
|
|
5513
5601
|
_version: str
|
|
5514
5602
|
fluent_name: str
|
|
5515
5603
|
_python_name: str
|
|
5516
|
-
class
|
|
5604
|
+
class ambient_radiation_modeling(Group):
|
|
5517
5605
|
_version: str
|
|
5518
5606
|
fluent_name: str
|
|
5519
5607
|
_python_name: str
|
|
5520
5608
|
child_names: list[str]
|
|
5521
|
-
|
|
5522
|
-
|
|
5609
|
+
enable_ambient_radiation: enable_ambient_radiation
|
|
5610
|
+
ambient_temperature: ambient_temperature
|
|
5523
5611
|
class s2s(Group):
|
|
5524
5612
|
_version: str
|
|
5525
5613
|
fluent_name: str
|
|
5526
5614
|
_python_name: str
|
|
5527
5615
|
child_names: list[str]
|
|
5528
5616
|
command_names: list[str]
|
|
5529
|
-
viewfactor_settings: viewfactor_settings
|
|
5530
5617
|
clustering_settings: clustering_settings
|
|
5531
|
-
|
|
5618
|
+
viewfactor_settings: viewfactor_settings
|
|
5619
|
+
ambient_radiation_modeling: ambient_radiation_modeling
|
|
5532
5620
|
def compute_write_vf(self, file_name: str):
|
|
5533
5621
|
"""
|
|
5534
5622
|
Compute and write both surface clusters and view factors.
|
|
@@ -5565,6 +5653,7 @@ class s2s(Group):
|
|
|
5565
5653
|
file_name_1 : str
|
|
5566
5654
|
Name of input file containing view factors.
|
|
5567
5655
|
"""
|
|
5656
|
+
_child_aliases: dict
|
|
5568
5657
|
class name_4(String):
|
|
5569
5658
|
_version: str
|
|
5570
5659
|
fluent_name: str
|
|
@@ -5660,6 +5749,18 @@ class iteration_interval(Integer):
|
|
|
5660
5749
|
_version: str
|
|
5661
5750
|
fluent_name: str
|
|
5662
5751
|
_python_name: str
|
|
5752
|
+
class maximum_radiation_iterations(Integer):
|
|
5753
|
+
_version: str
|
|
5754
|
+
fluent_name: str
|
|
5755
|
+
_python_name: str
|
|
5756
|
+
class residual_convergence_criteria(Real):
|
|
5757
|
+
_version: str
|
|
5758
|
+
fluent_name: str
|
|
5759
|
+
_python_name: str
|
|
5760
|
+
class number_of_histories(Integer):
|
|
5761
|
+
_version: str
|
|
5762
|
+
fluent_name: str
|
|
5763
|
+
_python_name: str
|
|
5663
5764
|
class solve_frequency(Group):
|
|
5664
5765
|
_version: str
|
|
5665
5766
|
fluent_name: str
|
|
@@ -5669,6 +5770,9 @@ class solve_frequency(Group):
|
|
|
5669
5770
|
time_step_interval: time_step_interval
|
|
5670
5771
|
time_interval: time_interval
|
|
5671
5772
|
iteration_interval: iteration_interval
|
|
5773
|
+
maximum_radiation_iterations: maximum_radiation_iterations
|
|
5774
|
+
residual_convergence_criteria: residual_convergence_criteria
|
|
5775
|
+
number_of_histories: number_of_histories
|
|
5672
5776
|
class solar_model(String, AllowedValuesMixin):
|
|
5673
5777
|
_version: str
|
|
5674
5778
|
fluent_name: str
|
|
@@ -6574,7 +6678,7 @@ class flamelet_options(String, AllowedValuesMixin):
|
|
|
6574
6678
|
_version: str
|
|
6575
6679
|
fluent_name: str
|
|
6576
6680
|
_python_name: str
|
|
6577
|
-
class
|
|
6681
|
+
class file_type_3(String, AllowedValuesMixin):
|
|
6578
6682
|
_version: str
|
|
6579
6683
|
fluent_name: str
|
|
6580
6684
|
_python_name: str
|
|
@@ -6601,7 +6705,7 @@ class chemistry(Group):
|
|
|
6601
6705
|
options: options_3
|
|
6602
6706
|
model_settings: model_settings
|
|
6603
6707
|
flamelet_options: flamelet_options
|
|
6604
|
-
file_type:
|
|
6708
|
+
file_type: file_type_3
|
|
6605
6709
|
flamelet_type: flamelet_type
|
|
6606
6710
|
flamelet_solution_method: flamelet_solution_method
|
|
6607
6711
|
premixed_model: premixed_model
|
|
@@ -6896,7 +7000,7 @@ class option_19(String, AllowedValuesMixin):
|
|
|
6896
7000
|
_version: str
|
|
6897
7001
|
fluent_name: str
|
|
6898
7002
|
_python_name: str
|
|
6899
|
-
class
|
|
7003
|
+
class parameters_2(Group):
|
|
6900
7004
|
_version: str
|
|
6901
7005
|
fluent_name: str
|
|
6902
7006
|
_python_name: str
|
|
@@ -6983,7 +7087,7 @@ class flamelet(Group):
|
|
|
6983
7087
|
fluent_name: str
|
|
6984
7088
|
_python_name: str
|
|
6985
7089
|
child_names: list[str]
|
|
6986
|
-
parameters:
|
|
7090
|
+
parameters: parameters_2
|
|
6987
7091
|
include_equilibrium: include_equilibrium
|
|
6988
7092
|
pdf_include_equilibrium: pdf_include_equilibrium
|
|
6989
7093
|
automatic_refinement: automatic_refinement
|
|
@@ -7037,7 +7141,7 @@ class automatic_grid_refinement(Boolean):
|
|
|
7037
7141
|
_version: str
|
|
7038
7142
|
fluent_name: str
|
|
7039
7143
|
_python_name: str
|
|
7040
|
-
class
|
|
7144
|
+
class parameters_3(Group):
|
|
7041
7145
|
_version: str
|
|
7042
7146
|
fluent_name: str
|
|
7043
7147
|
_python_name: str
|
|
@@ -7075,7 +7179,7 @@ class table(Group):
|
|
|
7075
7179
|
_python_name: str
|
|
7076
7180
|
child_names: list[str]
|
|
7077
7181
|
command_names: list[str]
|
|
7078
|
-
parameters:
|
|
7182
|
+
parameters: parameters_3
|
|
7079
7183
|
fgm_scalar_transport: fgm_scalar_transport
|
|
7080
7184
|
def calc_pdf(self):
|
|
7081
7185
|
"""
|
|
@@ -7324,6 +7428,262 @@ class water_corrosion_pre(Group):
|
|
|
7324
7428
|
Create corrosion mixture and reactions.
|
|
7325
7429
|
"""
|
|
7326
7430
|
_child_aliases: dict
|
|
7431
|
+
class enable_9(Boolean):
|
|
7432
|
+
_version: str
|
|
7433
|
+
fluent_name: str
|
|
7434
|
+
_python_name: str
|
|
7435
|
+
class thermal_nox(Boolean):
|
|
7436
|
+
_version: str
|
|
7437
|
+
fluent_name: str
|
|
7438
|
+
_python_name: str
|
|
7439
|
+
class prompt_nox(Boolean):
|
|
7440
|
+
_version: str
|
|
7441
|
+
fluent_name: str
|
|
7442
|
+
_python_name: str
|
|
7443
|
+
class fuel_nox(Boolean):
|
|
7444
|
+
_version: str
|
|
7445
|
+
fluent_name: str
|
|
7446
|
+
_python_name: str
|
|
7447
|
+
class number_of_fuel_streams(Integer):
|
|
7448
|
+
_version: str
|
|
7449
|
+
fluent_name: str
|
|
7450
|
+
_python_name: str
|
|
7451
|
+
class fuel_stream_id(Integer):
|
|
7452
|
+
_version: str
|
|
7453
|
+
fluent_name: str
|
|
7454
|
+
_python_name: str
|
|
7455
|
+
class fuel_type(String, AllowedValuesMixin):
|
|
7456
|
+
_version: str
|
|
7457
|
+
fluent_name: str
|
|
7458
|
+
_python_name: str
|
|
7459
|
+
class fuel_stream(Group):
|
|
7460
|
+
_version: str
|
|
7461
|
+
fluent_name: str
|
|
7462
|
+
_python_name: str
|
|
7463
|
+
child_names: list[str]
|
|
7464
|
+
number_of_fuel_streams: number_of_fuel_streams
|
|
7465
|
+
fuel_stream_id: fuel_stream_id
|
|
7466
|
+
fuel_type: fuel_type
|
|
7467
|
+
class n2o_path(Boolean):
|
|
7468
|
+
_version: str
|
|
7469
|
+
fluent_name: str
|
|
7470
|
+
_python_name: str
|
|
7471
|
+
class o_model(String, AllowedValuesMixin):
|
|
7472
|
+
_version: str
|
|
7473
|
+
fluent_name: str
|
|
7474
|
+
_python_name: str
|
|
7475
|
+
class oh_model(String, AllowedValuesMixin):
|
|
7476
|
+
_version: str
|
|
7477
|
+
fluent_name: str
|
|
7478
|
+
_python_name: str
|
|
7479
|
+
class replace_with_udf_rate(Boolean):
|
|
7480
|
+
_version: str
|
|
7481
|
+
fluent_name: str
|
|
7482
|
+
_python_name: str
|
|
7483
|
+
class thermal_parameters(Group):
|
|
7484
|
+
_version: str
|
|
7485
|
+
fluent_name: str
|
|
7486
|
+
_python_name: str
|
|
7487
|
+
child_names: list[str]
|
|
7488
|
+
o_model: o_model
|
|
7489
|
+
oh_model: oh_model
|
|
7490
|
+
replace_with_udf_rate: replace_with_udf_rate
|
|
7491
|
+
class n2o_path_1(String, AllowedValuesMixin):
|
|
7492
|
+
_version: str
|
|
7493
|
+
fluent_name: str
|
|
7494
|
+
_python_name: str
|
|
7495
|
+
class o_model_1(String, AllowedValuesMixin):
|
|
7496
|
+
_version: str
|
|
7497
|
+
fluent_name: str
|
|
7498
|
+
_python_name: str
|
|
7499
|
+
class replace_with_udf_rate_1(Boolean):
|
|
7500
|
+
_version: str
|
|
7501
|
+
fluent_name: str
|
|
7502
|
+
_python_name: str
|
|
7503
|
+
class n2o_parameters(Group):
|
|
7504
|
+
_version: str
|
|
7505
|
+
fluent_name: str
|
|
7506
|
+
_python_name: str
|
|
7507
|
+
child_names: list[str]
|
|
7508
|
+
n2o_path: n2o_path_1
|
|
7509
|
+
o_model: o_model_1
|
|
7510
|
+
replace_with_udf_rate: replace_with_udf_rate_1
|
|
7511
|
+
class udf_nox(Boolean):
|
|
7512
|
+
_version: str
|
|
7513
|
+
fluent_name: str
|
|
7514
|
+
_python_name: str
|
|
7515
|
+
class nox_chemistry(Group):
|
|
7516
|
+
_version: str
|
|
7517
|
+
fluent_name: str
|
|
7518
|
+
_python_name: str
|
|
7519
|
+
child_names: list[str]
|
|
7520
|
+
thermal_nox: thermal_nox
|
|
7521
|
+
prompt_nox: prompt_nox
|
|
7522
|
+
fuel_nox: fuel_nox
|
|
7523
|
+
fuel_stream: fuel_stream
|
|
7524
|
+
n2o_path: n2o_path
|
|
7525
|
+
thermal_parameters: thermal_parameters
|
|
7526
|
+
n2o_parameters: n2o_parameters
|
|
7527
|
+
udf_nox: udf_nox
|
|
7528
|
+
option: option_19
|
|
7529
|
+
class enable_10(Boolean):
|
|
7530
|
+
_version: str
|
|
7531
|
+
fluent_name: str
|
|
7532
|
+
_python_name: str
|
|
7533
|
+
class pdf_mode(String, AllowedValuesMixin):
|
|
7534
|
+
_version: str
|
|
7535
|
+
fluent_name: str
|
|
7536
|
+
_python_name: str
|
|
7537
|
+
class pdf_points(Integer):
|
|
7538
|
+
_version: str
|
|
7539
|
+
fluent_name: str
|
|
7540
|
+
_python_name: str
|
|
7541
|
+
class type_of_pdf(String, AllowedValuesMixin):
|
|
7542
|
+
_version: str
|
|
7543
|
+
fluent_name: str
|
|
7544
|
+
_python_name: str
|
|
7545
|
+
class temperature_variance(String, AllowedValuesMixin):
|
|
7546
|
+
_version: str
|
|
7547
|
+
fluent_name: str
|
|
7548
|
+
_python_name: str
|
|
7549
|
+
class tmax_option(String, AllowedValuesMixin):
|
|
7550
|
+
_version: str
|
|
7551
|
+
fluent_name: str
|
|
7552
|
+
_python_name: str
|
|
7553
|
+
class local_tmax_factor(Real):
|
|
7554
|
+
_version: str
|
|
7555
|
+
fluent_name: str
|
|
7556
|
+
_python_name: str
|
|
7557
|
+
class species_3(String, AllowedValuesMixin):
|
|
7558
|
+
_version: str
|
|
7559
|
+
fluent_name: str
|
|
7560
|
+
_python_name: str
|
|
7561
|
+
class tmax(Real):
|
|
7562
|
+
_version: str
|
|
7563
|
+
fluent_name: str
|
|
7564
|
+
_python_name: str
|
|
7565
|
+
class turbulence_interaction(Group):
|
|
7566
|
+
_version: str
|
|
7567
|
+
fluent_name: str
|
|
7568
|
+
_python_name: str
|
|
7569
|
+
child_names: list[str]
|
|
7570
|
+
enable: enable_10
|
|
7571
|
+
pdf_mode: pdf_mode
|
|
7572
|
+
pdf_points: pdf_points
|
|
7573
|
+
type_of_pdf: type_of_pdf
|
|
7574
|
+
temperature_variance: temperature_variance
|
|
7575
|
+
tmax_option: tmax_option
|
|
7576
|
+
local_tmax_factor: local_tmax_factor
|
|
7577
|
+
species: species_3
|
|
7578
|
+
tmax: tmax
|
|
7579
|
+
class include_additional_nox_species_equations(Boolean):
|
|
7580
|
+
_version: str
|
|
7581
|
+
fluent_name: str
|
|
7582
|
+
_python_name: str
|
|
7583
|
+
class add(Boolean):
|
|
7584
|
+
_version: str
|
|
7585
|
+
fluent_name: str
|
|
7586
|
+
_python_name: str
|
|
7587
|
+
class molecular_weight(Real):
|
|
7588
|
+
_version: str
|
|
7589
|
+
fluent_name: str
|
|
7590
|
+
_python_name: str
|
|
7591
|
+
class no_species(Group):
|
|
7592
|
+
_version: str
|
|
7593
|
+
fluent_name: str
|
|
7594
|
+
_python_name: str
|
|
7595
|
+
child_names: list[str]
|
|
7596
|
+
add: add
|
|
7597
|
+
molecular_weight: molecular_weight
|
|
7598
|
+
class add_1(Boolean):
|
|
7599
|
+
_version: str
|
|
7600
|
+
fluent_name: str
|
|
7601
|
+
_python_name: str
|
|
7602
|
+
class hcn_species(Group):
|
|
7603
|
+
_version: str
|
|
7604
|
+
fluent_name: str
|
|
7605
|
+
_python_name: str
|
|
7606
|
+
child_names: list[str]
|
|
7607
|
+
add: add_1
|
|
7608
|
+
molecular_weight: molecular_weight
|
|
7609
|
+
class add_2(Boolean):
|
|
7610
|
+
_version: str
|
|
7611
|
+
fluent_name: str
|
|
7612
|
+
_python_name: str
|
|
7613
|
+
class nh3_species(Group):
|
|
7614
|
+
_version: str
|
|
7615
|
+
fluent_name: str
|
|
7616
|
+
_python_name: str
|
|
7617
|
+
child_names: list[str]
|
|
7618
|
+
add: add_2
|
|
7619
|
+
molecular_weight: molecular_weight
|
|
7620
|
+
class add_3(Boolean):
|
|
7621
|
+
_version: str
|
|
7622
|
+
fluent_name: str
|
|
7623
|
+
_python_name: str
|
|
7624
|
+
class n2o_species(Group):
|
|
7625
|
+
_version: str
|
|
7626
|
+
fluent_name: str
|
|
7627
|
+
_python_name: str
|
|
7628
|
+
child_names: list[str]
|
|
7629
|
+
add: add_3
|
|
7630
|
+
molecular_weight: molecular_weight
|
|
7631
|
+
class add_4(Boolean):
|
|
7632
|
+
_version: str
|
|
7633
|
+
fluent_name: str
|
|
7634
|
+
_python_name: str
|
|
7635
|
+
class urea_species(Group):
|
|
7636
|
+
_version: str
|
|
7637
|
+
fluent_name: str
|
|
7638
|
+
_python_name: str
|
|
7639
|
+
child_names: list[str]
|
|
7640
|
+
add: add_4
|
|
7641
|
+
molecular_weight: molecular_weight
|
|
7642
|
+
class add_5(Boolean):
|
|
7643
|
+
_version: str
|
|
7644
|
+
fluent_name: str
|
|
7645
|
+
_python_name: str
|
|
7646
|
+
class hnco_species(Group):
|
|
7647
|
+
_version: str
|
|
7648
|
+
fluent_name: str
|
|
7649
|
+
_python_name: str
|
|
7650
|
+
child_names: list[str]
|
|
7651
|
+
add: add_5
|
|
7652
|
+
molecular_weight: molecular_weight
|
|
7653
|
+
class add_6(Boolean):
|
|
7654
|
+
_version: str
|
|
7655
|
+
fluent_name: str
|
|
7656
|
+
_python_name: str
|
|
7657
|
+
class nco_species(Group):
|
|
7658
|
+
_version: str
|
|
7659
|
+
fluent_name: str
|
|
7660
|
+
_python_name: str
|
|
7661
|
+
child_names: list[str]
|
|
7662
|
+
add: add_6
|
|
7663
|
+
molecular_weight: molecular_weight
|
|
7664
|
+
class expert_2(Group):
|
|
7665
|
+
_version: str
|
|
7666
|
+
fluent_name: str
|
|
7667
|
+
_python_name: str
|
|
7668
|
+
child_names: list[str]
|
|
7669
|
+
include_additional_nox_species_equations: include_additional_nox_species_equations
|
|
7670
|
+
no_species: no_species
|
|
7671
|
+
hcn_species: hcn_species
|
|
7672
|
+
nh3_species: nh3_species
|
|
7673
|
+
n2o_species: n2o_species
|
|
7674
|
+
urea_species: urea_species
|
|
7675
|
+
hnco_species: hnco_species
|
|
7676
|
+
nco_species: nco_species
|
|
7677
|
+
class nox(Group):
|
|
7678
|
+
_version: str
|
|
7679
|
+
fluent_name: str
|
|
7680
|
+
_python_name: str
|
|
7681
|
+
child_names: list[str]
|
|
7682
|
+
enable: enable_9
|
|
7683
|
+
nox_chemistry: nox_chemistry
|
|
7684
|
+
turbulence_interaction: turbulence_interaction
|
|
7685
|
+
inlet_diffusion: inlet_diffusion_1
|
|
7686
|
+
expert: expert_2
|
|
7327
7687
|
class species(Group):
|
|
7328
7688
|
_version: str
|
|
7329
7689
|
fluent_name: str
|
|
@@ -7343,6 +7703,7 @@ class species(Group):
|
|
|
7343
7703
|
integration_parameters: integration_parameters
|
|
7344
7704
|
partially_premixed_model_options: partially_premixed_model_options
|
|
7345
7705
|
water_corrosion_pre: water_corrosion_pre
|
|
7706
|
+
nox: nox
|
|
7346
7707
|
def import_chemkin(self, kinetics_input_file: str, thermodb_input_file: str, surf_mech: bool, trans_prop: bool, trans_input_file: str, surfchem_input_file: str):
|
|
7347
7708
|
"""
|
|
7348
7709
|
Import Mechanism.
|
|
@@ -7576,7 +7937,7 @@ class temperature_limiter(Group):
|
|
|
7576
7937
|
leidenfrost_temp_postproc_enabled: leidenfrost_temp_postproc_enabled
|
|
7577
7938
|
enabled: enabled_10
|
|
7578
7939
|
temp_limit_rel_to_boil_point: temp_limit_rel_to_boil_point
|
|
7579
|
-
class
|
|
7940
|
+
class enable_11(Boolean):
|
|
7580
7941
|
_version: str
|
|
7581
7942
|
fluent_name: str
|
|
7582
7943
|
_python_name: str
|
|
@@ -7593,9 +7954,13 @@ class enable_lwf_continuity_formulation(Group):
|
|
|
7593
7954
|
fluent_name: str
|
|
7594
7955
|
_python_name: str
|
|
7595
7956
|
child_names: list[str]
|
|
7596
|
-
enable:
|
|
7957
|
+
enable: enable_11
|
|
7597
7958
|
film_flow_stabilization_factor: film_flow_stabilization_factor
|
|
7598
7959
|
radial_spreading_term: radial_spreading_term
|
|
7960
|
+
class enable_caloric_film_temperature(Boolean):
|
|
7961
|
+
_version: str
|
|
7962
|
+
fluent_name: str
|
|
7963
|
+
_python_name: str
|
|
7599
7964
|
class wall_film(Group):
|
|
7600
7965
|
_version: str
|
|
7601
7966
|
fluent_name: str
|
|
@@ -7607,6 +7972,7 @@ class wall_film(Group):
|
|
|
7607
7972
|
film_adds_to_dpm_concentration: film_adds_to_dpm_concentration
|
|
7608
7973
|
temperature_limiter: temperature_limiter
|
|
7609
7974
|
enable_lwf_continuity_formulation: enable_lwf_continuity_formulation
|
|
7975
|
+
enable_caloric_film_temperature: enable_caloric_film_temperature
|
|
7610
7976
|
class physical_models(Group):
|
|
7611
7977
|
_version: str
|
|
7612
7978
|
fluent_name: str
|
|
@@ -7663,7 +8029,7 @@ class reference_frame(String, AllowedValuesMixin):
|
|
|
7663
8029
|
_version: str
|
|
7664
8030
|
fluent_name: str
|
|
7665
8031
|
_python_name: str
|
|
7666
|
-
class
|
|
8032
|
+
class expert_3(Group):
|
|
7667
8033
|
_version: str
|
|
7668
8034
|
fluent_name: str
|
|
7669
8035
|
_python_name: str
|
|
@@ -7680,7 +8046,7 @@ class tracking(Group):
|
|
|
7680
8046
|
child_names: list[str]
|
|
7681
8047
|
max_num_steps: max_num_steps
|
|
7682
8048
|
step_size_controls: step_size_controls
|
|
7683
|
-
expert:
|
|
8049
|
+
expert: expert_3
|
|
7684
8050
|
_child_aliases: dict
|
|
7685
8051
|
class enabled_11(Boolean):
|
|
7686
8052
|
_version: str
|
|
@@ -8016,7 +8382,7 @@ class crossover_tolerance(Real):
|
|
|
8016
8382
|
_version: str
|
|
8017
8383
|
fluent_name: str
|
|
8018
8384
|
_python_name: str
|
|
8019
|
-
class
|
|
8385
|
+
class expert_4(Group):
|
|
8020
8386
|
_version: str
|
|
8021
8387
|
fluent_name: str
|
|
8022
8388
|
_python_name: str
|
|
@@ -8030,7 +8396,7 @@ class parallel_1(Group):
|
|
|
8030
8396
|
child_names: list[str]
|
|
8031
8397
|
option: option_25
|
|
8032
8398
|
hybrid: hybrid
|
|
8033
|
-
expert:
|
|
8399
|
+
expert: expert_4
|
|
8034
8400
|
class body_force(String, AllowedValuesMixin):
|
|
8035
8401
|
_version: str
|
|
8036
8402
|
fluent_name: str
|
|
@@ -8794,7 +9160,7 @@ class initial_values(Group):
|
|
|
8794
9160
|
particle_size: particle_size
|
|
8795
9161
|
temperature: temperature_1
|
|
8796
9162
|
temperature_2: temperature_2
|
|
8797
|
-
class
|
|
9163
|
+
class enable_12(Boolean, AllowedValuesMixin):
|
|
8798
9164
|
_version: str
|
|
8799
9165
|
fluent_name: str
|
|
8800
9166
|
_python_name: str
|
|
@@ -8807,7 +9173,7 @@ class particle_reinjector(Group):
|
|
|
8807
9173
|
fluent_name: str
|
|
8808
9174
|
_python_name: str
|
|
8809
9175
|
child_names: list[str]
|
|
8810
|
-
enable:
|
|
9176
|
+
enable: enable_12
|
|
8811
9177
|
time_delay: time_delay
|
|
8812
9178
|
class option_28(String, AllowedValuesMixin):
|
|
8813
9179
|
_version: str
|
|
@@ -9617,7 +9983,7 @@ class virtual_blade_model(Group):
|
|
|
9617
9983
|
Read and apply VBM setting.
|
|
9618
9984
|
"""
|
|
9619
9985
|
_child_aliases: dict
|
|
9620
|
-
class
|
|
9986
|
+
class enable_13(Boolean):
|
|
9621
9987
|
_version: str
|
|
9622
9988
|
fluent_name: str
|
|
9623
9989
|
_python_name: str
|
|
@@ -9774,7 +10140,7 @@ class optics(Group):
|
|
|
9774
10140
|
fluent_name: str
|
|
9775
10141
|
_python_name: str
|
|
9776
10142
|
child_names: list[str]
|
|
9777
|
-
enable:
|
|
10143
|
+
enable: enable_13
|
|
9778
10144
|
beams: beams
|
|
9779
10145
|
statistics: statistics
|
|
9780
10146
|
sampling_iterations: sampling_iterations
|
|
@@ -9845,7 +10211,7 @@ class starting_t_re_initialization(String, AllowedValuesMixin):
|
|
|
9845
10211
|
_version: str
|
|
9846
10212
|
fluent_name: str
|
|
9847
10213
|
_python_name: str
|
|
9848
|
-
class
|
|
10214
|
+
class expert_5(Group):
|
|
9849
10215
|
_version: str
|
|
9850
10216
|
fluent_name: str
|
|
9851
10217
|
_python_name: str
|
|
@@ -9863,7 +10229,7 @@ class structure(Group):
|
|
|
9863
10229
|
model: model_6
|
|
9864
10230
|
options: options_4
|
|
9865
10231
|
controls: controls
|
|
9866
|
-
expert:
|
|
10232
|
+
expert: expert_5
|
|
9867
10233
|
class enabled_23(Boolean):
|
|
9868
10234
|
_version: str
|
|
9869
10235
|
fluent_name: str
|
|
@@ -10133,7 +10499,7 @@ class equilibrium_potential(Real):
|
|
|
10133
10499
|
_version: str
|
|
10134
10500
|
fluent_name: str
|
|
10135
10501
|
_python_name: str
|
|
10136
|
-
class
|
|
10502
|
+
class molecular_weight_1(Real):
|
|
10137
10503
|
_version: str
|
|
10138
10504
|
fluent_name: str
|
|
10139
10505
|
_python_name: str
|
|
@@ -10152,7 +10518,7 @@ class sei_growth(Group):
|
|
|
10152
10518
|
rate_constant: rate_constant
|
|
10153
10519
|
cathodic_transfer_coefficient: cathodic_transfer_coefficient
|
|
10154
10520
|
equilibrium_potential: equilibrium_potential
|
|
10155
|
-
molecular_weight:
|
|
10521
|
+
molecular_weight: molecular_weight_1
|
|
10156
10522
|
density: density
|
|
10157
10523
|
_child_aliases: dict
|
|
10158
10524
|
class current_exchange_density(Real):
|
|
@@ -10163,7 +10529,7 @@ class equilibrium_potential_1(Real):
|
|
|
10163
10529
|
_version: str
|
|
10164
10530
|
fluent_name: str
|
|
10165
10531
|
_python_name: str
|
|
10166
|
-
class
|
|
10532
|
+
class molecular_weight_2(Real):
|
|
10167
10533
|
_version: str
|
|
10168
10534
|
fluent_name: str
|
|
10169
10535
|
_python_name: str
|
|
@@ -10183,7 +10549,7 @@ class li_plating(Group):
|
|
|
10183
10549
|
current_exchange_density: current_exchange_density
|
|
10184
10550
|
cathodic_transfer_coefficient: cathodic_transfer_coefficient
|
|
10185
10551
|
equilibrium_potential: equilibrium_potential_1
|
|
10186
|
-
molecular_weight:
|
|
10552
|
+
molecular_weight: molecular_weight_2
|
|
10187
10553
|
density: density_1
|
|
10188
10554
|
spliting_coefficient: spliting_coefficient
|
|
10189
10555
|
_child_aliases: dict
|
|
@@ -10195,7 +10561,7 @@ class ionic_conductivity_1(Real):
|
|
|
10195
10561
|
_version: str
|
|
10196
10562
|
fluent_name: str
|
|
10197
10563
|
_python_name: str
|
|
10198
|
-
class
|
|
10564
|
+
class molecular_weight_3(Real):
|
|
10199
10565
|
_version: str
|
|
10200
10566
|
fluent_name: str
|
|
10201
10567
|
_python_name: str
|
|
@@ -10210,7 +10576,7 @@ class cathode_film_growth(Group):
|
|
|
10210
10576
|
child_names: list[str]
|
|
10211
10577
|
rate_constant: rate_constant_1
|
|
10212
10578
|
ionic_conductivity: ionic_conductivity_1
|
|
10213
|
-
molecular_weight:
|
|
10579
|
+
molecular_weight: molecular_weight_3
|
|
10214
10580
|
density: density_2
|
|
10215
10581
|
class aging_model(Group):
|
|
10216
10582
|
_version: str
|
|
@@ -10458,7 +10824,7 @@ class osmoticdrag_coeff(Real):
|
|
|
10458
10824
|
_version: str
|
|
10459
10825
|
fluent_name: str
|
|
10460
10826
|
_python_name: str
|
|
10461
|
-
class
|
|
10827
|
+
class parameters_4(Group):
|
|
10462
10828
|
_version: str
|
|
10463
10829
|
fluent_name: str
|
|
10464
10830
|
_python_name: str
|
|
@@ -10954,7 +11320,7 @@ class customization(Group):
|
|
|
10954
11320
|
child_names: list[str]
|
|
10955
11321
|
echem_rate: echem_rate
|
|
10956
11322
|
relative_permeability: relative_permeability
|
|
10957
|
-
class
|
|
11323
|
+
class zone_name_6(String, AllowedValuesMixin):
|
|
10958
11324
|
_version: str
|
|
10959
11325
|
fluent_name: str
|
|
10960
11326
|
_python_name: str
|
|
@@ -10967,7 +11333,7 @@ class contact_resis_child(Group):
|
|
|
10967
11333
|
fluent_name: str
|
|
10968
11334
|
_python_name: str
|
|
10969
11335
|
child_names: list[str]
|
|
10970
|
-
zone_name:
|
|
11336
|
+
zone_name: zone_name_6
|
|
10971
11337
|
value: value_10
|
|
10972
11338
|
class contact_resis(ListObject[contact_resis_child]):
|
|
10973
11339
|
_version: str
|
|
@@ -11029,7 +11395,7 @@ class electrolysis(Group):
|
|
|
11029
11395
|
_python_name: str
|
|
11030
11396
|
child_names: list[str]
|
|
11031
11397
|
options: options_5
|
|
11032
|
-
parameters:
|
|
11398
|
+
parameters: parameters_4
|
|
11033
11399
|
anode: anode
|
|
11034
11400
|
electrolyte: electrolyte
|
|
11035
11401
|
cathode: cathode
|
|
@@ -13020,7 +13386,7 @@ class contact_resistance_child(Group):
|
|
|
13020
13386
|
fluent_name: str
|
|
13021
13387
|
_python_name: str
|
|
13022
13388
|
child_names: list[str]
|
|
13023
|
-
zone_name:
|
|
13389
|
+
zone_name: zone_name_6
|
|
13024
13390
|
value: value_10
|
|
13025
13391
|
class contact_resistance(ListObject[contact_resistance_child]):
|
|
13026
13392
|
_version: str
|
|
@@ -13950,7 +14316,7 @@ class echem_model_1(String, AllowedValuesMixin):
|
|
|
13950
14316
|
_version: str
|
|
13951
14317
|
fluent_name: str
|
|
13952
14318
|
_python_name: str
|
|
13953
|
-
class
|
|
14319
|
+
class file_name_1_25(Filename, _InputFile):
|
|
13954
14320
|
_version: str
|
|
13955
14321
|
fluent_name: str
|
|
13956
14322
|
_python_name: str
|
|
@@ -13987,7 +14353,7 @@ class test_data_sets_child(Group):
|
|
|
13987
14353
|
fluent_name: str
|
|
13988
14354
|
_python_name: str
|
|
13989
14355
|
child_names: list[str]
|
|
13990
|
-
file_name:
|
|
14356
|
+
file_name: file_name_1_25
|
|
13991
14357
|
initial_alpha: initial_alpha
|
|
13992
14358
|
initial_temp: initial_temp
|
|
13993
14359
|
ambient_temp: ambient_temp_1
|
|
@@ -14052,7 +14418,7 @@ class nvalue(Real):
|
|
|
14052
14418
|
_version: str
|
|
14053
14419
|
fluent_name: str
|
|
14054
14420
|
_python_name: str
|
|
14055
|
-
class
|
|
14421
|
+
class file_name_1_24(Filename, _InputFile):
|
|
14056
14422
|
_version: str
|
|
14057
14423
|
fluent_name: str
|
|
14058
14424
|
_python_name: str
|
|
@@ -14075,7 +14441,7 @@ class thermal_abuse_fitting(Group):
|
|
|
14075
14441
|
mvalue: mvalue
|
|
14076
14442
|
fixn_enabled: fixn_enabled
|
|
14077
14443
|
nvalue: nvalue
|
|
14078
|
-
file_name:
|
|
14444
|
+
file_name: file_name_1_24
|
|
14079
14445
|
initial_temp: initial_temp
|
|
14080
14446
|
ambient_temp: ambient_temp
|
|
14081
14447
|
external_ht_coeff: external_ht_coeff
|
|
@@ -14193,7 +14559,7 @@ class max_n_per_time_step(Integer):
|
|
|
14193
14559
|
_version: str
|
|
14194
14560
|
fluent_name: str
|
|
14195
14561
|
_python_name: str
|
|
14196
|
-
class
|
|
14562
|
+
class file_name_1_26(Filename, _InputFile):
|
|
14197
14563
|
_version: str
|
|
14198
14564
|
fluent_name: str
|
|
14199
14565
|
_python_name: str
|
|
@@ -14213,7 +14579,7 @@ class transient_setup(Group):
|
|
|
14213
14579
|
increment_factor: increment_factor
|
|
14214
14580
|
n_time_step_per_setting: n_time_step_per_setting
|
|
14215
14581
|
max_n_per_time_step: max_n_per_time_step
|
|
14216
|
-
file_name:
|
|
14582
|
+
file_name: file_name_1_26
|
|
14217
14583
|
stop_range_fraction: stop_range_fraction
|
|
14218
14584
|
class volume_heat_run(Integer):
|
|
14219
14585
|
_version: str
|
|
@@ -14491,7 +14857,7 @@ class udm_index(Integer):
|
|
|
14491
14857
|
_version: str
|
|
14492
14858
|
fluent_name: str
|
|
14493
14859
|
_python_name: str
|
|
14494
|
-
class
|
|
14860
|
+
class zone_names_5(StringList, AllowedValuesMixin):
|
|
14495
14861
|
_version: str
|
|
14496
14862
|
fluent_name: str
|
|
14497
14863
|
_python_name: str
|
|
@@ -14521,7 +14887,7 @@ class user_defined_coupling_variables_via_udm_child(Group):
|
|
|
14521
14887
|
_python_name: str
|
|
14522
14888
|
child_names: list[str]
|
|
14523
14889
|
udm_index: udm_index
|
|
14524
|
-
zone_names:
|
|
14890
|
+
zone_names: zone_names_5
|
|
14525
14891
|
extensive: extensive
|
|
14526
14892
|
input: input
|
|
14527
14893
|
output: output_1
|
|
@@ -14931,7 +15297,7 @@ class tortuosity_interface_child(Group):
|
|
|
14931
15297
|
fluent_name: str
|
|
14932
15298
|
_python_name: str
|
|
14933
15299
|
child_names: list[str]
|
|
14934
|
-
zone_name:
|
|
15300
|
+
zone_name: zone_name_6
|
|
14935
15301
|
value: value_10
|
|
14936
15302
|
class tortuosity_interface(ListObject[tortuosity_interface_child]):
|
|
14937
15303
|
_version: str
|
|
@@ -14986,7 +15352,7 @@ class pore_size_interface_child(Group):
|
|
|
14986
15352
|
fluent_name: str
|
|
14987
15353
|
_python_name: str
|
|
14988
15354
|
child_names: list[str]
|
|
14989
|
-
zone_name:
|
|
15355
|
+
zone_name: zone_name_6
|
|
14990
15356
|
value: value_10
|
|
14991
15357
|
class pore_size_interface(ListObject[pore_size_interface_child]):
|
|
14992
15358
|
_version: str
|
|
@@ -15058,7 +15424,7 @@ class conductive_regions_child(Group):
|
|
|
15058
15424
|
fluent_name: str
|
|
15059
15425
|
_python_name: str
|
|
15060
15426
|
child_names: list[str]
|
|
15061
|
-
zone_name:
|
|
15427
|
+
zone_name: zone_name_6
|
|
15062
15428
|
value: value_10
|
|
15063
15429
|
class conductive_regions(ListObject[conductive_regions_child]):
|
|
15064
15430
|
_version: str
|
|
@@ -15113,7 +15479,7 @@ class contact_resistance_regions_child(Group):
|
|
|
15113
15479
|
fluent_name: str
|
|
15114
15480
|
_python_name: str
|
|
15115
15481
|
child_names: list[str]
|
|
15116
|
-
zone_name:
|
|
15482
|
+
zone_name: zone_name_6
|
|
15117
15483
|
value: value_10
|
|
15118
15484
|
class contact_resistance_regions(ListObject[contact_resistance_regions_child]):
|
|
15119
15485
|
_version: str
|
|
@@ -15431,7 +15797,7 @@ class sublimation_rate(Real):
|
|
|
15431
15797
|
_version: str
|
|
15432
15798
|
fluent_name: str
|
|
15433
15799
|
_python_name: str
|
|
15434
|
-
class
|
|
15800
|
+
class parameters_5(Group):
|
|
15435
15801
|
_version: str
|
|
15436
15802
|
fluent_name: str
|
|
15437
15803
|
_python_name: str
|
|
@@ -16311,7 +16677,7 @@ class pemfc(Group):
|
|
|
16311
16677
|
child_names: list[str]
|
|
16312
16678
|
enabled: enabled_41
|
|
16313
16679
|
options: options_7
|
|
16314
|
-
parameters:
|
|
16680
|
+
parameters: parameters_5
|
|
16315
16681
|
anode: anode_1
|
|
16316
16682
|
membrane: membrane
|
|
16317
16683
|
cathode: cathode_1
|
|
@@ -16814,7 +17180,7 @@ class thermal_conductivity_1(Group):
|
|
|
16814
17180
|
rgp_table: rgp_table
|
|
16815
17181
|
real_gas_nist: real_gas_nist
|
|
16816
17182
|
_child_aliases: dict
|
|
16817
|
-
class
|
|
17183
|
+
class molecular_weight_4(Group):
|
|
16818
17184
|
_version: str
|
|
16819
17185
|
fluent_name: str
|
|
16820
17186
|
_python_name: str
|
|
@@ -17512,7 +17878,7 @@ class fluid_child(Group):
|
|
|
17512
17878
|
viscosity: viscosity
|
|
17513
17879
|
specific_heat: specific_heat
|
|
17514
17880
|
thermal_conductivity: thermal_conductivity_1
|
|
17515
|
-
molecular_weight:
|
|
17881
|
+
molecular_weight: molecular_weight_4
|
|
17516
17882
|
premix_laminar_speed: premix_laminar_speed
|
|
17517
17883
|
premix_critical_strain: premix_critical_strain
|
|
17518
17884
|
premix_unburnt_temp: premix_unburnt_temp
|
|
@@ -18105,7 +18471,7 @@ class volumetric_species_child(Group):
|
|
|
18105
18471
|
viscosity: viscosity
|
|
18106
18472
|
specific_heat: specific_heat
|
|
18107
18473
|
thermal_conductivity: thermal_conductivity_1
|
|
18108
|
-
molecular_weight:
|
|
18474
|
+
molecular_weight: molecular_weight_4
|
|
18109
18475
|
premix_laminar_speed: premix_laminar_speed
|
|
18110
18476
|
premix_critical_strain: premix_critical_strain
|
|
18111
18477
|
premix_unburnt_temp: premix_unburnt_temp
|
|
@@ -18240,7 +18606,7 @@ class material_3_child(Group):
|
|
|
18240
18606
|
viscosity: viscosity
|
|
18241
18607
|
specific_heat: specific_heat
|
|
18242
18608
|
thermal_conductivity: thermal_conductivity_1
|
|
18243
|
-
molecular_weight:
|
|
18609
|
+
molecular_weight: molecular_weight_4
|
|
18244
18610
|
premix_laminar_speed: premix_laminar_speed
|
|
18245
18611
|
premix_critical_strain: premix_critical_strain
|
|
18246
18612
|
premix_unburnt_temp: premix_unburnt_temp
|
|
@@ -18347,7 +18713,7 @@ class material_3(NamedObject[material_3_child]):
|
|
|
18347
18713
|
The name of the new object.
|
|
18348
18714
|
"""
|
|
18349
18715
|
child_object_type: material_3_child
|
|
18350
|
-
class
|
|
18716
|
+
class species_4(Group):
|
|
18351
18717
|
_version: str
|
|
18352
18718
|
fluent_name: str
|
|
18353
18719
|
_python_name: str
|
|
@@ -18904,7 +19270,7 @@ class mixture_child(Group):
|
|
|
18904
19270
|
child_names: list[str]
|
|
18905
19271
|
name: name_10
|
|
18906
19272
|
chemical_formula: chemical_formula
|
|
18907
|
-
species:
|
|
19273
|
+
species: species_4
|
|
18908
19274
|
reactions: reactions_1
|
|
18909
19275
|
reaction_mechs: reaction_mechs
|
|
18910
19276
|
density: density_5
|
|
@@ -19345,7 +19711,7 @@ class vapor_pressure_1(Group):
|
|
|
19345
19711
|
rgp_table: rgp_table
|
|
19346
19712
|
user_defined_function: user_defined_function
|
|
19347
19713
|
_child_aliases: dict
|
|
19348
|
-
class
|
|
19714
|
+
class molecular_weight_5(Group):
|
|
19349
19715
|
_version: str
|
|
19350
19716
|
fluent_name: str
|
|
19351
19717
|
_python_name: str
|
|
@@ -19420,7 +19786,7 @@ class droplet_particle_child(Group):
|
|
|
19420
19786
|
averaging_coefficient_t: averaging_coefficient_t
|
|
19421
19787
|
averaging_coefficient_y: averaging_coefficient_y
|
|
19422
19788
|
vapor_pressure: vapor_pressure_1
|
|
19423
|
-
molecular_weight:
|
|
19789
|
+
molecular_weight: molecular_weight_5
|
|
19424
19790
|
vaporization_temperature: vaporization_temperature
|
|
19425
19791
|
boiling_point: boiling_point
|
|
19426
19792
|
thermophoretic_co: thermophoretic_co
|
|
@@ -19830,7 +20196,7 @@ class particle_species_child(Group):
|
|
|
19830
20196
|
averaging_coefficient_t: averaging_coefficient_t
|
|
19831
20197
|
averaging_coefficient_y: averaging_coefficient_y
|
|
19832
20198
|
vapor_pressure: vapor_pressure_1
|
|
19833
|
-
molecular_weight:
|
|
20199
|
+
molecular_weight: molecular_weight_5
|
|
19834
20200
|
vaporization_temperature: vaporization_temperature
|
|
19835
20201
|
boiling_point: boiling_point
|
|
19836
20202
|
thermophoretic_co: thermophoretic_co
|
|
@@ -19929,7 +20295,7 @@ class material_4_child(Group):
|
|
|
19929
20295
|
averaging_coefficient_t: averaging_coefficient_t
|
|
19930
20296
|
averaging_coefficient_y: averaging_coefficient_y
|
|
19931
20297
|
vapor_pressure: vapor_pressure_1
|
|
19932
|
-
molecular_weight:
|
|
20298
|
+
molecular_weight: molecular_weight_5
|
|
19933
20299
|
vaporization_temperature: vaporization_temperature
|
|
19934
20300
|
boiling_point: boiling_point
|
|
19935
20301
|
thermophoretic_co: thermophoretic_co
|
|
@@ -20002,7 +20368,7 @@ class material_4(NamedObject[material_4_child]):
|
|
|
20002
20368
|
The name of the new object.
|
|
20003
20369
|
"""
|
|
20004
20370
|
child_object_type: material_4_child
|
|
20005
|
-
class
|
|
20371
|
+
class species_5(Group):
|
|
20006
20372
|
_version: str
|
|
20007
20373
|
fluent_name: str
|
|
20008
20374
|
_python_name: str
|
|
@@ -20066,7 +20432,7 @@ class particle_mixture_child(Group):
|
|
|
20066
20432
|
child_names: list[str]
|
|
20067
20433
|
name: name_10
|
|
20068
20434
|
chemical_formula: chemical_formula
|
|
20069
|
-
species:
|
|
20435
|
+
species: species_5
|
|
20070
20436
|
density: density_8
|
|
20071
20437
|
viscosity: viscosity_2
|
|
20072
20438
|
specific_heat: specific_heat_4
|
|
@@ -20377,7 +20743,7 @@ class reference_frame_2(Group):
|
|
|
20377
20743
|
Copy to Mesh Motion.
|
|
20378
20744
|
"""
|
|
20379
20745
|
_child_aliases: dict
|
|
20380
|
-
class
|
|
20746
|
+
class enable_14(Boolean):
|
|
20381
20747
|
_version: str
|
|
20382
20748
|
fluent_name: str
|
|
20383
20749
|
_python_name: str
|
|
@@ -20515,7 +20881,7 @@ class mesh_motion(Group):
|
|
|
20515
20881
|
_python_name: str
|
|
20516
20882
|
child_names: list[str]
|
|
20517
20883
|
command_names: list[str]
|
|
20518
|
-
enable:
|
|
20884
|
+
enable: enable_14
|
|
20519
20885
|
mgrid_enable_transient: mgrid_enable_transient
|
|
20520
20886
|
mgrid_relative_to_thread: mgrid_relative_to_thread
|
|
20521
20887
|
mgrid_omega: mgrid_omega
|
|
@@ -21434,7 +21800,7 @@ class reaction(Group):
|
|
|
21434
21800
|
reaction_mechs: reaction_mechs_1
|
|
21435
21801
|
surface_volume_ratio: surface_volume_ratio
|
|
21436
21802
|
faradaic_heat: faradaic_heat
|
|
21437
|
-
class
|
|
21803
|
+
class enable_15(Boolean):
|
|
21438
21804
|
_version: str
|
|
21439
21805
|
fluent_name: str
|
|
21440
21806
|
_python_name: str
|
|
@@ -21537,10 +21903,10 @@ class sources_1(Group):
|
|
|
21537
21903
|
fluent_name: str
|
|
21538
21904
|
_python_name: str
|
|
21539
21905
|
child_names: list[str]
|
|
21540
|
-
enable:
|
|
21906
|
+
enable: enable_15
|
|
21541
21907
|
terms: terms
|
|
21542
21908
|
_child_aliases: dict
|
|
21543
|
-
class
|
|
21909
|
+
class enable_16(Boolean):
|
|
21544
21910
|
_version: str
|
|
21545
21911
|
fluent_name: str
|
|
21546
21912
|
_python_name: str
|
|
@@ -21623,7 +21989,7 @@ class fixed_values(Group):
|
|
|
21623
21989
|
fluent_name: str
|
|
21624
21990
|
_python_name: str
|
|
21625
21991
|
child_names: list[str]
|
|
21626
|
-
enable:
|
|
21992
|
+
enable: enable_16
|
|
21627
21993
|
cylindrical_fixed_var: cylindrical_fixed_var
|
|
21628
21994
|
variables: variables
|
|
21629
21995
|
_child_aliases: dict
|
|
@@ -21880,7 +22246,7 @@ class solid_relative_to_thread(String, AllowedValuesMixin):
|
|
|
21880
22246
|
_version: str
|
|
21881
22247
|
fluent_name: str
|
|
21882
22248
|
_python_name: str
|
|
21883
|
-
class
|
|
22249
|
+
class enable_17(Boolean):
|
|
21884
22250
|
_version: str
|
|
21885
22251
|
fluent_name: str
|
|
21886
22252
|
_python_name: str
|
|
@@ -22023,7 +22389,7 @@ class disabled(Group):
|
|
|
22023
22389
|
cursys: cursys
|
|
22024
22390
|
solid_omega: solid_omega
|
|
22025
22391
|
solid_relative_to_thread: solid_relative_to_thread
|
|
22026
|
-
enable:
|
|
22392
|
+
enable: enable_17
|
|
22027
22393
|
solid_motion_axis_direction: solid_motion_axis_direction
|
|
22028
22394
|
solid_motion_axis_origin: solid_motion_axis_origin
|
|
22029
22395
|
solid_motion_velocity: solid_motion_velocity
|
|
@@ -22243,7 +22609,7 @@ class mesh_motion_1(Group):
|
|
|
22243
22609
|
fluent_name: str
|
|
22244
22610
|
_python_name: str
|
|
22245
22611
|
child_names: list[str]
|
|
22246
|
-
enable:
|
|
22612
|
+
enable: enable_14
|
|
22247
22613
|
mgrid_enable_transient: mgrid_enable_transient
|
|
22248
22614
|
mgrid_relative_to_thread: mgrid_relative_to_thread
|
|
22249
22615
|
mgrid_omega: mgrid_omega
|
|
@@ -22258,7 +22624,7 @@ class solid_motion(Group):
|
|
|
22258
22624
|
_python_name: str
|
|
22259
22625
|
child_names: list[str]
|
|
22260
22626
|
command_names: list[str]
|
|
22261
|
-
enable:
|
|
22627
|
+
enable: enable_17
|
|
22262
22628
|
solid_relative_to_thread: solid_relative_to_thread
|
|
22263
22629
|
solid_omega: solid_omega
|
|
22264
22630
|
solid_motion_velocity: solid_motion_velocity
|
|
@@ -25130,7 +25496,7 @@ class tss_scalar(NamedObject[tss_scalar_child]):
|
|
|
25130
25496
|
The name of the new object.
|
|
25131
25497
|
"""
|
|
25132
25498
|
child_object_type: tss_scalar_child
|
|
25133
|
-
class
|
|
25499
|
+
class species_6(Group):
|
|
25134
25500
|
_version: str
|
|
25135
25501
|
fluent_name: str
|
|
25136
25502
|
_python_name: str
|
|
@@ -26302,7 +26668,7 @@ class phase_5_child(Group):
|
|
|
26302
26668
|
turbulence: turbulence
|
|
26303
26669
|
thermal: thermal
|
|
26304
26670
|
radiation: radiation_1
|
|
26305
|
-
species:
|
|
26671
|
+
species: species_6
|
|
26306
26672
|
discrete_phase: discrete_phase_1
|
|
26307
26673
|
multiphase: multiphase_2
|
|
26308
26674
|
potential: potential
|
|
@@ -26381,7 +26747,7 @@ class exhaust_fan_child(Group):
|
|
|
26381
26747
|
turbulence: turbulence
|
|
26382
26748
|
thermal: thermal
|
|
26383
26749
|
radiation: radiation_1
|
|
26384
|
-
species:
|
|
26750
|
+
species: species_6
|
|
26385
26751
|
discrete_phase: discrete_phase_1
|
|
26386
26752
|
multiphase: multiphase_2
|
|
26387
26753
|
potential: potential
|
|
@@ -27811,7 +28177,7 @@ class pollutant_hocl_mass_fraction(Group):
|
|
|
27811
28177
|
field_name: field_name
|
|
27812
28178
|
udf: udf
|
|
27813
28179
|
_child_aliases: dict
|
|
27814
|
-
class
|
|
28180
|
+
class species_7(Group):
|
|
27815
28181
|
_version: str
|
|
27816
28182
|
fluent_name: str
|
|
27817
28183
|
_python_name: str
|
|
@@ -28049,6 +28415,10 @@ class fensapice_dpm_inj_nstream(Integer):
|
|
|
28049
28415
|
_version: str
|
|
28050
28416
|
fluent_name: str
|
|
28051
28417
|
_python_name: str
|
|
28418
|
+
class fensapice_dpm_rh_mode_1(Integer):
|
|
28419
|
+
_version: str
|
|
28420
|
+
fluent_name: str
|
|
28421
|
+
_python_name: str
|
|
28052
28422
|
class fensapice_drop_icc(Real):
|
|
28053
28423
|
_version: str
|
|
28054
28424
|
fluent_name: str
|
|
@@ -28089,6 +28459,10 @@ class fensapice_drop_vrh_1_1(Real):
|
|
|
28089
28459
|
_version: str
|
|
28090
28460
|
fluent_name: str
|
|
28091
28461
|
_python_name: str
|
|
28462
|
+
class fensapice_drop_vc_1(Real):
|
|
28463
|
+
_version: str
|
|
28464
|
+
fluent_name: str
|
|
28465
|
+
_python_name: str
|
|
28092
28466
|
class icing_1(Group):
|
|
28093
28467
|
_version: str
|
|
28094
28468
|
fluent_name: str
|
|
@@ -28105,7 +28479,7 @@ class icing_1(Group):
|
|
|
28105
28479
|
fensapice_drop_dz: fensapice_drop_dz
|
|
28106
28480
|
fensapice_dpm_surface_injection: fensapice_dpm_surface_injection
|
|
28107
28481
|
fensapice_dpm_inj_nstream: fensapice_dpm_inj_nstream
|
|
28108
|
-
fensapice_dpm_rh_mode:
|
|
28482
|
+
fensapice_dpm_rh_mode: fensapice_dpm_rh_mode_1
|
|
28109
28483
|
fensapice_drop_icc: fensapice_drop_icc
|
|
28110
28484
|
fensapice_drop_ctemp: fensapice_drop_ctemp
|
|
28111
28485
|
fensapice_drop_cmelt: fensapice_drop_cmelt
|
|
@@ -28116,7 +28490,7 @@ class icing_1(Group):
|
|
|
28116
28490
|
fensapice_drop_cz: fensapice_drop_cz
|
|
28117
28491
|
fensapice_drop_vrh: fensapice_drop_vrh_1
|
|
28118
28492
|
fensapice_drop_vrh_1: fensapice_drop_vrh_1_1
|
|
28119
|
-
fensapice_drop_vc:
|
|
28493
|
+
fensapice_drop_vc: fensapice_drop_vc_1
|
|
28120
28494
|
class phase_7_child(Group):
|
|
28121
28495
|
_version: str
|
|
28122
28496
|
fluent_name: str
|
|
@@ -28126,7 +28500,7 @@ class phase_7_child(Group):
|
|
|
28126
28500
|
turbulence: turbulence_1
|
|
28127
28501
|
thermal: thermal_1
|
|
28128
28502
|
radiation: radiation_2
|
|
28129
|
-
species:
|
|
28503
|
+
species: species_7
|
|
28130
28504
|
discrete_phase: discrete_phase_1
|
|
28131
28505
|
multiphase: multiphase_3
|
|
28132
28506
|
potential: potential
|
|
@@ -28205,7 +28579,7 @@ class inlet_vent_child(Group):
|
|
|
28205
28579
|
turbulence: turbulence_1
|
|
28206
28580
|
thermal: thermal_1
|
|
28207
28581
|
radiation: radiation_2
|
|
28208
|
-
species:
|
|
28582
|
+
species: species_7
|
|
28209
28583
|
discrete_phase: discrete_phase_1
|
|
28210
28584
|
multiphase: multiphase_3
|
|
28211
28585
|
potential: potential
|
|
@@ -28354,7 +28728,7 @@ class phase_8_child(Group):
|
|
|
28354
28728
|
turbulence: turbulence_1
|
|
28355
28729
|
thermal: thermal_1
|
|
28356
28730
|
radiation: radiation_2
|
|
28357
|
-
species:
|
|
28731
|
+
species: species_7
|
|
28358
28732
|
discrete_phase: discrete_phase_1
|
|
28359
28733
|
multiphase: multiphase_3
|
|
28360
28734
|
potential: potential
|
|
@@ -28433,7 +28807,7 @@ class intake_fan_child(Group):
|
|
|
28433
28807
|
turbulence: turbulence_1
|
|
28434
28808
|
thermal: thermal_1
|
|
28435
28809
|
radiation: radiation_2
|
|
28436
|
-
species:
|
|
28810
|
+
species: species_7
|
|
28437
28811
|
discrete_phase: discrete_phase_1
|
|
28438
28812
|
multiphase: multiphase_3
|
|
28439
28813
|
potential: potential
|
|
@@ -29058,7 +29432,7 @@ class radiation_3(Group):
|
|
|
29058
29432
|
participates_in_solar_ray_tracing: participates_in_solar_ray_tracing
|
|
29059
29433
|
solar_transmissivity_factor: solar_transmissivity_factor
|
|
29060
29434
|
_child_aliases: dict
|
|
29061
|
-
class
|
|
29435
|
+
class species_8(Group):
|
|
29062
29436
|
_version: str
|
|
29063
29437
|
fluent_name: str
|
|
29064
29438
|
_python_name: str
|
|
@@ -29177,7 +29551,7 @@ class phase_11_child(Group):
|
|
|
29177
29551
|
turbulence: turbulence_2
|
|
29178
29552
|
thermal: thermal_2
|
|
29179
29553
|
radiation: radiation_3
|
|
29180
|
-
species:
|
|
29554
|
+
species: species_8
|
|
29181
29555
|
discrete_phase: discrete_phase_3
|
|
29182
29556
|
multiphase: multiphase_4
|
|
29183
29557
|
potential: potential
|
|
@@ -29256,7 +29630,7 @@ class mass_flow_inlet_child(Group):
|
|
|
29256
29630
|
turbulence: turbulence_2
|
|
29257
29631
|
thermal: thermal_2
|
|
29258
29632
|
radiation: radiation_3
|
|
29259
|
-
species:
|
|
29633
|
+
species: species_8
|
|
29260
29634
|
discrete_phase: discrete_phase_3
|
|
29261
29635
|
multiphase: multiphase_4
|
|
29262
29636
|
potential: potential
|
|
@@ -29400,7 +29774,7 @@ class radiation_4(Group):
|
|
|
29400
29774
|
participates_in_solar_ray_tracing: participates_in_solar_ray_tracing
|
|
29401
29775
|
solar_transmissivity_factor: solar_transmissivity_factor
|
|
29402
29776
|
_child_aliases: dict
|
|
29403
|
-
class
|
|
29777
|
+
class species_9(Group):
|
|
29404
29778
|
_version: str
|
|
29405
29779
|
fluent_name: str
|
|
29406
29780
|
_python_name: str
|
|
@@ -29428,7 +29802,7 @@ class phase_12_child(Group):
|
|
|
29428
29802
|
turbulence: turbulence_3
|
|
29429
29803
|
thermal: thermal_3
|
|
29430
29804
|
radiation: radiation_4
|
|
29431
|
-
species:
|
|
29805
|
+
species: species_9
|
|
29432
29806
|
discrete_phase: discrete_phase_3
|
|
29433
29807
|
multiphase: multiphase_5
|
|
29434
29808
|
potential: potential_1
|
|
@@ -29507,7 +29881,7 @@ class mass_flow_outlet_child(Group):
|
|
|
29507
29881
|
turbulence: turbulence_3
|
|
29508
29882
|
thermal: thermal_3
|
|
29509
29883
|
radiation: radiation_4
|
|
29510
|
-
species:
|
|
29884
|
+
species: species_9
|
|
29511
29885
|
discrete_phase: discrete_phase_3
|
|
29512
29886
|
multiphase: multiphase_5
|
|
29513
29887
|
potential: potential_1
|
|
@@ -30238,7 +30612,7 @@ class phase_16_child(Group):
|
|
|
30238
30612
|
turbulence: turbulence
|
|
30239
30613
|
thermal: thermal
|
|
30240
30614
|
radiation: radiation_1
|
|
30241
|
-
species:
|
|
30615
|
+
species: species_6
|
|
30242
30616
|
discrete_phase: discrete_phase_1
|
|
30243
30617
|
multiphase: multiphase_2
|
|
30244
30618
|
potential: potential
|
|
@@ -30317,7 +30691,7 @@ class outlet_vent_child(Group):
|
|
|
30317
30691
|
turbulence: turbulence
|
|
30318
30692
|
thermal: thermal
|
|
30319
30693
|
radiation: radiation_1
|
|
30320
|
-
species:
|
|
30694
|
+
species: species_6
|
|
30321
30695
|
discrete_phase: discrete_phase_1
|
|
30322
30696
|
multiphase: multiphase_2
|
|
30323
30697
|
potential: potential
|
|
@@ -31225,7 +31599,7 @@ class radiation_5(Group):
|
|
|
31225
31599
|
participates_in_solar_ray_tracing: participates_in_solar_ray_tracing
|
|
31226
31600
|
solar_transmissivity_factor: solar_transmissivity_factor
|
|
31227
31601
|
_child_aliases: dict
|
|
31228
|
-
class
|
|
31602
|
+
class species_10(Group):
|
|
31229
31603
|
_version: str
|
|
31230
31604
|
fluent_name: str
|
|
31231
31605
|
_python_name: str
|
|
@@ -31273,7 +31647,7 @@ class phase_19_child(Group):
|
|
|
31273
31647
|
turbulence: turbulence_2
|
|
31274
31648
|
thermal: thermal_4
|
|
31275
31649
|
radiation: radiation_5
|
|
31276
|
-
species:
|
|
31650
|
+
species: species_10
|
|
31277
31651
|
discrete_phase: discrete_phase_4
|
|
31278
31652
|
potential: potential
|
|
31279
31653
|
structure: structure_1
|
|
@@ -31351,7 +31725,7 @@ class pressure_far_field_child(Group):
|
|
|
31351
31725
|
turbulence: turbulence_2
|
|
31352
31726
|
thermal: thermal_4
|
|
31353
31727
|
radiation: radiation_5
|
|
31354
|
-
species:
|
|
31728
|
+
species: species_10
|
|
31355
31729
|
discrete_phase: discrete_phase_4
|
|
31356
31730
|
potential: potential
|
|
31357
31731
|
structure: structure_1
|
|
@@ -31484,7 +31858,7 @@ class phase_20_child(Group):
|
|
|
31484
31858
|
turbulence: turbulence_1
|
|
31485
31859
|
thermal: thermal_1
|
|
31486
31860
|
radiation: radiation_2
|
|
31487
|
-
species:
|
|
31861
|
+
species: species_7
|
|
31488
31862
|
discrete_phase: discrete_phase_1
|
|
31489
31863
|
multiphase: multiphase_3
|
|
31490
31864
|
potential: potential
|
|
@@ -31563,7 +31937,7 @@ class pressure_inlet_child(Group):
|
|
|
31563
31937
|
turbulence: turbulence_1
|
|
31564
31938
|
thermal: thermal_1
|
|
31565
31939
|
radiation: radiation_2
|
|
31566
|
-
species:
|
|
31940
|
+
species: species_7
|
|
31567
31941
|
discrete_phase: discrete_phase_1
|
|
31568
31942
|
multiphase: multiphase_3
|
|
31569
31943
|
potential: potential
|
|
@@ -31712,7 +32086,7 @@ class phase_21_child(Group):
|
|
|
31712
32086
|
turbulence: turbulence
|
|
31713
32087
|
thermal: thermal
|
|
31714
32088
|
radiation: radiation_1
|
|
31715
|
-
species:
|
|
32089
|
+
species: species_6
|
|
31716
32090
|
discrete_phase: discrete_phase_1
|
|
31717
32091
|
multiphase: multiphase_2
|
|
31718
32092
|
potential: potential
|
|
@@ -31791,7 +32165,7 @@ class pressure_outlet_child(Group):
|
|
|
31791
32165
|
turbulence: turbulence
|
|
31792
32166
|
thermal: thermal
|
|
31793
32167
|
radiation: radiation_1
|
|
31794
|
-
species:
|
|
32168
|
+
species: species_6
|
|
31795
32169
|
discrete_phase: discrete_phase_1
|
|
31796
32170
|
multiphase: multiphase_2
|
|
31797
32171
|
potential: potential
|
|
@@ -33834,7 +34208,7 @@ class phase_26_child(Group):
|
|
|
33834
34208
|
turbulence: turbulence_5
|
|
33835
34209
|
thermal: thermal_5
|
|
33836
34210
|
radiation: radiation_6
|
|
33837
|
-
species:
|
|
34211
|
+
species: species_8
|
|
33838
34212
|
discrete_phase: discrete_phase_1
|
|
33839
34213
|
multiphase: multiphase_6
|
|
33840
34214
|
potential: potential
|
|
@@ -33913,7 +34287,7 @@ class velocity_inlet_child(Group):
|
|
|
33913
34287
|
turbulence: turbulence_5
|
|
33914
34288
|
thermal: thermal_5
|
|
33915
34289
|
radiation: radiation_6
|
|
33916
|
-
species:
|
|
34290
|
+
species: species_8
|
|
33917
34291
|
discrete_phase: discrete_phase_1
|
|
33918
34292
|
multiphase: multiphase_6
|
|
33919
34293
|
potential: potential
|
|
@@ -34284,6 +34658,30 @@ class method_6(Integer):
|
|
|
34284
34658
|
_version: str
|
|
34285
34659
|
fluent_name: str
|
|
34286
34660
|
_python_name: str
|
|
34661
|
+
class eom_gamma(Real):
|
|
34662
|
+
_version: str
|
|
34663
|
+
fluent_name: str
|
|
34664
|
+
_python_name: str
|
|
34665
|
+
class eom_beta(Real):
|
|
34666
|
+
_version: str
|
|
34667
|
+
fluent_name: str
|
|
34668
|
+
_python_name: str
|
|
34669
|
+
class eom_zeta(Real):
|
|
34670
|
+
_version: str
|
|
34671
|
+
fluent_name: str
|
|
34672
|
+
_python_name: str
|
|
34673
|
+
class eom_forcing(Boolean):
|
|
34674
|
+
_version: str
|
|
34675
|
+
fluent_name: str
|
|
34676
|
+
_python_name: str
|
|
34677
|
+
class eom_damping_active(Boolean):
|
|
34678
|
+
_version: str
|
|
34679
|
+
fluent_name: str
|
|
34680
|
+
_python_name: str
|
|
34681
|
+
class eom_initial_period(Integer):
|
|
34682
|
+
_version: str
|
|
34683
|
+
fluent_name: str
|
|
34684
|
+
_python_name: str
|
|
34287
34685
|
class force_real_component_child(Group):
|
|
34288
34686
|
_version: str
|
|
34289
34687
|
fluent_name: str
|
|
@@ -34451,6 +34849,12 @@ class momentum_11(Group):
|
|
|
34451
34849
|
cmplx: cmplx
|
|
34452
34850
|
norm: norm
|
|
34453
34851
|
method: method_6
|
|
34852
|
+
eom_gamma: eom_gamma
|
|
34853
|
+
eom_beta: eom_beta
|
|
34854
|
+
eom_zeta: eom_zeta
|
|
34855
|
+
eom_forcing: eom_forcing
|
|
34856
|
+
eom_damping_active: eom_damping_active
|
|
34857
|
+
eom_initial_period: eom_initial_period
|
|
34454
34858
|
force_real_component: force_real_component
|
|
34455
34859
|
force_imaginary_component: force_imaginary_component
|
|
34456
34860
|
force_cmplx: force_cmplx
|
|
@@ -35585,7 +35989,7 @@ class solid_species_density(Real):
|
|
|
35585
35989
|
_version: str
|
|
35586
35990
|
fluent_name: str
|
|
35587
35991
|
_python_name: str
|
|
35588
|
-
class
|
|
35992
|
+
class species_11(Group):
|
|
35589
35993
|
_version: str
|
|
35590
35994
|
fluent_name: str
|
|
35591
35995
|
_python_name: str
|
|
@@ -36807,7 +37211,7 @@ class phase_27_child(Group):
|
|
|
36807
37211
|
turbulence: turbulence_6
|
|
36808
37212
|
thermal: thermal_6
|
|
36809
37213
|
radiation: radiation_7
|
|
36810
|
-
species:
|
|
37214
|
+
species: species_11
|
|
36811
37215
|
discrete_phase: discrete_phase_5
|
|
36812
37216
|
wall_film: wall_film_1
|
|
36813
37217
|
multiphase: multiphase_7
|
|
@@ -36888,7 +37292,7 @@ class wall_child(Group):
|
|
|
36888
37292
|
turbulence: turbulence_6
|
|
36889
37293
|
thermal: thermal_6
|
|
36890
37294
|
radiation: radiation_7
|
|
36891
|
-
species:
|
|
37295
|
+
species: species_11
|
|
36892
37296
|
discrete_phase: discrete_phase_5
|
|
36893
37297
|
wall_film: wall_film_1
|
|
36894
37298
|
multiphase: multiphase_7
|
|
@@ -37411,7 +37815,7 @@ class phase_29_child(Group):
|
|
|
37411
37815
|
turbulence: turbulence
|
|
37412
37816
|
thermal: thermal
|
|
37413
37817
|
radiation: radiation_1
|
|
37414
|
-
species:
|
|
37818
|
+
species: species_6
|
|
37415
37819
|
discrete_phase: discrete_phase_1
|
|
37416
37820
|
multiphase: multiphase_2
|
|
37417
37821
|
potential: potential
|
|
@@ -37500,7 +37904,7 @@ class exhaust_fan_1_child(Group):
|
|
|
37500
37904
|
turbulence: turbulence
|
|
37501
37905
|
thermal: thermal
|
|
37502
37906
|
radiation: radiation_1
|
|
37503
|
-
species:
|
|
37907
|
+
species: species_6
|
|
37504
37908
|
discrete_phase: discrete_phase_1
|
|
37505
37909
|
multiphase: multiphase_2
|
|
37506
37910
|
potential: potential
|
|
@@ -37846,7 +38250,7 @@ class phase_31_child(Group):
|
|
|
37846
38250
|
turbulence: turbulence_1
|
|
37847
38251
|
thermal: thermal_1
|
|
37848
38252
|
radiation: radiation_2
|
|
37849
|
-
species:
|
|
38253
|
+
species: species_7
|
|
37850
38254
|
discrete_phase: discrete_phase_1
|
|
37851
38255
|
multiphase: multiphase_3
|
|
37852
38256
|
potential: potential
|
|
@@ -37935,7 +38339,7 @@ class inlet_vent_1_child(Group):
|
|
|
37935
38339
|
turbulence: turbulence_1
|
|
37936
38340
|
thermal: thermal_1
|
|
37937
38341
|
radiation: radiation_2
|
|
37938
|
-
species:
|
|
38342
|
+
species: species_7
|
|
37939
38343
|
discrete_phase: discrete_phase_1
|
|
37940
38344
|
multiphase: multiphase_3
|
|
37941
38345
|
potential: potential
|
|
@@ -38029,7 +38433,7 @@ class phase_32_child(Group):
|
|
|
38029
38433
|
turbulence: turbulence_1
|
|
38030
38434
|
thermal: thermal_1
|
|
38031
38435
|
radiation: radiation_2
|
|
38032
|
-
species:
|
|
38436
|
+
species: species_7
|
|
38033
38437
|
discrete_phase: discrete_phase_1
|
|
38034
38438
|
multiphase: multiphase_3
|
|
38035
38439
|
potential: potential
|
|
@@ -38118,7 +38522,7 @@ class intake_fan_1_child(Group):
|
|
|
38118
38522
|
turbulence: turbulence_1
|
|
38119
38523
|
thermal: thermal_1
|
|
38120
38524
|
radiation: radiation_2
|
|
38121
|
-
species:
|
|
38525
|
+
species: species_7
|
|
38122
38526
|
discrete_phase: discrete_phase_1
|
|
38123
38527
|
multiphase: multiphase_3
|
|
38124
38528
|
potential: potential
|
|
@@ -38532,7 +38936,7 @@ class phase_35_child(Group):
|
|
|
38532
38936
|
turbulence: turbulence_2
|
|
38533
38937
|
thermal: thermal_2
|
|
38534
38938
|
radiation: radiation_3
|
|
38535
|
-
species:
|
|
38939
|
+
species: species_8
|
|
38536
38940
|
discrete_phase: discrete_phase_3
|
|
38537
38941
|
multiphase: multiphase_4
|
|
38538
38942
|
potential: potential
|
|
@@ -38621,7 +39025,7 @@ class mass_flow_inlet_1_child(Group):
|
|
|
38621
39025
|
turbulence: turbulence_2
|
|
38622
39026
|
thermal: thermal_2
|
|
38623
39027
|
radiation: radiation_3
|
|
38624
|
-
species:
|
|
39028
|
+
species: species_8
|
|
38625
39029
|
discrete_phase: discrete_phase_3
|
|
38626
39030
|
multiphase: multiphase_4
|
|
38627
39031
|
potential: potential
|
|
@@ -38715,7 +39119,7 @@ class phase_36_child(Group):
|
|
|
38715
39119
|
turbulence: turbulence_3
|
|
38716
39120
|
thermal: thermal_3
|
|
38717
39121
|
radiation: radiation_4
|
|
38718
|
-
species:
|
|
39122
|
+
species: species_9
|
|
38719
39123
|
discrete_phase: discrete_phase_3
|
|
38720
39124
|
multiphase: multiphase_5
|
|
38721
39125
|
potential: potential_1
|
|
@@ -38804,7 +39208,7 @@ class mass_flow_outlet_1_child(Group):
|
|
|
38804
39208
|
turbulence: turbulence_3
|
|
38805
39209
|
thermal: thermal_3
|
|
38806
39210
|
radiation: radiation_4
|
|
38807
|
-
species:
|
|
39211
|
+
species: species_9
|
|
38808
39212
|
discrete_phase: discrete_phase_3
|
|
38809
39213
|
multiphase: multiphase_5
|
|
38810
39214
|
potential: potential_1
|
|
@@ -39386,7 +39790,7 @@ class phase_40_child(Group):
|
|
|
39386
39790
|
turbulence: turbulence
|
|
39387
39791
|
thermal: thermal
|
|
39388
39792
|
radiation: radiation_1
|
|
39389
|
-
species:
|
|
39793
|
+
species: species_6
|
|
39390
39794
|
discrete_phase: discrete_phase_1
|
|
39391
39795
|
multiphase: multiphase_2
|
|
39392
39796
|
potential: potential
|
|
@@ -39475,7 +39879,7 @@ class outlet_vent_1_child(Group):
|
|
|
39475
39879
|
turbulence: turbulence
|
|
39476
39880
|
thermal: thermal
|
|
39477
39881
|
radiation: radiation_1
|
|
39478
|
-
species:
|
|
39882
|
+
species: species_6
|
|
39479
39883
|
discrete_phase: discrete_phase_1
|
|
39480
39884
|
multiphase: multiphase_2
|
|
39481
39885
|
potential: potential
|
|
@@ -39980,7 +40384,7 @@ class phase_43_child(Group):
|
|
|
39980
40384
|
turbulence: turbulence_2
|
|
39981
40385
|
thermal: thermal_4
|
|
39982
40386
|
radiation: radiation_5
|
|
39983
|
-
species:
|
|
40387
|
+
species: species_10
|
|
39984
40388
|
discrete_phase: discrete_phase_4
|
|
39985
40389
|
potential: potential
|
|
39986
40390
|
structure: structure_1
|
|
@@ -40068,7 +40472,7 @@ class pressure_far_field_1_child(Group):
|
|
|
40068
40472
|
turbulence: turbulence_2
|
|
40069
40473
|
thermal: thermal_4
|
|
40070
40474
|
radiation: radiation_5
|
|
40071
|
-
species:
|
|
40475
|
+
species: species_10
|
|
40072
40476
|
discrete_phase: discrete_phase_4
|
|
40073
40477
|
potential: potential
|
|
40074
40478
|
structure: structure_1
|
|
@@ -40161,7 +40565,7 @@ class phase_44_child(Group):
|
|
|
40161
40565
|
turbulence: turbulence_1
|
|
40162
40566
|
thermal: thermal_1
|
|
40163
40567
|
radiation: radiation_2
|
|
40164
|
-
species:
|
|
40568
|
+
species: species_7
|
|
40165
40569
|
discrete_phase: discrete_phase_1
|
|
40166
40570
|
multiphase: multiphase_3
|
|
40167
40571
|
potential: potential
|
|
@@ -40250,7 +40654,7 @@ class pressure_inlet_1_child(Group):
|
|
|
40250
40654
|
turbulence: turbulence_1
|
|
40251
40655
|
thermal: thermal_1
|
|
40252
40656
|
radiation: radiation_2
|
|
40253
|
-
species:
|
|
40657
|
+
species: species_7
|
|
40254
40658
|
discrete_phase: discrete_phase_1
|
|
40255
40659
|
multiphase: multiphase_3
|
|
40256
40660
|
potential: potential
|
|
@@ -40344,7 +40748,7 @@ class phase_45_child(Group):
|
|
|
40344
40748
|
turbulence: turbulence
|
|
40345
40749
|
thermal: thermal
|
|
40346
40750
|
radiation: radiation_1
|
|
40347
|
-
species:
|
|
40751
|
+
species: species_6
|
|
40348
40752
|
discrete_phase: discrete_phase_1
|
|
40349
40753
|
multiphase: multiphase_2
|
|
40350
40754
|
potential: potential
|
|
@@ -40433,7 +40837,7 @@ class pressure_outlet_1_child(Group):
|
|
|
40433
40837
|
turbulence: turbulence
|
|
40434
40838
|
thermal: thermal
|
|
40435
40839
|
radiation: radiation_1
|
|
40436
|
-
species:
|
|
40840
|
+
species: species_6
|
|
40437
40841
|
discrete_phase: discrete_phase_1
|
|
40438
40842
|
multiphase: multiphase_2
|
|
40439
40843
|
potential: potential
|
|
@@ -41345,7 +41749,7 @@ class phase_50_child(Group):
|
|
|
41345
41749
|
turbulence: turbulence_5
|
|
41346
41750
|
thermal: thermal_5
|
|
41347
41751
|
radiation: radiation_6
|
|
41348
|
-
species:
|
|
41752
|
+
species: species_8
|
|
41349
41753
|
discrete_phase: discrete_phase_1
|
|
41350
41754
|
multiphase: multiphase_6
|
|
41351
41755
|
potential: potential
|
|
@@ -41434,7 +41838,7 @@ class velocity_inlet_1_child(Group):
|
|
|
41434
41838
|
turbulence: turbulence_5
|
|
41435
41839
|
thermal: thermal_5
|
|
41436
41840
|
radiation: radiation_6
|
|
41437
|
-
species:
|
|
41841
|
+
species: species_8
|
|
41438
41842
|
discrete_phase: discrete_phase_1
|
|
41439
41843
|
multiphase: multiphase_6
|
|
41440
41844
|
potential: potential
|
|
@@ -41528,7 +41932,7 @@ class phase_51_child(Group):
|
|
|
41528
41932
|
turbulence: turbulence_6
|
|
41529
41933
|
thermal: thermal_6
|
|
41530
41934
|
radiation: radiation_7
|
|
41531
|
-
species:
|
|
41935
|
+
species: species_11
|
|
41532
41936
|
discrete_phase: discrete_phase_5
|
|
41533
41937
|
wall_film: wall_film_1
|
|
41534
41938
|
multiphase: multiphase_7
|
|
@@ -41619,7 +42023,7 @@ class wall_1_child(Group):
|
|
|
41619
42023
|
turbulence: turbulence_6
|
|
41620
42024
|
thermal: thermal_6
|
|
41621
42025
|
radiation: radiation_7
|
|
41622
|
-
species:
|
|
42026
|
+
species: species_11
|
|
41623
42027
|
discrete_phase: discrete_phase_5
|
|
41624
42028
|
wall_film: wall_film_1
|
|
41625
42029
|
multiphase: multiphase_7
|
|
@@ -41735,7 +42139,7 @@ class general_nrbc(Group):
|
|
|
41735
42139
|
relax: relax
|
|
41736
42140
|
tangential_source: tangential_source
|
|
41737
42141
|
verbosity: verbosity_5
|
|
41738
|
-
class
|
|
42142
|
+
class enable_18(Boolean):
|
|
41739
42143
|
_version: str
|
|
41740
42144
|
fluent_name: str
|
|
41741
42145
|
_python_name: str
|
|
@@ -41757,7 +42161,7 @@ class turbo_specific_nrbc(Group):
|
|
|
41757
42161
|
_python_name: str
|
|
41758
42162
|
child_names: list[str]
|
|
41759
42163
|
command_names: list[str]
|
|
41760
|
-
enable:
|
|
42164
|
+
enable: enable_18
|
|
41761
42165
|
discretization: discretization
|
|
41762
42166
|
under_relaxation: under_relaxation_1
|
|
41763
42167
|
verbosity: verbosity_6
|
|
@@ -41965,7 +42369,7 @@ class progress_variable_1(Real):
|
|
|
41965
42369
|
_version: str
|
|
41966
42370
|
fluent_name: str
|
|
41967
42371
|
_python_name: str
|
|
41968
|
-
class
|
|
42372
|
+
class species_12(RealList):
|
|
41969
42373
|
_version: str
|
|
41970
42374
|
fluent_name: str
|
|
41971
42375
|
_python_name: str
|
|
@@ -41979,7 +42383,7 @@ class static_injection_child(Group):
|
|
|
41979
42383
|
temperature: temperature_4
|
|
41980
42384
|
mixture_fraction: mixture_fraction_1
|
|
41981
42385
|
progress_variable: progress_variable_1
|
|
41982
|
-
species:
|
|
42386
|
+
species: species_12
|
|
41983
42387
|
class static_injection(ListObject[static_injection_child]):
|
|
41984
42388
|
_version: str
|
|
41985
42389
|
fluent_name: str
|
|
@@ -42577,7 +42981,7 @@ class turbo_non_overlap_1(Boolean):
|
|
|
42577
42981
|
_version: str
|
|
42578
42982
|
fluent_name: str
|
|
42579
42983
|
_python_name: str
|
|
42580
|
-
class
|
|
42984
|
+
class turbo_interface_child(Group):
|
|
42581
42985
|
_version: str
|
|
42582
42986
|
fluent_name: str
|
|
42583
42987
|
_python_name: str
|
|
@@ -42590,7 +42994,7 @@ class turbo_create_child(Group):
|
|
|
42590
42994
|
paired_zones: paired_zones_1
|
|
42591
42995
|
turbo_choice: turbo_choice_1
|
|
42592
42996
|
turbo_non_overlap: turbo_non_overlap_1
|
|
42593
|
-
class
|
|
42997
|
+
class turbo_interface(NamedObject[turbo_interface_child]):
|
|
42594
42998
|
_version: str
|
|
42595
42999
|
fluent_name: str
|
|
42596
43000
|
_python_name: str
|
|
@@ -42662,16 +43066,7 @@ class turbo_create(NamedObject[turbo_create_child]):
|
|
|
42662
43066
|
to : str
|
|
42663
43067
|
The name of the new object.
|
|
42664
43068
|
"""
|
|
42665
|
-
|
|
42666
|
-
"""
|
|
42667
|
-
Perform turbo interface check.
|
|
42668
|
-
|
|
42669
|
-
Parameters
|
|
42670
|
-
----------
|
|
42671
|
-
object_name : str
|
|
42672
|
-
Turbo interface for interface check.
|
|
42673
|
-
"""
|
|
42674
|
-
child_object_type: turbo_create_child
|
|
43069
|
+
child_object_type: turbo_interface_child
|
|
42675
43070
|
class verbosity_8(Integer):
|
|
42676
43071
|
_version: str
|
|
42677
43072
|
fluent_name: str
|
|
@@ -42770,7 +43165,7 @@ class mesh_interfaces(Group):
|
|
|
42770
43165
|
command_names: list[str]
|
|
42771
43166
|
interface: interface_3
|
|
42772
43167
|
auto_options: auto_options
|
|
42773
|
-
|
|
43168
|
+
turbo_interface: turbo_interface
|
|
42774
43169
|
verbosity: verbosity_8
|
|
42775
43170
|
enforce_continuity_after_bc: enforce_continuity_after_bc
|
|
42776
43171
|
coupled_interfaces_inherit_bcs: coupled_interfaces_inherit_bcs
|
|
@@ -42997,6 +43392,92 @@ class mesh_interfaces(Group):
|
|
|
42997
43392
|
Zone id/name.
|
|
42998
43393
|
"""
|
|
42999
43394
|
_child_aliases: dict
|
|
43395
|
+
class turbo_interfaces_child(Group):
|
|
43396
|
+
_version: str
|
|
43397
|
+
fluent_name: str
|
|
43398
|
+
_python_name: str
|
|
43399
|
+
child_names: list[str]
|
|
43400
|
+
name: name_18
|
|
43401
|
+
adjacent_cell_zone_1: adjacent_cell_zone_1_1
|
|
43402
|
+
zone1: zone1_1
|
|
43403
|
+
adjacent_cell_zone_2: adjacent_cell_zone_2_1
|
|
43404
|
+
zone2: zone2_1
|
|
43405
|
+
paired_zones: paired_zones_1
|
|
43406
|
+
turbo_choice: turbo_choice_1
|
|
43407
|
+
turbo_non_overlap: turbo_non_overlap_1
|
|
43408
|
+
class turbo_interfaces(NamedObject[turbo_interfaces_child]):
|
|
43409
|
+
_version: str
|
|
43410
|
+
fluent_name: str
|
|
43411
|
+
_python_name: str
|
|
43412
|
+
command_names: list[str]
|
|
43413
|
+
def create(self, mesh_interface_name: str, adjacent_cell_zone_1: str, zone1: str, adjacent_cell_zone_2: str, zone2: str, paired_zones: list[str], turbo_choice: str, turbo_non_overlap: bool):
|
|
43414
|
+
"""
|
|
43415
|
+
Create turbo mesh interface.
|
|
43416
|
+
|
|
43417
|
+
Parameters
|
|
43418
|
+
----------
|
|
43419
|
+
mesh_interface_name : str
|
|
43420
|
+
The mesh interface names.
|
|
43421
|
+
adjacent_cell_zone_1 : str
|
|
43422
|
+
Adjacent cell zone 1.
|
|
43423
|
+
zone1 : str
|
|
43424
|
+
First interface defining this mesh-interface.
|
|
43425
|
+
adjacent_cell_zone_2 : str
|
|
43426
|
+
Adjacent cell zone 2.
|
|
43427
|
+
zone2 : str
|
|
43428
|
+
Second interface defining this mesh-interface.
|
|
43429
|
+
paired_zones : List
|
|
43430
|
+
Paired zones list.
|
|
43431
|
+
turbo_choice : str
|
|
43432
|
+
Your choice of pitch-change types.
|
|
43433
|
+
turbo_non_overlap : bool
|
|
43434
|
+
Enable non-overlapping walls option for this mesh-interface.
|
|
43435
|
+
"""
|
|
43436
|
+
def delete(self, name_list: list[str]):
|
|
43437
|
+
"""
|
|
43438
|
+
Delete selected objects.
|
|
43439
|
+
|
|
43440
|
+
Parameters
|
|
43441
|
+
----------
|
|
43442
|
+
name_list : List
|
|
43443
|
+
Objects to be deleted.
|
|
43444
|
+
"""
|
|
43445
|
+
def rename(self, new: str, old: str):
|
|
43446
|
+
"""
|
|
43447
|
+
Rename the object.
|
|
43448
|
+
|
|
43449
|
+
Parameters
|
|
43450
|
+
----------
|
|
43451
|
+
new : str
|
|
43452
|
+
New name for the object.
|
|
43453
|
+
old : str
|
|
43454
|
+
Object to rename.
|
|
43455
|
+
"""
|
|
43456
|
+
def list(self):
|
|
43457
|
+
"""
|
|
43458
|
+
List the names of the objects.
|
|
43459
|
+
"""
|
|
43460
|
+
def list_properties(self, object_name: str):
|
|
43461
|
+
"""
|
|
43462
|
+
List active properties of the object.
|
|
43463
|
+
|
|
43464
|
+
Parameters
|
|
43465
|
+
----------
|
|
43466
|
+
object_name : str
|
|
43467
|
+
Object for which properties are to be listed.
|
|
43468
|
+
"""
|
|
43469
|
+
def make_a_copy(self, from_: str, to: str):
|
|
43470
|
+
"""
|
|
43471
|
+
Create a copy of the object.
|
|
43472
|
+
|
|
43473
|
+
Parameters
|
|
43474
|
+
----------
|
|
43475
|
+
from_ : str
|
|
43476
|
+
The object to duplicate.
|
|
43477
|
+
to : str
|
|
43478
|
+
The name of the new object.
|
|
43479
|
+
"""
|
|
43480
|
+
child_object_type: turbo_interfaces_child
|
|
43000
43481
|
class enabled_55(Boolean):
|
|
43001
43482
|
_version: str
|
|
43002
43483
|
fluent_name: str
|
|
@@ -43359,7 +43840,7 @@ class threads(StringList, AllowedValuesMixin):
|
|
|
43359
43840
|
_version: str
|
|
43360
43841
|
fluent_name: str
|
|
43361
43842
|
_python_name: str
|
|
43362
|
-
class
|
|
43843
|
+
class file_name_20(String):
|
|
43363
43844
|
_version: str
|
|
43364
43845
|
fluent_name: str
|
|
43365
43846
|
_python_name: str
|
|
@@ -43377,7 +43858,7 @@ class write_in_cylinder_ouput(Group):
|
|
|
43377
43858
|
tumble_x: tumble_x
|
|
43378
43859
|
tumble_y: tumble_y
|
|
43379
43860
|
threads: threads
|
|
43380
|
-
file_name:
|
|
43861
|
+
file_name: file_name_20
|
|
43381
43862
|
class in_cylinder(Group):
|
|
43382
43863
|
_version: str
|
|
43383
43864
|
fluent_name: str
|
|
@@ -43651,7 +44132,7 @@ class implicit_update(Group):
|
|
|
43651
44132
|
update_interval: update_interval
|
|
43652
44133
|
relaxation_factor: relaxation_factor_1
|
|
43653
44134
|
residual_criterion: residual_criterion
|
|
43654
|
-
class
|
|
44135
|
+
class face_zones_2(StringList, AllowedValuesMixin):
|
|
43655
44136
|
_version: str
|
|
43656
44137
|
fluent_name: str
|
|
43657
44138
|
_python_name: str
|
|
@@ -43727,7 +44208,7 @@ class contact_detection(Group):
|
|
|
43727
44208
|
_python_name: str
|
|
43728
44209
|
child_names: list[str]
|
|
43729
44210
|
enabled: enabled_59
|
|
43730
|
-
face_zones:
|
|
44211
|
+
face_zones: face_zones_2
|
|
43731
44212
|
proximity_threshold: proximity_threshold
|
|
43732
44213
|
contact_udf: contact_udf
|
|
43733
44214
|
flow_control: flow_control
|
|
@@ -43845,7 +44326,7 @@ class max_skewness(Real):
|
|
|
43845
44326
|
_version: str
|
|
43846
44327
|
fluent_name: str
|
|
43847
44328
|
_python_name: str
|
|
43848
|
-
class
|
|
44329
|
+
class parameters_6(Group):
|
|
43849
44330
|
_version: str
|
|
43850
44331
|
fluent_name: str
|
|
43851
44332
|
_python_name: str
|
|
@@ -43860,7 +44341,7 @@ class remeshing_1(Group):
|
|
|
43860
44341
|
_python_name: str
|
|
43861
44342
|
child_names: list[str]
|
|
43862
44343
|
enabled: enabled_59
|
|
43863
|
-
parameters:
|
|
44344
|
+
parameters: parameters_6
|
|
43864
44345
|
class methods_1(String, AllowedValuesMixin):
|
|
43865
44346
|
_version: str
|
|
43866
44347
|
fluent_name: str
|
|
@@ -44006,7 +44487,7 @@ class scale_2(Real):
|
|
|
44006
44487
|
_version: str
|
|
44007
44488
|
fluent_name: str
|
|
44008
44489
|
_python_name: str
|
|
44009
|
-
class
|
|
44490
|
+
class parameters_7(Group):
|
|
44010
44491
|
_version: str
|
|
44011
44492
|
fluent_name: str
|
|
44012
44493
|
_python_name: str
|
|
@@ -44019,7 +44500,7 @@ class stabilization(Group):
|
|
|
44019
44500
|
_python_name: str
|
|
44020
44501
|
child_names: list[str]
|
|
44021
44502
|
enabled: enabled_61
|
|
44022
|
-
parameters:
|
|
44503
|
+
parameters: parameters_7
|
|
44023
44504
|
class solver_1(Group):
|
|
44024
44505
|
_version: str
|
|
44025
44506
|
fluent_name: str
|
|
@@ -44606,7 +45087,7 @@ class enhanced_mpm_bands_viability_check(Boolean):
|
|
|
44606
45087
|
_version: str
|
|
44607
45088
|
fluent_name: str
|
|
44608
45089
|
_python_name: str
|
|
44609
|
-
class
|
|
45090
|
+
class expert_6(Group):
|
|
44610
45091
|
_version: str
|
|
44611
45092
|
fluent_name: str
|
|
44612
45093
|
_python_name: str
|
|
@@ -44703,7 +45184,7 @@ class general_turbo_interface(Group):
|
|
|
44703
45184
|
fluent_name: str
|
|
44704
45185
|
_python_name: str
|
|
44705
45186
|
child_names: list[str]
|
|
44706
|
-
expert:
|
|
45187
|
+
expert: expert_6
|
|
44707
45188
|
mixing_plane_model: mixing_plane_model
|
|
44708
45189
|
class models_1(Group):
|
|
44709
45190
|
_version: str
|
|
@@ -44847,6 +45328,7 @@ class turbomachinery(Group):
|
|
|
44847
45328
|
child_names: list[str]
|
|
44848
45329
|
models: models_1
|
|
44849
45330
|
periodic_instances: periodic_instances
|
|
45331
|
+
turbo_interfaces: turbo_interfaces
|
|
44850
45332
|
class auto_compile_compiled_functions(Boolean):
|
|
44851
45333
|
_version: str
|
|
44852
45334
|
fluent_name: str
|
|
@@ -45220,7 +45702,7 @@ class user_defined_1(Group):
|
|
|
45220
45702
|
profile_points : int
|
|
45221
45703
|
The Fan update interval.
|
|
45222
45704
|
program_name : str
|
|
45223
|
-
The
|
|
45705
|
+
The Fan program name.
|
|
45224
45706
|
"""
|
|
45225
45707
|
def customized_addon_library(self, customize_addon: bool, addon_udf_file: str):
|
|
45226
45708
|
"""
|
|
@@ -45374,6 +45856,7 @@ class setup(Group):
|
|
|
45374
45856
|
physics: physics_1
|
|
45375
45857
|
boundary_conditions: boundary_conditions
|
|
45376
45858
|
mesh_interfaces: mesh_interfaces
|
|
45859
|
+
turbo_interfaces: turbo_interfaces
|
|
45377
45860
|
dynamic_mesh: dynamic_mesh
|
|
45378
45861
|
reference_values: reference_values
|
|
45379
45862
|
reference_frames: reference_frames
|
|
@@ -45613,7 +46096,7 @@ class accelerated_non_iterative_time_marching(Boolean):
|
|
|
45613
46096
|
_version: str
|
|
45614
46097
|
fluent_name: str
|
|
45615
46098
|
_python_name: str
|
|
45616
|
-
class
|
|
46099
|
+
class enable_20(Boolean):
|
|
45617
46100
|
_version: str
|
|
45618
46101
|
fluent_name: str
|
|
45619
46102
|
_python_name: str
|
|
@@ -45630,10 +46113,10 @@ class convergence_acceleration_for_stretched_meshes(Group):
|
|
|
45630
46113
|
fluent_name: str
|
|
45631
46114
|
_python_name: str
|
|
45632
46115
|
child_names: list[str]
|
|
45633
|
-
enable:
|
|
46116
|
+
enable: enable_20
|
|
45634
46117
|
convergence_acceleration_type: convergence_acceleration_type_1
|
|
45635
46118
|
casm_cutoff_multiplier: casm_cutoff_multiplier_1
|
|
45636
|
-
class
|
|
46119
|
+
class enable_21(Boolean):
|
|
45637
46120
|
_version: str
|
|
45638
46121
|
fluent_name: str
|
|
45639
46122
|
_python_name: str
|
|
@@ -45646,7 +46129,7 @@ class divergence_prevention(Group):
|
|
|
45646
46129
|
fluent_name: str
|
|
45647
46130
|
_python_name: str
|
|
45648
46131
|
child_names: list[str]
|
|
45649
|
-
enable:
|
|
46132
|
+
enable: enable_21
|
|
45650
46133
|
relaxation_factor: relaxation_factor_2
|
|
45651
46134
|
class reactions_2(Boolean):
|
|
45652
46135
|
_version: str
|
|
@@ -45680,7 +46163,7 @@ class alternate_diffusion_for_porous_region_solids(Boolean):
|
|
|
45680
46163
|
_version: str
|
|
45681
46164
|
fluent_name: str
|
|
45682
46165
|
_python_name: str
|
|
45683
|
-
class
|
|
46166
|
+
class expert_7(Group):
|
|
45684
46167
|
_version: str
|
|
45685
46168
|
fluent_name: str
|
|
45686
46169
|
_python_name: str
|
|
@@ -45699,7 +46182,7 @@ class frozen_flux(Boolean):
|
|
|
45699
46182
|
_version: str
|
|
45700
46183
|
fluent_name: str
|
|
45701
46184
|
_python_name: str
|
|
45702
|
-
class
|
|
46185
|
+
class enable_22(Boolean):
|
|
45703
46186
|
_version: str
|
|
45704
46187
|
fluent_name: str
|
|
45705
46188
|
_python_name: str
|
|
@@ -45720,7 +46203,7 @@ class high_order_term_relaxation(Group):
|
|
|
45720
46203
|
fluent_name: str
|
|
45721
46204
|
_python_name: str
|
|
45722
46205
|
child_names: list[str]
|
|
45723
|
-
enable:
|
|
46206
|
+
enable: enable_22
|
|
45724
46207
|
relaxation_factor: relaxation_factor_3
|
|
45725
46208
|
select_variables: select_variables
|
|
45726
46209
|
type: type_13
|
|
@@ -46091,7 +46574,7 @@ class turbulent_interaction_troshko_hassan(Group):
|
|
|
46091
46574
|
t_h_legacy: t_h_legacy
|
|
46092
46575
|
t_h_vof_correction: t_h_vof_correction
|
|
46093
46576
|
t_h_freq_correction: t_h_freq_correction
|
|
46094
|
-
class
|
|
46577
|
+
class turbulence_interaction_1(Group):
|
|
46095
46578
|
_version: str
|
|
46096
46579
|
fluent_name: str
|
|
46097
46580
|
_python_name: str
|
|
@@ -46103,7 +46586,7 @@ class interphase_interactions(Group):
|
|
|
46103
46586
|
_python_name: str
|
|
46104
46587
|
child_names: list[str]
|
|
46105
46588
|
turbulent_dispersion: turbulent_dispersion_1
|
|
46106
|
-
turbulence_interaction:
|
|
46589
|
+
turbulence_interaction: turbulence_interaction_1
|
|
46107
46590
|
class smoothed_density_stabilization_method(Boolean):
|
|
46108
46591
|
_version: str
|
|
46109
46592
|
fluent_name: str
|
|
@@ -46116,7 +46599,7 @@ class false_time_step_linearization(Boolean):
|
|
|
46116
46599
|
_version: str
|
|
46117
46600
|
fluent_name: str
|
|
46118
46601
|
_python_name: str
|
|
46119
|
-
class
|
|
46602
|
+
class enable_23(Boolean):
|
|
46120
46603
|
_version: str
|
|
46121
46604
|
fluent_name: str
|
|
46122
46605
|
_python_name: str
|
|
@@ -46145,7 +46628,7 @@ class auto_dt_advanced_controls(Group):
|
|
|
46145
46628
|
fluent_name: str
|
|
46146
46629
|
_python_name: str
|
|
46147
46630
|
child_names: list[str]
|
|
46148
|
-
enable:
|
|
46631
|
+
enable: enable_23
|
|
46149
46632
|
dt_init_limit: dt_init_limit
|
|
46150
46633
|
dt_max: dt_max_1
|
|
46151
46634
|
dt_factor_min: dt_factor_min
|
|
@@ -46614,7 +47097,7 @@ class skewness_neighbor_coupling_1(Boolean):
|
|
|
46614
47097
|
_version: str
|
|
46615
47098
|
fluent_name: str
|
|
46616
47099
|
_python_name: str
|
|
46617
|
-
class
|
|
47100
|
+
class enable_24(Boolean):
|
|
46618
47101
|
_version: str
|
|
46619
47102
|
fluent_name: str
|
|
46620
47103
|
_python_name: str
|
|
@@ -46627,7 +47110,7 @@ class multi_phase_setting(Group):
|
|
|
46627
47110
|
fluent_name: str
|
|
46628
47111
|
_python_name: str
|
|
46629
47112
|
child_names: list[str]
|
|
46630
|
-
enable:
|
|
47113
|
+
enable: enable_24
|
|
46631
47114
|
options: options_9
|
|
46632
47115
|
class single_phase_setting(String, AllowedValuesMixin):
|
|
46633
47116
|
_version: str
|
|
@@ -46668,7 +47151,7 @@ class hybrid_mode_selection(String, AllowedValuesMixin):
|
|
|
46668
47151
|
_version: str
|
|
46669
47152
|
fluent_name: str
|
|
46670
47153
|
_python_name: str
|
|
46671
|
-
class
|
|
47154
|
+
class expert_8(Group):
|
|
46672
47155
|
_version: str
|
|
46673
47156
|
fluent_name: str
|
|
46674
47157
|
_python_name: str
|
|
@@ -46683,7 +47166,7 @@ class overset_2(Group):
|
|
|
46683
47166
|
high_order_pressure: high_order_pressure
|
|
46684
47167
|
interpolation_method: interpolation_method
|
|
46685
47168
|
orphan_cell_treatment: orphan_cell_treatment
|
|
46686
|
-
expert:
|
|
47169
|
+
expert: expert_8
|
|
46687
47170
|
class phase_based_vof_discretization_child(Real):
|
|
46688
47171
|
_version: str
|
|
46689
47172
|
fluent_name: str
|
|
@@ -46800,7 +47283,7 @@ class vof_numerics(Group):
|
|
|
46800
47283
|
force_treatment_of_unsteady_rc: force_treatment_of_unsteady_rc
|
|
46801
47284
|
unstructured_var_presto_scheme: unstructured_var_presto_scheme
|
|
46802
47285
|
new_framework_for_vof_specific_node_based_treatment: new_framework_for_vof_specific_node_based_treatment
|
|
46803
|
-
class
|
|
47286
|
+
class enable_25(Boolean):
|
|
46804
47287
|
_version: str
|
|
46805
47288
|
fluent_name: str
|
|
46806
47289
|
_python_name: str
|
|
@@ -46817,14 +47300,14 @@ class warped_face_gradient_correction(Group):
|
|
|
46817
47300
|
fluent_name: str
|
|
46818
47301
|
_python_name: str
|
|
46819
47302
|
child_names: list[str]
|
|
46820
|
-
enable:
|
|
47303
|
+
enable: enable_25
|
|
46821
47304
|
mode: mode_1
|
|
46822
47305
|
turbulence_options: turbulence_options
|
|
46823
|
-
class
|
|
47306
|
+
class enable_26(Boolean):
|
|
46824
47307
|
_version: str
|
|
46825
47308
|
fluent_name: str
|
|
46826
47309
|
_python_name: str
|
|
46827
|
-
class
|
|
47310
|
+
class expert_9(String, AllowedValuesMixin):
|
|
46828
47311
|
_version: str
|
|
46829
47312
|
fluent_name: str
|
|
46830
47313
|
_python_name: str
|
|
@@ -46841,15 +47324,15 @@ class high_speed_numerics(Group):
|
|
|
46841
47324
|
fluent_name: str
|
|
46842
47325
|
_python_name: str
|
|
46843
47326
|
child_names: list[str]
|
|
46844
|
-
enable:
|
|
46845
|
-
expert:
|
|
47327
|
+
enable: enable_26
|
|
47328
|
+
expert: expert_9
|
|
46846
47329
|
robust_fluxes: robust_fluxes
|
|
46847
47330
|
visualize_pressure_discontinuity_sensor: visualize_pressure_discontinuity_sensor
|
|
46848
47331
|
class species_disc_together(Boolean):
|
|
46849
47332
|
_version: str
|
|
46850
47333
|
fluent_name: str
|
|
46851
47334
|
_python_name: str
|
|
46852
|
-
class
|
|
47335
|
+
class enable_27(Boolean):
|
|
46853
47336
|
_version: str
|
|
46854
47337
|
fluent_name: str
|
|
46855
47338
|
_python_name: str
|
|
@@ -46882,14 +47365,14 @@ class poor_mesh_removal(Group):
|
|
|
46882
47365
|
fluent_name: str
|
|
46883
47366
|
_python_name: str
|
|
46884
47367
|
child_names: list[str]
|
|
46885
|
-
enable:
|
|
47368
|
+
enable: enable_27
|
|
46886
47369
|
orthogonal_quality_threshold_enabled: orthogonal_quality_threshold_enabled
|
|
46887
47370
|
orthogonal_quality_threshold: orthogonal_quality_threshold
|
|
46888
47371
|
tangent_skewness_threshold_enabled: tangent_skewness_threshold_enabled
|
|
46889
47372
|
tangent_skewness_threshold: tangent_skewness_threshold
|
|
46890
47373
|
warpage_threshold_enabled: warpage_threshold_enabled
|
|
46891
47374
|
warpage_threshold: warpage_threshold
|
|
46892
|
-
class
|
|
47375
|
+
class enable_28(Boolean):
|
|
46893
47376
|
_version: str
|
|
46894
47377
|
fluent_name: str
|
|
46895
47378
|
_python_name: str
|
|
@@ -46914,7 +47397,7 @@ class poor_mesh_numerics(Group):
|
|
|
46914
47397
|
fluent_name: str
|
|
46915
47398
|
_python_name: str
|
|
46916
47399
|
child_names: list[str]
|
|
46917
|
-
enable:
|
|
47400
|
+
enable: enable_28
|
|
46918
47401
|
orthogonal_quality_threshold_enabled: orthogonal_quality_threshold_enabled_1
|
|
46919
47402
|
orthogonal_quality_threshold: orthogonal_quality_threshold_1
|
|
46920
47403
|
tangent_skewness_threshold_enabled: tangent_skewness_threshold_enabled_1
|
|
@@ -46942,7 +47425,7 @@ class methods_2(Group):
|
|
|
46942
47425
|
accelerated_non_iterative_time_marching: accelerated_non_iterative_time_marching
|
|
46943
47426
|
convergence_acceleration_for_stretched_meshes: convergence_acceleration_for_stretched_meshes
|
|
46944
47427
|
divergence_prevention: divergence_prevention
|
|
46945
|
-
expert:
|
|
47428
|
+
expert: expert_7
|
|
46946
47429
|
frozen_flux: frozen_flux
|
|
46947
47430
|
high_order_term_relaxation: high_order_term_relaxation
|
|
46948
47431
|
multiphase_numerics: multiphase_numerics
|
|
@@ -47577,7 +48060,7 @@ class explicit_relaxation_factor(Real):
|
|
|
47577
48060
|
_version: str
|
|
47578
48061
|
fluent_name: str
|
|
47579
48062
|
_python_name: str
|
|
47580
|
-
class
|
|
48063
|
+
class expert_10(Group):
|
|
47581
48064
|
_version: str
|
|
47582
48065
|
fluent_name: str
|
|
47583
48066
|
_python_name: str
|
|
@@ -47597,7 +48080,7 @@ class acoustics_wave_eqn_controls(Group):
|
|
|
47597
48080
|
fluent_name: str
|
|
47598
48081
|
_python_name: str
|
|
47599
48082
|
child_names: list[str]
|
|
47600
|
-
expert:
|
|
48083
|
+
expert: expert_10
|
|
47601
48084
|
relative_convergence_criterion: relative_convergence_criterion
|
|
47602
48085
|
max_iter_per_timestep_count: max_iter_per_timestep_count
|
|
47603
48086
|
class solution_stabilization_2(Boolean):
|
|
@@ -47628,7 +48111,7 @@ class extrapolation_method(String, AllowedValuesMixin):
|
|
|
47628
48111
|
_version: str
|
|
47629
48112
|
fluent_name: str
|
|
47630
48113
|
_python_name: str
|
|
47631
|
-
class
|
|
48114
|
+
class parameters_8(Group):
|
|
47632
48115
|
_version: str
|
|
47633
48116
|
fluent_name: str
|
|
47634
48117
|
_python_name: str
|
|
@@ -47824,7 +48307,7 @@ class contact_solution_controls(Group):
|
|
|
47824
48307
|
command_names: list[str]
|
|
47825
48308
|
solution_stabilization: solution_stabilization_2
|
|
47826
48309
|
verbosity: verbosity_16
|
|
47827
|
-
parameters:
|
|
48310
|
+
parameters: parameters_8
|
|
47828
48311
|
spatial: spatial
|
|
47829
48312
|
transient: transient
|
|
47830
48313
|
amg: amg
|
|
@@ -48635,7 +49118,7 @@ class nci_secondary_gradient(NamedObject[nci_secondary_gradient_child]):
|
|
|
48635
49118
|
The name of the new object.
|
|
48636
49119
|
"""
|
|
48637
49120
|
child_object_type: nci_secondary_gradient_child
|
|
48638
|
-
class
|
|
49121
|
+
class expert_11(Group):
|
|
48639
49122
|
_version: str
|
|
48640
49123
|
fluent_name: str
|
|
48641
49124
|
_python_name: str
|
|
@@ -48794,7 +49277,7 @@ class advanced_3(Group):
|
|
|
48794
49277
|
child_names: list[str]
|
|
48795
49278
|
multi_grid: multi_grid
|
|
48796
49279
|
multi_stage: multi_stage
|
|
48797
|
-
expert:
|
|
49280
|
+
expert: expert_11
|
|
48798
49281
|
fast_transient_settings: fast_transient_settings
|
|
48799
49282
|
relaxation_method: relaxation_method_1
|
|
48800
49283
|
correction_tolerance: correction_tolerance
|
|
@@ -48873,7 +49356,7 @@ class retain_instantaneous_values(Boolean):
|
|
|
48873
49356
|
_version: str
|
|
48874
49357
|
fluent_name: str
|
|
48875
49358
|
_python_name: str
|
|
48876
|
-
class
|
|
49359
|
+
class cell_zones_8(StringList, AllowedValuesMixin):
|
|
48877
49360
|
_version: str
|
|
48878
49361
|
fluent_name: str
|
|
48879
49362
|
_python_name: str
|
|
@@ -48920,8 +49403,8 @@ class mesh_1_child(Group):
|
|
|
48920
49403
|
per_selection: per_selection
|
|
48921
49404
|
average_over: average_over
|
|
48922
49405
|
retain_instantaneous_values: retain_instantaneous_values
|
|
48923
|
-
cell_zones:
|
|
48924
|
-
face_zones:
|
|
49406
|
+
cell_zones: cell_zones_8
|
|
49407
|
+
face_zones: face_zones_2
|
|
48925
49408
|
locations: locations_5
|
|
48926
49409
|
output_parameter: output_parameter_1
|
|
48927
49410
|
create_report_file: create_report_file
|
|
@@ -49085,7 +49568,7 @@ class surface_1(NamedObject[surface_1_child]):
|
|
|
49085
49568
|
The name of the new object.
|
|
49086
49569
|
"""
|
|
49087
49570
|
child_object_type: surface_1_child
|
|
49088
|
-
class
|
|
49571
|
+
class cell_zones_9(StringList, AllowedValuesMixin):
|
|
49089
49572
|
_version: str
|
|
49090
49573
|
fluent_name: str
|
|
49091
49574
|
_python_name: str
|
|
@@ -49098,7 +49581,7 @@ class volume_2_child(Group):
|
|
|
49098
49581
|
name: name_4
|
|
49099
49582
|
report_type: report_type
|
|
49100
49583
|
field: field
|
|
49101
|
-
cell_zones:
|
|
49584
|
+
cell_zones: cell_zones_9
|
|
49102
49585
|
locations: locations_5
|
|
49103
49586
|
per_selection: per_selection
|
|
49104
49587
|
average_over: average_over
|
|
@@ -49995,6 +50478,14 @@ class normalization(Real):
|
|
|
49995
50478
|
_version: str
|
|
49996
50479
|
fluent_name: str
|
|
49997
50480
|
_python_name: str
|
|
50481
|
+
class initial_period(Integer):
|
|
50482
|
+
_version: str
|
|
50483
|
+
fluent_name: str
|
|
50484
|
+
_python_name: str
|
|
50485
|
+
class eom_logdec(Boolean):
|
|
50486
|
+
_version: str
|
|
50487
|
+
fluent_name: str
|
|
50488
|
+
_python_name: str
|
|
49998
50489
|
class realcomponent(Boolean):
|
|
49999
50490
|
_version: str
|
|
50000
50491
|
fluent_name: str
|
|
@@ -50021,6 +50512,8 @@ class aeromechanics_child(Group):
|
|
|
50021
50512
|
average_over: average_over
|
|
50022
50513
|
integrate_over: integrate_over
|
|
50023
50514
|
normalization: normalization
|
|
50515
|
+
initial_period: initial_period
|
|
50516
|
+
eom_logdec: eom_logdec
|
|
50024
50517
|
realcomponent: realcomponent
|
|
50025
50518
|
force_obj_name: force_obj_name
|
|
50026
50519
|
component_type: component_type
|
|
@@ -51354,6 +51847,7 @@ class boundary_4(Group):
|
|
|
51354
51847
|
child_names: list[str]
|
|
51355
51848
|
distance_option: distance_option
|
|
51356
51849
|
boundary_list: boundary_list_2
|
|
51850
|
+
locations: locations_5
|
|
51357
51851
|
class limiters(String, AllowedValuesMixin):
|
|
51358
51852
|
_version: str
|
|
51359
51853
|
fluent_name: str
|
|
@@ -51604,6 +52098,7 @@ class yplus_star(Group):
|
|
|
51604
52098
|
min_allowed: min_allowed
|
|
51605
52099
|
max_allowed: max_allowed
|
|
51606
52100
|
wall_zones: wall_zones
|
|
52101
|
+
locations: locations_5
|
|
51607
52102
|
phase: phase_53
|
|
51608
52103
|
class yplus_ystar(Group):
|
|
51609
52104
|
_version: str
|
|
@@ -51615,6 +52110,7 @@ class yplus_ystar(Group):
|
|
|
51615
52110
|
min_allowed: min_allowed
|
|
51616
52111
|
max_allowed: max_allowed
|
|
51617
52112
|
wall_zones: wall_zones
|
|
52113
|
+
locations: locations_5
|
|
51618
52114
|
phase: phase_53
|
|
51619
52115
|
class type_14(Group):
|
|
51620
52116
|
_version: str
|
|
@@ -51905,11 +52401,11 @@ class user_specified_species(Boolean):
|
|
|
51905
52401
|
_version: str
|
|
51906
52402
|
fluent_name: str
|
|
51907
52403
|
_python_name: str
|
|
51908
|
-
class
|
|
52404
|
+
class species_13_child_child(Real):
|
|
51909
52405
|
_version: str
|
|
51910
52406
|
fluent_name: str
|
|
51911
52407
|
_python_name: str
|
|
51912
|
-
class
|
|
52408
|
+
class species_13_child(NamedObject[species_13_child_child]):
|
|
51913
52409
|
_version: str
|
|
51914
52410
|
fluent_name: str
|
|
51915
52411
|
_python_name: str
|
|
@@ -51967,8 +52463,8 @@ class species_12_child(NamedObject[species_12_child_child]):
|
|
|
51967
52463
|
to : str
|
|
51968
52464
|
The name of the new object.
|
|
51969
52465
|
"""
|
|
51970
|
-
child_object_type:
|
|
51971
|
-
class
|
|
52466
|
+
child_object_type: species_13_child_child
|
|
52467
|
+
class species_13(NamedObject[species_13_child]):
|
|
51972
52468
|
_version: str
|
|
51973
52469
|
fluent_name: str
|
|
51974
52470
|
_python_name: str
|
|
@@ -52026,14 +52522,14 @@ class species_12(NamedObject[species_12_child]):
|
|
|
52026
52522
|
to : str
|
|
52027
52523
|
The name of the new object.
|
|
52028
52524
|
"""
|
|
52029
|
-
child_object_type:
|
|
52525
|
+
child_object_type: species_13_child
|
|
52030
52526
|
class species_setting(Group):
|
|
52031
52527
|
_version: str
|
|
52032
52528
|
fluent_name: str
|
|
52033
52529
|
_python_name: str
|
|
52034
52530
|
child_names: list[str]
|
|
52035
52531
|
user_specified_species: user_specified_species
|
|
52036
|
-
species:
|
|
52532
|
+
species: species_13
|
|
52037
52533
|
class hybrid_init_options(Group):
|
|
52038
52534
|
_version: str
|
|
52039
52535
|
fluent_name: str
|
|
@@ -52271,7 +52767,7 @@ class initialization_1(Group):
|
|
|
52271
52767
|
"""
|
|
52272
52768
|
Levelset function automatic initialization.
|
|
52273
52769
|
"""
|
|
52274
|
-
class
|
|
52770
|
+
class enable_29(Boolean):
|
|
52275
52771
|
_version: str
|
|
52276
52772
|
fluent_name: str
|
|
52277
52773
|
_python_name: str
|
|
@@ -52301,7 +52797,7 @@ class execute_commands_child(Group):
|
|
|
52301
52797
|
_python_name: str
|
|
52302
52798
|
child_names: list[str]
|
|
52303
52799
|
name: name_4
|
|
52304
|
-
enable:
|
|
52800
|
+
enable: enable_29
|
|
52305
52801
|
execution_type: execution_type
|
|
52306
52802
|
execution_command: execution_command
|
|
52307
52803
|
when_to_execute: when_to_execute
|
|
@@ -52988,7 +53484,7 @@ class cfl_based_adaptive_time_stepping(Group):
|
|
|
52988
53484
|
max_time_step: max_time_step
|
|
52989
53485
|
min_step_change_factor: min_step_change_factor
|
|
52990
53486
|
max_step_change_factor: max_step_change_factor
|
|
52991
|
-
class
|
|
53487
|
+
class enable_31(Boolean):
|
|
52992
53488
|
_version: str
|
|
52993
53489
|
fluent_name: str
|
|
52994
53490
|
_python_name: str
|
|
@@ -53010,7 +53506,7 @@ class solution_steering(Group):
|
|
|
53010
53506
|
_python_name: str
|
|
53011
53507
|
child_names: list[str]
|
|
53012
53508
|
command_names: list[str]
|
|
53013
|
-
enable:
|
|
53509
|
+
enable: enable_31
|
|
53014
53510
|
flow_type: flow_type
|
|
53015
53511
|
first_to_second_order_blending: first_to_second_order_blending_2
|
|
53016
53512
|
use_fmg: use_fmg
|
|
@@ -53057,22 +53553,10 @@ class specified_time_step(Boolean):
|
|
|
53057
53553
|
_version: str
|
|
53058
53554
|
fluent_name: str
|
|
53059
53555
|
_python_name: str
|
|
53060
|
-
class incremental_time(Real):
|
|
53061
|
-
_version: str
|
|
53062
|
-
fluent_name: str
|
|
53063
|
-
_python_name: str
|
|
53064
|
-
class total_time(Real):
|
|
53065
|
-
_version: str
|
|
53066
|
-
fluent_name: str
|
|
53067
|
-
_python_name: str
|
|
53068
53556
|
class flow_time(Real):
|
|
53069
53557
|
_version: str
|
|
53070
53558
|
fluent_name: str
|
|
53071
53559
|
_python_name: str
|
|
53072
|
-
class total_time_step_count(Integer):
|
|
53073
|
-
_version: str
|
|
53074
|
-
fluent_name: str
|
|
53075
|
-
_python_name: str
|
|
53076
53560
|
class solution_status(Boolean):
|
|
53077
53561
|
_version: str
|
|
53078
53562
|
fluent_name: str
|
|
@@ -53081,30 +53565,6 @@ class max_flow_time(Real):
|
|
|
53081
53565
|
_version: str
|
|
53082
53566
|
fluent_name: str
|
|
53083
53567
|
_python_name: str
|
|
53084
|
-
class courant_number_1(Real):
|
|
53085
|
-
_version: str
|
|
53086
|
-
fluent_name: str
|
|
53087
|
-
_python_name: str
|
|
53088
|
-
class initial_time_step_size(Real):
|
|
53089
|
-
_version: str
|
|
53090
|
-
fluent_name: str
|
|
53091
|
-
_python_name: str
|
|
53092
|
-
class fixed_time_step_size(Integer):
|
|
53093
|
-
_version: str
|
|
53094
|
-
fluent_name: str
|
|
53095
|
-
_python_name: str
|
|
53096
|
-
class min_time_step_size(Real):
|
|
53097
|
-
_version: str
|
|
53098
|
-
fluent_name: str
|
|
53099
|
-
_python_name: str
|
|
53100
|
-
class max_time_step_size(Real):
|
|
53101
|
-
_version: str
|
|
53102
|
-
fluent_name: str
|
|
53103
|
-
_python_name: str
|
|
53104
|
-
class update_interval_3(Integer):
|
|
53105
|
-
_version: str
|
|
53106
|
-
fluent_name: str
|
|
53107
|
-
_python_name: str
|
|
53108
53568
|
class control_time_step_size_variation(Boolean):
|
|
53109
53569
|
_version: str
|
|
53110
53570
|
fluent_name: str
|
|
@@ -53130,19 +53590,8 @@ class cfl_based_time_stepping(Group):
|
|
|
53130
53590
|
fluent_name: str
|
|
53131
53591
|
_python_name: str
|
|
53132
53592
|
child_names: list[str]
|
|
53133
|
-
courant_number: courant_number_1
|
|
53134
|
-
initial_time_step_size: initial_time_step_size
|
|
53135
|
-
fixed_time_step_size: fixed_time_step_size
|
|
53136
|
-
min_time_step_size: min_time_step_size
|
|
53137
|
-
max_time_step_size: max_time_step_size
|
|
53138
|
-
min_step_change_factor: min_step_change_factor
|
|
53139
|
-
max_step_change_factor: max_step_change_factor
|
|
53140
|
-
update_interval: update_interval_3
|
|
53141
53593
|
advanced_options: advanced_options
|
|
53142
|
-
|
|
53143
|
-
_version: str
|
|
53144
|
-
fluent_name: str
|
|
53145
|
-
_python_name: str
|
|
53594
|
+
_child_aliases: dict
|
|
53146
53595
|
class undo_timestep(Boolean):
|
|
53147
53596
|
_version: str
|
|
53148
53597
|
fluent_name: str
|
|
@@ -53152,15 +53601,8 @@ class error_based_time_stepping(Group):
|
|
|
53152
53601
|
fluent_name: str
|
|
53153
53602
|
_python_name: str
|
|
53154
53603
|
child_names: list[str]
|
|
53155
|
-
error_tolerance: error_tolerance_3
|
|
53156
|
-
initial_time_step_size: initial_time_step_size
|
|
53157
|
-
fixed_time_step_size: fixed_time_step_size
|
|
53158
|
-
min_time_step_size: min_time_step_size
|
|
53159
|
-
max_time_step_size: max_time_step_size
|
|
53160
|
-
min_step_change_factor: min_step_change_factor
|
|
53161
|
-
max_step_change_factor: max_step_change_factor
|
|
53162
|
-
update_interval: update_interval_3
|
|
53163
53604
|
undo_timestep: undo_timestep
|
|
53605
|
+
_child_aliases: dict
|
|
53164
53606
|
class predict_next(Boolean):
|
|
53165
53607
|
_version: str
|
|
53166
53608
|
fluent_name: str
|
|
@@ -53173,29 +53615,6 @@ class enabled_67(Boolean):
|
|
|
53173
53615
|
_version: str
|
|
53174
53616
|
fluent_name: str
|
|
53175
53617
|
_python_name: str
|
|
53176
|
-
class global_courant_number(Real):
|
|
53177
|
-
_version: str
|
|
53178
|
-
fluent_name: str
|
|
53179
|
-
_python_name: str
|
|
53180
|
-
class moving_mesh_constraint(Boolean):
|
|
53181
|
-
_version: str
|
|
53182
|
-
fluent_name: str
|
|
53183
|
-
_python_name: str
|
|
53184
|
-
class mesh_courant_number(Real):
|
|
53185
|
-
_version: str
|
|
53186
|
-
fluent_name: str
|
|
53187
|
-
_python_name: str
|
|
53188
|
-
class moving_mesh_cfl_constraint(Group):
|
|
53189
|
-
_version: str
|
|
53190
|
-
fluent_name: str
|
|
53191
|
-
_python_name: str
|
|
53192
|
-
child_names: list[str]
|
|
53193
|
-
moving_mesh_constraint: moving_mesh_constraint
|
|
53194
|
-
mesh_courant_number: mesh_courant_number
|
|
53195
|
-
class physics_based_constraint(Boolean):
|
|
53196
|
-
_version: str
|
|
53197
|
-
fluent_name: str
|
|
53198
|
-
_python_name: str
|
|
53199
53618
|
class viscous_scale(Boolean):
|
|
53200
53619
|
_version: str
|
|
53201
53620
|
fluent_name: str
|
|
@@ -53230,25 +53649,17 @@ class time_constraints(Group):
|
|
|
53230
53649
|
fluent_name: str
|
|
53231
53650
|
_python_name: str
|
|
53232
53651
|
child_names: list[str]
|
|
53233
|
-
moving_mesh_cfl_constraint: moving_mesh_cfl_constraint
|
|
53234
|
-
physics_based_constraint: physics_based_constraint
|
|
53235
53652
|
time_scale_options: time_scale_options
|
|
53236
53653
|
verbosity: verbosity_20
|
|
53654
|
+
_child_aliases: dict
|
|
53237
53655
|
class mp_specific_time_stepping(Group):
|
|
53238
53656
|
_version: str
|
|
53239
53657
|
fluent_name: str
|
|
53240
53658
|
_python_name: str
|
|
53241
53659
|
child_names: list[str]
|
|
53242
53660
|
enabled: enabled_67
|
|
53243
|
-
global_courant_number: global_courant_number
|
|
53244
|
-
initial_time_step_size: initial_time_step_size
|
|
53245
|
-
fixed_time_step_size: fixed_time_step_size
|
|
53246
|
-
min_time_step_size: min_time_step_size
|
|
53247
|
-
max_time_step_size: max_time_step_size
|
|
53248
|
-
min_step_change_factor: min_step_change_factor
|
|
53249
|
-
max_step_change_factor: max_step_change_factor
|
|
53250
|
-
update_interval: update_interval_3
|
|
53251
53661
|
time_constraints: time_constraints
|
|
53662
|
+
_child_aliases: dict
|
|
53252
53663
|
class udf_hook(String, AllowedValuesMixin):
|
|
53253
53664
|
_version: str
|
|
53254
53665
|
fluent_name: str
|
|
@@ -53261,6 +53672,39 @@ class fixed_periodic_type(String, AllowedValuesMixin):
|
|
|
53261
53672
|
_version: str
|
|
53262
53673
|
fluent_name: str
|
|
53263
53674
|
_python_name: str
|
|
53675
|
+
class fixed_periodic(Group):
|
|
53676
|
+
_version: str
|
|
53677
|
+
fluent_name: str
|
|
53678
|
+
_python_name: str
|
|
53679
|
+
child_names: list[str]
|
|
53680
|
+
enabled: enabled_68
|
|
53681
|
+
fixed_periodic_type: fixed_periodic_type
|
|
53682
|
+
_child_aliases: dict
|
|
53683
|
+
class time_step_size_for_acoustic_export(Real):
|
|
53684
|
+
_version: str
|
|
53685
|
+
fluent_name: str
|
|
53686
|
+
_python_name: str
|
|
53687
|
+
class transient_controls(Group):
|
|
53688
|
+
_version: str
|
|
53689
|
+
fluent_name: str
|
|
53690
|
+
_python_name: str
|
|
53691
|
+
child_names: list[str]
|
|
53692
|
+
type: type_15
|
|
53693
|
+
method: method_14
|
|
53694
|
+
duration_specification_method: duration_specification_method
|
|
53695
|
+
specified_time_step: specified_time_step
|
|
53696
|
+
flow_time: flow_time
|
|
53697
|
+
solution_status: solution_status
|
|
53698
|
+
max_flow_time: max_flow_time
|
|
53699
|
+
cfl_based_time_stepping: cfl_based_time_stepping
|
|
53700
|
+
error_based_time_stepping: error_based_time_stepping
|
|
53701
|
+
predict_next: predict_next
|
|
53702
|
+
rotating_mesh_flow_predictor: rotating_mesh_flow_predictor
|
|
53703
|
+
mp_specific_time_stepping: mp_specific_time_stepping
|
|
53704
|
+
udf_hook: udf_hook
|
|
53705
|
+
fixed_periodic: fixed_periodic
|
|
53706
|
+
time_step_size_for_acoustic_export: time_step_size_for_acoustic_export
|
|
53707
|
+
_child_aliases: dict
|
|
53264
53708
|
class period(Real):
|
|
53265
53709
|
_version: str
|
|
53266
53710
|
fluent_name: str
|
|
@@ -53269,15 +53713,31 @@ class frequency_6(Real):
|
|
|
53269
53713
|
_version: str
|
|
53270
53714
|
fluent_name: str
|
|
53271
53715
|
_python_name: str
|
|
53272
|
-
class
|
|
53716
|
+
class time_steps_per_period(Integer):
|
|
53273
53717
|
_version: str
|
|
53274
53718
|
fluent_name: str
|
|
53275
53719
|
_python_name: str
|
|
53276
|
-
class
|
|
53720
|
+
class time_step_count_2(Integer):
|
|
53277
53721
|
_version: str
|
|
53278
53722
|
fluent_name: str
|
|
53279
53723
|
_python_name: str
|
|
53280
|
-
class
|
|
53724
|
+
class error_tolerance_3(Real):
|
|
53725
|
+
_version: str
|
|
53726
|
+
fluent_name: str
|
|
53727
|
+
_python_name: str
|
|
53728
|
+
class incremental_time(Real):
|
|
53729
|
+
_version: str
|
|
53730
|
+
fluent_name: str
|
|
53731
|
+
_python_name: str
|
|
53732
|
+
class total_time_step_count(Integer):
|
|
53733
|
+
_version: str
|
|
53734
|
+
fluent_name: str
|
|
53735
|
+
_python_name: str
|
|
53736
|
+
class total_time(Real):
|
|
53737
|
+
_version: str
|
|
53738
|
+
fluent_name: str
|
|
53739
|
+
_python_name: str
|
|
53740
|
+
class time_step_size(Real):
|
|
53281
53741
|
_version: str
|
|
53282
53742
|
fluent_name: str
|
|
53283
53743
|
_python_name: str
|
|
@@ -53285,44 +53745,106 @@ class total_periods(Integer):
|
|
|
53285
53745
|
_version: str
|
|
53286
53746
|
fluent_name: str
|
|
53287
53747
|
_python_name: str
|
|
53288
|
-
class
|
|
53748
|
+
class global_courant_number(Real):
|
|
53289
53749
|
_version: str
|
|
53290
53750
|
fluent_name: str
|
|
53291
53751
|
_python_name: str
|
|
53292
|
-
|
|
53293
|
-
enabled: enabled_68
|
|
53294
|
-
fixed_periodic_type: fixed_periodic_type
|
|
53295
|
-
period: period
|
|
53296
|
-
frequency: frequency_6
|
|
53297
|
-
time_step_size: time_step_size
|
|
53298
|
-
time_step_size_count: time_step_size_count
|
|
53299
|
-
time_steps_per_period: time_steps_per_period
|
|
53300
|
-
total_periods: total_periods
|
|
53301
|
-
_child_aliases: dict
|
|
53302
|
-
class enable_solid_time_step(Boolean):
|
|
53752
|
+
class courant_number_1(Real):
|
|
53303
53753
|
_version: str
|
|
53304
53754
|
fluent_name: str
|
|
53305
53755
|
_python_name: str
|
|
53306
|
-
class
|
|
53756
|
+
class fixed_time_step_size(Integer):
|
|
53307
53757
|
_version: str
|
|
53308
53758
|
fluent_name: str
|
|
53309
53759
|
_python_name: str
|
|
53310
|
-
class
|
|
53760
|
+
class initial_time_step_size(Real):
|
|
53311
53761
|
_version: str
|
|
53312
53762
|
fluent_name: str
|
|
53313
53763
|
_python_name: str
|
|
53314
|
-
class
|
|
53764
|
+
class iter_count_2(Integer):
|
|
53765
|
+
_version: str
|
|
53766
|
+
fluent_name: str
|
|
53767
|
+
_python_name: str
|
|
53768
|
+
class max_iter_per_time_step(Integer):
|
|
53769
|
+
_version: str
|
|
53770
|
+
fluent_name: str
|
|
53771
|
+
_python_name: str
|
|
53772
|
+
class reporting_interval(Integer):
|
|
53773
|
+
_version: str
|
|
53774
|
+
fluent_name: str
|
|
53775
|
+
_python_name: str
|
|
53776
|
+
class profile_update_interval(Integer):
|
|
53777
|
+
_version: str
|
|
53778
|
+
fluent_name: str
|
|
53779
|
+
_python_name: str
|
|
53780
|
+
class update_interval_3(Integer):
|
|
53781
|
+
_version: str
|
|
53782
|
+
fluent_name: str
|
|
53783
|
+
_python_name: str
|
|
53784
|
+
class min_time_step_size(Real):
|
|
53785
|
+
_version: str
|
|
53786
|
+
fluent_name: str
|
|
53787
|
+
_python_name: str
|
|
53788
|
+
class max_time_step_size(Real):
|
|
53789
|
+
_version: str
|
|
53790
|
+
fluent_name: str
|
|
53791
|
+
_python_name: str
|
|
53792
|
+
class physics_based_constraint(Boolean):
|
|
53793
|
+
_version: str
|
|
53794
|
+
fluent_name: str
|
|
53795
|
+
_python_name: str
|
|
53796
|
+
class moving_mesh_constraint(Boolean):
|
|
53797
|
+
_version: str
|
|
53798
|
+
fluent_name: str
|
|
53799
|
+
_python_name: str
|
|
53800
|
+
class mesh_courant_number(Real):
|
|
53801
|
+
_version: str
|
|
53802
|
+
fluent_name: str
|
|
53803
|
+
_python_name: str
|
|
53804
|
+
class moving_mesh_cfl_constraint(Group):
|
|
53315
53805
|
_version: str
|
|
53316
53806
|
fluent_name: str
|
|
53317
53807
|
_python_name: str
|
|
53318
53808
|
child_names: list[str]
|
|
53319
|
-
|
|
53320
|
-
|
|
53321
|
-
|
|
53322
|
-
class time_step_size_for_acoustic_export(Real):
|
|
53809
|
+
moving_mesh_constraint: moving_mesh_constraint
|
|
53810
|
+
mesh_courant_number: mesh_courant_number
|
|
53811
|
+
class adaptive_time_stepping_1(Group):
|
|
53323
53812
|
_version: str
|
|
53324
53813
|
fluent_name: str
|
|
53325
53814
|
_python_name: str
|
|
53815
|
+
child_names: list[str]
|
|
53816
|
+
min_time_step_size: min_time_step_size
|
|
53817
|
+
max_time_step_size: max_time_step_size
|
|
53818
|
+
min_step_change_factor: min_step_change_factor
|
|
53819
|
+
max_step_change_factor: max_step_change_factor
|
|
53820
|
+
physics_based_constraint: physics_based_constraint
|
|
53821
|
+
moving_mesh_cfl_constraint: moving_mesh_cfl_constraint
|
|
53822
|
+
class parameters_9(Group):
|
|
53823
|
+
_version: str
|
|
53824
|
+
fluent_name: str
|
|
53825
|
+
_python_name: str
|
|
53826
|
+
child_names: list[str]
|
|
53827
|
+
period: period
|
|
53828
|
+
frequency: frequency_6
|
|
53829
|
+
time_steps_per_period: time_steps_per_period
|
|
53830
|
+
time_step_count: time_step_count_2
|
|
53831
|
+
error_tolerance: error_tolerance_3
|
|
53832
|
+
incremental_time: incremental_time
|
|
53833
|
+
total_time_step_count: total_time_step_count
|
|
53834
|
+
total_time: total_time
|
|
53835
|
+
time_step_size: time_step_size
|
|
53836
|
+
total_periods: total_periods
|
|
53837
|
+
global_courant_number: global_courant_number
|
|
53838
|
+
courant_number: courant_number_1
|
|
53839
|
+
fixed_time_step_size: fixed_time_step_size
|
|
53840
|
+
initial_time_step_size: initial_time_step_size
|
|
53841
|
+
iter_count: iter_count_2
|
|
53842
|
+
max_iter_per_time_step: max_iter_per_time_step
|
|
53843
|
+
reporting_interval: reporting_interval
|
|
53844
|
+
profile_update_interval: profile_update_interval
|
|
53845
|
+
update_interval: update_interval_3
|
|
53846
|
+
adaptive_time_stepping: adaptive_time_stepping_1
|
|
53847
|
+
_child_aliases: dict
|
|
53326
53848
|
class extrapolate_variables(Boolean):
|
|
53327
53849
|
_version: str
|
|
53328
53850
|
fluent_name: str
|
|
@@ -53390,73 +53912,39 @@ class extrapolate_eqn_vars(NamedObject[extrapolate_eqn_vars_child]):
|
|
|
53390
53912
|
The name of the new object.
|
|
53391
53913
|
"""
|
|
53392
53914
|
child_object_type: extrapolate_eqn_vars_child
|
|
53393
|
-
class
|
|
53394
|
-
_version: str
|
|
53395
|
-
fluent_name: str
|
|
53396
|
-
_python_name: str
|
|
53397
|
-
child_names: list[str]
|
|
53398
|
-
query_names: list[str]
|
|
53399
|
-
type: type_15
|
|
53400
|
-
method: method_14
|
|
53401
|
-
duration_specification_method: duration_specification_method
|
|
53402
|
-
specified_time_step: specified_time_step
|
|
53403
|
-
incremental_time: incremental_time
|
|
53404
|
-
total_time: total_time
|
|
53405
|
-
flow_time: flow_time
|
|
53406
|
-
total_time_step_count: total_time_step_count
|
|
53407
|
-
solution_status: solution_status
|
|
53408
|
-
max_flow_time: max_flow_time
|
|
53409
|
-
cfl_based_time_stepping: cfl_based_time_stepping
|
|
53410
|
-
error_based_time_stepping: error_based_time_stepping
|
|
53411
|
-
predict_next: predict_next
|
|
53412
|
-
rotating_mesh_flow_predictor: rotating_mesh_flow_predictor
|
|
53413
|
-
mp_specific_time_stepping: mp_specific_time_stepping
|
|
53414
|
-
udf_hook: udf_hook
|
|
53415
|
-
fixed_periodic: fixed_periodic
|
|
53416
|
-
solid_time_step_size: solid_time_step_size
|
|
53417
|
-
time_step_size_for_acoustic_export: time_step_size_for_acoustic_export
|
|
53418
|
-
extrapolate_variables: extrapolate_variables
|
|
53419
|
-
extrapolate_eqn_vars: extrapolate_eqn_vars
|
|
53420
|
-
def simulation_status(self):
|
|
53421
|
-
"""
|
|
53422
|
-
Get the simulation status.
|
|
53423
|
-
"""
|
|
53424
|
-
_child_aliases: dict
|
|
53425
|
-
class time_step_count_2(Integer):
|
|
53426
|
-
_version: str
|
|
53427
|
-
fluent_name: str
|
|
53428
|
-
_python_name: str
|
|
53429
|
-
class time_step_size_2(Real):
|
|
53430
|
-
_version: str
|
|
53431
|
-
fluent_name: str
|
|
53432
|
-
_python_name: str
|
|
53433
|
-
class max_iter_per_time_step(Integer):
|
|
53915
|
+
class enable_solid_time_step(Boolean):
|
|
53434
53916
|
_version: str
|
|
53435
53917
|
fluent_name: str
|
|
53436
53918
|
_python_name: str
|
|
53437
|
-
class
|
|
53919
|
+
class choose_auto_time_stepping(String, AllowedValuesMixin):
|
|
53438
53920
|
_version: str
|
|
53439
53921
|
fluent_name: str
|
|
53440
53922
|
_python_name: str
|
|
53441
|
-
class
|
|
53923
|
+
class time_step_size_1(Real):
|
|
53442
53924
|
_version: str
|
|
53443
53925
|
fluent_name: str
|
|
53444
53926
|
_python_name: str
|
|
53445
|
-
class
|
|
53927
|
+
class solid_time_step_size(Group):
|
|
53446
53928
|
_version: str
|
|
53447
53929
|
fluent_name: str
|
|
53448
53930
|
_python_name: str
|
|
53449
|
-
|
|
53931
|
+
child_names: list[str]
|
|
53932
|
+
enable_solid_time_step: enable_solid_time_step
|
|
53933
|
+
choose_auto_time_stepping: choose_auto_time_stepping
|
|
53934
|
+
time_step_size: time_step_size_1
|
|
53935
|
+
class options_13(Group):
|
|
53450
53936
|
_version: str
|
|
53451
53937
|
fluent_name: str
|
|
53452
53938
|
_python_name: str
|
|
53453
53939
|
child_names: list[str]
|
|
53454
|
-
|
|
53455
|
-
|
|
53456
|
-
|
|
53457
|
-
|
|
53458
|
-
|
|
53459
|
-
|
|
53940
|
+
query_names: list[str]
|
|
53941
|
+
extrapolate_variables: extrapolate_variables
|
|
53942
|
+
extrapolate_eqn_vars: extrapolate_eqn_vars
|
|
53943
|
+
solid_time_step_size: solid_time_step_size
|
|
53944
|
+
def simulation_status(self):
|
|
53945
|
+
"""
|
|
53946
|
+
Get the simulation status.
|
|
53947
|
+
"""
|
|
53460
53948
|
class postprocess(Boolean):
|
|
53461
53949
|
_version: str
|
|
53462
53950
|
fluent_name: str
|
|
@@ -53694,7 +54182,8 @@ class run_calculation(Group):
|
|
|
53694
54182
|
solution_steering: solution_steering
|
|
53695
54183
|
time_step_count: time_step_count_1
|
|
53696
54184
|
transient_controls: transient_controls
|
|
53697
|
-
parameters:
|
|
54185
|
+
parameters: parameters_9
|
|
54186
|
+
options: options_13
|
|
53698
54187
|
pollutants: pollutants
|
|
53699
54188
|
data_sampling: data_sampling
|
|
53700
54189
|
data_sampling_options: data_sampling_options
|
|
@@ -54558,7 +55047,7 @@ class iso_clip(NamedObject[iso_clip_child]):
|
|
|
54558
55047
|
The name of the new object.
|
|
54559
55048
|
"""
|
|
54560
55049
|
child_object_type: iso_clip_child
|
|
54561
|
-
class
|
|
55050
|
+
class zone_name_9(String, AllowedValuesMixin):
|
|
54562
55051
|
_version: str
|
|
54563
55052
|
fluent_name: str
|
|
54564
55053
|
_python_name: str
|
|
@@ -54569,7 +55058,7 @@ class zone_surface_child(Group):
|
|
|
54569
55058
|
child_names: list[str]
|
|
54570
55059
|
command_names: list[str]
|
|
54571
55060
|
name: name_4
|
|
54572
|
-
zone_name:
|
|
55061
|
+
zone_name: zone_name_9
|
|
54573
55062
|
def display(self):
|
|
54574
55063
|
"""
|
|
54575
55064
|
Display a surface.
|
|
@@ -55555,7 +56044,7 @@ class gap(Boolean):
|
|
|
55555
56044
|
_version: str
|
|
55556
56045
|
fluent_name: str
|
|
55557
56046
|
_python_name: str
|
|
55558
|
-
class
|
|
56047
|
+
class options_14(Group):
|
|
55559
56048
|
_version: str
|
|
55560
56049
|
fluent_name: str
|
|
55561
56050
|
_python_name: str
|
|
@@ -55730,7 +56219,7 @@ class mesh_2_child(Group):
|
|
|
55730
56219
|
name: name_27
|
|
55731
56220
|
surfaces_list: surfaces_list
|
|
55732
56221
|
locations: locations_5
|
|
55733
|
-
options:
|
|
56222
|
+
options: options_14
|
|
55734
56223
|
edge_type: edge_type
|
|
55735
56224
|
edge_type_options: edge_type_options
|
|
55736
56225
|
shrink_factor: shrink_factor
|
|
@@ -55919,7 +56408,7 @@ class contour_lines_1(Boolean):
|
|
|
55919
56408
|
_version: str
|
|
55920
56409
|
fluent_name: str
|
|
55921
56410
|
_python_name: str
|
|
55922
|
-
class
|
|
56411
|
+
class options_15(Group):
|
|
55923
56412
|
_version: str
|
|
55924
56413
|
fluent_name: str
|
|
55925
56414
|
_python_name: str
|
|
@@ -56093,7 +56582,7 @@ class contour_child(Group):
|
|
|
56093
56582
|
locations: locations_5
|
|
56094
56583
|
range_option: range_option
|
|
56095
56584
|
range_options: range_options
|
|
56096
|
-
options:
|
|
56585
|
+
options: options_15
|
|
56097
56586
|
filled: filled_1
|
|
56098
56587
|
node_values: node_values
|
|
56099
56588
|
boundary_values: boundary_values
|
|
@@ -56223,7 +56712,7 @@ class skip_1(Integer):
|
|
|
56223
56712
|
_version: str
|
|
56224
56713
|
fluent_name: str
|
|
56225
56714
|
_python_name: str
|
|
56226
|
-
class
|
|
56715
|
+
class options_16(Group):
|
|
56227
56716
|
_version: str
|
|
56228
56717
|
fluent_name: str
|
|
56229
56718
|
_python_name: str
|
|
@@ -56312,7 +56801,7 @@ class vector_1_child(Group):
|
|
|
56312
56801
|
locations: locations_5
|
|
56313
56802
|
range_option: range_option
|
|
56314
56803
|
range_options: range_options
|
|
56315
|
-
options:
|
|
56804
|
+
options: options_16
|
|
56316
56805
|
scale: scale_4
|
|
56317
56806
|
style: style
|
|
56318
56807
|
skip: skip
|
|
@@ -56676,7 +57165,7 @@ class relative_1(Boolean):
|
|
|
56676
57165
|
_version: str
|
|
56677
57166
|
fluent_name: str
|
|
56678
57167
|
_python_name: str
|
|
56679
|
-
class
|
|
57168
|
+
class options_17(Group):
|
|
56680
57169
|
_deprecated_version: str
|
|
56681
57170
|
_version: str
|
|
56682
57171
|
fluent_name: str
|
|
@@ -56807,7 +57296,7 @@ class to_file_enabled(Boolean):
|
|
|
56807
57296
|
_version: str
|
|
56808
57297
|
fluent_name: str
|
|
56809
57298
|
_python_name: str
|
|
56810
|
-
class
|
|
57299
|
+
class file_name_24(String, AllowedValuesMixin):
|
|
56811
57300
|
_version: str
|
|
56812
57301
|
fluent_name: str
|
|
56813
57302
|
_python_name: str
|
|
@@ -56819,7 +57308,7 @@ class plot_5(Group):
|
|
|
56819
57308
|
enabled: enabled_70
|
|
56820
57309
|
x_axis_function: x_axis_function
|
|
56821
57310
|
to_file_enabled: to_file_enabled
|
|
56822
|
-
file_name:
|
|
57311
|
+
file_name: file_name_24
|
|
56823
57312
|
class x_format(String, AllowedValuesMixin):
|
|
56824
57313
|
_version: str
|
|
56825
57314
|
fluent_name: str
|
|
@@ -57129,7 +57618,7 @@ class pathline_child(Group):
|
|
|
57129
57618
|
range_options: range_options_1
|
|
57130
57619
|
style_attribute: style_attribute
|
|
57131
57620
|
style_attributes: style_attributes
|
|
57132
|
-
options:
|
|
57621
|
+
options: options_17
|
|
57133
57622
|
accuracy_control: accuracy_control_1
|
|
57134
57623
|
option: option_58
|
|
57135
57624
|
step: step
|
|
@@ -57323,7 +57812,7 @@ class variable_1(Group):
|
|
|
57323
57812
|
size_by: size_by_1
|
|
57324
57813
|
range: range_5
|
|
57325
57814
|
range_options: range_options_2
|
|
57326
|
-
class
|
|
57815
|
+
class options_19(Group):
|
|
57327
57816
|
_version: str
|
|
57328
57817
|
fluent_name: str
|
|
57329
57818
|
_python_name: str
|
|
@@ -57338,7 +57827,7 @@ class sphere_settings(Group):
|
|
|
57338
57827
|
child_names: list[str]
|
|
57339
57828
|
scale: scale_7
|
|
57340
57829
|
sphere_lod: sphere_lod_2
|
|
57341
|
-
options:
|
|
57830
|
+
options: options_19
|
|
57342
57831
|
class style_attribute_1(Group):
|
|
57343
57832
|
_deprecated_version: str
|
|
57344
57833
|
_version: str
|
|
@@ -57514,7 +58003,7 @@ class outside(Boolean):
|
|
|
57514
58003
|
_version: str
|
|
57515
58004
|
fluent_name: str
|
|
57516
58005
|
_python_name: str
|
|
57517
|
-
class
|
|
58006
|
+
class options_20(Group):
|
|
57518
58007
|
_version: str
|
|
57519
58008
|
fluent_name: str
|
|
57520
58009
|
_python_name: str
|
|
@@ -57541,7 +58030,7 @@ class filter_settings(Group):
|
|
|
57541
58030
|
_python_name: str
|
|
57542
58031
|
child_names: list[str]
|
|
57543
58032
|
field: field_9
|
|
57544
|
-
options:
|
|
58033
|
+
options: options_20
|
|
57545
58034
|
enabled: enabled_72
|
|
57546
58035
|
filter_minimum: filter_minimum
|
|
57547
58036
|
filter_maximum: filter_maximum
|
|
@@ -57586,7 +58075,7 @@ class filter_setting(Group):
|
|
|
57586
58075
|
field: field_10
|
|
57587
58076
|
option: option_64
|
|
57588
58077
|
range: range_6
|
|
57589
|
-
class
|
|
58078
|
+
class options_18(Group):
|
|
57590
58079
|
_version: str
|
|
57591
58080
|
fluent_name: str
|
|
57592
58081
|
_python_name: str
|
|
@@ -57653,7 +58142,7 @@ class particle_track_child(Group):
|
|
|
57653
58142
|
annotations_list: annotations_list
|
|
57654
58143
|
filter_settings: filter_settings
|
|
57655
58144
|
filter_setting: filter_setting
|
|
57656
|
-
options:
|
|
58145
|
+
options: options_18
|
|
57657
58146
|
track_single_particle_stream: track_single_particle_stream
|
|
57658
58147
|
skip: skip_4
|
|
57659
58148
|
coarsen: coarsen_4
|
|
@@ -58095,7 +58584,7 @@ class color_density(Real):
|
|
|
58095
58584
|
_version: str
|
|
58096
58585
|
fluent_name: str
|
|
58097
58586
|
_python_name: str
|
|
58098
|
-
class
|
|
58587
|
+
class cell_zones_11(StringList, AllowedValuesMixin):
|
|
58099
58588
|
_version: str
|
|
58100
58589
|
fluent_name: str
|
|
58101
58590
|
_python_name: str
|
|
@@ -58109,7 +58598,7 @@ class home_options(Group):
|
|
|
58109
58598
|
range_options: range_options_3
|
|
58110
58599
|
color_density: color_density
|
|
58111
58600
|
color_map: color_map
|
|
58112
|
-
cell_zones:
|
|
58601
|
+
cell_zones: cell_zones_11
|
|
58113
58602
|
class use_home_tab_range(Boolean):
|
|
58114
58603
|
_version: str
|
|
58115
58604
|
fluent_name: str
|
|
@@ -59615,7 +60104,7 @@ class mirror_zones(StringList, AllowedValuesMixin):
|
|
|
59615
60104
|
_version: str
|
|
59616
60105
|
fluent_name: str
|
|
59617
60106
|
_python_name: str
|
|
59618
|
-
class
|
|
60107
|
+
class add_8(StringList, AllowedValuesMixin):
|
|
59619
60108
|
_version: str
|
|
59620
60109
|
fluent_name: str
|
|
59621
60110
|
_python_name: str
|
|
@@ -59629,7 +60118,7 @@ class view_sync(Group):
|
|
|
59629
60118
|
_python_name: str
|
|
59630
60119
|
child_names: list[str]
|
|
59631
60120
|
command_names: list[str]
|
|
59632
|
-
add:
|
|
60121
|
+
add: add_8
|
|
59633
60122
|
remove: remove
|
|
59634
60123
|
def list(self):
|
|
59635
60124
|
"""
|
|
@@ -60543,7 +61032,7 @@ class position_on_y_axis(Boolean):
|
|
|
60543
61032
|
_version: str
|
|
60544
61033
|
fluent_name: str
|
|
60545
61034
|
_python_name: str
|
|
60546
|
-
class
|
|
61035
|
+
class options_21(Group):
|
|
60547
61036
|
_deprecated_version: str
|
|
60548
61037
|
_version: str
|
|
60549
61038
|
fluent_name: str
|
|
@@ -60682,7 +61171,7 @@ class xy_plot_child(Group):
|
|
|
60682
61171
|
child_names: list[str]
|
|
60683
61172
|
command_names: list[str]
|
|
60684
61173
|
name: name_27
|
|
60685
|
-
options:
|
|
61174
|
+
options: options_21
|
|
60686
61175
|
y_axis_function: y_axis_function
|
|
60687
61176
|
x_axis_function: x_axis_function_1
|
|
60688
61177
|
x_axis_data: x_axis_data
|
|
@@ -65342,7 +65831,7 @@ class n_display_1(Integer):
|
|
|
65342
65831
|
_version: str
|
|
65343
65832
|
fluent_name: str
|
|
65344
65833
|
_python_name: str
|
|
65345
|
-
class
|
|
65834
|
+
class options_22(Group):
|
|
65346
65835
|
_version: str
|
|
65347
65836
|
fluent_name: str
|
|
65348
65837
|
_python_name: str
|
|
@@ -65357,7 +65846,7 @@ class monitors(Group):
|
|
|
65357
65846
|
child_names: list[str]
|
|
65358
65847
|
command_names: list[str]
|
|
65359
65848
|
adjoint_equations: adjoint_equations_1
|
|
65360
|
-
options:
|
|
65849
|
+
options: options_22
|
|
65361
65850
|
def plot(self):
|
|
65362
65851
|
"""
|
|
65363
65852
|
Plot residuals.
|
|
@@ -65379,7 +65868,7 @@ class initialize_stabilization(Group):
|
|
|
65379
65868
|
"""
|
|
65380
65869
|
Initialize the stabilization scheme.
|
|
65381
65870
|
"""
|
|
65382
|
-
class
|
|
65871
|
+
class file_name_30(String):
|
|
65383
65872
|
_version: str
|
|
65384
65873
|
fluent_name: str
|
|
65385
65874
|
_python_name: str
|
|
@@ -65396,7 +65885,7 @@ class autosave(Group):
|
|
|
65396
65885
|
fluent_name: str
|
|
65397
65886
|
_python_name: str
|
|
65398
65887
|
child_names: list[str]
|
|
65399
|
-
file_name:
|
|
65888
|
+
file_name: file_name_30
|
|
65400
65889
|
frequency: frequency_7
|
|
65401
65890
|
max_files: max_files_1
|
|
65402
65891
|
class calculation_activities(Group):
|
|
@@ -65589,7 +66078,7 @@ class constraints(Real):
|
|
|
65589
66078
|
_version: str
|
|
65590
66079
|
fluent_name: str
|
|
65591
66080
|
_python_name: str
|
|
65592
|
-
class
|
|
66081
|
+
class parameters_10(Real):
|
|
65593
66082
|
_version: str
|
|
65594
66083
|
fluent_name: str
|
|
65595
66084
|
_python_name: str
|
|
@@ -65599,7 +66088,7 @@ class tolerances(Group):
|
|
|
65599
66088
|
_python_name: str
|
|
65600
66089
|
child_names: list[str]
|
|
65601
66090
|
constraints: constraints
|
|
65602
|
-
parameters:
|
|
66091
|
+
parameters: parameters_10
|
|
65603
66092
|
class polynomials(Group):
|
|
65604
66093
|
_version: str
|
|
65605
66094
|
fluent_name: str
|
|
@@ -66142,14 +66631,14 @@ class value_21(Real):
|
|
|
66142
66631
|
_version: str
|
|
66143
66632
|
fluent_name: str
|
|
66144
66633
|
_python_name: str
|
|
66145
|
-
class
|
|
66634
|
+
class parameters_11_child(Group):
|
|
66146
66635
|
_version: str
|
|
66147
66636
|
fluent_name: str
|
|
66148
66637
|
_python_name: str
|
|
66149
66638
|
child_names: list[str]
|
|
66150
66639
|
prescribed: prescribed
|
|
66151
66640
|
value: value_21
|
|
66152
|
-
class
|
|
66641
|
+
class parameters_11(NamedObject[parameters_11_child]):
|
|
66153
66642
|
_version: str
|
|
66154
66643
|
fluent_name: str
|
|
66155
66644
|
_python_name: str
|
|
@@ -66207,7 +66696,7 @@ class parameters_10(NamedObject[parameters_10_child]):
|
|
|
66207
66696
|
to : str
|
|
66208
66697
|
The name of the new object.
|
|
66209
66698
|
"""
|
|
66210
|
-
child_object_type:
|
|
66699
|
+
child_object_type: parameters_11_child
|
|
66211
66700
|
class x_10(Group):
|
|
66212
66701
|
_version: str
|
|
66213
66702
|
fluent_name: str
|
|
@@ -66360,7 +66849,7 @@ class definition_3_child(Group):
|
|
|
66360
66849
|
fit_imported_surfaces: fit_imported_surfaces
|
|
66361
66850
|
bounding_offset: bounding_offset
|
|
66362
66851
|
deformation_profile: deformation_profile
|
|
66363
|
-
parameters:
|
|
66852
|
+
parameters: parameters_11
|
|
66364
66853
|
displacement: displacement
|
|
66365
66854
|
scaling_type: scaling_type
|
|
66366
66855
|
scale_factor: scale_factor_2
|
|
@@ -66554,7 +67043,7 @@ class display_settings(Group):
|
|
|
66554
67043
|
schematic: schematic
|
|
66555
67044
|
constrained_nodes: constrained_nodes
|
|
66556
67045
|
surfaces_inside_region_only: surfaces_inside_region_only
|
|
66557
|
-
class
|
|
67046
|
+
class options_23(Group):
|
|
66558
67047
|
_version: str
|
|
66559
67048
|
fluent_name: str
|
|
66560
67049
|
_python_name: str
|
|
@@ -66568,7 +67057,7 @@ class design_conditions(Group):
|
|
|
66568
67057
|
child_names: list[str]
|
|
66569
67058
|
definition: definition_3
|
|
66570
67059
|
selection: selection_1
|
|
66571
|
-
options:
|
|
67060
|
+
options: options_23
|
|
66572
67061
|
class include_current_data(Boolean):
|
|
66573
67062
|
_version: str
|
|
66574
67063
|
fluent_name: str
|
|
@@ -66737,14 +67226,14 @@ class affected_conditions(StringList, AllowedValuesMixin):
|
|
|
66737
67226
|
_version: str
|
|
66738
67227
|
fluent_name: str
|
|
66739
67228
|
_python_name: str
|
|
66740
|
-
class
|
|
67229
|
+
class parameters_12_child(Group):
|
|
66741
67230
|
_version: str
|
|
66742
67231
|
fluent_name: str
|
|
66743
67232
|
_python_name: str
|
|
66744
67233
|
child_names: list[str]
|
|
66745
67234
|
value: value_23
|
|
66746
67235
|
affected_conditions: affected_conditions
|
|
66747
|
-
class
|
|
67236
|
+
class parameters_12(NamedObject[parameters_12_child]):
|
|
66748
67237
|
_version: str
|
|
66749
67238
|
fluent_name: str
|
|
66750
67239
|
_python_name: str
|
|
@@ -66802,8 +67291,8 @@ class parameters_11(NamedObject[parameters_11_child]):
|
|
|
66802
67291
|
to : str
|
|
66803
67292
|
The name of the new object.
|
|
66804
67293
|
"""
|
|
66805
|
-
child_object_type:
|
|
66806
|
-
class
|
|
67294
|
+
child_object_type: parameters_12_child
|
|
67295
|
+
class file_name_35(String):
|
|
66807
67296
|
_version: str
|
|
66808
67297
|
fluent_name: str
|
|
66809
67298
|
_python_name: str
|
|
@@ -66820,7 +67309,7 @@ class results_1_child(Group):
|
|
|
66820
67309
|
fluent_name: str
|
|
66821
67310
|
_python_name: str
|
|
66822
67311
|
child_names: list[str]
|
|
66823
|
-
file_name:
|
|
67312
|
+
file_name: file_name_35
|
|
66824
67313
|
observable: observable_2
|
|
66825
67314
|
value: value_22
|
|
66826
67315
|
weight: weight_5
|
|
@@ -66997,7 +67486,7 @@ class design_change(Group):
|
|
|
66997
67486
|
_python_name: str
|
|
66998
67487
|
child_names: list[str]
|
|
66999
67488
|
command_names: list[str]
|
|
67000
|
-
parameters:
|
|
67489
|
+
parameters: parameters_12
|
|
67001
67490
|
results: results_1
|
|
67002
67491
|
export: export_3
|
|
67003
67492
|
preview: preview_1
|
|
@@ -67085,11 +67574,11 @@ class parameters_count(Integer):
|
|
|
67085
67574
|
_version: str
|
|
67086
67575
|
fluent_name: str
|
|
67087
67576
|
_python_name: str
|
|
67088
|
-
class
|
|
67577
|
+
class parameters_13_child(String, AllowedValuesMixin):
|
|
67089
67578
|
_version: str
|
|
67090
67579
|
fluent_name: str
|
|
67091
67580
|
_python_name: str
|
|
67092
|
-
class
|
|
67581
|
+
class parameters_13(ListObject[parameters_13_child]):
|
|
67093
67582
|
_version: str
|
|
67094
67583
|
fluent_name: str
|
|
67095
67584
|
_python_name: str
|
|
@@ -67112,7 +67601,7 @@ class parameters_12(ListObject[parameters_12_child]):
|
|
|
67112
67601
|
size : int
|
|
67113
67602
|
New size for list-object.
|
|
67114
67603
|
"""
|
|
67115
|
-
child_object_type:
|
|
67604
|
+
child_object_type: parameters_13_child
|
|
67116
67605
|
class id_1(Integer):
|
|
67117
67606
|
_version: str
|
|
67118
67607
|
fluent_name: str
|
|
@@ -67121,11 +67610,11 @@ class active_4(Boolean):
|
|
|
67121
67610
|
_version: str
|
|
67122
67611
|
fluent_name: str
|
|
67123
67612
|
_python_name: str
|
|
67124
|
-
class
|
|
67613
|
+
class parameters_14_child(Real):
|
|
67125
67614
|
_version: str
|
|
67126
67615
|
fluent_name: str
|
|
67127
67616
|
_python_name: str
|
|
67128
|
-
class
|
|
67617
|
+
class parameters_14(NamedObject[parameters_14_child]):
|
|
67129
67618
|
_version: str
|
|
67130
67619
|
fluent_name: str
|
|
67131
67620
|
_python_name: str
|
|
@@ -67183,7 +67672,7 @@ class parameters_13(NamedObject[parameters_13_child]):
|
|
|
67183
67672
|
to : str
|
|
67184
67673
|
The name of the new object.
|
|
67185
67674
|
"""
|
|
67186
|
-
child_object_type:
|
|
67675
|
+
child_object_type: parameters_14_child
|
|
67187
67676
|
class conditions_2_child(Group):
|
|
67188
67677
|
_version: str
|
|
67189
67678
|
fluent_name: str
|
|
@@ -67191,7 +67680,7 @@ class conditions_2_child(Group):
|
|
|
67191
67680
|
child_names: list[str]
|
|
67192
67681
|
id: id_1
|
|
67193
67682
|
active: active_4
|
|
67194
|
-
parameters:
|
|
67683
|
+
parameters: parameters_14
|
|
67195
67684
|
class conditions_2(ListObject[conditions_2_child]):
|
|
67196
67685
|
_version: str
|
|
67197
67686
|
fluent_name: str
|
|
@@ -67223,7 +67712,7 @@ class operating_conditions_1(Group):
|
|
|
67223
67712
|
child_names: list[str]
|
|
67224
67713
|
count: count_1
|
|
67225
67714
|
parameters_count: parameters_count
|
|
67226
|
-
parameters:
|
|
67715
|
+
parameters: parameters_13
|
|
67227
67716
|
conditions: conditions_2
|
|
67228
67717
|
class id_2(Integer):
|
|
67229
67718
|
_version: str
|
|
@@ -67360,7 +67849,7 @@ class enable_turbulence_source_term(Boolean):
|
|
|
67360
67849
|
_version: str
|
|
67361
67850
|
fluent_name: str
|
|
67362
67851
|
_python_name: str
|
|
67363
|
-
class
|
|
67852
|
+
class options_24(Group):
|
|
67364
67853
|
_version: str
|
|
67365
67854
|
fluent_name: str
|
|
67366
67855
|
_python_name: str
|
|
@@ -67436,7 +67925,7 @@ class design_variables(Group):
|
|
|
67436
67925
|
child_names: list[str]
|
|
67437
67926
|
command_names: list[str]
|
|
67438
67927
|
selection: selection_3
|
|
67439
|
-
options:
|
|
67928
|
+
options: options_24
|
|
67440
67929
|
limits: limits_1
|
|
67441
67930
|
def default_limits(self):
|
|
67442
67931
|
"""
|
|
@@ -67756,7 +68245,7 @@ class autosave_1(Group):
|
|
|
67756
68245
|
fluent_name: str
|
|
67757
68246
|
_python_name: str
|
|
67758
68247
|
child_names: list[str]
|
|
67759
|
-
file_name:
|
|
68248
|
+
file_name: file_name_31
|
|
67760
68249
|
save_files: save_files
|
|
67761
68250
|
save_optimal: save_optimal
|
|
67762
68251
|
export_stl: export_stl_1
|
|
@@ -67766,7 +68255,7 @@ class execute_commands_1_child(Group):
|
|
|
67766
68255
|
_python_name: str
|
|
67767
68256
|
child_names: list[str]
|
|
67768
68257
|
name: name_4
|
|
67769
|
-
enable:
|
|
68258
|
+
enable: enable_29
|
|
67770
68259
|
execution_type: execution_type
|
|
67771
68260
|
execution_command: execution_command
|
|
67772
68261
|
when_to_execute: when_to_execute
|
|
@@ -67924,7 +68413,7 @@ class match_fluent_flux_type(Boolean):
|
|
|
67924
68413
|
_version: str
|
|
67925
68414
|
fluent_name: str
|
|
67926
68415
|
_python_name: str
|
|
67927
|
-
class
|
|
68416
|
+
class expert_12(Group):
|
|
67928
68417
|
_version: str
|
|
67929
68418
|
fluent_name: str
|
|
67930
68419
|
_python_name: str
|
|
@@ -67967,7 +68456,7 @@ class utilities(Group):
|
|
|
67967
68456
|
_python_name: str
|
|
67968
68457
|
child_names: list[str]
|
|
67969
68458
|
command_names: list[str]
|
|
67970
|
-
expert:
|
|
68459
|
+
expert: expert_12
|
|
67971
68460
|
interpolate: interpolate_2
|
|
67972
68461
|
def create_region_clip_surface(self, surface_name: str, type: str, inclusion: str, input_coordinates: list[float | str], surfaces: list[str]):
|
|
67973
68462
|
"""
|