ansys-fluent-core 0.20.dev10__py3-none-any.whl → 0.20.dev11__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 +1 -1
- ansys/fluent/core/_version.py +1 -1
- ansys/fluent/core/data/api_tree_222.pickle +0 -0
- ansys/fluent/core/data/api_tree_231.pickle +0 -0
- ansys/fluent/core/data/api_tree_232.pickle +0 -0
- ansys/fluent/core/data/api_tree_241.pickle +0 -0
- ansys/fluent/core/data/api_tree_242.pickle +0 -0
- ansys/fluent/core/datamodel_242/flicing.py +43 -0
- ansys/fluent/core/fluent_version_242.py +3 -3
- ansys/fluent/core/meshing/2d_meshing.py +25 -0
- ansys/fluent/core/meshing/meshing_workflow.py +66 -2
- ansys/fluent/core/meshing/topology_based.py +25 -0
- ansys/fluent/core/meshing/tui_231.py +7600 -7600
- ansys/fluent/core/meshing/tui_232.py +8059 -8059
- ansys/fluent/core/meshing/tui_241.py +8002 -8002
- ansys/fluent/core/meshing/tui_242.py +7965 -7965
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/settings.py +4 -1
- ansys/fluent/core/session_base_meshing.py +24 -0
- ansys/fluent/core/session_pure_meshing.py +18 -0
- ansys/fluent/core/session_pure_meshing.pyi +2 -0
- ansys/fluent/core/solver/settings_222/__init__.py +1 -1
- ansys/fluent/core/solver/settings_222/inlet_vent_child.py +4 -9
- ansys/fluent/core/solver/settings_222/intake_fan_child.py +4 -9
- ansys/fluent/core/solver/settings_222/mass_flow_inlet_child.py +2 -7
- ansys/fluent/core/solver/settings_222/phase_child_16.py +2 -7
- ansys/fluent/core/solver/settings_222/phase_child_17.py +4 -8
- ansys/fluent/core/solver/settings_222/phase_child_23.py +4 -8
- ansys/fluent/core/solver/settings_222/phase_child_5.py +4 -9
- ansys/fluent/core/solver/settings_222/phase_child_6.py +4 -9
- ansys/fluent/core/solver/settings_222/phase_child_9.py +2 -7
- ansys/fluent/core/solver/settings_222/pressure_far_field_child.py +2 -7
- ansys/fluent/core/solver/settings_222/pressure_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_222/velocity_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_231/__init__.py +1 -1
- ansys/fluent/core/solver/settings_231/inlet_vent_child.py +4 -9
- ansys/fluent/core/solver/settings_231/intake_fan_child.py +5 -10
- ansys/fluent/core/solver/settings_231/mass_flow_inlet_child.py +13 -17
- ansys/fluent/core/solver/settings_231/phase_child_16.py +2 -7
- ansys/fluent/core/solver/settings_231/phase_child_17.py +4 -8
- ansys/fluent/core/solver/settings_231/phase_child_23.py +4 -8
- ansys/fluent/core/solver/settings_231/phase_child_5.py +4 -9
- ansys/fluent/core/solver/settings_231/phase_child_6.py +5 -10
- ansys/fluent/core/solver/settings_231/phase_child_9.py +13 -17
- ansys/fluent/core/solver/settings_231/pressure_far_field_child.py +2 -7
- ansys/fluent/core/solver/settings_231/pressure_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_231/velocity_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_232/__init__.py +1 -1
- ansys/fluent/core/solver/settings_232/inlet_vent_child.py +5 -9
- ansys/fluent/core/solver/settings_232/intake_fan_child.py +6 -11
- ansys/fluent/core/solver/settings_232/mass_flow_inlet_child.py +3 -8
- ansys/fluent/core/solver/settings_232/phase_child_16.py +4 -8
- ansys/fluent/core/solver/settings_232/phase_child_17.py +4 -9
- ansys/fluent/core/solver/settings_232/phase_child_23.py +4 -9
- ansys/fluent/core/solver/settings_232/phase_child_5.py +5 -9
- ansys/fluent/core/solver/settings_232/phase_child_6.py +6 -11
- ansys/fluent/core/solver/settings_232/phase_child_9.py +3 -8
- ansys/fluent/core/solver/settings_232/pressure_far_field_child.py +4 -8
- ansys/fluent/core/solver/settings_232/pressure_inlet_child.py +4 -9
- ansys/fluent/core/solver/settings_232/velocity_inlet_child.py +4 -9
- ansys/fluent/core/solver/settings_241/__init__.py +1 -1
- ansys/fluent/core/solver/settings_241/icing_1.py +1 -6
- ansys/fluent/core/solver/settings_241/phase_child_17.py +5 -9
- ansys/fluent/core/solver/settings_241/pressure_far_field_child.py +5 -9
- ansys/fluent/core/solver/settings_242/__init__.py +1 -1
- ansys/fluent/core/solver/{settings_241/fensapice_drop_vrh_1.py → settings_242/activation_function.py} +3 -3
- ansys/fluent/core/solver/settings_242/{fensapice_drop_vrh_1.py → active_2.py} +3 -3
- ansys/fluent/core/solver/{settings_231/fensapice_drop_vrh_1.py → settings_242/adjoint_iterations.py} +3 -3
- ansys/fluent/core/solver/{settings_222/fensapice_drop_vrh.py → settings_242/adjustable_tolerance.py} +3 -3
- ansys/fluent/core/solver/settings_242/anode_cl_conductivity.py +23 -0
- ansys/fluent/core/solver/settings_242/anode_cl_zone.py +5 -2
- ansys/fluent/core/solver/settings_242/apply_trained_model.py +23 -0
- ansys/fluent/core/solver/settings_242/as_percentage.py +23 -0
- ansys/fluent/core/solver/settings_242/auto.py +1 -1
- ansys/fluent/core/solver/settings_242/auto_options.py +4 -4
- ansys/fluent/core/solver/settings_242/autosave_1.py +37 -0
- ansys/fluent/core/solver/settings_242/calculation_activities_1.py +33 -0
- ansys/fluent/core/solver/settings_242/cathode_cl_conductivity.py +23 -0
- ansys/fluent/core/solver/settings_242/cathode_cl_zone.py +5 -2
- ansys/fluent/core/solver/settings_242/clear_model.py +23 -0
- ansys/fluent/core/solver/settings_242/compound.py +1 -1
- ansys/fluent/core/solver/settings_242/condition_1.py +23 -0
- ansys/fluent/core/solver/settings_242/conditions_4.py +39 -0
- ansys/fluent/core/solver/settings_242/conditions_child.py +35 -0
- ansys/fluent/core/solver/settings_242/convergence_criteria.py +23 -0
- ansys/fluent/core/solver/settings_242/count_1.py +23 -0
- ansys/fluent/core/solver/settings_242/criteria.py +38 -0
- ansys/fluent/core/solver/settings_242/current_design_iteration.py +23 -0
- ansys/fluent/core/solver/settings_242/default_6.py +23 -0
- ansys/fluent/core/solver/settings_242/default_7.py +23 -0
- ansys/fluent/core/solver/settings_242/default_8.py +23 -0
- ansys/fluent/core/solver/settings_242/default_limits.py +23 -0
- ansys/fluent/core/solver/settings_242/definition_child.py +1 -1
- ansys/fluent/core/solver/settings_242/delete_4.py +6 -6
- ansys/fluent/core/solver/settings_242/delete_5.py +6 -10
- ansys/fluent/core/solver/settings_242/delete_6.py +10 -6
- ansys/fluent/core/solver/settings_242/delete_7.py +37 -0
- ansys/fluent/core/solver/settings_242/delete_all_1.py +2 -2
- ansys/fluent/core/solver/settings_242/delete_all_2.py +23 -0
- ansys/fluent/core/solver/settings_242/design_iterations.py +23 -0
- ansys/fluent/core/solver/settings_242/design_region.py +23 -0
- ansys/fluent/core/solver/settings_242/design_variables.py +40 -0
- ansys/fluent/core/solver/settings_242/display_profile_point_cloud_data.py +45 -0
- ansys/fluent/core/solver/settings_242/display_profile_surface.py +45 -0
- ansys/fluent/core/solver/{settings_231/fensapice_drop_vrh.py → settings_242/enable_turbulence_source_term.py} +3 -3
- ansys/fluent/core/solver/settings_242/evaluation.py +35 -0
- ansys/fluent/core/solver/settings_242/execute_commands.py +1 -1
- ansys/fluent/core/solver/settings_242/expected_observables_values.py +23 -0
- ansys/fluent/core/solver/settings_242/export_data.py +37 -0
- ansys/fluent/core/solver/settings_242/export_model.py +37 -0
- ansys/fluent/core/solver/settings_242/export_stl_1.py +33 -0
- ansys/fluent/core/solver/settings_242/{fensapice_drop_vrh.py → fensapice_dpm_rh_mode.py} +2 -2
- ansys/fluent/core/solver/settings_242/field_contour.py +23 -0
- ansys/fluent/core/solver/settings_242/field_variable.py +1 -1
- ansys/fluent/core/solver/settings_242/field_variable_1.py +23 -0
- ansys/fluent/core/solver/settings_242/filed_variable.py +23 -0
- ansys/fluent/core/solver/settings_242/filename_15.py +23 -0
- ansys/fluent/core/solver/settings_242/filename_16.py +23 -0
- ansys/fluent/core/solver/settings_242/filename_17.py +23 -0
- ansys/fluent/core/solver/settings_242/files_1.py +23 -0
- ansys/fluent/core/solver/settings_242/flow_iterations.py +23 -0
- ansys/fluent/core/solver/settings_242/frequency_5.py +1 -1
- ansys/fluent/core/solver/settings_242/frequency_6.py +23 -0
- ansys/fluent/core/solver/settings_242/frequency_7.py +23 -0
- ansys/fluent/core/solver/settings_242/frequency_8.py +23 -0
- ansys/fluent/core/solver/settings_242/goal.py +23 -0
- ansys/fluent/core/solver/settings_242/gradient_based.py +4 -1
- ansys/fluent/core/solver/settings_242/gradient_based_optimizer.py +56 -0
- ansys/fluent/core/solver/settings_242/graphics_object.py +23 -0
- ansys/fluent/core/solver/settings_242/graphics_objects.py +1 -1
- ansys/fluent/core/solver/settings_242/icing.py +6 -1
- ansys/fluent/core/solver/settings_242/icing_1.py +5 -8
- ansys/fluent/core/solver/settings_242/id_1.py +23 -0
- ansys/fluent/core/solver/settings_242/id_2.py +23 -0
- ansys/fluent/core/solver/settings_242/import_data.py +37 -0
- ansys/fluent/core/solver/settings_242/import_model.py +37 -0
- ansys/fluent/core/solver/settings_242/include_current_data_1.py +23 -0
- ansys/fluent/core/solver/settings_242/initialize_3.py +1 -15
- ansys/fluent/core/solver/settings_242/initialize_4.py +23 -0
- ansys/fluent/core/solver/settings_242/initialize_5.py +37 -0
- ansys/fluent/core/solver/settings_242/initialize_neural_network.py +23 -0
- ansys/fluent/core/solver/settings_242/input_features.py +23 -0
- ansys/fluent/core/solver/settings_242/learning_rate.py +23 -0
- ansys/fluent/core/solver/settings_242/length_factor.py +23 -0
- ansys/fluent/core/solver/settings_242/limits_1.py +45 -0
- ansys/fluent/core/solver/settings_242/limits_child.py +23 -0
- ansys/fluent/core/solver/settings_242/list_profile_fields.py +37 -0
- ansys/fluent/core/solver/settings_242/list_profile_parameters.py +37 -0
- ansys/fluent/core/solver/settings_242/list_profile_parameters_with_value.py +37 -0
- ansys/fluent/core/solver/settings_242/list_profiles.py +23 -0
- ansys/fluent/core/solver/settings_242/manage_data_1.py +42 -0
- ansys/fluent/core/solver/settings_242/management.py +35 -0
- ansys/fluent/core/solver/settings_242/max_epochs.py +23 -0
- ansys/fluent/core/solver/settings_242/maximum_5.py +23 -0
- ansys/fluent/core/solver/settings_242/mesh_quality.py +33 -0
- ansys/fluent/core/solver/settings_242/method_19.py +1 -1
- ansys/fluent/core/solver/settings_242/method_20.py +2 -20
- ansys/fluent/core/solver/settings_242/method_21.py +1 -1
- ansys/fluent/core/solver/settings_242/method_22.py +41 -0
- ansys/fluent/core/solver/{settings_222/fensapice_drop_vrh_1.py → settings_242/method_23.py} +3 -3
- ansys/fluent/core/solver/settings_242/min_cell_volume.py +23 -0
- ansys/fluent/core/solver/settings_242/min_orthogonal.py +23 -0
- ansys/fluent/core/solver/settings_242/mini_batch_size.py +23 -0
- ansys/fluent/core/solver/settings_242/model_4.py +37 -0
- ansys/fluent/core/solver/settings_242/monitor_3.py +48 -0
- ansys/fluent/core/solver/settings_242/neural_network_topology.py +39 -0
- ansys/fluent/core/solver/settings_242/neural_network_topology_child.py +23 -0
- ansys/fluent/core/solver/settings_242/normalize_1.py +23 -0
- ansys/fluent/core/solver/settings_242/objectives_2.py +39 -0
- ansys/fluent/core/solver/settings_242/objectives_3.py +35 -0
- ansys/fluent/core/solver/settings_242/objectives_child_1.py +42 -0
- ansys/fluent/core/solver/settings_242/observable_3.py +23 -0
- ansys/fluent/core/solver/settings_242/observables_1.py +33 -0
- ansys/fluent/core/solver/settings_242/observables_values.py +23 -0
- ansys/fluent/core/solver/settings_242/offline_training.py +49 -0
- ansys/fluent/core/solver/settings_242/operating_conditions_1.py +37 -0
- ansys/fluent/core/solver/settings_242/optimization_id_to_plot.py +23 -0
- ansys/fluent/core/solver/settings_242/optimize.py +23 -0
- ansys/fluent/core/solver/settings_242/optimizer_settings.py +42 -0
- ansys/fluent/core/solver/settings_242/optimizer_type.py +23 -0
- ansys/fluent/core/solver/settings_242/options_19.py +31 -0
- ansys/fluent/core/solver/settings_242/overlay.py +23 -0
- ansys/fluent/core/solver/settings_242/overlay_1.py +23 -0
- ansys/fluent/core/solver/settings_242/overlay_profile_point_cloud_data.py +45 -0
- ansys/fluent/core/solver/settings_242/overlay_profile_surface.py +54 -0
- ansys/fluent/core/solver/settings_242/parameters_5.py +14 -10
- ansys/fluent/core/solver/settings_242/parameters_6.py +45 -0
- ansys/fluent/core/solver/settings_242/parameters_7.py +35 -0
- ansys/fluent/core/solver/settings_242/parameters_child_1.py +23 -0
- ansys/fluent/core/solver/settings_242/parameters_child_2.py +23 -0
- ansys/fluent/core/solver/settings_242/parameters_count.py +23 -0
- ansys/fluent/core/solver/settings_242/parametric_studies.py +1 -1
- ansys/fluent/core/solver/settings_242/partition_3.py +1 -1
- ansys/fluent/core/solver/settings_242/plane_surface_child.py +1 -1
- ansys/fluent/core/solver/settings_242/playback.py +1 -1
- ansys/fluent/core/solver/settings_242/plot_14.py +23 -0
- ansys/fluent/core/solver/settings_242/plot_all_optimization_ids.py +23 -0
- ansys/fluent/core/solver/settings_242/plot_during_optimization.py +23 -0
- ansys/fluent/core/solver/settings_242/porous_jump_turb_wall_treatment.py +1 -1
- ansys/fluent/core/solver/settings_242/porous_zone.py +10 -1
- ansys/fluent/core/solver/settings_242/post_morph.py +33 -0
- ansys/fluent/core/solver/settings_242/print_current_status.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_name_1.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_point_marker.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_point_marker_color.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_point_marker_size.py +23 -0
- ansys/fluent/core/solver/settings_242/profiles.py +56 -0
- ansys/fluent/core/solver/settings_242/rad_porous_wall.py +23 -0
- ansys/fluent/core/solver/settings_242/rad_porous_wall_diffuse_fraction.py +23 -0
- ansys/fluent/core/solver/settings_242/rad_porous_wall_in_emiss.py +43 -0
- ansys/fluent/core/solver/settings_242/remeshing.py +23 -0
- ansys/fluent/core/solver/settings_242/remove_1.py +37 -0
- ansys/fluent/core/solver/settings_242/reset_3.py +1 -1
- ansys/fluent/core/solver/settings_242/reset_4.py +23 -0
- ansys/fluent/core/solver/settings_242/root.py +1 -1
- ansys/fluent/core/solver/settings_242/sampling_after.py +23 -0
- ansys/fluent/core/solver/settings_242/save_files.py +33 -0
- ansys/fluent/core/solver/settings_242/save_optimal.py +23 -0
- ansys/fluent/core/solver/settings_242/scene_child.py +1 -1
- ansys/fluent/core/solver/settings_242/selection_2.py +23 -0
- ansys/fluent/core/solver/settings_242/selection_3.py +23 -0
- ansys/fluent/core/solver/settings_242/set_one_to_one_pairing_tolerance.py +20 -2
- ansys/fluent/core/solver/settings_242/set_preference_profile_point_cloud_data.py +46 -0
- ansys/fluent/core/solver/settings_242/settings_6.py +43 -0
- ansys/fluent/core/solver/settings_242/setup.py +3 -1
- ansys/fluent/core/solver/settings_242/single_session_coupling.py +2 -2
- ansys/fluent/core/solver/settings_242/smooth_sensitivities.py +23 -0
- ansys/fluent/core/solver/settings_242/smoothing_1.py +23 -0
- ansys/fluent/core/solver/settings_242/step_size_1.py +23 -0
- ansys/fluent/core/solver/settings_242/summarize.py +23 -0
- ansys/fluent/core/solver/settings_242/temporary.py +1 -1
- ansys/fluent/core/solver/settings_242/timer.py +1 -1
- ansys/fluent/core/solver/settings_242/title_1.py +23 -0
- ansys/fluent/core/solver/settings_242/train.py +23 -0
- ansys/fluent/core/solver/settings_242/training_data_files.py +23 -0
- ansys/fluent/core/solver/settings_242/transparency_1.py +1 -1
- ansys/fluent/core/solver/settings_242/turbulence_model_design_tool.py +33 -0
- ansys/fluent/core/solver/settings_242/two_session_coupling.py +2 -2
- ansys/fluent/core/solver/settings_242/type_12.py +23 -0
- ansys/fluent/core/solver/settings_242/unhook_model.py +23 -0
- ansys/fluent/core/solver/settings_242/variables_1.py +42 -0
- ansys/fluent/core/solver/settings_242/wall_treatment_1.py +23 -0
- ansys/fluent/core/solver/tui_231.py +33993 -34674
- ansys/fluent/core/solver/tui_232.py +25563 -25563
- ansys/fluent/core/solver/tui_241.py +26971 -26971
- ansys/fluent/core/solver/tui_242.py +29538 -29520
- ansys/fluent/tests/test_flobject.py +15 -3
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/RECORD +251 -120
- ansys/fluent/core/solver/settings_232/fensapice_drop_vrh.py +0 -23
- ansys/fluent/core/solver/settings_232/fensapice_drop_vrh_1.py +0 -23
- ansys/fluent/core/solver/settings_241/fensapice_drop_vrh.py +0 -23
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/WHEEL +0 -0
|
@@ -176,8 +176,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
176
176
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
177
177
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
178
178
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
179
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
180
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
181
179
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
182
180
|
from .mixing_plane_thread import mixing_plane_thread as mixing_plane_thread_cls
|
|
183
181
|
from .wsf import wsf as wsf_cls
|
|
@@ -247,11 +245,11 @@ class phase_child(Group):
|
|
|
247
245
|
'fensapice_dpm_inj_nstream', 'fensapice_drop_icc',
|
|
248
246
|
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
249
247
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
250
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
251
|
-
'
|
|
252
|
-
'
|
|
253
|
-
'
|
|
254
|
-
'
|
|
248
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
249
|
+
'mixing_plane_thread', 'wsf', 'wsb', 'wsn', 'solar_fluxes',
|
|
250
|
+
'solar_shining_factor', 'radiating_s2s_surface', 'ac_options',
|
|
251
|
+
'impedance_0', 'impedance_1', 'impedance_2', 'ac_wave', 'les_spec',
|
|
252
|
+
'b', 'strength']
|
|
255
253
|
|
|
256
254
|
_child_classes = dict(
|
|
257
255
|
name=name_cls,
|
|
@@ -416,8 +414,6 @@ class phase_child(Group):
|
|
|
416
414
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
417
415
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
418
416
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
419
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
420
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
421
417
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
422
418
|
mixing_plane_thread=mixing_plane_thread_cls,
|
|
423
419
|
wsf=wsf_cls,
|
|
@@ -176,8 +176,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
176
176
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
177
177
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
178
178
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
179
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
180
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
181
179
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
182
180
|
from .mixing_plane_thread import mixing_plane_thread as mixing_plane_thread_cls
|
|
183
181
|
from .wsf import wsf as wsf_cls
|
|
@@ -252,13 +250,12 @@ class phase_child(Group):
|
|
|
252
250
|
'fensapice_dpm_inj_nstream', 'fensapice_drop_icc',
|
|
253
251
|
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
254
252
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
255
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
256
|
-
'
|
|
257
|
-
'
|
|
258
|
-
'
|
|
259
|
-
'
|
|
260
|
-
'
|
|
261
|
-
'new_fan_definition']
|
|
253
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
254
|
+
'mixing_plane_thread', 'wsf', 'wsb', 'wsn', 'solar_fluxes',
|
|
255
|
+
'solar_shining_factor', 'radiating_s2s_surface', 'ac_options',
|
|
256
|
+
'impedance_0', 'impedance_1', 'impedance_2', 'ac_wave', 'les_spec',
|
|
257
|
+
'a', 'swirl_model', 'swirl_factor', 'fan_omega', 'fan_origin',
|
|
258
|
+
'strength', 'new_fan_definition']
|
|
262
259
|
|
|
263
260
|
_child_classes = dict(
|
|
264
261
|
name=name_cls,
|
|
@@ -423,8 +420,6 @@ class phase_child(Group):
|
|
|
423
420
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
424
421
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
425
422
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
426
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
427
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
428
423
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
429
424
|
mixing_plane_thread=mixing_plane_thread_cls,
|
|
430
425
|
wsf=wsf_cls,
|
|
@@ -134,8 +134,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
134
134
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
135
135
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
136
136
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
137
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
138
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
139
137
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
140
138
|
from .radiation_bc import radiation_bc as radiation_bc_cls
|
|
141
139
|
from .radial_direction import radial_direction as radial_direction_cls
|
|
@@ -226,10 +224,9 @@ class phase_child(Group):
|
|
|
226
224
|
'fensapice_dpm_surface_injection', 'fensapice_dpm_inj_nstream',
|
|
227
225
|
'fensapice_drop_icc', 'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
228
226
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
229
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
230
|
-
'
|
|
231
|
-
'
|
|
232
|
-
'band_q_irrad_diffuse', 'parallel_collimated_beam',
|
|
227
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
228
|
+
'radiation_bc', 'radial_direction', 'coll_dtheta', 'coll_dphi',
|
|
229
|
+
'band_q_irrad', 'band_q_irrad_diffuse', 'parallel_collimated_beam',
|
|
233
230
|
'solar_direction', 'solar_irradiation', 't_b_b_spec', 't_b_b',
|
|
234
231
|
'in_emiss', 'fmean', 'fvar', 'fmean2', 'fvar2', 'tss_scalar',
|
|
235
232
|
'uds_bc', 'uds', 'pb_disc_bc', 'pb_disc', 'pb_qmom_bc', 'pb_qmom',
|
|
@@ -362,8 +359,6 @@ class phase_child(Group):
|
|
|
362
359
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
363
360
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
364
361
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
365
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
366
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
367
362
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
368
363
|
radiation_bc=radiation_bc_cls,
|
|
369
364
|
radial_direction=radial_direction_cls,
|
|
@@ -131,8 +131,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
131
131
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
132
132
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
133
133
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
134
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
135
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
136
134
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
137
135
|
from .uds_bc import uds_bc as uds_bc_cls
|
|
138
136
|
from .uds import uds as uds_cls
|
|
@@ -181,10 +179,10 @@ class pressure_far_field_child(Group):
|
|
|
181
179
|
'fensapice_dpm_surface_injection', 'fensapice_dpm_inj_nstream',
|
|
182
180
|
'fensapice_drop_icc', 'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
183
181
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
184
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
185
|
-
'
|
|
186
|
-
'
|
|
187
|
-
'
|
|
182
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
183
|
+
'uds_bc', 'uds', 'dpm_bc_type', 'dpm_bc_collision_partner',
|
|
184
|
+
'reinj_inj', 'dpm_bc_udf', 'solar_fluxes', 'solar_shining_factor',
|
|
185
|
+
'radiating_s2s_surface']
|
|
188
186
|
|
|
189
187
|
_child_classes = dict(
|
|
190
188
|
phase=phase_cls,
|
|
@@ -304,8 +302,6 @@ class pressure_far_field_child(Group):
|
|
|
304
302
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
305
303
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
306
304
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
307
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
308
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
309
305
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
310
306
|
uds_bc=uds_bc_cls,
|
|
311
307
|
uds=uds_cls,
|
|
@@ -177,8 +177,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
177
177
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
178
178
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
179
179
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
180
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
181
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
182
180
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
183
181
|
from .mixing_plane_thread import mixing_plane_thread as mixing_plane_thread_cls
|
|
184
182
|
from .wsf import wsf as wsf_cls
|
|
@@ -246,11 +244,10 @@ class pressure_inlet_child(Group):
|
|
|
246
244
|
'fensapice_dpm_inj_nstream', 'fensapice_drop_icc',
|
|
247
245
|
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
248
246
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
249
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
250
|
-
'
|
|
251
|
-
'
|
|
252
|
-
'
|
|
253
|
-
'impedance_2', 'ac_wave', 'les_spec']
|
|
247
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
248
|
+
'mixing_plane_thread', 'wsf', 'wsb', 'wsn', 'solar_fluxes',
|
|
249
|
+
'solar_shining_factor', 'radiating_s2s_surface', 'ac_options',
|
|
250
|
+
'impedance_0', 'impedance_1', 'impedance_2', 'ac_wave', 'les_spec']
|
|
254
251
|
|
|
255
252
|
_child_classes = dict(
|
|
256
253
|
phase=phase_cls,
|
|
@@ -416,8 +413,6 @@ class pressure_inlet_child(Group):
|
|
|
416
413
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
417
414
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
418
415
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
419
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
420
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
421
416
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
422
417
|
mixing_plane_thread=mixing_plane_thread_cls,
|
|
423
418
|
wsf=wsf_cls,
|
|
@@ -208,8 +208,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
208
208
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
209
209
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
210
210
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
211
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
212
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
213
211
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
214
212
|
from .mixing_plane_thread import mixing_plane_thread as mixing_plane_thread_cls
|
|
215
213
|
from .solar_fluxes import solar_fluxes as solar_fluxes_cls
|
|
@@ -286,11 +284,10 @@ class velocity_inlet_child(Group):
|
|
|
286
284
|
'fensapice_dpm_inj_nstream', 'fensapice_drop_icc',
|
|
287
285
|
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
288
286
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
289
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
290
|
-
'
|
|
291
|
-
'
|
|
292
|
-
'
|
|
293
|
-
'les_spec']
|
|
287
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
288
|
+
'mixing_plane_thread', 'solar_fluxes', 'solar_shining_factor',
|
|
289
|
+
'radiating_s2s_surface', 'ac_options', 'impedance_0', 'impedance_1',
|
|
290
|
+
'impedance_2', 'ac_wave', 'les_spec']
|
|
294
291
|
|
|
295
292
|
_child_classes = dict(
|
|
296
293
|
phase=phase_cls,
|
|
@@ -487,8 +484,6 @@ class velocity_inlet_child(Group):
|
|
|
487
484
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
488
485
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
489
486
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
490
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
491
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
492
487
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
493
488
|
mixing_plane_thread=mixing_plane_thread_cls,
|
|
494
489
|
solar_fluxes=solar_fluxes_cls,
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
"""A package providing Fluent's Settings Objects in Python."""
|
|
6
6
|
from ansys.fluent.core.solver.flobject import *
|
|
7
7
|
|
|
8
|
-
SHASH = "
|
|
8
|
+
SHASH = "c0165dec1fe71c38c2426eeea5af0dc73bf30a6b920f544b717583b925eb03a5"
|
|
9
9
|
from .root import root
|
|
@@ -33,8 +33,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
33
33
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
34
34
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
35
35
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
36
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
37
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
38
36
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
39
37
|
class icing(Group):
|
|
40
38
|
"""
|
|
@@ -51,8 +49,7 @@ class icing(Group):
|
|
|
51
49
|
'fensapice_dpm_inj_nstream', 'fensapice_drop_icc',
|
|
52
50
|
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
53
51
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
54
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
55
|
-
'fensapice_drop_vrh_1', 'fensapice_drop_vc']
|
|
52
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc']
|
|
56
53
|
|
|
57
54
|
_child_classes = dict(
|
|
58
55
|
fensapice_flow_bc_subtype=fensapice_flow_bc_subtype_cls,
|
|
@@ -74,8 +71,6 @@ class icing(Group):
|
|
|
74
71
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
75
72
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
76
73
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
77
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
78
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
79
74
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
80
75
|
)
|
|
81
76
|
|
|
@@ -126,8 +126,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
126
126
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
127
127
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
128
128
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
129
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
130
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
131
129
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
132
130
|
from .uds_bc import uds_bc as uds_bc_cls
|
|
133
131
|
from .uds import uds as uds_cls
|
|
@@ -191,11 +189,11 @@ class phase_child(Group):
|
|
|
191
189
|
'fensapice_dpm_inj_nstream', 'fensapice_drop_icc',
|
|
192
190
|
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
193
191
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
194
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
195
|
-
'
|
|
196
|
-
'
|
|
197
|
-
'
|
|
198
|
-
'
|
|
192
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
193
|
+
'uds_bc', 'uds', 'discrete_phase_bc_type', 'dem_collision_partner',
|
|
194
|
+
'reinj_inj', 'discrete_phase_bc_function',
|
|
195
|
+
'participates_in_solar_ray_tracing', 'solar_transmissivity_factor',
|
|
196
|
+
'radiating_s2s_surface']
|
|
199
197
|
|
|
200
198
|
_child_classes = dict(
|
|
201
199
|
geom_disable=geom_disable_cls,
|
|
@@ -310,8 +308,6 @@ class phase_child(Group):
|
|
|
310
308
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
311
309
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
312
310
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
313
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
314
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
315
311
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
316
312
|
uds_bc=uds_bc_cls,
|
|
317
313
|
uds=uds_cls,
|
|
@@ -128,8 +128,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
128
128
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
129
129
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
130
130
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
131
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
132
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
133
131
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
134
132
|
from .uds_bc import uds_bc as uds_bc_cls
|
|
135
133
|
from .uds import uds as uds_cls
|
|
@@ -194,11 +192,11 @@ class pressure_far_field_child(Group):
|
|
|
194
192
|
'fensapice_dpm_inj_nstream', 'fensapice_drop_icc',
|
|
195
193
|
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
196
194
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
197
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
198
|
-
'
|
|
199
|
-
'
|
|
200
|
-
'
|
|
201
|
-
'
|
|
195
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc',
|
|
196
|
+
'uds_bc', 'uds', 'discrete_phase_bc_type', 'dem_collision_partner',
|
|
197
|
+
'reinj_inj', 'discrete_phase_bc_function',
|
|
198
|
+
'participates_in_solar_ray_tracing', 'solar_transmissivity_factor',
|
|
199
|
+
'radiating_s2s_surface']
|
|
202
200
|
|
|
203
201
|
_child_classes = dict(
|
|
204
202
|
name=name_cls,
|
|
@@ -315,8 +313,6 @@ class pressure_far_field_child(Group):
|
|
|
315
313
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
316
314
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
317
315
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
318
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
319
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
320
316
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
321
317
|
uds_bc=uds_bc_cls,
|
|
322
318
|
uds=uds_cls,
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
"""A package providing Fluent's Settings Objects in Python."""
|
|
6
6
|
from ansys.fluent.core.solver.flobject import *
|
|
7
7
|
|
|
8
|
-
SHASH = "
|
|
8
|
+
SHASH = "e90b9167950c8f1e220369f35fa02be5d3e30fe4476a531f857cc366b63f5703"
|
|
9
9
|
from .root import root
|
|
@@ -14,10 +14,10 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
14
14
|
_InOutFile,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class activation_function(String, _HasAllowedValuesMixin):
|
|
18
18
|
"""
|
|
19
|
-
|
|
19
|
+
Set activation function.
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
|
-
fluent_name = "
|
|
22
|
+
fluent_name = "activation-function"
|
|
23
23
|
|
|
@@ -14,10 +14,10 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
14
14
|
_InOutFile,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class active(Boolean):
|
|
18
18
|
"""
|
|
19
|
-
|
|
19
|
+
Include design condition.
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
|
-
fluent_name = "
|
|
22
|
+
fluent_name = "active"
|
|
23
23
|
|
ansys/fluent/core/solver/{settings_231/fensapice_drop_vrh_1.py → settings_242/adjoint_iterations.py}
RENAMED
|
@@ -14,10 +14,10 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
14
14
|
_InOutFile,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class adjoint_iterations(Integer):
|
|
18
18
|
"""
|
|
19
|
-
|
|
19
|
+
Number of flow iterations.
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
|
-
fluent_name = "
|
|
22
|
+
fluent_name = "adjoint-iterations"
|
|
23
23
|
|
ansys/fluent/core/solver/{settings_222/fensapice_drop_vrh.py → settings_242/adjustable_tolerance.py}
RENAMED
|
@@ -14,10 +14,10 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
14
14
|
_InOutFile,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class adjustable_tolerance(Boolean):
|
|
18
18
|
"""
|
|
19
|
-
|
|
19
|
+
Enable/disable one-to-one adjustable tolerance.
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
|
-
fluent_name = "
|
|
22
|
+
fluent_name = "adjustable-tolerance?"
|
|
23
23
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class anode_cl_conductivity(Real):
|
|
18
|
+
"""
|
|
19
|
+
Anode catalyst layer conductivity.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "anode-cl-conductivity"
|
|
23
|
+
|
|
@@ -21,6 +21,7 @@ from .anode_cl_porosity import anode_cl_porosity as anode_cl_porosity_cls
|
|
|
21
21
|
from .anode_cl_kr import anode_cl_kr as anode_cl_kr_cls
|
|
22
22
|
from .anode_cl_svratio import anode_cl_svratio as anode_cl_svratio_cls
|
|
23
23
|
from .anode_cl_thickness import anode_cl_thickness as anode_cl_thickness_cls
|
|
24
|
+
from .anode_cl_conductivity import anode_cl_conductivity as anode_cl_conductivity_cls
|
|
24
25
|
from .anode_cl_cp_function import anode_cl_cp_function as anode_cl_cp_function_cls
|
|
25
26
|
from .anode_cl_angle import anode_cl_angle as anode_cl_angle_cls
|
|
26
27
|
from .anode_cl_a import anode_cl_a as anode_cl_a_cls
|
|
@@ -36,8 +37,9 @@ class anode_cl_zone(Group):
|
|
|
36
37
|
child_names = \
|
|
37
38
|
['anode_cl_zone_list', 'anode_cl_update', 'anode_cl_material',
|
|
38
39
|
'anode_cl_porosity', 'anode_cl_kr', 'anode_cl_svratio',
|
|
39
|
-
'anode_cl_thickness', '
|
|
40
|
-
'
|
|
40
|
+
'anode_cl_thickness', 'anode_cl_conductivity',
|
|
41
|
+
'anode_cl_cp_function', 'anode_cl_angle', 'anode_cl_a', 'anode_cl_b',
|
|
42
|
+
'anode_cl_c']
|
|
41
43
|
|
|
42
44
|
_child_classes = dict(
|
|
43
45
|
anode_cl_zone_list=anode_cl_zone_list_cls,
|
|
@@ -47,6 +49,7 @@ class anode_cl_zone(Group):
|
|
|
47
49
|
anode_cl_kr=anode_cl_kr_cls,
|
|
48
50
|
anode_cl_svratio=anode_cl_svratio_cls,
|
|
49
51
|
anode_cl_thickness=anode_cl_thickness_cls,
|
|
52
|
+
anode_cl_conductivity=anode_cl_conductivity_cls,
|
|
50
53
|
anode_cl_cp_function=anode_cl_cp_function_cls,
|
|
51
54
|
anode_cl_angle=anode_cl_angle_cls,
|
|
52
55
|
anode_cl_a=anode_cl_a_cls,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class apply_trained_model(Command):
|
|
18
|
+
"""
|
|
19
|
+
Adopt the trained neural network for the turbulence modeling.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "apply-trained-model"
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class as_percentage(Boolean):
|
|
18
|
+
"""
|
|
19
|
+
Step size as percentage.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "as-percentage"
|
|
23
|
+
|
|
@@ -16,7 +16,7 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
16
16
|
|
|
17
17
|
from .case_file import case_file as case_file_cls
|
|
18
18
|
from .across_zones import across_zones as across_zones_cls
|
|
19
|
-
from .
|
|
19
|
+
from .method_21 import method as method_cls
|
|
20
20
|
from .load_vector import load_vector as load_vector_cls
|
|
21
21
|
from .pre_test import pre_test as pre_test_cls
|
|
22
22
|
class auto(Group):
|
|
@@ -16,12 +16,12 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
16
16
|
|
|
17
17
|
from .proximity_tolerance import proximity_tolerance as proximity_tolerance_cls
|
|
18
18
|
from .set_default_name_prefix import set_default_name_prefix as set_default_name_prefix_cls
|
|
19
|
-
from .set_one_to_one_pairing_tolerance import set_one_to_one_pairing_tolerance as set_one_to_one_pairing_tolerance_cls
|
|
20
19
|
from .set_minimum_area_percentage import set_minimum_area_percentage as set_minimum_area_percentage_cls
|
|
21
20
|
from .pairing_between_different_cell_zones_only import pairing_between_different_cell_zones_only as pairing_between_different_cell_zones_only_cls
|
|
22
21
|
from .pairing_between_interface_zones_only import pairing_between_interface_zones_only as pairing_between_interface_zones_only_cls
|
|
23
22
|
from .keep_empty_interface import keep_empty_interface as keep_empty_interface_cls
|
|
24
23
|
from .naming_option import naming_option as naming_option_cls
|
|
24
|
+
from .set_one_to_one_pairing_tolerance import set_one_to_one_pairing_tolerance as set_one_to_one_pairing_tolerance_cls
|
|
25
25
|
class auto_options(Group):
|
|
26
26
|
"""
|
|
27
27
|
Enter auto-options menu.
|
|
@@ -31,21 +31,21 @@ class auto_options(Group):
|
|
|
31
31
|
|
|
32
32
|
child_names = \
|
|
33
33
|
['proximity_tolerance', 'set_default_name_prefix',
|
|
34
|
-
'
|
|
34
|
+
'set_minimum_area_percentage',
|
|
35
35
|
'pairing_between_different_cell_zones_only',
|
|
36
36
|
'pairing_between_interface_zones_only', 'keep_empty_interface']
|
|
37
37
|
|
|
38
38
|
command_names = \
|
|
39
|
-
['naming_option']
|
|
39
|
+
['naming_option', 'set_one_to_one_pairing_tolerance']
|
|
40
40
|
|
|
41
41
|
_child_classes = dict(
|
|
42
42
|
proximity_tolerance=proximity_tolerance_cls,
|
|
43
43
|
set_default_name_prefix=set_default_name_prefix_cls,
|
|
44
|
-
set_one_to_one_pairing_tolerance=set_one_to_one_pairing_tolerance_cls,
|
|
45
44
|
set_minimum_area_percentage=set_minimum_area_percentage_cls,
|
|
46
45
|
pairing_between_different_cell_zones_only=pairing_between_different_cell_zones_only_cls,
|
|
47
46
|
pairing_between_interface_zones_only=pairing_between_interface_zones_only_cls,
|
|
48
47
|
keep_empty_interface=keep_empty_interface_cls,
|
|
49
48
|
naming_option=naming_option_cls,
|
|
49
|
+
set_one_to_one_pairing_tolerance=set_one_to_one_pairing_tolerance_cls,
|
|
50
50
|
)
|
|
51
51
|
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .filename_17 import filename as filename_cls
|
|
18
|
+
from .save_files import save_files as save_files_cls
|
|
19
|
+
from .save_optimal import save_optimal as save_optimal_cls
|
|
20
|
+
from .export_stl_1 import export_stl as export_stl_cls
|
|
21
|
+
class autosave(Group):
|
|
22
|
+
"""
|
|
23
|
+
Optimizer reporting menu.
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
fluent_name = "autosave"
|
|
27
|
+
|
|
28
|
+
child_names = \
|
|
29
|
+
['filename', 'save_files', 'save_optimal', 'export_stl']
|
|
30
|
+
|
|
31
|
+
_child_classes = dict(
|
|
32
|
+
filename=filename_cls,
|
|
33
|
+
save_files=save_files_cls,
|
|
34
|
+
save_optimal=save_optimal_cls,
|
|
35
|
+
export_stl=export_stl_cls,
|
|
36
|
+
)
|
|
37
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .monitor_3 import monitor as monitor_cls
|
|
18
|
+
from .autosave_1 import autosave as autosave_cls
|
|
19
|
+
class calculation_activities(Group):
|
|
20
|
+
"""
|
|
21
|
+
Calculation activities menu.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
fluent_name = "calculation-activities"
|
|
25
|
+
|
|
26
|
+
child_names = \
|
|
27
|
+
['monitor', 'autosave']
|
|
28
|
+
|
|
29
|
+
_child_classes = dict(
|
|
30
|
+
monitor=monitor_cls,
|
|
31
|
+
autosave=autosave_cls,
|
|
32
|
+
)
|
|
33
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class cathode_cl_conductivity(Real):
|
|
18
|
+
"""
|
|
19
|
+
Cathode catalyst layer conductivity.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "cathode-cl-conductivity"
|
|
23
|
+
|