ansys-fluent-core 0.33.dev0__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 +11 -4
- ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
- ansys/fluent/core/codegen/datamodelgen.py +2 -2
- ansys/fluent/core/codegen/print_fluent_version.py +4 -4
- ansys/fluent/core/codegen/settingsgen.py +1 -2
- ansys/fluent/core/exceptions.py +0 -1
- ansys/fluent/core/file_session.py +9 -9
- ansys/fluent/core/filereader/case_file.py +2 -2
- ansys/fluent/core/fluent_connection.py +5 -5
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +174 -174
- ansys/fluent/core/generated/datamodel_241/flicing.py +20 -20
- ansys/fluent/core/generated/datamodel_241/meshing.py +283 -283
- ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_242/meshing.py +308 -308
- ansys/fluent/core/generated/datamodel_251/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_251/meshing.py +295 -295
- ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_252/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_252/meshing.py +424 -424
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_261/meshing.py +443 -425
- 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/datamodel_261/solver_workflow.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_252.py +55 -55
- ansys/fluent/core/generated/solver/settings_261.py +4147 -4698
- ansys/fluent/core/generated/solver/settings_261.pyi +3467 -5578
- ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
- ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
- ansys/fluent/core/generated/solver/tui_261.py +2625 -2771
- ansys/fluent/core/launcher/container_launcher.py +7 -9
- ansys/fluent/core/launcher/fluent_container.py +107 -75
- ansys/fluent/core/launcher/launch_options.py +22 -1
- ansys/fluent/core/launcher/launcher.py +5 -4
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- ansys/fluent/core/pyfluent_warnings.py +13 -0
- ansys/fluent/core/search.py +170 -83
- ansys/fluent/core/services/app_utilities.py +52 -32
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/scheme_eval.py +2 -0
- ansys/fluent/core/services/solution_variables.py +64 -49
- ansys/fluent/core/session.py +36 -30
- ansys/fluent/core/session_base_meshing.py +2 -24
- ansys/fluent/core/session_shared.py +5 -2
- ansys/fluent/core/session_solver.py +15 -9
- ansys/fluent/core/solver/__init__.py +1 -1
- ansys/fluent/core/solver/flobject.py +62 -64
- ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
- ansys/fluent/core/solver/settings_builtin_data.py +121 -540
- ansys/fluent/core/utils/context_managers.py +0 -17
- ansys/fluent/core/utils/fluent_version.py +173 -0
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/METADATA +8 -8
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/RECORD +64 -82
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/WHEEL +1 -1
- ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
- ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
- ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
- ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
- ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
- ansys/fluent/core/generated/fluent_version_222.py +0 -5
- ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
- ansys/fluent/core/generated/solver/settings_222.py +0 -29473
- ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
- ansys/fluent/core/generated/solver/tui_222.py +0 -43451
- ansys/fluent/core/post_objects/__init__.py +0 -21
- ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
- ansys/fluent/core/post_objects/meta.py +0 -926
- ansys/fluent/core/post_objects/post_helper.py +0 -178
- ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
- ansys/fluent/core/post_objects/post_objects_container.py +0 -248
- ansys/fluent/core/post_objects/singleton_meta.py +0 -42
- ansys/fluent/core/post_objects/timing_decorator.py +0 -38
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -10226,7 +10226,7 @@ class roughness_correlation_fcn(String, AllowedValuesMixin):
|
|
|
10226
10226
|
Roughness Correlation Function.
|
|
10227
10227
|
"""
|
|
10228
10228
|
_version = '252'
|
|
10229
|
-
_deprecated_version = '
|
|
10229
|
+
_deprecated_version = '25.2'
|
|
10230
10230
|
fluent_name = 'roughness-correlation-fcn'
|
|
10231
10231
|
_python_name = 'roughness_correlation_fcn'
|
|
10232
10232
|
|
|
@@ -14307,7 +14307,7 @@ class pressure_gradient_force(Group):
|
|
|
14307
14307
|
Deprecated, only for backward compatibility -- objects have been moved one level up.
|
|
14308
14308
|
"""
|
|
14309
14309
|
_version = '252'
|
|
14310
|
-
_deprecated_version = '
|
|
14310
|
+
_deprecated_version = '24.2'
|
|
14311
14311
|
fluent_name = 'pressure-gradient-force'
|
|
14312
14312
|
_python_name = 'pressure_gradient_force'
|
|
14313
14313
|
_child_aliases = dict(
|
|
@@ -14497,7 +14497,7 @@ class include_convective_heat_transfer(Boolean):
|
|
|
14497
14497
|
Enable/disable convection/conduction in the film-to-wall heat transfer model.
|
|
14498
14498
|
"""
|
|
14499
14499
|
_version = '252'
|
|
14500
|
-
_deprecated_version = '
|
|
14500
|
+
_deprecated_version = '23.2'
|
|
14501
14501
|
fluent_name = 'include-convective-heat-transfer'
|
|
14502
14502
|
_python_name = 'include_convective_heat_transfer'
|
|
14503
14503
|
|
|
@@ -15011,7 +15011,7 @@ class kernel(Group):
|
|
|
15011
15011
|
Deprecated, only for backward compatibility -- objects have been moved one level up.
|
|
15012
15012
|
"""
|
|
15013
15013
|
_version = '252'
|
|
15014
|
-
_deprecated_version = '
|
|
15014
|
+
_deprecated_version = '25.1'
|
|
15015
15015
|
fluent_name = 'kernel'
|
|
15016
15016
|
_python_name = 'kernel'
|
|
15017
15017
|
_child_aliases = dict(
|
|
@@ -32473,7 +32473,7 @@ class volumetric_species(NamedObject[volumetric_species_child], CreatableNamedOb
|
|
|
32473
32473
|
'volumetric_species' child.
|
|
32474
32474
|
"""
|
|
32475
32475
|
_version = '252'
|
|
32476
|
-
_deprecated_version = '
|
|
32476
|
+
_deprecated_version = '24.2'
|
|
32477
32477
|
fluent_name = 'volumetric-species'
|
|
32478
32478
|
_python_name = 'volumetric_species'
|
|
32479
32479
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
@@ -34475,7 +34475,7 @@ class particle_species(NamedObject[particle_species_child], CreatableNamedObject
|
|
|
34475
34475
|
'particle_species' child.
|
|
34476
34476
|
"""
|
|
34477
34477
|
_version = '252'
|
|
34478
|
-
_deprecated_version = '
|
|
34478
|
+
_deprecated_version = '24.2'
|
|
34479
34479
|
fluent_name = 'particle-species'
|
|
34480
34480
|
_python_name = 'particle_species'
|
|
34481
34481
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
@@ -35596,7 +35596,7 @@ class function_of_2(String, AllowedValuesMixin):
|
|
|
35596
35596
|
What variable this object is a function of.
|
|
35597
35597
|
"""
|
|
35598
35598
|
_version = '252'
|
|
35599
|
-
_deprecated_version = '
|
|
35599
|
+
_deprecated_version = '24.2'
|
|
35600
35600
|
fluent_name = 'function-of'
|
|
35601
35601
|
_python_name = 'function_of'
|
|
35602
35602
|
|
|
@@ -49207,7 +49207,7 @@ class rotating(Boolean):
|
|
|
49207
49207
|
Apply a rotational velocity to this wall.
|
|
49208
49208
|
"""
|
|
49209
49209
|
_version = '252'
|
|
49210
|
-
_deprecated_version = '
|
|
49210
|
+
_deprecated_version = '25.1'
|
|
49211
49211
|
fluent_name = 'rotating?'
|
|
49212
49212
|
_python_name = 'rotating'
|
|
49213
49213
|
|
|
@@ -49216,7 +49216,7 @@ class components_2(Boolean):
|
|
|
49216
49216
|
Define wall velocity components.
|
|
49217
49217
|
"""
|
|
49218
49218
|
_version = '252'
|
|
49219
|
-
_deprecated_version = '
|
|
49219
|
+
_deprecated_version = '25.1'
|
|
49220
49220
|
fluent_name = 'components?'
|
|
49221
49221
|
_python_name = 'components'
|
|
49222
49222
|
|
|
@@ -49771,7 +49771,7 @@ class rough_nasa(Boolean):
|
|
|
49771
49771
|
NASA sand-grain roughness model for icing?.
|
|
49772
49772
|
"""
|
|
49773
49773
|
_version = '252'
|
|
49774
|
-
_deprecated_version = '
|
|
49774
|
+
_deprecated_version = '25.1'
|
|
49775
49775
|
fluent_name = 'rough-nasa?'
|
|
49776
49776
|
_python_name = 'rough_nasa'
|
|
49777
49777
|
|
|
@@ -49780,7 +49780,7 @@ class rough_shin_et_al(Boolean):
|
|
|
49780
49780
|
Shin-et-al sand-grain roughness model for icing ?.
|
|
49781
49781
|
"""
|
|
49782
49782
|
_version = '252'
|
|
49783
|
-
_deprecated_version = '
|
|
49783
|
+
_deprecated_version = '25.1'
|
|
49784
49784
|
fluent_name = 'rough-shin-et-al?'
|
|
49785
49785
|
_python_name = 'rough_shin_et_al'
|
|
49786
49786
|
|
|
@@ -49789,7 +49789,7 @@ class rough_data(Boolean):
|
|
|
49789
49789
|
Variable Roughness From ICE3D?.
|
|
49790
49790
|
"""
|
|
49791
49791
|
_version = '252'
|
|
49792
|
-
_deprecated_version = '
|
|
49792
|
+
_deprecated_version = '25.1'
|
|
49793
49793
|
fluent_name = 'rough-data?'
|
|
49794
49794
|
_python_name = 'rough_data'
|
|
49795
49795
|
|
|
@@ -53557,7 +53557,7 @@ class boundaries_1(Group):
|
|
|
53557
53557
|
'boundaries' child.
|
|
53558
53558
|
"""
|
|
53559
53559
|
_version = '252'
|
|
53560
|
-
_deprecated_version = '
|
|
53560
|
+
_deprecated_version = '25.2'
|
|
53561
53561
|
fluent_name = 'boundaries'
|
|
53562
53562
|
_python_name = 'boundaries'
|
|
53563
53563
|
child_names = ['axis', 'degassing', 'exhaust_fan', 'fan', 'geometry', 'inlet_vent', 'intake_fan', 'interface', 'interior', 'mass_flow_inlet', 'mass_flow_outlet', 'network', 'network_end', 'outflow', 'outlet_vent', 'overset', 'periodic', 'porous_jump', 'pressure_far_field', 'pressure_inlet', 'pressure_outlet', 'radiator', 'rans_les_interface', 'recirculation_inlet', 'recirculation_outlet', 'shadow', 'symmetry', 'velocity_inlet', 'wall']
|
|
@@ -67489,7 +67489,7 @@ class skewness_correction_itr_count_1(Integer):
|
|
|
67489
67489
|
Iterations for skewness correction.
|
|
67490
67490
|
"""
|
|
67491
67491
|
_version = '252'
|
|
67492
|
-
_deprecated_version = '
|
|
67492
|
+
_deprecated_version = '24.2'
|
|
67493
67493
|
fluent_name = 'skewness-correction-itr-count'
|
|
67494
67494
|
_python_name = 'skewness_correction_itr_count'
|
|
67495
67495
|
|
|
@@ -67498,7 +67498,7 @@ class neighbor_correction_itr_count_1(Integer):
|
|
|
67498
67498
|
Iterations for neighbor correction.
|
|
67499
67499
|
"""
|
|
67500
67500
|
_version = '252'
|
|
67501
|
-
_deprecated_version = '
|
|
67501
|
+
_deprecated_version = '24.2'
|
|
67502
67502
|
fluent_name = 'neighbor-correction-itr-count'
|
|
67503
67503
|
_python_name = 'neighbor_correction_itr_count'
|
|
67504
67504
|
|
|
@@ -67507,7 +67507,7 @@ class skewness_neighbor_coupling_2(Boolean):
|
|
|
67507
67507
|
Skewness-Neighbor Coupling?.
|
|
67508
67508
|
"""
|
|
67509
67509
|
_version = '252'
|
|
67510
|
-
_deprecated_version = '
|
|
67510
|
+
_deprecated_version = '24.2'
|
|
67511
67511
|
fluent_name = 'skewness-neighbor-coupling'
|
|
67512
67512
|
_python_name = 'skewness_neighbor_coupling'
|
|
67513
67513
|
|
|
@@ -70055,7 +70055,7 @@ class create_output_parameter(Command):
|
|
|
70055
70055
|
Option to make report definition available as an output parameter.
|
|
70056
70056
|
"""
|
|
70057
70057
|
_version = '252'
|
|
70058
|
-
_deprecated_version = '
|
|
70058
|
+
_deprecated_version = '24.2'
|
|
70059
70059
|
fluent_name = 'create-output-parameter'
|
|
70060
70060
|
_python_name = 'create_output_parameter'
|
|
70061
70061
|
|
|
@@ -71000,7 +71000,7 @@ class expression_7(NamedObject[expression_7_child], CreatableNamedObjectMixin[ex
|
|
|
71000
71000
|
Create a new or edit an existing report definition.
|
|
71001
71001
|
"""
|
|
71002
71002
|
_version = '252'
|
|
71003
|
-
_deprecated_version = '
|
|
71003
|
+
_deprecated_version = '21.1'
|
|
71004
71004
|
fluent_name = 'expression'
|
|
71005
71005
|
_python_name = 'expression'
|
|
71006
71006
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
@@ -74974,7 +74974,7 @@ class set_1(Command):
|
|
|
74974
74974
|
'set' command.
|
|
74975
74975
|
"""
|
|
74976
74976
|
_version = '252'
|
|
74977
|
-
_deprecated_version = '
|
|
74977
|
+
_deprecated_version = '23.2'
|
|
74978
74978
|
fluent_name = 'set'
|
|
74979
74979
|
_python_name = 'set'
|
|
74980
74980
|
|
|
@@ -78299,7 +78299,7 @@ class create_group_surfaces(Command):
|
|
|
78299
78299
|
The name for the group surface.
|
|
78300
78300
|
"""
|
|
78301
78301
|
_version = '252'
|
|
78302
|
-
_deprecated_version = '
|
|
78302
|
+
_deprecated_version = '25.1'
|
|
78303
78303
|
fluent_name = 'create-group-surfaces'
|
|
78304
78304
|
_python_name = 'create_group_surfaces'
|
|
78305
78305
|
argument_names = ['surfaces', 'name']
|
|
@@ -78318,7 +78318,7 @@ class ungroup_surfaces(Command):
|
|
|
78318
78318
|
The surface to ungroup.
|
|
78319
78319
|
"""
|
|
78320
78320
|
_version = '252'
|
|
78321
|
-
_deprecated_version = '
|
|
78321
|
+
_deprecated_version = '25.1'
|
|
78322
78322
|
fluent_name = 'ungroup-surfaces'
|
|
78323
78323
|
_python_name = 'ungroup_surfaces'
|
|
78324
78324
|
argument_names = ['surface']
|
|
@@ -78632,7 +78632,7 @@ class edge_type(Group):
|
|
|
78632
78632
|
Enables the display of the mesh outline.
|
|
78633
78633
|
"""
|
|
78634
78634
|
_version = '252'
|
|
78635
|
-
_deprecated_version = '
|
|
78635
|
+
_deprecated_version = '25.2'
|
|
78636
78636
|
fluent_name = 'edge-type'
|
|
78637
78637
|
_python_name = 'edge_type'
|
|
78638
78638
|
child_names = ['option', 'all', 'feature', 'outline']
|
|
@@ -78824,7 +78824,7 @@ class coloring(Group):
|
|
|
78824
78824
|
The coloring options object.
|
|
78825
78825
|
"""
|
|
78826
78826
|
_version = '252'
|
|
78827
|
-
_deprecated_version = '
|
|
78827
|
+
_deprecated_version = '25.2'
|
|
78828
78828
|
fluent_name = 'coloring'
|
|
78829
78829
|
_python_name = 'coloring'
|
|
78830
78830
|
child_names = ['option', 'automatic', 'manual']
|
|
@@ -79009,7 +79009,7 @@ class range_option(Group):
|
|
|
79009
79009
|
Specifies whether you want the range to be Global, Local to the selected surface(s), or Custom.
|
|
79010
79010
|
"""
|
|
79011
79011
|
_version = '252'
|
|
79012
|
-
_deprecated_version = '
|
|
79012
|
+
_deprecated_version = '25.1'
|
|
79013
79013
|
fluent_name = 'range-option'
|
|
79014
79014
|
_python_name = 'range_option'
|
|
79015
79015
|
child_names = ['option', 'auto_range_on', 'auto_range_off']
|
|
@@ -79121,7 +79121,7 @@ class filled_1(Boolean):
|
|
|
79121
79121
|
Toggles between filled contours and line contours.
|
|
79122
79122
|
"""
|
|
79123
79123
|
_version = '252'
|
|
79124
|
-
_deprecated_version = '
|
|
79124
|
+
_deprecated_version = '25.1'
|
|
79125
79125
|
fluent_name = 'filled?'
|
|
79126
79126
|
_python_name = 'filled'
|
|
79127
79127
|
|
|
@@ -79130,7 +79130,7 @@ class node_values(Boolean):
|
|
|
79130
79130
|
Toggles between using scalar field values at nodes and at cell centers for computing the contours.
|
|
79131
79131
|
"""
|
|
79132
79132
|
_version = '252'
|
|
79133
|
-
_deprecated_version = '
|
|
79133
|
+
_deprecated_version = '25.1'
|
|
79134
79134
|
fluent_name = 'node-values?'
|
|
79135
79135
|
_python_name = 'node_values'
|
|
79136
79136
|
|
|
@@ -79139,7 +79139,7 @@ class boundary_values(Boolean):
|
|
|
79139
79139
|
Enabling overwrites the node values (on boundaries) with a simple average of the boundary face values.
|
|
79140
79140
|
"""
|
|
79141
79141
|
_version = '252'
|
|
79142
|
-
_deprecated_version = '
|
|
79142
|
+
_deprecated_version = '25.1'
|
|
79143
79143
|
fluent_name = 'boundary-values?'
|
|
79144
79144
|
_python_name = 'boundary_values'
|
|
79145
79145
|
|
|
@@ -79148,7 +79148,7 @@ class contour_lines(Boolean):
|
|
|
79148
79148
|
Combines filled contours with line contours.
|
|
79149
79149
|
"""
|
|
79150
79150
|
_version = '252'
|
|
79151
|
-
_deprecated_version = '
|
|
79151
|
+
_deprecated_version = '25.1'
|
|
79152
79152
|
fluent_name = 'contour-lines?'
|
|
79153
79153
|
_python_name = 'contour_lines'
|
|
79154
79154
|
|
|
@@ -79181,7 +79181,7 @@ class coloring_1(Group):
|
|
|
79181
79181
|
Specifies how the contours appear.
|
|
79182
79182
|
"""
|
|
79183
79183
|
_version = '252'
|
|
79184
|
-
_deprecated_version = '
|
|
79184
|
+
_deprecated_version = '25.1'
|
|
79185
79185
|
fluent_name = 'coloring'
|
|
79186
79186
|
_python_name = 'coloring'
|
|
79187
79187
|
child_names = ['option', 'smooth', 'banded']
|
|
@@ -79535,7 +79535,7 @@ class scale_4(Group):
|
|
|
79535
79535
|
A number by which the vector size would be scaled.
|
|
79536
79536
|
"""
|
|
79537
79537
|
_version = '252'
|
|
79538
|
-
_deprecated_version = '
|
|
79538
|
+
_deprecated_version = '25.1'
|
|
79539
79539
|
fluent_name = 'scale'
|
|
79540
79540
|
_python_name = 'scale'
|
|
79541
79541
|
child_names = ['auto_scale', 'scale_f']
|
|
@@ -79549,7 +79549,7 @@ class style(String, AllowedValuesMixin):
|
|
|
79549
79549
|
The shape for the displayed vectors.
|
|
79550
79550
|
"""
|
|
79551
79551
|
_version = '252'
|
|
79552
|
-
_deprecated_version = '
|
|
79552
|
+
_deprecated_version = '25.1'
|
|
79553
79553
|
fluent_name = 'style'
|
|
79554
79554
|
_python_name = 'style'
|
|
79555
79555
|
|
|
@@ -79558,7 +79558,7 @@ class skip(Integer):
|
|
|
79558
79558
|
A multiple by which the no. of vectors drawn would be reduced.
|
|
79559
79559
|
"""
|
|
79560
79560
|
_version = '252'
|
|
79561
|
-
_deprecated_version = '
|
|
79561
|
+
_deprecated_version = '25.1'
|
|
79562
79562
|
fluent_name = 'skip'
|
|
79563
79563
|
_python_name = 'skip'
|
|
79564
79564
|
|
|
@@ -79790,7 +79790,7 @@ class range_5(Group):
|
|
|
79790
79790
|
Range using the min max options.
|
|
79791
79791
|
"""
|
|
79792
79792
|
_version = '252'
|
|
79793
|
-
_deprecated_version = '
|
|
79793
|
+
_deprecated_version = '25.1'
|
|
79794
79794
|
fluent_name = 'range'
|
|
79795
79795
|
_python_name = 'range'
|
|
79796
79796
|
child_names = ['option', 'auto_range', 'clip_to_range']
|
|
@@ -79906,7 +79906,7 @@ class style_attribute(Group):
|
|
|
79906
79906
|
The style attributes.
|
|
79907
79907
|
"""
|
|
79908
79908
|
_version = '252'
|
|
79909
|
-
_deprecated_version = '
|
|
79909
|
+
_deprecated_version = '25.1'
|
|
79910
79910
|
fluent_name = 'style-attribute'
|
|
79911
79911
|
_python_name = 'style_attribute'
|
|
79912
79912
|
child_names = ['style', 'line_width', 'arrow_space', 'arrow_scale', 'marker_size', 'sphere_size', 'sphere_lod', 'radius', 'ribbon']
|
|
@@ -80186,7 +80186,7 @@ class options_16(Group):
|
|
|
80186
80186
|
Check the control options.
|
|
80187
80187
|
"""
|
|
80188
80188
|
_version = '252'
|
|
80189
|
-
_deprecated_version = '
|
|
80189
|
+
_deprecated_version = '25.1'
|
|
80190
80190
|
fluent_name = 'options'
|
|
80191
80191
|
_python_name = 'options'
|
|
80192
80192
|
child_names = ['oil_flow', 'reverse', 'node_values', 'relative']
|
|
@@ -80226,7 +80226,7 @@ class accuracy_control_1(Group):
|
|
|
80226
80226
|
Control the accuracy.
|
|
80227
80227
|
"""
|
|
80228
80228
|
_version = '252'
|
|
80229
|
-
_deprecated_version = '
|
|
80229
|
+
_deprecated_version = '25.1'
|
|
80230
80230
|
fluent_name = 'accuracy-control'
|
|
80231
80231
|
_python_name = 'accuracy_control'
|
|
80232
80232
|
child_names = ['option', 'step_size', 'tolerance']
|
|
@@ -80351,7 +80351,7 @@ class step(Integer):
|
|
|
80351
80351
|
Number of steps for pathlines.
|
|
80352
80352
|
"""
|
|
80353
80353
|
_version = '252'
|
|
80354
|
-
_deprecated_version = '
|
|
80354
|
+
_deprecated_version = '25.1'
|
|
80355
80355
|
fluent_name = 'step'
|
|
80356
80356
|
_python_name = 'step'
|
|
80357
80357
|
|
|
@@ -80360,7 +80360,7 @@ class skip_2(Integer):
|
|
|
80360
80360
|
A number to skip pathline tracks.
|
|
80361
80361
|
"""
|
|
80362
80362
|
_version = '252'
|
|
80363
|
-
_deprecated_version = '
|
|
80363
|
+
_deprecated_version = '25.1'
|
|
80364
80364
|
fluent_name = 'skip'
|
|
80365
80365
|
_python_name = 'skip'
|
|
80366
80366
|
|
|
@@ -80369,7 +80369,7 @@ class coarsen_2(Integer):
|
|
|
80369
80369
|
Coarsen level for pathlines.
|
|
80370
80370
|
"""
|
|
80371
80371
|
_version = '252'
|
|
80372
|
-
_deprecated_version = '
|
|
80372
|
+
_deprecated_version = '25.1'
|
|
80373
80373
|
fluent_name = 'coarsen'
|
|
80374
80374
|
_python_name = 'coarsen'
|
|
80375
80375
|
|
|
@@ -80378,7 +80378,7 @@ class onzone(StringList, AllowedValuesMixin):
|
|
|
80378
80378
|
On zone from the given list.
|
|
80379
80379
|
"""
|
|
80380
80380
|
_version = '252'
|
|
80381
|
-
_deprecated_version = '
|
|
80381
|
+
_deprecated_version = '25.1'
|
|
80382
80382
|
fluent_name = 'onzone'
|
|
80383
80383
|
_python_name = 'onzone'
|
|
80384
80384
|
|
|
@@ -81176,7 +81176,7 @@ class style_attribute_1(Group):
|
|
|
81176
81176
|
The style attributes.
|
|
81177
81177
|
"""
|
|
81178
81178
|
_version = '252'
|
|
81179
|
-
_deprecated_version = '
|
|
81179
|
+
_deprecated_version = '25.1'
|
|
81180
81180
|
fluent_name = 'style-attribute'
|
|
81181
81181
|
_python_name = 'style_attribute'
|
|
81182
81182
|
child_names = ['style', 'line_width', 'arrow_space', 'arrow_scale', 'marker_size', 'sphere_size', 'sphere_lod', 'radius', 'ribbon_settings', 'sphere_settings']
|
|
@@ -81281,7 +81281,7 @@ class vector_settings(Group):
|
|
|
81281
81281
|
Vector style.
|
|
81282
81282
|
"""
|
|
81283
81283
|
_version = '252'
|
|
81284
|
-
_deprecated_version = '
|
|
81284
|
+
_deprecated_version = '25.1'
|
|
81285
81285
|
fluent_name = 'vector-settings'
|
|
81286
81286
|
_python_name = 'vector_settings'
|
|
81287
81287
|
child_names = ['style', 'vector_length', 'constant_color', 'vector_of', 'scale', 'length_to_head_ratio']
|
|
@@ -81531,7 +81531,7 @@ class filter_settings(Group):
|
|
|
81531
81531
|
The filter settings.
|
|
81532
81532
|
"""
|
|
81533
81533
|
_version = '252'
|
|
81534
|
-
_deprecated_version = '
|
|
81534
|
+
_deprecated_version = '25.1'
|
|
81535
81535
|
fluent_name = 'filter-settings'
|
|
81536
81536
|
_python_name = 'filter_settings'
|
|
81537
81537
|
child_names = ['field', 'options', 'enabled', 'filter_minimum', 'filter_maximum']
|
|
@@ -81654,7 +81654,7 @@ class track_single_particle_stream(Group):
|
|
|
81654
81654
|
Enable track single particle stream.
|
|
81655
81655
|
"""
|
|
81656
81656
|
_version = '252'
|
|
81657
|
-
_deprecated_version = '
|
|
81657
|
+
_deprecated_version = '25.1'
|
|
81658
81658
|
fluent_name = 'track-single-particle-stream'
|
|
81659
81659
|
_python_name = 'track_single_particle_stream'
|
|
81660
81660
|
child_names = ['enabled', 'stream_id']
|
|
@@ -81668,7 +81668,7 @@ class skip_4(Integer):
|
|
|
81668
81668
|
A number to skip particle tracks.
|
|
81669
81669
|
"""
|
|
81670
81670
|
_version = '252'
|
|
81671
|
-
_deprecated_version = '
|
|
81671
|
+
_deprecated_version = '25.1'
|
|
81672
81672
|
fluent_name = 'skip'
|
|
81673
81673
|
_python_name = 'skip'
|
|
81674
81674
|
|
|
@@ -81677,7 +81677,7 @@ class coarsen_4(Integer):
|
|
|
81677
81677
|
Coarsen level for particle tracks.
|
|
81678
81678
|
"""
|
|
81679
81679
|
_version = '252'
|
|
81680
|
-
_deprecated_version = '
|
|
81680
|
+
_deprecated_version = '25.1'
|
|
81681
81681
|
fluent_name = 'coarsen'
|
|
81682
81682
|
_python_name = 'coarsen'
|
|
81683
81683
|
|
|
@@ -81686,7 +81686,7 @@ class free_stream_particles(Boolean):
|
|
|
81686
81686
|
Free stream particles.
|
|
81687
81687
|
"""
|
|
81688
81688
|
_version = '252'
|
|
81689
|
-
_deprecated_version = '
|
|
81689
|
+
_deprecated_version = '25.1'
|
|
81690
81690
|
fluent_name = 'free-stream-particles?'
|
|
81691
81691
|
_python_name = 'free_stream_particles'
|
|
81692
81692
|
|
|
@@ -81695,7 +81695,7 @@ class wall_film_particles(Boolean):
|
|
|
81695
81695
|
Wall film particles.
|
|
81696
81696
|
"""
|
|
81697
81697
|
_version = '252'
|
|
81698
|
-
_deprecated_version = '
|
|
81698
|
+
_deprecated_version = '25.1'
|
|
81699
81699
|
fluent_name = 'wall-film-particles?'
|
|
81700
81700
|
_python_name = 'wall_film_particles'
|
|
81701
81701
|
|
|
@@ -81704,7 +81704,7 @@ class track_pdf_particles(Boolean):
|
|
|
81704
81704
|
Track pdf particles for tracks.
|
|
81705
81705
|
"""
|
|
81706
81706
|
_version = '252'
|
|
81707
|
-
_deprecated_version = '
|
|
81707
|
+
_deprecated_version = '25.1'
|
|
81708
81708
|
fluent_name = 'track-pdf-particles?'
|
|
81709
81709
|
_python_name = 'track_pdf_particles'
|
|
81710
81710
|
|
|
@@ -86451,7 +86451,7 @@ class options_20(Group):
|
|
|
86451
86451
|
'options' child.
|
|
86452
86452
|
"""
|
|
86453
86453
|
_version = '252'
|
|
86454
|
-
_deprecated_version = '
|
|
86454
|
+
_deprecated_version = '25.1'
|
|
86455
86455
|
fluent_name = 'options'
|
|
86456
86456
|
_python_name = 'options'
|
|
86457
86457
|
child_names = ['node_values', 'position_on_x_axis', 'position_on_y_axis']
|
|
@@ -86466,7 +86466,7 @@ class y_axis_function(String, AllowedValuesMixin):
|
|
|
86466
86466
|
One of the coloring options.
|
|
86467
86467
|
"""
|
|
86468
86468
|
_version = '252'
|
|
86469
|
-
_deprecated_version = '
|
|
86469
|
+
_deprecated_version = '25.1'
|
|
86470
86470
|
fluent_name = 'y-axis-function'
|
|
86471
86471
|
_python_name = 'y_axis_function'
|
|
86472
86472
|
|
|
@@ -86475,7 +86475,7 @@ class x_axis_function_1(String, AllowedValuesMixin):
|
|
|
86475
86475
|
One of the coloring options.
|
|
86476
86476
|
"""
|
|
86477
86477
|
_version = '252'
|
|
86478
|
-
_deprecated_version = '
|
|
86478
|
+
_deprecated_version = '25.1'
|
|
86479
86479
|
fluent_name = 'x-axis-function'
|
|
86480
86480
|
_python_name = 'x_axis_function'
|
|
86481
86481
|
|
|
@@ -86678,7 +86678,7 @@ class plot_direction_1(Group):
|
|
|
86678
86678
|
'plot_direction' child.
|
|
86679
86679
|
"""
|
|
86680
86680
|
_version = '252'
|
|
86681
|
-
_deprecated_version = '
|
|
86681
|
+
_deprecated_version = '25.1'
|
|
86682
86682
|
fluent_name = 'plot-direction'
|
|
86683
86683
|
_python_name = 'plot_direction'
|
|
86684
86684
|
child_names = ['option', 'direction_vector', 'curve_length']
|
|
@@ -90071,7 +90071,7 @@ class op_udf(String):
|
|
|
90071
90071
|
The DPM sampling output UDF.
|
|
90072
90072
|
"""
|
|
90073
90073
|
_version = '252'
|
|
90074
|
-
_deprecated_version = '
|
|
90074
|
+
_deprecated_version = '25.2'
|
|
90075
90075
|
fluent_name = 'op-udf'
|
|
90076
90076
|
_python_name = 'op_udf'
|
|
90077
90077
|
|
|
@@ -90088,7 +90088,7 @@ class accumulate_rates(Boolean):
|
|
|
90088
90088
|
Enable accumulation of erosion and accretion rates over multiple tracking passes.
|
|
90089
90089
|
"""
|
|
90090
90090
|
_version = '252'
|
|
90091
|
-
_deprecated_version = '
|
|
90091
|
+
_deprecated_version = '25.2'
|
|
90092
90092
|
fluent_name = 'accumulate-rates?'
|
|
90093
90093
|
_python_name = 'accumulate_rates'
|
|
90094
90094
|
|