ansys-fluent-core 0.30.dev1__py3-none-any.whl → 0.30.dev3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-fluent-core might be problematic. Click here for more details.
- ansys/fluent/core/__init__.py +14 -3
- ansys/fluent/core/codegen/datamodelgen.py +17 -3
- ansys/fluent/core/codegen/settingsgen.py +26 -4
- ansys/fluent/core/codegen/walk_api.py +11 -1
- ansys/fluent/core/exceptions.py +7 -4
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_242/meshing_utilities.pyi +990 -0
- ansys/fluent/core/generated/datamodel_251/meshing_utilities.pyi +1002 -0
- ansys/fluent/core/generated/datamodel_252/meshing.py +7 -0
- ansys/fluent/core/generated/datamodel_252/meshing_utilities.pyi +1007 -0
- ansys/fluent/core/generated/datamodel_252/preferences.py +132 -3
- ansys/fluent/core/generated/fluent_version_252.py +3 -3
- ansys/fluent/core/generated/meshing/tui_252.py +111 -12
- ansys/fluent/core/generated/solver/settings_222.py +166 -170
- ansys/fluent/core/generated/solver/settings_222.pyi +10 -8
- ansys/fluent/core/generated/solver/settings_231.py +551 -598
- ansys/fluent/core/generated/solver/settings_231.pyi +40 -38
- ansys/fluent/core/generated/solver/settings_232.py +689 -736
- ansys/fluent/core/generated/solver/settings_232.pyi +39 -37
- ansys/fluent/core/generated/solver/settings_241.py +1365 -1439
- ansys/fluent/core/generated/solver/settings_241.pyi +1071 -1074
- ansys/fluent/core/generated/solver/settings_242.py +2852 -3098
- ansys/fluent/core/generated/solver/settings_242.pyi +2059 -2151
- ansys/fluent/core/generated/solver/settings_251.py +3656 -3914
- ansys/fluent/core/generated/solver/settings_251.pyi +2915 -3008
- ansys/fluent/core/generated/solver/settings_252.py +5894 -5707
- ansys/fluent/core/generated/solver/settings_252.pyi +4411 -4297
- ansys/fluent/core/generated/solver/tui_252.py +205 -25
- ansys/fluent/core/get_build_details.py +2 -2
- ansys/fluent/core/launcher/container_launcher.py +7 -1
- ansys/fluent/core/launcher/fluent_container.py +3 -2
- ansys/fluent/core/launcher/pim_launcher.py +7 -1
- ansys/fluent/core/launcher/slurm_launcher.py +7 -1
- ansys/fluent/core/launcher/standalone_launcher.py +7 -1
- ansys/fluent/core/post_objects/meta.py +6 -6
- ansys/fluent/core/services/datamodel_se.py +28 -23
- ansys/fluent/core/services/field_data.py +17 -5
- ansys/fluent/core/session_base_meshing.py +3 -3
- ansys/fluent/core/session_meshing.py +4 -4
- ansys/fluent/core/session_meshing.pyi +9 -9
- ansys/fluent/core/session_pure_meshing.pyi +9 -9
- ansys/fluent/core/session_solver.py +1 -1
- ansys/fluent/core/session_solver.pyi +5 -5
- ansys/fluent/core/solver/_docstrings.py +244 -0
- ansys/fluent/core/solver/error_message.py +7 -12
- ansys/fluent/core/solver/flobject.py +40 -15
- ansys/fluent/core/utils/fluent_version.py +2 -3
- ansys/fluent/core/workflow.py +1 -0
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/METADATA +4 -4
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/RECORD +76 -73
- ansys/fluent/core/_version.py +0 -40
- /ansys/fluent/core/generated/datamodel_222/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_222/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_231/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_231/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_231/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_232/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_232/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_232/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_241/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_241/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_241/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{MeshingUtilities.py → meshing_utilities.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_242/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{MeshingUtilities.py → meshing_utilities.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_251/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{MeshingUtilities.py → meshing_utilities.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{PartManagement.py → part_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{PMFileManagement.py → pm_file_management.py} +0 -0
- /ansys/fluent/core/generated/datamodel_252/{solverworkflow.py → solver_workflow.py} +0 -0
- /ansys/fluent/core/{systemcoupling.py → system_coupling.py} +0 -0
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev3.dist-info}/WHEEL +0 -0
|
@@ -250,7 +250,7 @@ class file(Group):
|
|
|
250
250
|
|
|
251
251
|
class type(String, AllowedValuesMixin):
|
|
252
252
|
"""
|
|
253
|
-
|
|
253
|
+
Solver type.
|
|
254
254
|
"""
|
|
255
255
|
version = '222'
|
|
256
256
|
fluent_name = 'type'
|
|
@@ -268,7 +268,7 @@ class two_dim_space(String, AllowedValuesMixin):
|
|
|
268
268
|
|
|
269
269
|
class velocity_formulation(String, AllowedValuesMixin):
|
|
270
270
|
"""
|
|
271
|
-
|
|
271
|
+
Velocity formulation.
|
|
272
272
|
"""
|
|
273
273
|
version = '222'
|
|
274
274
|
fluent_name = 'velocity-formulation'
|
|
@@ -311,7 +311,7 @@ class adjust_solver_defaults_based_on_setup(Boolean):
|
|
|
311
311
|
|
|
312
312
|
class gravity_1(Boolean):
|
|
313
313
|
"""
|
|
314
|
-
|
|
314
|
+
Gravitational acceleration.
|
|
315
315
|
"""
|
|
316
316
|
version = '222'
|
|
317
317
|
fluent_name = 'gravity?'
|
|
@@ -420,7 +420,7 @@ class energy(Group):
|
|
|
420
420
|
|
|
421
421
|
class models_1(String, AllowedValuesMixin):
|
|
422
422
|
"""
|
|
423
|
-
|
|
423
|
+
Multiphase model.
|
|
424
424
|
"""
|
|
425
425
|
version = '222'
|
|
426
426
|
fluent_name = 'models'
|
|
@@ -429,7 +429,7 @@ class models_1(String, AllowedValuesMixin):
|
|
|
429
429
|
|
|
430
430
|
class vaporization_pressure(Real):
|
|
431
431
|
"""
|
|
432
|
-
|
|
432
|
+
Vaporization pressure.
|
|
433
433
|
"""
|
|
434
434
|
version = '222'
|
|
435
435
|
fluent_name = 'vaporization-pressure'
|
|
@@ -438,7 +438,7 @@ class vaporization_pressure(Real):
|
|
|
438
438
|
|
|
439
439
|
class non_condensable_gas(Real):
|
|
440
440
|
"""
|
|
441
|
-
|
|
441
|
+
Non condensable gas.
|
|
442
442
|
"""
|
|
443
443
|
version = '222'
|
|
444
444
|
fluent_name = 'non-condensable-gas'
|
|
@@ -447,7 +447,7 @@ class non_condensable_gas(Real):
|
|
|
447
447
|
|
|
448
448
|
class liquid_surface_tension(Real):
|
|
449
449
|
"""
|
|
450
|
-
|
|
450
|
+
Liquid surface tension.
|
|
451
451
|
"""
|
|
452
452
|
version = '222'
|
|
453
453
|
fluent_name = 'liquid-surface-tension'
|
|
@@ -456,7 +456,7 @@ class liquid_surface_tension(Real):
|
|
|
456
456
|
|
|
457
457
|
class bubble_number_density(Real):
|
|
458
458
|
"""
|
|
459
|
-
|
|
459
|
+
Bubble number density.
|
|
460
460
|
"""
|
|
461
461
|
version = '222'
|
|
462
462
|
fluent_name = 'bubble-number-density'
|
|
@@ -15613,7 +15613,7 @@ class wave_spect_dir_components(Integer, AllowedValuesMixin):
|
|
|
15613
15613
|
|
|
15614
15614
|
class mean_and_std_deviation(RealList):
|
|
15615
15615
|
"""
|
|
15616
|
-
|
|
15616
|
+
Mean and standard deviation.
|
|
15617
15617
|
"""
|
|
15618
15618
|
version = '222'
|
|
15619
15619
|
fluent_name = 'mean-and-std-deviation'
|
|
@@ -19708,7 +19708,7 @@ class boundary_conditions(Group):
|
|
|
19708
19708
|
|
|
19709
19709
|
class area(Real):
|
|
19710
19710
|
"""
|
|
19711
|
-
|
|
19711
|
+
Reference area for normalization.
|
|
19712
19712
|
"""
|
|
19713
19713
|
version = '222'
|
|
19714
19714
|
fluent_name = 'area'
|
|
@@ -19739,7 +19739,7 @@ class compute(Group):
|
|
|
19739
19739
|
|
|
19740
19740
|
class depth(Real):
|
|
19741
19741
|
"""
|
|
19742
|
-
|
|
19742
|
+
Reference depth for volume calculation.
|
|
19743
19743
|
"""
|
|
19744
19744
|
version = '222'
|
|
19745
19745
|
fluent_name = 'depth'
|
|
@@ -19748,7 +19748,7 @@ class depth(Real):
|
|
|
19748
19748
|
|
|
19749
19749
|
class density_1(Real):
|
|
19750
19750
|
"""
|
|
19751
|
-
|
|
19751
|
+
Reference density for normalization.
|
|
19752
19752
|
"""
|
|
19753
19753
|
version = '222'
|
|
19754
19754
|
fluent_name = 'density'
|
|
@@ -19757,7 +19757,7 @@ class density_1(Real):
|
|
|
19757
19757
|
|
|
19758
19758
|
class enthalpy(Real):
|
|
19759
19759
|
"""
|
|
19760
|
-
|
|
19760
|
+
Reference enthalpy for enthalpy damping and normalization.
|
|
19761
19761
|
"""
|
|
19762
19762
|
version = '222'
|
|
19763
19763
|
fluent_name = 'enthalpy'
|
|
@@ -19766,7 +19766,7 @@ class enthalpy(Real):
|
|
|
19766
19766
|
|
|
19767
19767
|
class length_val(Real):
|
|
19768
19768
|
"""
|
|
19769
|
-
|
|
19769
|
+
Reference length for normalization.
|
|
19770
19770
|
"""
|
|
19771
19771
|
version = '222'
|
|
19772
19772
|
fluent_name = 'length-val'
|
|
@@ -19775,7 +19775,7 @@ class length_val(Real):
|
|
|
19775
19775
|
|
|
19776
19776
|
class pressure(Real):
|
|
19777
19777
|
"""
|
|
19778
|
-
|
|
19778
|
+
Reference pressure for normalization.
|
|
19779
19779
|
"""
|
|
19780
19780
|
version = '222'
|
|
19781
19781
|
fluent_name = 'pressure'
|
|
@@ -19784,7 +19784,7 @@ class pressure(Real):
|
|
|
19784
19784
|
|
|
19785
19785
|
class temperature_1(Real):
|
|
19786
19786
|
"""
|
|
19787
|
-
|
|
19787
|
+
Reference temperature for normalization.
|
|
19788
19788
|
"""
|
|
19789
19789
|
version = '222'
|
|
19790
19790
|
fluent_name = 'temperature'
|
|
@@ -19793,7 +19793,7 @@ class temperature_1(Real):
|
|
|
19793
19793
|
|
|
19794
19794
|
class yplus(Real):
|
|
19795
19795
|
"""
|
|
19796
|
-
|
|
19796
|
+
Reference yplus for normalization.
|
|
19797
19797
|
"""
|
|
19798
19798
|
version = '222'
|
|
19799
19799
|
fluent_name = 'yplus'
|
|
@@ -19802,7 +19802,7 @@ class yplus(Real):
|
|
|
19802
19802
|
|
|
19803
19803
|
class velocity(Real):
|
|
19804
19804
|
"""
|
|
19805
|
-
|
|
19805
|
+
Reference velocity for normalization.
|
|
19806
19806
|
"""
|
|
19807
19807
|
version = '222'
|
|
19808
19808
|
fluent_name = 'velocity'
|
|
@@ -19811,7 +19811,7 @@ class velocity(Real):
|
|
|
19811
19811
|
|
|
19812
19812
|
class viscosity_1(Real):
|
|
19813
19813
|
"""
|
|
19814
|
-
|
|
19814
|
+
Reference viscosity for normalization.
|
|
19815
19815
|
"""
|
|
19816
19816
|
version = '222'
|
|
19817
19817
|
fluent_name = 'viscosity'
|
|
@@ -19871,8 +19871,7 @@ class setup(Group):
|
|
|
19871
19871
|
|
|
19872
19872
|
class under_relaxation_factor(Real):
|
|
19873
19873
|
"""
|
|
19874
|
-
|
|
19875
|
-
the diagonal matrix elements of implicit solver.
|
|
19874
|
+
Under-relaxation factor to be used in .
|
|
19876
19875
|
"""
|
|
19877
19876
|
version = '222'
|
|
19878
19877
|
fluent_name = 'under-relaxation-factor'
|
|
@@ -19881,8 +19880,7 @@ class under_relaxation_factor(Real):
|
|
|
19881
19880
|
|
|
19882
19881
|
class explicit_relaxation_factor(Real):
|
|
19883
19882
|
"""
|
|
19884
|
-
|
|
19885
|
-
the solution correction when updating solution in the timestep iterations.
|
|
19883
|
+
Explicit relaxation factor to be applied to.
|
|
19886
19884
|
"""
|
|
19887
19885
|
version = '222'
|
|
19888
19886
|
fluent_name = 'explicit-relaxation-factor'
|
|
@@ -19905,8 +19903,7 @@ class expert(Group):
|
|
|
19905
19903
|
|
|
19906
19904
|
class relative_convergence_criterion(Real):
|
|
19907
19905
|
"""
|
|
19908
|
-
|
|
19909
|
-
as the target residual reduction factor.
|
|
19906
|
+
Convergence tolerance for the timestep iterations.
|
|
19910
19907
|
"""
|
|
19911
19908
|
version = '222'
|
|
19912
19909
|
fluent_name = 'relative-convergence-criterion'
|
|
@@ -19915,7 +19912,7 @@ class relative_convergence_criterion(Real):
|
|
|
19915
19912
|
|
|
19916
19913
|
class max_iterations_per_timestep(Integer):
|
|
19917
19914
|
"""
|
|
19918
|
-
|
|
19915
|
+
Maximum number of iterations per timestep.
|
|
19919
19916
|
"""
|
|
19920
19917
|
version = '222'
|
|
19921
19918
|
fluent_name = 'max-iterations-per-timestep'
|
|
@@ -20080,7 +20077,7 @@ class aggressive_coarsening(Boolean):
|
|
|
20080
20077
|
|
|
20081
20078
|
class laplace_coarsening(Boolean):
|
|
20082
20079
|
"""
|
|
20083
|
-
|
|
20080
|
+
AMG laplace coarsening options.
|
|
20084
20081
|
"""
|
|
20085
20082
|
version = '222'
|
|
20086
20083
|
fluent_name = 'laplace-coarsening?'
|
|
@@ -20712,7 +20709,7 @@ class fast_transient_settings(Group):
|
|
|
20712
20709
|
|
|
20713
20710
|
class relaxation_method(String):
|
|
20714
20711
|
"""
|
|
20715
|
-
|
|
20712
|
+
The solver relaxation method.
|
|
20716
20713
|
"""
|
|
20717
20714
|
version = '222'
|
|
20718
20715
|
fluent_name = 'relaxation-method'
|
|
@@ -20767,7 +20764,7 @@ class solution_stabilization(Boolean):
|
|
|
20767
20764
|
|
|
20768
20765
|
class verbosity_1(Integer):
|
|
20769
20766
|
"""
|
|
20770
|
-
|
|
20767
|
+
Verbosity level for contact solution controls.
|
|
20771
20768
|
"""
|
|
20772
20769
|
version = '222'
|
|
20773
20770
|
fluent_name = 'verbosity'
|
|
@@ -20776,7 +20773,7 @@ class verbosity_1(Integer):
|
|
|
20776
20773
|
|
|
20777
20774
|
class iterations(Integer):
|
|
20778
20775
|
"""
|
|
20779
|
-
|
|
20776
|
+
Additional iterations to accomodate contact solution stabilization.
|
|
20780
20777
|
"""
|
|
20781
20778
|
version = '222'
|
|
20782
20779
|
fluent_name = 'iterations'
|
|
@@ -20794,7 +20791,7 @@ class solution_stabilization_persistence(Integer):
|
|
|
20794
20791
|
|
|
20795
20792
|
class persistence_fixed_time_steps(Integer):
|
|
20796
20793
|
"""
|
|
20797
|
-
|
|
20794
|
+
Fixed time-steps for solution stabilization persistence after trigger.
|
|
20798
20795
|
"""
|
|
20799
20796
|
version = '222'
|
|
20800
20797
|
fluent_name = 'persistence-fixed-time-steps'
|
|
@@ -20803,7 +20800,7 @@ class persistence_fixed_time_steps(Integer):
|
|
|
20803
20800
|
|
|
20804
20801
|
class persistence_fixed_duration(Real):
|
|
20805
20802
|
"""
|
|
20806
|
-
|
|
20803
|
+
Fixed time for solution stabilization persistence after trigger.
|
|
20807
20804
|
"""
|
|
20808
20805
|
version = '222'
|
|
20809
20806
|
fluent_name = 'persistence-fixed-duration'
|
|
@@ -20838,7 +20835,7 @@ class parameters(Group):
|
|
|
20838
20835
|
|
|
20839
20836
|
class first_to_second_order_blending(Real):
|
|
20840
20837
|
"""
|
|
20841
|
-
|
|
20838
|
+
Factor to control first order to second order blending.
|
|
20842
20839
|
"""
|
|
20843
20840
|
version = '222'
|
|
20844
20841
|
fluent_name = 'first-to-second-order-blending'
|
|
@@ -20856,7 +20853,7 @@ class first_to_second_order_blending_list(RealList):
|
|
|
20856
20853
|
|
|
20857
20854
|
class scheme(Integer):
|
|
20858
20855
|
"""
|
|
20859
|
-
|
|
20856
|
+
Advection scheme for contact event stability.
|
|
20860
20857
|
"""
|
|
20861
20858
|
version = '222'
|
|
20862
20859
|
fluent_name = 'scheme'
|
|
@@ -20892,7 +20889,7 @@ class rhie_chow_flux_specify(Boolean):
|
|
|
20892
20889
|
|
|
20893
20890
|
class rhie_chow_method(Integer):
|
|
20894
20891
|
"""
|
|
20895
|
-
|
|
20892
|
+
The rhie-chow flux method.
|
|
20896
20893
|
"""
|
|
20897
20894
|
version = '222'
|
|
20898
20895
|
fluent_name = 'rhie-chow-method'
|
|
@@ -20929,7 +20926,7 @@ class transient_parameters_specify(Boolean):
|
|
|
20929
20926
|
|
|
20930
20927
|
class transient_scheme(Integer):
|
|
20931
20928
|
"""
|
|
20932
|
-
|
|
20929
|
+
Temporal scheme to be used.
|
|
20933
20930
|
"""
|
|
20934
20931
|
version = '222'
|
|
20935
20932
|
fluent_name = 'transient-scheme'
|
|
@@ -20938,7 +20935,7 @@ class transient_scheme(Integer):
|
|
|
20938
20935
|
|
|
20939
20936
|
class time_scale_modification_method(Integer):
|
|
20940
20937
|
"""
|
|
20941
|
-
|
|
20938
|
+
Time scale modification method [0-time-step, 1-cfl].
|
|
20942
20939
|
"""
|
|
20943
20940
|
version = '222'
|
|
20944
20941
|
fluent_name = 'time-scale-modification-method'
|
|
@@ -20947,7 +20944,7 @@ class time_scale_modification_method(Integer):
|
|
|
20947
20944
|
|
|
20948
20945
|
class time_scale_modification_factor(Real):
|
|
20949
20946
|
"""
|
|
20950
|
-
|
|
20947
|
+
Time-scale modification factor.
|
|
20951
20948
|
"""
|
|
20952
20949
|
version = '222'
|
|
20953
20950
|
fluent_name = 'time-scale-modification-factor'
|
|
@@ -20990,7 +20987,7 @@ class increase_pre_sweeps(Boolean):
|
|
|
20990
20987
|
|
|
20991
20988
|
class pre_sweeps_3(Integer):
|
|
20992
20989
|
"""
|
|
20993
|
-
|
|
20990
|
+
The number of AMG pre-sweeps.
|
|
20994
20991
|
"""
|
|
20995
20992
|
version = '222'
|
|
20996
20993
|
fluent_name = 'pre-sweeps'
|
|
@@ -21008,7 +21005,7 @@ class specify_coarsening_rate(Boolean):
|
|
|
21008
21005
|
|
|
21009
21006
|
class coarsen_rate(Integer):
|
|
21010
21007
|
"""
|
|
21011
|
-
|
|
21008
|
+
AMG coarsening rate.
|
|
21012
21009
|
"""
|
|
21013
21010
|
version = '222'
|
|
21014
21011
|
fluent_name = 'coarsen-rate'
|
|
@@ -21095,7 +21092,7 @@ class pressure_velocity_coupling_controls(Boolean):
|
|
|
21095
21092
|
|
|
21096
21093
|
class pressure_velocity_coupling_method(Integer):
|
|
21097
21094
|
"""
|
|
21098
|
-
|
|
21095
|
+
Pressure-velocity coupling method change for solver stability and accuracy.
|
|
21099
21096
|
"""
|
|
21100
21097
|
version = '222'
|
|
21101
21098
|
fluent_name = 'pressure-velocity-coupling-method'
|
|
@@ -21113,7 +21110,7 @@ class gradient_controls(Boolean):
|
|
|
21113
21110
|
|
|
21114
21111
|
class specify_gradient_method(Integer):
|
|
21115
21112
|
"""
|
|
21116
|
-
|
|
21113
|
+
Gradient method for solver stability and accuracy.
|
|
21117
21114
|
"""
|
|
21118
21115
|
version = '222'
|
|
21119
21116
|
fluent_name = 'specify-gradient-method'
|
|
@@ -21147,7 +21144,7 @@ class compute_statistics(Boolean):
|
|
|
21147
21144
|
|
|
21148
21145
|
class statistics_level(Integer):
|
|
21149
21146
|
"""
|
|
21150
|
-
|
|
21147
|
+
Level of detail for solution statistics.
|
|
21151
21148
|
"""
|
|
21152
21149
|
version = '222'
|
|
21153
21150
|
fluent_name = 'statistics-level'
|
|
@@ -21202,7 +21199,7 @@ class contact_solution_controls(Group):
|
|
|
21202
21199
|
|
|
21203
21200
|
class courant_number(Real):
|
|
21204
21201
|
"""
|
|
21205
|
-
|
|
21202
|
+
Courant number.
|
|
21206
21203
|
"""
|
|
21207
21204
|
version = '222'
|
|
21208
21205
|
fluent_name = 'courant-number'
|
|
@@ -21230,7 +21227,7 @@ class equations(NamedObject[equations_child], CreatableNamedObjectMixinOld[equat
|
|
|
21230
21227
|
|
|
21231
21228
|
class pressure_max_lim(Real):
|
|
21232
21229
|
"""
|
|
21233
|
-
|
|
21230
|
+
Maximum allowable absolute pressure.
|
|
21234
21231
|
"""
|
|
21235
21232
|
version = '222'
|
|
21236
21233
|
fluent_name = 'pressure-max-lim'
|
|
@@ -21248,7 +21245,7 @@ class pressure_min_lim(Real):
|
|
|
21248
21245
|
|
|
21249
21246
|
class temperature_max_lim(Real):
|
|
21250
21247
|
"""
|
|
21251
|
-
|
|
21248
|
+
Maximum allowable temperature.
|
|
21252
21249
|
"""
|
|
21253
21250
|
version = '222'
|
|
21254
21251
|
fluent_name = 'temperature-max-lim'
|
|
@@ -21257,7 +21254,7 @@ class temperature_max_lim(Real):
|
|
|
21257
21254
|
|
|
21258
21255
|
class temperature_min_lim(Real):
|
|
21259
21256
|
"""
|
|
21260
|
-
|
|
21257
|
+
Minimum allowable temperature.
|
|
21261
21258
|
"""
|
|
21262
21259
|
version = '222'
|
|
21263
21260
|
fluent_name = 'temperature-min-lim'
|
|
@@ -21266,7 +21263,7 @@ class temperature_min_lim(Real):
|
|
|
21266
21263
|
|
|
21267
21264
|
class k_min_lim(Real):
|
|
21268
21265
|
"""
|
|
21269
|
-
|
|
21266
|
+
Minimum allowable k.
|
|
21270
21267
|
"""
|
|
21271
21268
|
version = '222'
|
|
21272
21269
|
fluent_name = 'k-min-lim'
|
|
@@ -21275,7 +21272,7 @@ class k_min_lim(Real):
|
|
|
21275
21272
|
|
|
21276
21273
|
class k1_min_lim(Real):
|
|
21277
21274
|
"""
|
|
21278
|
-
|
|
21275
|
+
Minimum allowable k1.
|
|
21279
21276
|
"""
|
|
21280
21277
|
version = '222'
|
|
21281
21278
|
fluent_name = 'k1-min-lim'
|
|
@@ -21284,7 +21281,7 @@ class k1_min_lim(Real):
|
|
|
21284
21281
|
|
|
21285
21282
|
class des_k_min_lim(Real):
|
|
21286
21283
|
"""
|
|
21287
|
-
|
|
21284
|
+
Minimum allowable k.
|
|
21288
21285
|
"""
|
|
21289
21286
|
version = '222'
|
|
21290
21287
|
fluent_name = 'des-k-min-lim'
|
|
@@ -21293,7 +21290,7 @@ class des_k_min_lim(Real):
|
|
|
21293
21290
|
|
|
21294
21291
|
class epsilon_min_lim(Real):
|
|
21295
21292
|
"""
|
|
21296
|
-
|
|
21293
|
+
Minimum allowable epsilon.
|
|
21297
21294
|
"""
|
|
21298
21295
|
version = '222'
|
|
21299
21296
|
fluent_name = 'epsilon-min-lim'
|
|
@@ -21302,7 +21299,7 @@ class epsilon_min_lim(Real):
|
|
|
21302
21299
|
|
|
21303
21300
|
class des_epsilon_min_lim(Real):
|
|
21304
21301
|
"""
|
|
21305
|
-
|
|
21302
|
+
Minimum allowable epsilon.
|
|
21306
21303
|
"""
|
|
21307
21304
|
version = '222'
|
|
21308
21305
|
fluent_name = 'des-epsilon-min-lim'
|
|
@@ -21311,7 +21308,7 @@ class des_epsilon_min_lim(Real):
|
|
|
21311
21308
|
|
|
21312
21309
|
class v2f_k_min_lim(Real):
|
|
21313
21310
|
"""
|
|
21314
|
-
|
|
21311
|
+
Minimum allowable k.
|
|
21315
21312
|
"""
|
|
21316
21313
|
version = '222'
|
|
21317
21314
|
fluent_name = 'v2f-k-min-lim'
|
|
@@ -21320,7 +21317,7 @@ class v2f_k_min_lim(Real):
|
|
|
21320
21317
|
|
|
21321
21318
|
class v2f_epsilon_min_lim(Real):
|
|
21322
21319
|
"""
|
|
21323
|
-
|
|
21320
|
+
Minimum allowable epsilon.
|
|
21324
21321
|
"""
|
|
21325
21322
|
version = '222'
|
|
21326
21323
|
fluent_name = 'v2f-epsilon-min-lim'
|
|
@@ -21329,7 +21326,7 @@ class v2f_epsilon_min_lim(Real):
|
|
|
21329
21326
|
|
|
21330
21327
|
class v2f_v2_min_lim(Real):
|
|
21331
21328
|
"""
|
|
21332
|
-
|
|
21329
|
+
Minimum allowable v2.
|
|
21333
21330
|
"""
|
|
21334
21331
|
version = '222'
|
|
21335
21332
|
fluent_name = 'v2f-v2-min-lim'
|
|
@@ -21338,7 +21335,7 @@ class v2f_v2_min_lim(Real):
|
|
|
21338
21335
|
|
|
21339
21336
|
class v2f_f_min_lim(Real):
|
|
21340
21337
|
"""
|
|
21341
|
-
|
|
21338
|
+
Minimum allowable f.
|
|
21342
21339
|
"""
|
|
21343
21340
|
version = '222'
|
|
21344
21341
|
fluent_name = 'v2f-f-min-lim'
|
|
@@ -21347,7 +21344,7 @@ class v2f_f_min_lim(Real):
|
|
|
21347
21344
|
|
|
21348
21345
|
class omega_min_lim(Real):
|
|
21349
21346
|
"""
|
|
21350
|
-
|
|
21347
|
+
Minimum allowable omega.
|
|
21351
21348
|
"""
|
|
21352
21349
|
version = '222'
|
|
21353
21350
|
fluent_name = 'omega-min-lim'
|
|
@@ -21356,7 +21353,7 @@ class omega_min_lim(Real):
|
|
|
21356
21353
|
|
|
21357
21354
|
class des_omega_min_lim(Real):
|
|
21358
21355
|
"""
|
|
21359
|
-
|
|
21356
|
+
Minimum allowable omega.
|
|
21360
21357
|
"""
|
|
21361
21358
|
version = '222'
|
|
21362
21359
|
fluent_name = 'des-omega-min-lim'
|
|
@@ -21365,7 +21362,7 @@ class des_omega_min_lim(Real):
|
|
|
21365
21362
|
|
|
21366
21363
|
class turb_visc_max_lim(Real):
|
|
21367
21364
|
"""
|
|
21368
|
-
|
|
21365
|
+
Maximum allowable turbulent/laminar viscosity ratio.
|
|
21369
21366
|
"""
|
|
21370
21367
|
version = '222'
|
|
21371
21368
|
fluent_name = 'turb-visc-max-lim'
|
|
@@ -21374,7 +21371,7 @@ class turb_visc_max_lim(Real):
|
|
|
21374
21371
|
|
|
21375
21372
|
class pos_lim(Real):
|
|
21376
21373
|
"""
|
|
21377
|
-
|
|
21374
|
+
Positivity Rate Limit.
|
|
21378
21375
|
"""
|
|
21379
21376
|
version = '222'
|
|
21380
21377
|
fluent_name = 'pos-lim'
|
|
@@ -21383,7 +21380,7 @@ class pos_lim(Real):
|
|
|
21383
21380
|
|
|
21384
21381
|
class matrix_solv_min_lim(Real):
|
|
21385
21382
|
"""
|
|
21386
|
-
|
|
21383
|
+
Minimum Vol. Frac. for Matrix Solution.
|
|
21387
21384
|
"""
|
|
21388
21385
|
version = '222'
|
|
21389
21386
|
fluent_name = 'matrix-solv-min-lim'
|
|
@@ -21422,7 +21419,7 @@ class limits(Group):
|
|
|
21422
21419
|
|
|
21423
21420
|
class skewness_correction_itr(Integer):
|
|
21424
21421
|
"""
|
|
21425
|
-
|
|
21422
|
+
Iterations for skewness correction.
|
|
21426
21423
|
"""
|
|
21427
21424
|
version = '222'
|
|
21428
21425
|
fluent_name = 'skewness-correction-itr'
|
|
@@ -21431,7 +21428,7 @@ class skewness_correction_itr(Integer):
|
|
|
21431
21428
|
|
|
21432
21429
|
class neighbor_correction_itr(Integer):
|
|
21433
21430
|
"""
|
|
21434
|
-
|
|
21431
|
+
Iterations for neighbor correction.
|
|
21435
21432
|
"""
|
|
21436
21433
|
version = '222'
|
|
21437
21434
|
fluent_name = 'neighbor-correction-itr'
|
|
@@ -21440,7 +21437,7 @@ class neighbor_correction_itr(Integer):
|
|
|
21440
21437
|
|
|
21441
21438
|
class skewness_neighbor_coupling(Boolean):
|
|
21442
21439
|
"""
|
|
21443
|
-
|
|
21440
|
+
Skewness-Neighbor Coupling?.
|
|
21444
21441
|
"""
|
|
21445
21442
|
version = '222'
|
|
21446
21443
|
fluent_name = 'skewness-neighbor-coupling'
|
|
@@ -21449,7 +21446,7 @@ class skewness_neighbor_coupling(Boolean):
|
|
|
21449
21446
|
|
|
21450
21447
|
class vof_correction_itr(Integer):
|
|
21451
21448
|
"""
|
|
21452
|
-
|
|
21449
|
+
Iterations for vof correction.
|
|
21453
21450
|
"""
|
|
21454
21451
|
version = '222'
|
|
21455
21452
|
fluent_name = 'vof-correction-itr'
|
|
@@ -21458,7 +21455,7 @@ class vof_correction_itr(Integer):
|
|
|
21458
21455
|
|
|
21459
21456
|
class explicit_momentum_under_relaxation(Real):
|
|
21460
21457
|
"""
|
|
21461
|
-
|
|
21458
|
+
Explicit momentum under-relaxation.
|
|
21462
21459
|
"""
|
|
21463
21460
|
version = '222'
|
|
21464
21461
|
fluent_name = 'explicit-momentum-under-relaxation'
|
|
@@ -21467,7 +21464,7 @@ class explicit_momentum_under_relaxation(Real):
|
|
|
21467
21464
|
|
|
21468
21465
|
class explicit_pressure_under_relaxation(Real):
|
|
21469
21466
|
"""
|
|
21470
|
-
|
|
21467
|
+
Explicit pressure under-relaxation.
|
|
21471
21468
|
"""
|
|
21472
21469
|
version = '222'
|
|
21473
21470
|
fluent_name = 'explicit-pressure-under-relaxation'
|
|
@@ -21494,7 +21491,7 @@ class volume_fraction_courant_number(Real):
|
|
|
21494
21491
|
|
|
21495
21492
|
class explicit_volume_fraction_under_relaxation(Real):
|
|
21496
21493
|
"""
|
|
21497
|
-
|
|
21494
|
+
Explicit volume fraction under-relaxation.
|
|
21498
21495
|
"""
|
|
21499
21496
|
version = '222'
|
|
21500
21497
|
fluent_name = 'explicit-volume-fraction-under-relaxation'
|
|
@@ -21644,7 +21641,7 @@ class under_relaxation_child(Real):
|
|
|
21644
21641
|
|
|
21645
21642
|
class under_relaxation(NamedObject[under_relaxation_child], CreatableNamedObjectMixinOld[under_relaxation_child]):
|
|
21646
21643
|
"""
|
|
21647
|
-
|
|
21644
|
+
Under Relaxation Menu.
|
|
21648
21645
|
"""
|
|
21649
21646
|
version = '222'
|
|
21650
21647
|
fluent_name = 'under-relaxation'
|
|
@@ -21703,7 +21700,7 @@ class enhanced_casm_formulation(Boolean):
|
|
|
21703
21700
|
|
|
21704
21701
|
class casm_cutoff_multiplier(Real):
|
|
21705
21702
|
"""
|
|
21706
|
-
|
|
21703
|
+
CASM cut-off multiplier :.
|
|
21707
21704
|
"""
|
|
21708
21705
|
version = '222'
|
|
21709
21706
|
fluent_name = 'casm-cutoff-multiplier'
|
|
@@ -21886,7 +21883,7 @@ class expert_2(Group):
|
|
|
21886
21883
|
|
|
21887
21884
|
class flux_type_1(String, AllowedValuesMixin):
|
|
21888
21885
|
"""
|
|
21889
|
-
|
|
21886
|
+
Flux Type.
|
|
21890
21887
|
"""
|
|
21891
21888
|
version = '222'
|
|
21892
21889
|
fluent_name = 'flux-type'
|
|
@@ -21963,7 +21960,7 @@ class frozen_flux(Boolean):
|
|
|
21963
21960
|
|
|
21964
21961
|
class gradient_scheme(String, AllowedValuesMixin):
|
|
21965
21962
|
"""
|
|
21966
|
-
|
|
21963
|
+
Gradient scheme.
|
|
21967
21964
|
"""
|
|
21968
21965
|
version = '222'
|
|
21969
21966
|
fluent_name = 'gradient-scheme'
|
|
@@ -21981,7 +21978,7 @@ class enable(Boolean):
|
|
|
21981
21978
|
|
|
21982
21979
|
class relaxation_factor_2(Real):
|
|
21983
21980
|
"""
|
|
21984
|
-
|
|
21981
|
+
Relaxation factor.
|
|
21985
21982
|
"""
|
|
21986
21983
|
version = '222'
|
|
21987
21984
|
fluent_name = 'relaxation-factor'
|
|
@@ -21990,7 +21987,7 @@ class relaxation_factor_2(Real):
|
|
|
21990
21987
|
|
|
21991
21988
|
class select_variables(String, AllowedValuesMixin):
|
|
21992
21989
|
"""
|
|
21993
|
-
|
|
21990
|
+
Variables for high order term relaxation.
|
|
21994
21991
|
"""
|
|
21995
21992
|
version = '222'
|
|
21996
21993
|
fluent_name = 'select-variables'
|
|
@@ -21999,7 +21996,7 @@ class select_variables(String, AllowedValuesMixin):
|
|
|
21999
21996
|
|
|
22000
21997
|
class relaxation_options(String, AllowedValuesMixin):
|
|
22001
21998
|
"""
|
|
22002
|
-
|
|
21999
|
+
High order relaxation option with respect to diffusion gradient.
|
|
22003
22000
|
"""
|
|
22004
22001
|
version = '222'
|
|
22005
22002
|
fluent_name = 'relaxation-options'
|
|
@@ -22278,7 +22275,7 @@ class viscous_flow(Group):
|
|
|
22278
22275
|
|
|
22279
22276
|
class schnerr_evap_coeff(Real):
|
|
22280
22277
|
"""
|
|
22281
|
-
|
|
22278
|
+
Evaporation coefficient for Schnerr-Sauer model.
|
|
22282
22279
|
"""
|
|
22283
22280
|
version = '222'
|
|
22284
22281
|
fluent_name = 'schnerr-evap-coeff'
|
|
@@ -22287,7 +22284,7 @@ class schnerr_evap_coeff(Real):
|
|
|
22287
22284
|
|
|
22288
22285
|
class schnerr_cond_coeff(Real):
|
|
22289
22286
|
"""
|
|
22290
|
-
|
|
22287
|
+
Condensation coefficient for Schnerr-Sauer model.
|
|
22291
22288
|
"""
|
|
22292
22289
|
version = '222'
|
|
22293
22290
|
fluent_name = 'schnerr-cond-coeff'
|
|
@@ -22296,7 +22293,7 @@ class schnerr_cond_coeff(Real):
|
|
|
22296
22293
|
|
|
22297
22294
|
class max_vapor_pressure_ratio(Real):
|
|
22298
22295
|
"""
|
|
22299
|
-
|
|
22296
|
+
Maximum ratio limit for corrected vapor pressure.
|
|
22300
22297
|
"""
|
|
22301
22298
|
version = '222'
|
|
22302
22299
|
fluent_name = 'max-vapor-pressure-ratio'
|
|
@@ -22542,7 +22539,7 @@ class smoothed_density_stabilization_method(Boolean):
|
|
|
22542
22539
|
|
|
22543
22540
|
class num_of_density_smoothing(Integer):
|
|
22544
22541
|
"""
|
|
22545
|
-
|
|
22542
|
+
Number of density smoothings.
|
|
22546
22543
|
"""
|
|
22547
22544
|
version = '222'
|
|
22548
22545
|
fluent_name = 'num-of-density-smoothing'
|
|
@@ -22551,7 +22548,7 @@ class num_of_density_smoothing(Integer):
|
|
|
22551
22548
|
|
|
22552
22549
|
class false_time_step_linearization(Boolean):
|
|
22553
22550
|
"""
|
|
22554
|
-
|
|
22551
|
+
False time-step linearization for added stability.
|
|
22555
22552
|
"""
|
|
22556
22553
|
version = '222'
|
|
22557
22554
|
fluent_name = 'false-time-step-linearization?'
|
|
@@ -22569,7 +22566,7 @@ class enable_1(Boolean):
|
|
|
22569
22566
|
|
|
22570
22567
|
class dt_init_limit(Real):
|
|
22571
22568
|
"""
|
|
22572
|
-
|
|
22569
|
+
Maximum value for pseudo time step size during first iteration.
|
|
22573
22570
|
"""
|
|
22574
22571
|
version = '222'
|
|
22575
22572
|
fluent_name = 'dt-init-limit'
|
|
@@ -22578,7 +22575,7 @@ class dt_init_limit(Real):
|
|
|
22578
22575
|
|
|
22579
22576
|
class dt_max(Real):
|
|
22580
22577
|
"""
|
|
22581
|
-
|
|
22578
|
+
Maximum pseudo time step size.
|
|
22582
22579
|
"""
|
|
22583
22580
|
version = '222'
|
|
22584
22581
|
fluent_name = 'dt-max'
|
|
@@ -22587,7 +22584,7 @@ class dt_max(Real):
|
|
|
22587
22584
|
|
|
22588
22585
|
class dt_factor_min(Real):
|
|
22589
22586
|
"""
|
|
22590
|
-
|
|
22587
|
+
Minimum time step size change factor.
|
|
22591
22588
|
"""
|
|
22592
22589
|
version = '222'
|
|
22593
22590
|
fluent_name = 'dt-factor-min'
|
|
@@ -22596,7 +22593,7 @@ class dt_factor_min(Real):
|
|
|
22596
22593
|
|
|
22597
22594
|
class dt_factor_max(Real):
|
|
22598
22595
|
"""
|
|
22599
|
-
|
|
22596
|
+
Maximum time step size change factor.
|
|
22600
22597
|
"""
|
|
22601
22598
|
version = '222'
|
|
22602
22599
|
fluent_name = 'dt-factor-max'
|
|
@@ -22605,7 +22602,7 @@ class dt_factor_max(Real):
|
|
|
22605
22602
|
|
|
22606
22603
|
class max_velocity_ratio(Real):
|
|
22607
22604
|
"""
|
|
22608
|
-
|
|
22605
|
+
Maximum to average velocity ratio to freeze the pseudo time-step size.
|
|
22609
22606
|
"""
|
|
22610
22607
|
version = '222'
|
|
22611
22608
|
fluent_name = 'max-velocity-ratio'
|
|
@@ -22739,7 +22736,7 @@ class p_v_coupling_1(Group):
|
|
|
22739
22736
|
|
|
22740
22737
|
class outer_iterations(Integer):
|
|
22741
22738
|
"""
|
|
22742
|
-
|
|
22739
|
+
Number of outer iterations in hybrid nita.
|
|
22743
22740
|
"""
|
|
22744
22741
|
version = '222'
|
|
22745
22742
|
fluent_name = 'outer-iterations'
|
|
@@ -22748,7 +22745,7 @@ class outer_iterations(Integer):
|
|
|
22748
22745
|
|
|
22749
22746
|
class initial_time_steps(Integer):
|
|
22750
22747
|
"""
|
|
22751
|
-
|
|
22748
|
+
Number of initial time-steps.
|
|
22752
22749
|
"""
|
|
22753
22750
|
version = '222'
|
|
22754
22751
|
fluent_name = 'initial-time-steps'
|
|
@@ -22757,7 +22754,7 @@ class initial_time_steps(Integer):
|
|
|
22757
22754
|
|
|
22758
22755
|
class initial_outer_iter(Integer):
|
|
22759
22756
|
"""
|
|
22760
|
-
|
|
22757
|
+
Number of initial outer iterations.
|
|
22761
22758
|
"""
|
|
22762
22759
|
version = '222'
|
|
22763
22760
|
fluent_name = 'initial-outer-iter'
|
|
@@ -22789,7 +22786,7 @@ class enable_instability_detector(Boolean):
|
|
|
22789
22786
|
|
|
22790
22787
|
class set_cfl_limit(Real):
|
|
22791
22788
|
"""
|
|
22792
|
-
|
|
22789
|
+
Courant Number limit for detection of unstable event.
|
|
22793
22790
|
"""
|
|
22794
22791
|
version = '222'
|
|
22795
22792
|
fluent_name = 'set-cfl-limit'
|
|
@@ -22798,7 +22795,7 @@ class set_cfl_limit(Real):
|
|
|
22798
22795
|
|
|
22799
22796
|
class set_cfl_type(String, AllowedValuesMixin):
|
|
22800
22797
|
"""
|
|
22801
|
-
|
|
22798
|
+
Courant Number type for detection of unstable event.
|
|
22802
22799
|
"""
|
|
22803
22800
|
version = '222'
|
|
22804
22801
|
fluent_name = 'set-cfl-type'
|
|
@@ -22807,7 +22804,7 @@ class set_cfl_type(String, AllowedValuesMixin):
|
|
|
22807
22804
|
|
|
22808
22805
|
class set_velocity_limit(Real):
|
|
22809
22806
|
"""
|
|
22810
|
-
|
|
22807
|
+
Velocity limit for detection of unstable event.
|
|
22811
22808
|
"""
|
|
22812
22809
|
version = '222'
|
|
22813
22810
|
fluent_name = 'set-velocity-limit'
|
|
@@ -22816,7 +22813,7 @@ class set_velocity_limit(Real):
|
|
|
22816
22813
|
|
|
22817
22814
|
class unstable_event_outer_iterations(Integer):
|
|
22818
22815
|
"""
|
|
22819
|
-
|
|
22816
|
+
Number of outer iterations for unstable event.
|
|
22820
22817
|
"""
|
|
22821
22818
|
version = '222'
|
|
22822
22819
|
fluent_name = 'unstable-event-outer-iterations'
|
|
@@ -22898,7 +22895,7 @@ class enable_dynamic_strength(Boolean):
|
|
|
22898
22895
|
|
|
22899
22896
|
class set_dynamic_strength_exponent(Real):
|
|
22900
22897
|
"""
|
|
22901
|
-
|
|
22898
|
+
Cosine exponent in dynamic strength treatment.
|
|
22902
22899
|
"""
|
|
22903
22900
|
version = '222'
|
|
22904
22901
|
fluent_name = 'set-dynamic-strength-exponent'
|
|
@@ -22907,7 +22904,7 @@ class set_dynamic_strength_exponent(Real):
|
|
|
22907
22904
|
|
|
22908
22905
|
class set_maximum_dynamic_strength(Real):
|
|
22909
22906
|
"""
|
|
22910
|
-
|
|
22907
|
+
Maximum value of dynamic anti-diffusion strength.
|
|
22911
22908
|
"""
|
|
22912
22909
|
version = '222'
|
|
22913
22910
|
fluent_name = 'set-maximum-dynamic-strength'
|
|
@@ -23022,7 +23019,7 @@ class pressure_corr_grad(Boolean):
|
|
|
23022
23019
|
|
|
23023
23020
|
class face_pressure_calculation_method(String):
|
|
23024
23021
|
"""
|
|
23025
|
-
|
|
23022
|
+
Face pressure calculation method for corrector step .
|
|
23026
23023
|
"""
|
|
23027
23024
|
version = '222'
|
|
23028
23025
|
fluent_name = 'face-pressure-calculation-method'
|
|
@@ -23197,7 +23194,7 @@ class set_damping_strengths(NamedObject[set_damping_strengths_child], CreatableN
|
|
|
23197
23194
|
|
|
23198
23195
|
class set_velocity_cutoff(Real):
|
|
23199
23196
|
"""
|
|
23200
|
-
|
|
23197
|
+
Max velocity magnitude.
|
|
23201
23198
|
"""
|
|
23202
23199
|
version = '222'
|
|
23203
23200
|
fluent_name = 'set-velocity-cutoff'
|
|
@@ -23206,7 +23203,7 @@ class set_velocity_cutoff(Real):
|
|
|
23206
23203
|
|
|
23207
23204
|
class set_damping_strength(Real):
|
|
23208
23205
|
"""
|
|
23209
|
-
|
|
23206
|
+
Damping Strength.
|
|
23210
23207
|
"""
|
|
23211
23208
|
version = '222'
|
|
23212
23209
|
fluent_name = 'set-damping-strength'
|
|
@@ -23259,7 +23256,7 @@ class solution_stabilization_1(Group):
|
|
|
23259
23256
|
|
|
23260
23257
|
class multiphase_numerics(Group):
|
|
23261
23258
|
"""
|
|
23262
|
-
|
|
23259
|
+
The multiphase numerics options object.
|
|
23263
23260
|
"""
|
|
23264
23261
|
version = '222'
|
|
23265
23262
|
fluent_name = 'multiphase-numerics'
|
|
@@ -23335,7 +23332,7 @@ class nb_gradient_boundary_option(Group):
|
|
|
23335
23332
|
|
|
23336
23333
|
class set_verbosity(Integer):
|
|
23337
23334
|
"""
|
|
23338
|
-
|
|
23335
|
+
Nita verbosity option.
|
|
23339
23336
|
"""
|
|
23340
23337
|
version = '222'
|
|
23341
23338
|
fluent_name = 'set-verbosity'
|
|
@@ -23344,7 +23341,7 @@ class set_verbosity(Integer):
|
|
|
23344
23341
|
|
|
23345
23342
|
class skewness_neighbor_coupling_1(Boolean):
|
|
23346
23343
|
"""
|
|
23347
|
-
|
|
23344
|
+
Skewness neighbor coupling for nita.
|
|
23348
23345
|
"""
|
|
23349
23346
|
version = '222'
|
|
23350
23347
|
fluent_name = 'skewness-neighbor-coupling'
|
|
@@ -23362,7 +23359,7 @@ class enable_2(Boolean):
|
|
|
23362
23359
|
|
|
23363
23360
|
class options_3(String, AllowedValuesMixin):
|
|
23364
23361
|
"""
|
|
23365
|
-
|
|
23362
|
+
Hybrid nita option.
|
|
23366
23363
|
"""
|
|
23367
23364
|
version = '222'
|
|
23368
23365
|
fluent_name = 'options'
|
|
@@ -23385,7 +23382,7 @@ class multi_phase_setting(Group):
|
|
|
23385
23382
|
|
|
23386
23383
|
class single_phase_setting(String, AllowedValuesMixin):
|
|
23387
23384
|
"""
|
|
23388
|
-
|
|
23385
|
+
Hybrid nita option.
|
|
23389
23386
|
"""
|
|
23390
23387
|
version = '222'
|
|
23391
23388
|
fluent_name = 'single-phase-setting'
|
|
@@ -23441,7 +23438,7 @@ class high_order_pressure(Boolean):
|
|
|
23441
23438
|
|
|
23442
23439
|
class interpolation_method(String, AllowedValuesMixin):
|
|
23443
23440
|
"""
|
|
23444
|
-
|
|
23441
|
+
The interpolation method for overset interface(s).
|
|
23445
23442
|
"""
|
|
23446
23443
|
version = '222'
|
|
23447
23444
|
fluent_name = 'interpolation-method'
|
|
@@ -23459,7 +23456,7 @@ class orphan_cell_treatment(Boolean):
|
|
|
23459
23456
|
|
|
23460
23457
|
class mass_flux_correction_method(String, AllowedValuesMixin):
|
|
23461
23458
|
"""
|
|
23462
|
-
|
|
23459
|
+
Mass flux correction option at overset interfaces.
|
|
23463
23460
|
"""
|
|
23464
23461
|
version = '222'
|
|
23465
23462
|
fluent_name = 'mass-flux-correction-method'
|
|
@@ -23577,7 +23574,7 @@ class reduced_rank_extrapolation(Boolean):
|
|
|
23577
23574
|
|
|
23578
23575
|
class subspace_size(Integer):
|
|
23579
23576
|
"""
|
|
23580
|
-
|
|
23577
|
+
Subspace size.
|
|
23581
23578
|
"""
|
|
23582
23579
|
version = '222'
|
|
23583
23580
|
fluent_name = 'subspace-size'
|
|
@@ -23609,7 +23606,7 @@ class reduced_rank_extrapolation_options(Group):
|
|
|
23609
23606
|
|
|
23610
23607
|
class residual_smoothing_factor(Real):
|
|
23611
23608
|
"""
|
|
23612
|
-
|
|
23609
|
+
Residual smoothing factor.
|
|
23613
23610
|
"""
|
|
23614
23611
|
version = '222'
|
|
23615
23612
|
fluent_name = 'residual-smoothing-factor'
|
|
@@ -23618,7 +23615,7 @@ class residual_smoothing_factor(Real):
|
|
|
23618
23615
|
|
|
23619
23616
|
class residual_smoothing_iteration(Integer):
|
|
23620
23617
|
"""
|
|
23621
|
-
|
|
23618
|
+
Number of implicit iterations.
|
|
23622
23619
|
"""
|
|
23623
23620
|
version = '222'
|
|
23624
23621
|
fluent_name = 'residual-smoothing-iteration'
|
|
@@ -23807,7 +23804,7 @@ class warped_face_gradient_correction(Group):
|
|
|
23807
23804
|
|
|
23808
23805
|
class coupled_solver(String, AllowedValuesMixin):
|
|
23809
23806
|
"""
|
|
23810
|
-
|
|
23807
|
+
Pseudo time step size formulation for the pseudo time method.
|
|
23811
23808
|
"""
|
|
23812
23809
|
version = '222'
|
|
23813
23810
|
fluent_name = 'coupled-solver'
|
|
@@ -23816,7 +23813,7 @@ class coupled_solver(String, AllowedValuesMixin):
|
|
|
23816
23813
|
|
|
23817
23814
|
class segregated_solver(String, AllowedValuesMixin):
|
|
23818
23815
|
"""
|
|
23819
|
-
|
|
23816
|
+
Pseudo time step size formulation for the pseudo time method.
|
|
23820
23817
|
"""
|
|
23821
23818
|
version = '222'
|
|
23822
23819
|
fluent_name = 'segregated-solver'
|
|
@@ -23825,7 +23822,7 @@ class segregated_solver(String, AllowedValuesMixin):
|
|
|
23825
23822
|
|
|
23826
23823
|
class density_based_solver(String, AllowedValuesMixin):
|
|
23827
23824
|
"""
|
|
23828
|
-
|
|
23825
|
+
Pseudo time step size formulation for the pseudo time method.
|
|
23829
23826
|
"""
|
|
23830
23827
|
version = '222'
|
|
23831
23828
|
fluent_name = 'density-based-solver'
|
|
@@ -23849,7 +23846,7 @@ class formulation(Group):
|
|
|
23849
23846
|
|
|
23850
23847
|
class pseudo_time_courant_number(Real):
|
|
23851
23848
|
"""
|
|
23852
|
-
|
|
23849
|
+
Courant number for the local pseudo time method.
|
|
23853
23850
|
"""
|
|
23854
23851
|
version = '222'
|
|
23855
23852
|
fluent_name = 'pseudo-time-courant-number'
|
|
@@ -23867,7 +23864,7 @@ class pseudo_time_step_method_solid_zone(Boolean):
|
|
|
23867
23864
|
|
|
23868
23865
|
class time_step_size_scale_factor(Real):
|
|
23869
23866
|
"""
|
|
23870
|
-
|
|
23867
|
+
Time step size scale factor for solid zones.
|
|
23871
23868
|
"""
|
|
23872
23869
|
version = '222'
|
|
23873
23870
|
fluent_name = 'time-step-size-scale-factor'
|
|
@@ -23900,7 +23897,7 @@ class auto_time_step_size_cal(Boolean):
|
|
|
23900
23897
|
|
|
23901
23898
|
class pseudo_time_step_size(Real):
|
|
23902
23899
|
"""
|
|
23903
|
-
|
|
23900
|
+
Pseudo time step size.
|
|
23904
23901
|
"""
|
|
23905
23902
|
version = '222'
|
|
23906
23903
|
fluent_name = 'pseudo-time-step-size'
|
|
@@ -24932,7 +24929,7 @@ class enabled_1(Boolean):
|
|
|
24932
24929
|
|
|
24933
24930
|
class turbulent_intensity(Real):
|
|
24934
24931
|
"""
|
|
24935
|
-
|
|
24932
|
+
Turbulent intensity.
|
|
24936
24933
|
"""
|
|
24937
24934
|
version = '222'
|
|
24938
24935
|
fluent_name = 'turbulent-intensity'
|
|
@@ -24941,7 +24938,7 @@ class turbulent_intensity(Real):
|
|
|
24941
24938
|
|
|
24942
24939
|
class turbulent_viscosity_ratio(Real):
|
|
24943
24940
|
"""
|
|
24944
|
-
|
|
24941
|
+
Turbulent viscosity ratio.
|
|
24945
24942
|
"""
|
|
24946
24943
|
version = '222'
|
|
24947
24944
|
fluent_name = 'turbulent-viscosity-ratio'
|
|
@@ -24965,7 +24962,7 @@ class localized_turb_init(Group):
|
|
|
24965
24962
|
|
|
24966
24963
|
class reference_frame_1(String, AllowedValuesMixin):
|
|
24967
24964
|
"""
|
|
24968
|
-
|
|
24965
|
+
Reference frame absolute or relative.
|
|
24969
24966
|
"""
|
|
24970
24967
|
version = '222'
|
|
24971
24968
|
fluent_name = 'reference-frame'
|
|
@@ -24992,7 +24989,7 @@ class species_reactions(Boolean):
|
|
|
24992
24989
|
|
|
24993
24990
|
class set_turbulent_viscosity_ratio(Real):
|
|
24994
24991
|
"""
|
|
24995
|
-
|
|
24992
|
+
Turbulent viscosity ratio used during FMG initialization.
|
|
24996
24993
|
"""
|
|
24997
24994
|
version = '222'
|
|
24998
24995
|
fluent_name = 'set-turbulent-viscosity-ratio'
|
|
@@ -25016,7 +25013,7 @@ class fmg_options(Group):
|
|
|
25016
25013
|
|
|
25017
25014
|
class number_of_iterations(Integer):
|
|
25018
25015
|
"""
|
|
25019
|
-
|
|
25016
|
+
The number of iterations.
|
|
25020
25017
|
"""
|
|
25021
25018
|
version = '222'
|
|
25022
25019
|
fluent_name = 'number-of-iterations'
|
|
@@ -25025,7 +25022,7 @@ class number_of_iterations(Integer):
|
|
|
25025
25022
|
|
|
25026
25023
|
class explicit_urf(RealList):
|
|
25027
25024
|
"""
|
|
25028
|
-
|
|
25025
|
+
Explicit URF for scalar equations.
|
|
25029
25026
|
"""
|
|
25030
25027
|
version = '222'
|
|
25031
25028
|
fluent_name = 'explicit-urf'
|
|
@@ -25061,7 +25058,7 @@ class const_velocity(Boolean):
|
|
|
25061
25058
|
|
|
25062
25059
|
class general_settings(Group):
|
|
25063
25060
|
"""
|
|
25064
|
-
|
|
25061
|
+
The general settings object.
|
|
25065
25062
|
"""
|
|
25066
25063
|
version = '222'
|
|
25067
25064
|
fluent_name = 'general-settings'
|
|
@@ -25088,7 +25085,7 @@ class averaged_turbulent_parameters(Boolean):
|
|
|
25088
25085
|
|
|
25089
25086
|
class viscosity_ratio_1(Real):
|
|
25090
25087
|
"""
|
|
25091
|
-
|
|
25088
|
+
Viscosity ratio.
|
|
25092
25089
|
"""
|
|
25093
25090
|
version = '222'
|
|
25094
25091
|
fluent_name = 'viscosity-ratio'
|
|
@@ -25097,7 +25094,7 @@ class viscosity_ratio_1(Real):
|
|
|
25097
25094
|
|
|
25098
25095
|
class turbulent_setting(Group):
|
|
25099
25096
|
"""
|
|
25100
|
-
|
|
25097
|
+
The turbulent settings object.
|
|
25101
25098
|
"""
|
|
25102
25099
|
version = '222'
|
|
25103
25100
|
fluent_name = 'turbulent-setting'
|
|
@@ -25144,7 +25141,7 @@ class use_volumetric_smoothing(Boolean):
|
|
|
25144
25141
|
|
|
25145
25142
|
class smoothing_relaxation_factor(Real):
|
|
25146
25143
|
"""
|
|
25147
|
-
|
|
25144
|
+
Smoothing relaxation factor (min : 0, max : 1).
|
|
25148
25145
|
"""
|
|
25149
25146
|
version = '222'
|
|
25150
25147
|
fluent_name = 'smoothing-relaxation-factor'
|
|
@@ -25246,7 +25243,7 @@ class set_ramping_length(Boolean):
|
|
|
25246
25243
|
|
|
25247
25244
|
class number_of_timesteps(Integer):
|
|
25248
25245
|
"""
|
|
25249
|
-
|
|
25246
|
+
Number of timesteps for ramping of sources.
|
|
25250
25247
|
"""
|
|
25251
25248
|
version = '222'
|
|
25252
25249
|
fluent_name = 'number-of-timesteps'
|
|
@@ -25312,7 +25309,7 @@ class user_defined_timestep(String, AllowedValuesMixin):
|
|
|
25312
25309
|
|
|
25313
25310
|
class error_tolerance(Real):
|
|
25314
25311
|
"""
|
|
25315
|
-
|
|
25312
|
+
Truncation Error Tolerance.
|
|
25316
25313
|
"""
|
|
25317
25314
|
version = '222'
|
|
25318
25315
|
fluent_name = 'error-tolerance'
|
|
@@ -25321,7 +25318,7 @@ class error_tolerance(Real):
|
|
|
25321
25318
|
|
|
25322
25319
|
class time_end(Real):
|
|
25323
25320
|
"""
|
|
25324
|
-
|
|
25321
|
+
Total Simulation Time.
|
|
25325
25322
|
"""
|
|
25326
25323
|
version = '222'
|
|
25327
25324
|
fluent_name = 'time-end'
|
|
@@ -25330,7 +25327,7 @@ class time_end(Real):
|
|
|
25330
25327
|
|
|
25331
25328
|
class min_time_step(Real):
|
|
25332
25329
|
"""
|
|
25333
|
-
|
|
25330
|
+
Minimum Time Step Size.
|
|
25334
25331
|
"""
|
|
25335
25332
|
version = '222'
|
|
25336
25333
|
fluent_name = 'min-time-step'
|
|
@@ -25339,7 +25336,7 @@ class min_time_step(Real):
|
|
|
25339
25336
|
|
|
25340
25337
|
class max_time_step(Real):
|
|
25341
25338
|
"""
|
|
25342
|
-
|
|
25339
|
+
Maximum Time Step Size.
|
|
25343
25340
|
"""
|
|
25344
25341
|
version = '222'
|
|
25345
25342
|
fluent_name = 'max-time-step'
|
|
@@ -25348,7 +25345,7 @@ class max_time_step(Real):
|
|
|
25348
25345
|
|
|
25349
25346
|
class min_step_change_factor(Real):
|
|
25350
25347
|
"""
|
|
25351
|
-
|
|
25348
|
+
Minimum Step Change Factor.
|
|
25352
25349
|
"""
|
|
25353
25350
|
version = '222'
|
|
25354
25351
|
fluent_name = 'min-step-change-factor'
|
|
@@ -25357,7 +25354,7 @@ class min_step_change_factor(Real):
|
|
|
25357
25354
|
|
|
25358
25355
|
class max_step_change_factor(Real):
|
|
25359
25356
|
"""
|
|
25360
|
-
|
|
25357
|
+
Maximum Step Change Factor.
|
|
25361
25358
|
"""
|
|
25362
25359
|
version = '222'
|
|
25363
25360
|
fluent_name = 'max-step-change-factor'
|
|
@@ -25366,7 +25363,7 @@ class max_step_change_factor(Real):
|
|
|
25366
25363
|
|
|
25367
25364
|
class fixed_time_steps(Integer):
|
|
25368
25365
|
"""
|
|
25369
|
-
|
|
25366
|
+
Number of Fixed Time Steps.
|
|
25370
25367
|
"""
|
|
25371
25368
|
version = '222'
|
|
25372
25369
|
fluent_name = 'fixed-time-steps'
|
|
@@ -25405,7 +25402,7 @@ class enalbled(Boolean):
|
|
|
25405
25402
|
|
|
25406
25403
|
class desired_cfl(Real):
|
|
25407
25404
|
"""
|
|
25408
|
-
|
|
25405
|
+
Courant Number.
|
|
25409
25406
|
"""
|
|
25410
25407
|
version = '222'
|
|
25411
25408
|
fluent_name = 'desired-cfl'
|
|
@@ -25414,7 +25411,7 @@ class desired_cfl(Real):
|
|
|
25414
25411
|
|
|
25415
25412
|
class initial_time_step(Real):
|
|
25416
25413
|
"""
|
|
25417
|
-
|
|
25414
|
+
Initial Time Step Size.
|
|
25418
25415
|
"""
|
|
25419
25416
|
version = '222'
|
|
25420
25417
|
fluent_name = 'initial-time-step'
|
|
@@ -25423,7 +25420,7 @@ class initial_time_step(Real):
|
|
|
25423
25420
|
|
|
25424
25421
|
class max_fixed_time_step(Integer):
|
|
25425
25422
|
"""
|
|
25426
|
-
|
|
25423
|
+
Number of Fixed Time Steps.
|
|
25427
25424
|
"""
|
|
25428
25425
|
version = '222'
|
|
25429
25426
|
fluent_name = 'max-fixed-time-step'
|
|
@@ -25432,7 +25429,7 @@ class max_fixed_time_step(Integer):
|
|
|
25432
25429
|
|
|
25433
25430
|
class update_interval_time_step_size(Integer):
|
|
25434
25431
|
"""
|
|
25435
|
-
|
|
25432
|
+
Time Step Size Update Interval.
|
|
25436
25433
|
"""
|
|
25437
25434
|
version = '222'
|
|
25438
25435
|
fluent_name = 'update-interval-time-step-size'
|
|
@@ -25473,7 +25470,7 @@ class data_sampling_1(Boolean):
|
|
|
25473
25470
|
|
|
25474
25471
|
class sampling_interval(Integer):
|
|
25475
25472
|
"""
|
|
25476
|
-
|
|
25473
|
+
Sampling interval.
|
|
25477
25474
|
"""
|
|
25478
25475
|
version = '222'
|
|
25479
25476
|
fluent_name = 'sampling-interval'
|
|
@@ -25619,7 +25616,7 @@ class specified_time_step(Boolean):
|
|
|
25619
25616
|
|
|
25620
25617
|
class incremental_time(Real):
|
|
25621
25618
|
"""
|
|
25622
|
-
|
|
25619
|
+
Incremental Time.
|
|
25623
25620
|
"""
|
|
25624
25621
|
version = '222'
|
|
25625
25622
|
fluent_name = 'incremental-time'
|
|
@@ -25628,7 +25625,7 @@ class incremental_time(Real):
|
|
|
25628
25625
|
|
|
25629
25626
|
class max_iterations_per_time_step(Integer):
|
|
25630
25627
|
"""
|
|
25631
|
-
|
|
25628
|
+
Max Iterations/Time Step.
|
|
25632
25629
|
"""
|
|
25633
25630
|
version = '222'
|
|
25634
25631
|
fluent_name = 'max-iterations-per-time-step'
|
|
@@ -25637,7 +25634,7 @@ class max_iterations_per_time_step(Integer):
|
|
|
25637
25634
|
|
|
25638
25635
|
class number_of_time_steps(Integer):
|
|
25639
25636
|
"""
|
|
25640
|
-
|
|
25637
|
+
Inceremtal number of Time steps.
|
|
25641
25638
|
"""
|
|
25642
25639
|
version = '222'
|
|
25643
25640
|
fluent_name = 'number-of-time-steps'
|
|
@@ -25646,7 +25643,7 @@ class number_of_time_steps(Integer):
|
|
|
25646
25643
|
|
|
25647
25644
|
class total_number_of_time_steps(Integer):
|
|
25648
25645
|
"""
|
|
25649
|
-
|
|
25646
|
+
Total number of Time steps.
|
|
25650
25647
|
"""
|
|
25651
25648
|
version = '222'
|
|
25652
25649
|
fluent_name = 'total-number-of-time-steps'
|
|
@@ -25655,7 +25652,7 @@ class total_number_of_time_steps(Integer):
|
|
|
25655
25652
|
|
|
25656
25653
|
class total_time(Real):
|
|
25657
25654
|
"""
|
|
25658
|
-
|
|
25655
|
+
Total Simulation Time.
|
|
25659
25656
|
"""
|
|
25660
25657
|
version = '222'
|
|
25661
25658
|
fluent_name = 'total-time'
|
|
@@ -25664,7 +25661,7 @@ class total_time(Real):
|
|
|
25664
25661
|
|
|
25665
25662
|
class time_step_size(Real):
|
|
25666
25663
|
"""
|
|
25667
|
-
|
|
25664
|
+
The physical time step size.
|
|
25668
25665
|
"""
|
|
25669
25666
|
version = '222'
|
|
25670
25667
|
fluent_name = 'time-step-size'
|
|
@@ -25682,7 +25679,7 @@ class solution_status(Boolean):
|
|
|
25682
25679
|
|
|
25683
25680
|
class extrapolate_vars(Boolean):
|
|
25684
25681
|
"""
|
|
25685
|
-
|
|
25682
|
+
The extrapolation object.
|
|
25686
25683
|
"""
|
|
25687
25684
|
version = '222'
|
|
25688
25685
|
fluent_name = 'extrapolate-vars'
|
|
@@ -25691,7 +25688,7 @@ class extrapolate_vars(Boolean):
|
|
|
25691
25688
|
|
|
25692
25689
|
class max_flow_time(Real):
|
|
25693
25690
|
"""
|
|
25694
|
-
|
|
25691
|
+
Maximum flow time.
|
|
25695
25692
|
"""
|
|
25696
25693
|
version = '222'
|
|
25697
25694
|
fluent_name = 'max-flow-time'
|
|
@@ -25700,7 +25697,7 @@ class max_flow_time(Real):
|
|
|
25700
25697
|
|
|
25701
25698
|
class control_time_step_size_variation(Boolean):
|
|
25702
25699
|
"""
|
|
25703
|
-
|
|
25700
|
+
Control time step size variation.
|
|
25704
25701
|
"""
|
|
25705
25702
|
version = '222'
|
|
25706
25703
|
fluent_name = 'control-time-step-size-variation?'
|
|
@@ -25709,7 +25706,7 @@ class control_time_step_size_variation(Boolean):
|
|
|
25709
25706
|
|
|
25710
25707
|
class use_average_cfl(Boolean):
|
|
25711
25708
|
"""
|
|
25712
|
-
|
|
25709
|
+
Use Averaged CFL condition rather than maximum CFL condition.
|
|
25713
25710
|
"""
|
|
25714
25711
|
version = '222'
|
|
25715
25712
|
fluent_name = 'use-average-cfl?'
|
|
@@ -25718,8 +25715,7 @@ class use_average_cfl(Boolean):
|
|
|
25718
25715
|
|
|
25719
25716
|
class cfl_type(Integer):
|
|
25720
25717
|
"""
|
|
25721
|
-
|
|
25722
|
-
[1]Convective [2]Convective-Diffusive [3]Acoustic [4]Flow.
|
|
25718
|
+
CFL type .
|
|
25723
25719
|
"""
|
|
25724
25720
|
version = '222'
|
|
25725
25721
|
fluent_name = 'cfl-type'
|
|
@@ -25728,7 +25724,7 @@ class cfl_type(Integer):
|
|
|
25728
25724
|
|
|
25729
25725
|
class courant_number_1(Real):
|
|
25730
25726
|
"""
|
|
25731
|
-
|
|
25727
|
+
Courant Number.
|
|
25732
25728
|
"""
|
|
25733
25729
|
version = '222'
|
|
25734
25730
|
fluent_name = 'courant-number'
|
|
@@ -25737,7 +25733,7 @@ class courant_number_1(Real):
|
|
|
25737
25733
|
|
|
25738
25734
|
class initial_time_step_size(Real):
|
|
25739
25735
|
"""
|
|
25740
|
-
|
|
25736
|
+
Initial Time Step Size.
|
|
25741
25737
|
"""
|
|
25742
25738
|
version = '222'
|
|
25743
25739
|
fluent_name = 'initial-time-step-size'
|
|
@@ -25746,7 +25742,7 @@ class initial_time_step_size(Real):
|
|
|
25746
25742
|
|
|
25747
25743
|
class fixed_time_step_size(Integer):
|
|
25748
25744
|
"""
|
|
25749
|
-
|
|
25745
|
+
Number of Fixed Time Steps.
|
|
25750
25746
|
"""
|
|
25751
25747
|
version = '222'
|
|
25752
25748
|
fluent_name = 'fixed-time-step-size'
|
|
@@ -25755,7 +25751,7 @@ class fixed_time_step_size(Integer):
|
|
|
25755
25751
|
|
|
25756
25752
|
class min_time_step_size(Real):
|
|
25757
25753
|
"""
|
|
25758
|
-
|
|
25754
|
+
Minimum Time Step Size.
|
|
25759
25755
|
"""
|
|
25760
25756
|
version = '222'
|
|
25761
25757
|
fluent_name = 'min-time-step-size'
|
|
@@ -25764,7 +25760,7 @@ class min_time_step_size(Real):
|
|
|
25764
25760
|
|
|
25765
25761
|
class max_time_step_size(Real):
|
|
25766
25762
|
"""
|
|
25767
|
-
|
|
25763
|
+
Maximum Time Step Size.
|
|
25768
25764
|
"""
|
|
25769
25765
|
version = '222'
|
|
25770
25766
|
fluent_name = 'max-time-step-size'
|
|
@@ -25773,7 +25769,7 @@ class max_time_step_size(Real):
|
|
|
25773
25769
|
|
|
25774
25770
|
class update_interval(Integer):
|
|
25775
25771
|
"""
|
|
25776
|
-
|
|
25772
|
+
Time Step Size Update Interval.
|
|
25777
25773
|
"""
|
|
25778
25774
|
version = '222'
|
|
25779
25775
|
fluent_name = 'update-interval'
|
|
@@ -25802,7 +25798,7 @@ class cfl_based_time_stepping(Group):
|
|
|
25802
25798
|
|
|
25803
25799
|
class error_tolerance_1(Real):
|
|
25804
25800
|
"""
|
|
25805
|
-
|
|
25801
|
+
Error Tolerance.
|
|
25806
25802
|
"""
|
|
25807
25803
|
version = '222'
|
|
25808
25804
|
fluent_name = 'error-tolerance'
|
|
@@ -25858,7 +25854,7 @@ class rotating_mesh_flow_predictor(Boolean):
|
|
|
25858
25854
|
|
|
25859
25855
|
class global_courant_number(Real):
|
|
25860
25856
|
"""
|
|
25861
|
-
|
|
25857
|
+
Global Courant Number.
|
|
25862
25858
|
"""
|
|
25863
25859
|
version = '222'
|
|
25864
25860
|
fluent_name = 'global-courant-number'
|
|
@@ -25931,7 +25927,7 @@ class transient_controls(Group):
|
|
|
25931
25927
|
|
|
25932
25928
|
class number_of_total_periods(Integer):
|
|
25933
25929
|
"""
|
|
25934
|
-
|
|
25930
|
+
Number of total periods.
|
|
25935
25931
|
"""
|
|
25936
25932
|
version = '222'
|
|
25937
25933
|
fluent_name = 'number-of-total-periods'
|
|
@@ -25940,7 +25936,7 @@ class number_of_total_periods(Integer):
|
|
|
25940
25936
|
|
|
25941
25937
|
class max_iteration_per_step(Integer):
|
|
25942
25938
|
"""
|
|
25943
|
-
|
|
25939
|
+
Maximum Number of iterations per time step.
|
|
25944
25940
|
"""
|
|
25945
25941
|
version = '222'
|
|
25946
25942
|
fluent_name = 'max-iteration-per-step'
|
|
@@ -25958,7 +25954,7 @@ class postprocess(Boolean):
|
|
|
25958
25954
|
|
|
25959
25955
|
class num_of_post_iter_per_timestep(Integer):
|
|
25960
25956
|
"""
|
|
25961
|
-
|
|
25957
|
+
Number of post-processing iterations per time step.
|
|
25962
25958
|
"""
|
|
25963
25959
|
version = '222'
|
|
25964
25960
|
fluent_name = 'num-of-post-iter-per-timestep'
|
|
@@ -25972,21 +25968,21 @@ class dual_time_iterate(Command):
|
|
|
25972
25968
|
Parameters
|
|
25973
25969
|
----------
|
|
25974
25970
|
number_of_total_periods : int
|
|
25975
|
-
|
|
25971
|
+
Number of total periods.
|
|
25976
25972
|
number_of_time_steps : int
|
|
25977
|
-
|
|
25973
|
+
Inceremtal number of Time steps.
|
|
25978
25974
|
total_number_of_time_steps : int
|
|
25979
|
-
|
|
25975
|
+
Total number of Time steps.
|
|
25980
25976
|
total_time : real
|
|
25981
|
-
|
|
25977
|
+
Total Simulation Time.
|
|
25982
25978
|
incremental_time : real
|
|
25983
|
-
|
|
25979
|
+
Incremental Time.
|
|
25984
25980
|
max_iteration_per_step : int
|
|
25985
|
-
|
|
25981
|
+
Maximum Number of iterations per time step.
|
|
25986
25982
|
postprocess : bool
|
|
25987
25983
|
Enable/Disable Postprocess pollutant solution?.
|
|
25988
25984
|
num_of_post_iter_per_timestep : int
|
|
25989
|
-
|
|
25985
|
+
Number of post-processing iterations per time step.
|
|
25990
25986
|
"""
|
|
25991
25987
|
version = '222'
|
|
25992
25988
|
fluent_name = 'dual-time-iterate'
|
|
@@ -26006,7 +26002,7 @@ class dual_time_iterate(Command):
|
|
|
26006
26002
|
|
|
26007
26003
|
class number_of_iterations_1(Integer):
|
|
26008
26004
|
"""
|
|
26009
|
-
|
|
26005
|
+
Inceremtal number of Time steps.
|
|
26010
26006
|
"""
|
|
26011
26007
|
version = '222'
|
|
26012
26008
|
fluent_name = 'number-of-iterations'
|
|
@@ -26020,7 +26016,7 @@ class iterate(Command):
|
|
|
26020
26016
|
Parameters
|
|
26021
26017
|
----------
|
|
26022
26018
|
number_of_iterations : int
|
|
26023
|
-
|
|
26019
|
+
Inceremtal number of Time steps.
|
|
26024
26020
|
"""
|
|
26025
26021
|
version = '222'
|
|
26026
26022
|
fluent_name = 'iterate'
|
|
@@ -27874,7 +27870,7 @@ class invert_background(Boolean):
|
|
|
27874
27870
|
|
|
27875
27871
|
class hardcopy_format(String, AllowedValuesMixin):
|
|
27876
27872
|
"""
|
|
27877
|
-
|
|
27873
|
+
Hardcopy file format.
|
|
27878
27874
|
"""
|
|
27879
27875
|
version = '222'
|
|
27880
27876
|
fluent_name = 'hardcopy-format'
|
|
@@ -27937,7 +27933,7 @@ class driver_options(Group):
|
|
|
27937
27933
|
|
|
27938
27934
|
class standard_resolution(String, AllowedValuesMixin):
|
|
27939
27935
|
"""
|
|
27940
|
-
|
|
27936
|
+
From pre-defined resolution list.
|
|
27941
27937
|
"""
|
|
27942
27938
|
version = '222'
|
|
27943
27939
|
fluent_name = 'standard-resolution'
|