├── .ci ├── docker_data_cleaner.py ├── fluent_test_runner.py ├── generate_certs.sh ├── get_hanging_tests.py ├── pull_fluent_image.py └── server_ext.cnf ├── .codacy.yml ├── .flake8 ├── .gitattributes ├── .github ├── dependabot.yml ├── labeler.yml ├── labels.yml ├── pull_request_template.md ├── styles │ ├── .gitignore │ └── config │ │ └── vocabularies │ │ └── ANSYS │ │ ├── accept.txt │ │ └── reject.txt └── workflows │ ├── ci.yml │ ├── codeql.yml │ ├── dependency-review.yml │ ├── doc-build-dev-nightly.yml │ ├── doc-build-release.yml │ ├── execute-examples-weekly.yml │ ├── force-update-stable-Fluent-image-version.yml │ ├── label.yml │ ├── tag-iteration-ends.yml │ ├── test-fluent-journals.yml │ ├── test-podman-compose.yml │ ├── test-run-custom.yml │ ├── test-run-dev-version-nightly.yml │ ├── test-run-nightly.yml │ ├── test-run-old-versions-weekly.yml │ ├── test-run-solvermode-weekly.yml │ └── test-run-wo-codegen-weekly.yml ├── .gitignore ├── .pre-commit-config.yaml ├── AUTHORS ├── CHANGELOG.md ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CONTRIBUTORS.md ├── LICENSE ├── MANIFEST.in ├── Makefile ├── README.rst ├── SECURITY.md ├── codecov.yml ├── codegen └── allapigen.py ├── devel ├── field_level_help │ ├── build_info.md │ ├── field_level_help.csv │ ├── field_level_help_column_descriptors.txt │ ├── improved_field_help_texts.json │ └── write_field_level_help.py └── undocumented_fields │ ├── search_undocumented_fields.py │ └── undocumented_fields.txt ├── doc ├── .vale.ini ├── Makefile ├── api_rstgen.py ├── changelog.d │ ├── 4632.documentation.md │ ├── 4650.maintenance.md │ ├── 4655.fixed.md │ ├── 4660.added.md │ ├── 4667.maintenance.md │ ├── 4668.maintenance.md │ ├── 4676.maintenance.md │ ├── 4682.fixed.md │ ├── 4689.fixed.md │ ├── 4690.added.md │ ├── 4691.maintenance.md │ ├── 4692.maintenance.md │ ├── 4707.dependencies.md │ └── changelog_template.jinja ├── datamodel_rstgen.py ├── deprecated_pyfluent_apis.py ├── make.bat ├── modify_html.py ├── rstgen.py ├── settings_rstgen.py ├── source │ ├── _static │ │ ├── DP_table.png │ │ ├── DP_table_011.png │ │ ├── DP_table_012.png │ │ ├── Electrolysis_Modeling.png │ │ ├── Electrolysis_Modeling_1.png │ │ ├── Electrolysis_Modeling_2.png │ │ ├── Electrolysis_Modeling_3.png │ │ ├── ExampleTable.jpg │ │ ├── PyAnsys_overview.png │ │ ├── Single_Battery_Cell_1.png │ │ ├── Single_Battery_Cell_10.png │ │ ├── Single_Battery_Cell_11.png │ │ ├── Single_Battery_Cell_2.png │ │ ├── Single_Battery_Cell_3.png │ │ ├── Single_Battery_Cell_4.png │ │ ├── Single_Battery_Cell_5.png │ │ ├── Single_Battery_Cell_6.png │ │ ├── Single_Battery_Cell_9.png │ │ ├── Single_Battery_Cell_Mesh.png │ │ ├── Single_Battery_cell_model.png │ │ ├── TS_formulas.jpg │ │ ├── TSmode.jpg │ │ ├── ablation-avg_pressure.png │ │ ├── ablation-drag_force_x.png │ │ ├── ablation-mach-number-thumbnail.png │ │ ├── ablation-mach-number.png │ │ ├── ablation-pressure.png │ │ ├── ablation-problem-schematic.png │ │ ├── ablation-recede_point.png │ │ ├── ablation-residual.png │ │ ├── ahmed_body_mesh_1.png │ │ ├── ahmed_body_mesh_2.png │ │ ├── ahmed_body_model.png │ │ ├── ahmed_body_model_pressure_coeff.png │ │ ├── ahmed_body_model_velocity_mag.png │ │ ├── battery_pack_1.png │ │ ├── battery_pack_2.png │ │ ├── battery_pack_3.png │ │ ├── battery_pack_4.png │ │ ├── battery_pack_5.png │ │ ├── battery_pack_6.png │ │ ├── battery_pack_7.png │ │ ├── battery_pack_8.png │ │ ├── battery_pack_schematic.png │ │ ├── brake_maximum_temperature.png │ │ ├── brake_surface_temperature-thumbnail.png │ │ ├── brake_surface_temperature.png │ │ ├── catalytic_converter │ │ │ ├── catalytic_converter_cad_geo.png │ │ │ ├── catalytic_converter_mesh.png │ │ │ ├── static_pressure.png │ │ │ ├── velocity_magnitude.png │ │ │ └── velocity_vectors.png │ │ ├── cavitation_model.png │ │ ├── cavitation_model_011.png │ │ ├── cavitation_model_012.png │ │ ├── cavitation_model_thumb.png │ │ ├── cht_avg_pressure.png │ │ ├── cht_xy_pressure.png │ │ ├── doe_ml_predictions_neural_network.png │ │ ├── doe_ml_predictions_regression.png │ │ ├── doe_ml_validation_loss.png │ │ ├── exhaust_system.png │ │ ├── exhaust_system_011.png │ │ ├── exhaust_system_012.png │ │ ├── exhaust_system_013.png │ │ ├── exhaust_system_014.png │ │ ├── exhaust_system_015.png │ │ ├── exhaust_system_016.png │ │ ├── exhaust_system_017.png │ │ ├── exhaust_system_018.png │ │ ├── exhaust_system_settings.png │ │ ├── external_compressible_flow.png │ │ ├── external_compressible_flow_011.png │ │ ├── fsi_1way_1.png │ │ ├── fsi_1way_2.png │ │ ├── fsi_1way_3.png │ │ ├── libraries_notations.png │ │ ├── lunar_lander_regolith_temps.png │ │ ├── lunar_lander_sc_temps.png │ │ ├── lunar_lander_thermal_setup.png │ │ ├── lunar_lander_thermal_thumbnail.png │ │ ├── mixing_elbow.png │ │ ├── mixing_elbow_011.png │ │ ├── mixing_elbow_012.png │ │ ├── mixing_elbow_013.png │ │ ├── mixing_elbow_014.png │ │ ├── mixing_elbow_015.png │ │ ├── mixing_elbow_016.png │ │ ├── mixing_elbow_017.png │ │ ├── mixing_elbow_settings.png │ │ ├── mixing_elbow_tui_016.png │ │ ├── mixing_tank_geom_view.png │ │ ├── mixing_tank_mesh.png │ │ ├── mixing_tank_velocity_contour.png │ │ ├── modeling_solidification.png │ │ ├── modeling_solidification_1.png │ │ ├── modeling_solidification_2.png │ │ ├── modeling_solidification_3.png │ │ ├── modeling_solidification_4.png │ │ ├── modeling_solidification_5.png │ │ ├── pump-volute-geom.png │ │ ├── pump-volute-mesh.png │ │ ├── radiation_headlamp_geom.png │ │ ├── radiation_headlamp_thumbnail.png │ │ ├── species_transport │ │ │ ├── contour-ch4-mass-fraction.png │ │ │ ├── contour-co2-mass-fraction.png │ │ │ ├── contour-h2o-mass-fraction.png │ │ │ ├── contour-o2-mass-fraction.png │ │ │ ├── contour-temp.png │ │ │ ├── mesh.png │ │ │ ├── setup.png │ │ │ └── vector-vel.png │ │ ├── static-pressure-contour.png │ │ ├── steady_vortex │ │ │ ├── contour.png │ │ │ ├── lic-1.png │ │ │ ├── mesh.png │ │ │ ├── steady_vortex_dimensions.png │ │ │ ├── steady_vortex_setup.png │ │ │ ├── vortex.gif │ │ │ └── vortex.png │ │ ├── temp_contour.png │ │ ├── transient_compressible_1.png │ │ ├── transient_compressible_2.png │ │ ├── transient_compressible_3.png │ │ ├── transient_compressible_4.jpg │ │ ├── transient_compressible_5.jpg │ │ ├── ts_modes.png │ │ ├── turbo_machinery.png │ │ ├── turbo_machinery_011.png │ │ ├── turbo_machinery_012.png │ │ ├── turbo_machinery_013.png │ │ ├── turbo_machinery_014.png │ │ ├── turbo_machinery_015.png │ │ ├── turbo_machinery_016.png │ │ ├── turbo_machinery_017.png │ │ ├── turbo_machinery_018.png │ │ ├── var_names.jpg │ │ ├── what_to_do_with_PyFluent.png │ │ └── who_why_use_PyFluent.png │ ├── _templates │ │ ├── noindex-base.rst │ │ ├── noindex-class.rst │ │ └── noindex-module.rst │ ├── changelog.rst │ ├── cheatsheet │ │ ├── .gitignore │ │ └── cheat_sheet.qmd │ ├── conf.py │ ├── contributing │ │ ├── contributing_contents.rst │ │ └── environment_variables.rst │ ├── getting_started │ │ ├── faqs.rst │ │ ├── getting_started_contents.rst │ │ └── installation.rst │ ├── index.rst │ └── user_guide │ │ ├── beta_feature_access.rst │ │ ├── config_variables.rst │ │ ├── convert_journal.rst │ │ ├── events.rst │ │ ├── fields │ │ ├── field_data.rst │ │ ├── field_vs_svars_data.rst │ │ ├── fields_contents.rst │ │ ├── reduction.rst │ │ └── solution_data.rst │ │ ├── file_transfer.rst │ │ ├── journal.rst │ │ ├── legacy │ │ ├── legacy_contents.rst │ │ ├── rpvars.rst │ │ ├── scheme.rst │ │ └── tui.rst │ │ ├── log.rst │ │ ├── make_container_image.rst │ │ ├── meshing │ │ ├── meshing_contents.rst │ │ ├── meshing_workflows.rst │ │ └── new_meshing_workflows.rst │ │ ├── monitors.rst │ │ ├── offline │ │ ├── case_file.rst │ │ ├── data_file.rst │ │ ├── file_session.rst │ │ └── offline_contents.rst │ │ ├── physical_variables.rst │ │ ├── session │ │ ├── launching_ansys_fluent.rst │ │ ├── session.rst │ │ └── session_contents.rst │ │ ├── solver_settings │ │ ├── set_up │ │ │ ├── boundary_conditions.rst │ │ │ ├── materials.rst │ │ │ ├── models │ │ │ │ ├── battery.rst │ │ │ │ ├── dpm.rst │ │ │ │ ├── energy.rst │ │ │ │ ├── models_contents.rst │ │ │ │ ├── radiation.rst │ │ │ │ ├── species.rst │ │ │ │ └── viscous.rst │ │ │ └── setup_contents.rst │ │ ├── solution.rst │ │ └── solver_settings_contents.rst │ │ ├── transfer_data.rst │ │ ├── ui.rst │ │ ├── units.rst │ │ ├── usability.rst │ │ └── user_guide_contents.rst ├── styles │ ├── .gitignore │ └── config │ │ └── vocabularies │ │ └── ANSYS │ │ ├── accept.txt │ │ └── reject.txt ├── tui_rstgen.py └── validate_png.py ├── docker ├── copy_ansys_files.py ├── fluent_222 │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ └── fluentList.txt ├── fluent_231 │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ ├── cfdpostList.txt │ ├── excludeCEIList.txt │ ├── excludeFluentList.txt │ └── fluentList.txt ├── fluent_232 │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ ├── cfdpostList.txt │ ├── excludeCEIList.txt │ ├── excludeFluentList.txt │ └── fluentList.txt ├── fluent_241 │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ ├── cfdpostList.txt │ ├── excludeCEIList.txt │ ├── excludeFluentList.txt │ └── fluentList.txt ├── fluent_242 │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ ├── cfdpostList.txt │ ├── excludeCEIList.txt │ ├── excludeFluentList.txt │ └── fluentList.txt ├── fluent_251 │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ ├── cfdpostList.txt │ ├── excludeCEIList.txt │ ├── excludeFluentList.txt │ └── fluentList.txt ├── fluent_252 │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ ├── cfdpostList.txt │ ├── excludeCEIList.txt │ ├── excludeFluentList.txt │ ├── fluentList.txt │ └── fluidsoneList.txt └── fluent_dev │ ├── Dockerfile │ ├── cadList.txt │ ├── ceiList.txt │ ├── cfdpostList.txt │ ├── excludeCEIList.txt │ ├── excludeFluentList.txt │ ├── fluentList.txt │ └── fluidsoneList.txt ├── examples ├── 00-fluent │ ├── DOE_ML.py │ ├── Electrolysis_Modeling_workflow.py │ ├── Modeling_solidification_workflow.py │ ├── README.txt │ ├── ahmed_body_workflow.py │ ├── battery_pack.py │ ├── brake.py │ ├── catalytic_converter_workflow.py │ ├── conjugate_heat_transfer.py │ ├── exhaust_system_settings_api.py │ ├── external_compressible_flow.py │ ├── frozen_rotor_workflow.py │ ├── fsi_1way_workflow.py │ ├── lunar_lander_thermal.py │ ├── mixing_elbow_settings_api.py │ ├── mixing_tank_workflow.py │ ├── modeling_ablation.py │ ├── modeling_cavitation.py │ ├── parametric_static_mixer_1.py │ ├── radiation_headlamp.py │ ├── single_battery_cell_workflow.py │ ├── species_transport.py │ ├── steady_vortex.py │ ├── transient_compressible_nozzle_workflow.py │ └── tyler_sofrin_modes.py └── README.txt ├── pylintrc ├── pyproject.toml ├── requirements └── requirements_build.txt ├── src └── ansys │ └── fluent │ └── core │ ├── __init__.py │ ├── _stand_alone_datamodel_client │ └── _datamodel_client.py │ ├── _types.py │ ├── codegen │ ├── __init__.py │ ├── allapigen.py │ ├── builtin_settingsgen.py │ ├── data │ │ ├── __init__.py │ │ ├── fluent_gui_help_patch.py │ │ ├── meshing_utilities_examples.py │ │ ├── static_info_222_meshing.pickle │ │ └── static_info_222_solver.pickle │ ├── datamodelgen.py │ ├── print_fluent_version.py │ ├── settingsgen.py │ ├── tuigen.py │ ├── walk_api.py │ └── write_settings_yaml.py │ ├── data_model_cache.py │ ├── docker │ ├── docker_compose.py │ └── utils.py │ ├── docs │ └── .gitignore │ ├── examples │ ├── __init__.py │ └── downloads.py │ ├── exceptions.py │ ├── field_data_interfaces.py │ ├── file_session.py │ ├── filereader │ ├── __init__.py │ ├── case_file.py │ ├── casereader.py │ ├── data_file.py │ ├── lispy.py │ └── pre_processor.py │ ├── fluent_connection.py │ ├── get_build_details.py │ ├── journaling.py │ ├── launcher │ ├── __init__.py │ ├── container_launcher.py │ ├── error_handler.py │ ├── fluent_container.py │ ├── fluent_launcher_options.json │ ├── launch_options.py │ ├── launcher.py │ ├── launcher_utils.py │ ├── pim_launcher.py │ ├── process_launch_string.py │ ├── server_info.py │ ├── slurm_launcher.py │ ├── standalone_launcher.py │ ├── watchdog.py │ └── watchdog_exec │ ├── logger.py │ ├── logging_config.yaml │ ├── meshing │ └── meshing_workflow.py │ ├── module_config.py │ ├── parametric.py │ ├── pyfluent_warnings.py │ ├── report.py │ ├── rpvars.py │ ├── scheduler │ ├── __init__.py │ ├── load_machines.py │ └── machine_list.py │ ├── search.py │ ├── services │ ├── __init__.py │ ├── api_upgrade.py │ ├── app_utilities.py │ ├── batch_ops.py │ ├── datamodel_se.py │ ├── datamodel_tui.py │ ├── deprecated_field_data.py │ ├── events.py │ ├── field_data.py │ ├── health_check.py │ ├── interceptors.py │ ├── monitor.py │ ├── reduction.py │ ├── scheme_eval.py │ ├── settings.py │ ├── solution_variables.py │ ├── streaming.py │ └── transcript.py │ ├── session.py │ ├── session_base_meshing.py │ ├── session_meshing.py │ ├── session_meshing.pyi │ ├── session_pure_meshing.py │ ├── session_pure_meshing.pyi │ ├── session_shared.py │ ├── session_solver.py │ ├── session_solver.pyi │ ├── session_solver_aero.py │ ├── session_solver_icing.py │ ├── session_solver_lite.py │ ├── session_utilities.py │ ├── solver │ ├── __init__.py │ ├── _docstrings.py │ ├── error_message.py │ ├── flobject.py │ ├── flunits.py │ ├── function │ │ ├── __init__.py │ │ └── reduction.py │ ├── settings_builtin_bases.py │ ├── settings_builtin_data.py │ └── settings_external.py │ ├── streaming_services │ ├── __init__.py │ ├── datamodel_event_streaming.py │ ├── datamodel_streaming.py │ ├── events_streaming.py │ ├── field_data_streaming.py │ ├── monitor_streaming.py │ ├── streaming.py │ └── transcript_streaming.py │ ├── system_coupling.py │ ├── ui │ ├── __init__.py │ ├── jupyter_ui.py │ ├── standalone_web_ui.py │ └── utils.py │ ├── utils │ ├── __init__.py │ ├── context_managers.py │ ├── data_transfer.py │ ├── deprecate.py │ ├── dictionary_operations.py │ ├── dump_session_data.py │ ├── event_loop.py │ ├── execution.py │ ├── file_transfer_service.py │ ├── fix_doc.py │ ├── fldoc.py │ ├── fluent_version.py │ ├── networking.py │ ├── setup_for_fluent.py │ └── test_grpc_connection.py │ ├── variable_strategies │ ├── __init__.py │ ├── expr.py │ ├── field.py │ └── svar.py │ └── workflow.py └── tests ├── conftest.py ├── fluent_fixtures.py ├── integration └── test_optislang │ └── test_optislang_integration.py ├── journals ├── test_DataModelService_26_Journal.py ├── test_DatamodelAPIService_Journal.py └── test_DatamodelService_Journal.py ├── parametric ├── test_local_parametric_run.py ├── test_local_parametric_setup.py └── test_parametric_workflow.py ├── podman_compose.py ├── test_aero_session.py ├── test_batch_ops.py ├── test_builtin_settings.py ├── test_cad_to_post_ftm.py ├── test_cad_to_post_wtm.py ├── test_casereader.py ├── test_codegen.py ├── test_config.py ├── test_creatable.py ├── test_data_model_cache.py ├── test_datamodel_api.py ├── test_datamodel_service.py ├── test_datareader.py ├── test_deprecate.py ├── test_error_handling.py ├── test_events_manager.py ├── test_field_data.py ├── test_file_session.py ├── test_file_transfer_service.py ├── test_fix_doc.py ├── test_flobject.py ├── test_fluent_fixes.py ├── test_fluent_session.py ├── test_fluent_version.py ├── test_fluent_version_marker.py ├── test_icing_session.py ├── test_launcher.py ├── test_launcher_remote.py ├── test_lispy.py ├── test_logging.py ├── test_mapped_api.py ├── test_meshing_utilities.py ├── test_meshing_workflow.py ├── test_meshingmode └── test_meshing_launch.py ├── test_new_meshing_workflow.py ├── test_physical_quantities.py ├── test_pre_post_session.py ├── test_preferences.py ├── test_pure_mesh_vs_mesh_workflow.py ├── test_reduction.py ├── test_rp_vars.py ├── test_scheduler.py ├── test_scheme_eval_231.py ├── test_search.py ├── test_server_meshing_workflow.py ├── test_session.py ├── test_settings_api.py ├── test_settings_reader.py ├── test_slurm_future.py ├── test_solution_variables.py ├── test_solver_monitors.py ├── test_solvermode ├── boundaries_periodic_expDict ├── test_boundaries.py ├── test_calculationactivities.py ├── test_controls.py ├── test_general.py ├── test_initialization.py ├── test_materials.py ├── test_methods.py ├── test_models.py ├── test_named_expressions.py ├── test_post_vector.py └── test_species_model.py ├── test_streaming_services.py ├── test_systemcoupling.py ├── test_topy.py ├── test_tui_api.py ├── test_type_stub.py ├── test_utils.py └── util ├── __init__.py ├── meshing_workflow.py └── solver.py /.ci/docker_data_cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.ci/docker_data_cleaner.py -------------------------------------------------------------------------------- /.ci/fluent_test_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.ci/fluent_test_runner.py -------------------------------------------------------------------------------- /.ci/generate_certs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.ci/generate_certs.sh -------------------------------------------------------------------------------- /.ci/get_hanging_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.ci/get_hanging_tests.py -------------------------------------------------------------------------------- /.ci/pull_fluent_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.ci/pull_fluent_image.py -------------------------------------------------------------------------------- /.ci/server_ext.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.ci/server_ext.cnf -------------------------------------------------------------------------------- /.codacy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.codacy.yml -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.flake8 -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/labels.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/labels.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/styles/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/styles/.gitignore -------------------------------------------------------------------------------- /.github/styles/config/vocabularies/ANSYS/accept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/styles/config/vocabularies/ANSYS/accept.txt -------------------------------------------------------------------------------- /.github/styles/config/vocabularies/ANSYS/reject.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/dependency-review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/dependency-review.yml -------------------------------------------------------------------------------- /.github/workflows/doc-build-dev-nightly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/doc-build-dev-nightly.yml -------------------------------------------------------------------------------- /.github/workflows/doc-build-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/doc-build-release.yml -------------------------------------------------------------------------------- /.github/workflows/execute-examples-weekly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/execute-examples-weekly.yml -------------------------------------------------------------------------------- /.github/workflows/force-update-stable-Fluent-image-version.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/force-update-stable-Fluent-image-version.yml -------------------------------------------------------------------------------- /.github/workflows/label.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/label.yml -------------------------------------------------------------------------------- /.github/workflows/tag-iteration-ends.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/tag-iteration-ends.yml -------------------------------------------------------------------------------- /.github/workflows/test-fluent-journals.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-fluent-journals.yml -------------------------------------------------------------------------------- /.github/workflows/test-podman-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-podman-compose.yml -------------------------------------------------------------------------------- /.github/workflows/test-run-custom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-run-custom.yml -------------------------------------------------------------------------------- /.github/workflows/test-run-dev-version-nightly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-run-dev-version-nightly.yml -------------------------------------------------------------------------------- /.github/workflows/test-run-nightly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-run-nightly.yml -------------------------------------------------------------------------------- /.github/workflows/test-run-old-versions-weekly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-run-old-versions-weekly.yml -------------------------------------------------------------------------------- /.github/workflows/test-run-solvermode-weekly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-run-solvermode-weekly.yml -------------------------------------------------------------------------------- /.github/workflows/test-run-wo-codegen-weekly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.github/workflows/test-run-wo-codegen-weekly.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/AUTHORS -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/Makefile -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/README.rst -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/SECURITY.md -------------------------------------------------------------------------------- /codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/codecov.yml -------------------------------------------------------------------------------- /codegen/allapigen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/codegen/allapigen.py -------------------------------------------------------------------------------- /devel/field_level_help/build_info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/devel/field_level_help/build_info.md -------------------------------------------------------------------------------- /devel/field_level_help/field_level_help.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/devel/field_level_help/field_level_help.csv -------------------------------------------------------------------------------- /devel/field_level_help/field_level_help_column_descriptors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/devel/field_level_help/field_level_help_column_descriptors.txt -------------------------------------------------------------------------------- /devel/field_level_help/improved_field_help_texts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/devel/field_level_help/improved_field_help_texts.json -------------------------------------------------------------------------------- /devel/field_level_help/write_field_level_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/devel/field_level_help/write_field_level_help.py -------------------------------------------------------------------------------- /devel/undocumented_fields/search_undocumented_fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/devel/undocumented_fields/search_undocumented_fields.py -------------------------------------------------------------------------------- /devel/undocumented_fields/undocumented_fields.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/devel/undocumented_fields/undocumented_fields.txt -------------------------------------------------------------------------------- /doc/.vale.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/.vale.ini -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/api_rstgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/api_rstgen.py -------------------------------------------------------------------------------- /doc/changelog.d/4632.documentation.md: -------------------------------------------------------------------------------- 1 | Print the Fluent version from settings_rstgen.py [skip tests] 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4650.maintenance.md: -------------------------------------------------------------------------------- 1 | Update CHANGELOG for v0.37.0 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4655.fixed.md: -------------------------------------------------------------------------------- 1 | Update GRPC file transfer service 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4660.added.md: -------------------------------------------------------------------------------- 1 | Minor improvements of the gRPC feature 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4667.maintenance.md: -------------------------------------------------------------------------------- 1 | Update CHANGELOG for v0.38.dev0 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4668.maintenance.md: -------------------------------------------------------------------------------- 1 | Update CHANGELOG for v0.36.dev1 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4676.maintenance.md: -------------------------------------------------------------------------------- 1 | Update CHANGELOG for v0.35.1 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4682.fixed.md: -------------------------------------------------------------------------------- 1 | Unskip tests 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4689.fixed.md: -------------------------------------------------------------------------------- 1 | From_install 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4690.added.md: -------------------------------------------------------------------------------- 1 | Remove old Fluent version support 2 | -------------------------------------------------------------------------------- /doc/changelog.d/4691.maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/changelog.d/4691.maintenance.md -------------------------------------------------------------------------------- /doc/changelog.d/4692.maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/changelog.d/4692.maintenance.md -------------------------------------------------------------------------------- /doc/changelog.d/4707.dependencies.md: -------------------------------------------------------------------------------- 1 | Bump version 0.38.dev2 2 | -------------------------------------------------------------------------------- /doc/changelog.d/changelog_template.jinja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/changelog.d/changelog_template.jinja -------------------------------------------------------------------------------- /doc/datamodel_rstgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/datamodel_rstgen.py -------------------------------------------------------------------------------- /doc/deprecated_pyfluent_apis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/deprecated_pyfluent_apis.py -------------------------------------------------------------------------------- /doc/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/make.bat -------------------------------------------------------------------------------- /doc/modify_html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/modify_html.py -------------------------------------------------------------------------------- /doc/rstgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/rstgen.py -------------------------------------------------------------------------------- /doc/settings_rstgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/settings_rstgen.py -------------------------------------------------------------------------------- /doc/source/_static/DP_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/DP_table.png -------------------------------------------------------------------------------- /doc/source/_static/DP_table_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/DP_table_011.png -------------------------------------------------------------------------------- /doc/source/_static/DP_table_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/DP_table_012.png -------------------------------------------------------------------------------- /doc/source/_static/Electrolysis_Modeling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Electrolysis_Modeling.png -------------------------------------------------------------------------------- /doc/source/_static/Electrolysis_Modeling_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Electrolysis_Modeling_1.png -------------------------------------------------------------------------------- /doc/source/_static/Electrolysis_Modeling_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Electrolysis_Modeling_2.png -------------------------------------------------------------------------------- /doc/source/_static/Electrolysis_Modeling_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Electrolysis_Modeling_3.png -------------------------------------------------------------------------------- /doc/source/_static/ExampleTable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ExampleTable.jpg -------------------------------------------------------------------------------- /doc/source/_static/PyAnsys_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/PyAnsys_overview.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_1.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_10.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_11.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_2.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_3.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_4.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_5.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_6.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_9.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_Cell_Mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_Cell_Mesh.png -------------------------------------------------------------------------------- /doc/source/_static/Single_Battery_cell_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/Single_Battery_cell_model.png -------------------------------------------------------------------------------- /doc/source/_static/TS_formulas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/TS_formulas.jpg -------------------------------------------------------------------------------- /doc/source/_static/TSmode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/TSmode.jpg -------------------------------------------------------------------------------- /doc/source/_static/ablation-avg_pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-avg_pressure.png -------------------------------------------------------------------------------- /doc/source/_static/ablation-drag_force_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-drag_force_x.png -------------------------------------------------------------------------------- /doc/source/_static/ablation-mach-number-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-mach-number-thumbnail.png -------------------------------------------------------------------------------- /doc/source/_static/ablation-mach-number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-mach-number.png -------------------------------------------------------------------------------- /doc/source/_static/ablation-pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-pressure.png -------------------------------------------------------------------------------- /doc/source/_static/ablation-problem-schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-problem-schematic.png -------------------------------------------------------------------------------- /doc/source/_static/ablation-recede_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-recede_point.png -------------------------------------------------------------------------------- /doc/source/_static/ablation-residual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ablation-residual.png -------------------------------------------------------------------------------- /doc/source/_static/ahmed_body_mesh_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ahmed_body_mesh_1.png -------------------------------------------------------------------------------- /doc/source/_static/ahmed_body_mesh_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ahmed_body_mesh_2.png -------------------------------------------------------------------------------- /doc/source/_static/ahmed_body_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ahmed_body_model.png -------------------------------------------------------------------------------- /doc/source/_static/ahmed_body_model_pressure_coeff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ahmed_body_model_pressure_coeff.png -------------------------------------------------------------------------------- /doc/source/_static/ahmed_body_model_velocity_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ahmed_body_model_velocity_mag.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_1.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_2.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_3.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_4.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_5.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_6.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_7.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_8.png -------------------------------------------------------------------------------- /doc/source/_static/battery_pack_schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/battery_pack_schematic.png -------------------------------------------------------------------------------- /doc/source/_static/brake_maximum_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/brake_maximum_temperature.png -------------------------------------------------------------------------------- /doc/source/_static/brake_surface_temperature-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/brake_surface_temperature-thumbnail.png -------------------------------------------------------------------------------- /doc/source/_static/brake_surface_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/brake_surface_temperature.png -------------------------------------------------------------------------------- /doc/source/_static/catalytic_converter/catalytic_converter_cad_geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/catalytic_converter/catalytic_converter_cad_geo.png -------------------------------------------------------------------------------- /doc/source/_static/catalytic_converter/catalytic_converter_mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/catalytic_converter/catalytic_converter_mesh.png -------------------------------------------------------------------------------- /doc/source/_static/catalytic_converter/static_pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/catalytic_converter/static_pressure.png -------------------------------------------------------------------------------- /doc/source/_static/catalytic_converter/velocity_magnitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/catalytic_converter/velocity_magnitude.png -------------------------------------------------------------------------------- /doc/source/_static/catalytic_converter/velocity_vectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/catalytic_converter/velocity_vectors.png -------------------------------------------------------------------------------- /doc/source/_static/cavitation_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/cavitation_model.png -------------------------------------------------------------------------------- /doc/source/_static/cavitation_model_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/cavitation_model_011.png -------------------------------------------------------------------------------- /doc/source/_static/cavitation_model_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/cavitation_model_012.png -------------------------------------------------------------------------------- /doc/source/_static/cavitation_model_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/cavitation_model_thumb.png -------------------------------------------------------------------------------- /doc/source/_static/cht_avg_pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/cht_avg_pressure.png -------------------------------------------------------------------------------- /doc/source/_static/cht_xy_pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/cht_xy_pressure.png -------------------------------------------------------------------------------- /doc/source/_static/doe_ml_predictions_neural_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/doe_ml_predictions_neural_network.png -------------------------------------------------------------------------------- /doc/source/_static/doe_ml_predictions_regression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/doe_ml_predictions_regression.png -------------------------------------------------------------------------------- /doc/source/_static/doe_ml_validation_loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/doe_ml_validation_loss.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_011.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_012.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_013.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_014.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_015.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_016.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_017.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_018.png -------------------------------------------------------------------------------- /doc/source/_static/exhaust_system_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/exhaust_system_settings.png -------------------------------------------------------------------------------- /doc/source/_static/external_compressible_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/external_compressible_flow.png -------------------------------------------------------------------------------- /doc/source/_static/external_compressible_flow_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/external_compressible_flow_011.png -------------------------------------------------------------------------------- /doc/source/_static/fsi_1way_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/fsi_1way_1.png -------------------------------------------------------------------------------- /doc/source/_static/fsi_1way_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/fsi_1way_2.png -------------------------------------------------------------------------------- /doc/source/_static/fsi_1way_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/fsi_1way_3.png -------------------------------------------------------------------------------- /doc/source/_static/libraries_notations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/libraries_notations.png -------------------------------------------------------------------------------- /doc/source/_static/lunar_lander_regolith_temps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/lunar_lander_regolith_temps.png -------------------------------------------------------------------------------- /doc/source/_static/lunar_lander_sc_temps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/lunar_lander_sc_temps.png -------------------------------------------------------------------------------- /doc/source/_static/lunar_lander_thermal_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/lunar_lander_thermal_setup.png -------------------------------------------------------------------------------- /doc/source/_static/lunar_lander_thermal_thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/lunar_lander_thermal_thumbnail.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_011.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_012.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_013.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_014.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_015.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_016.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_017.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_settings.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_elbow_tui_016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_elbow_tui_016.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_tank_geom_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_tank_geom_view.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_tank_mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_tank_mesh.png -------------------------------------------------------------------------------- /doc/source/_static/mixing_tank_velocity_contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/mixing_tank_velocity_contour.png -------------------------------------------------------------------------------- /doc/source/_static/modeling_solidification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/modeling_solidification.png -------------------------------------------------------------------------------- /doc/source/_static/modeling_solidification_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/modeling_solidification_1.png -------------------------------------------------------------------------------- /doc/source/_static/modeling_solidification_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/modeling_solidification_2.png -------------------------------------------------------------------------------- /doc/source/_static/modeling_solidification_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/modeling_solidification_3.png -------------------------------------------------------------------------------- /doc/source/_static/modeling_solidification_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/modeling_solidification_4.png -------------------------------------------------------------------------------- /doc/source/_static/modeling_solidification_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/modeling_solidification_5.png -------------------------------------------------------------------------------- /doc/source/_static/pump-volute-geom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/pump-volute-geom.png -------------------------------------------------------------------------------- /doc/source/_static/pump-volute-mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/pump-volute-mesh.png -------------------------------------------------------------------------------- /doc/source/_static/radiation_headlamp_geom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/radiation_headlamp_geom.png -------------------------------------------------------------------------------- /doc/source/_static/radiation_headlamp_thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/radiation_headlamp_thumbnail.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/contour-ch4-mass-fraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/contour-ch4-mass-fraction.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/contour-co2-mass-fraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/contour-co2-mass-fraction.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/contour-h2o-mass-fraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/contour-h2o-mass-fraction.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/contour-o2-mass-fraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/contour-o2-mass-fraction.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/contour-temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/contour-temp.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/mesh.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/setup.png -------------------------------------------------------------------------------- /doc/source/_static/species_transport/vector-vel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/species_transport/vector-vel.png -------------------------------------------------------------------------------- /doc/source/_static/static-pressure-contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/static-pressure-contour.png -------------------------------------------------------------------------------- /doc/source/_static/steady_vortex/contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/steady_vortex/contour.png -------------------------------------------------------------------------------- /doc/source/_static/steady_vortex/lic-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/steady_vortex/lic-1.png -------------------------------------------------------------------------------- /doc/source/_static/steady_vortex/mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/steady_vortex/mesh.png -------------------------------------------------------------------------------- /doc/source/_static/steady_vortex/steady_vortex_dimensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/steady_vortex/steady_vortex_dimensions.png -------------------------------------------------------------------------------- /doc/source/_static/steady_vortex/steady_vortex_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/steady_vortex/steady_vortex_setup.png -------------------------------------------------------------------------------- /doc/source/_static/steady_vortex/vortex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/steady_vortex/vortex.gif -------------------------------------------------------------------------------- /doc/source/_static/steady_vortex/vortex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/steady_vortex/vortex.png -------------------------------------------------------------------------------- /doc/source/_static/temp_contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/temp_contour.png -------------------------------------------------------------------------------- /doc/source/_static/transient_compressible_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/transient_compressible_1.png -------------------------------------------------------------------------------- /doc/source/_static/transient_compressible_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/transient_compressible_2.png -------------------------------------------------------------------------------- /doc/source/_static/transient_compressible_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/transient_compressible_3.png -------------------------------------------------------------------------------- /doc/source/_static/transient_compressible_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/transient_compressible_4.jpg -------------------------------------------------------------------------------- /doc/source/_static/transient_compressible_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/transient_compressible_5.jpg -------------------------------------------------------------------------------- /doc/source/_static/ts_modes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/ts_modes.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_011.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_012.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_013.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_014.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_015.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_016.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_017.png -------------------------------------------------------------------------------- /doc/source/_static/turbo_machinery_018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/turbo_machinery_018.png -------------------------------------------------------------------------------- /doc/source/_static/var_names.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/var_names.jpg -------------------------------------------------------------------------------- /doc/source/_static/what_to_do_with_PyFluent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/what_to_do_with_PyFluent.png -------------------------------------------------------------------------------- /doc/source/_static/who_why_use_PyFluent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_static/who_why_use_PyFluent.png -------------------------------------------------------------------------------- /doc/source/_templates/noindex-base.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_templates/noindex-base.rst -------------------------------------------------------------------------------- /doc/source/_templates/noindex-class.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_templates/noindex-class.rst -------------------------------------------------------------------------------- /doc/source/_templates/noindex-module.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/_templates/noindex-module.rst -------------------------------------------------------------------------------- /doc/source/changelog.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/changelog.rst -------------------------------------------------------------------------------- /doc/source/cheatsheet/.gitignore: -------------------------------------------------------------------------------- 1 | /.quarto/ -------------------------------------------------------------------------------- /doc/source/cheatsheet/cheat_sheet.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/cheatsheet/cheat_sheet.qmd -------------------------------------------------------------------------------- /doc/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/conf.py -------------------------------------------------------------------------------- /doc/source/contributing/contributing_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/contributing/contributing_contents.rst -------------------------------------------------------------------------------- /doc/source/contributing/environment_variables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/contributing/environment_variables.rst -------------------------------------------------------------------------------- /doc/source/getting_started/faqs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/getting_started/faqs.rst -------------------------------------------------------------------------------- /doc/source/getting_started/getting_started_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/getting_started/getting_started_contents.rst -------------------------------------------------------------------------------- /doc/source/getting_started/installation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/getting_started/installation.rst -------------------------------------------------------------------------------- /doc/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/index.rst -------------------------------------------------------------------------------- /doc/source/user_guide/beta_feature_access.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/beta_feature_access.rst -------------------------------------------------------------------------------- /doc/source/user_guide/config_variables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/config_variables.rst -------------------------------------------------------------------------------- /doc/source/user_guide/convert_journal.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/convert_journal.rst -------------------------------------------------------------------------------- /doc/source/user_guide/events.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/events.rst -------------------------------------------------------------------------------- /doc/source/user_guide/fields/field_data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/fields/field_data.rst -------------------------------------------------------------------------------- /doc/source/user_guide/fields/field_vs_svars_data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/fields/field_vs_svars_data.rst -------------------------------------------------------------------------------- /doc/source/user_guide/fields/fields_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/fields/fields_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/fields/reduction.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/fields/reduction.rst -------------------------------------------------------------------------------- /doc/source/user_guide/fields/solution_data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/fields/solution_data.rst -------------------------------------------------------------------------------- /doc/source/user_guide/file_transfer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/file_transfer.rst -------------------------------------------------------------------------------- /doc/source/user_guide/journal.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/journal.rst -------------------------------------------------------------------------------- /doc/source/user_guide/legacy/legacy_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/legacy/legacy_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/legacy/rpvars.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/legacy/rpvars.rst -------------------------------------------------------------------------------- /doc/source/user_guide/legacy/scheme.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/legacy/scheme.rst -------------------------------------------------------------------------------- /doc/source/user_guide/legacy/tui.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/legacy/tui.rst -------------------------------------------------------------------------------- /doc/source/user_guide/log.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/log.rst -------------------------------------------------------------------------------- /doc/source/user_guide/make_container_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/make_container_image.rst -------------------------------------------------------------------------------- /doc/source/user_guide/meshing/meshing_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/meshing/meshing_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/meshing/meshing_workflows.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/meshing/meshing_workflows.rst -------------------------------------------------------------------------------- /doc/source/user_guide/meshing/new_meshing_workflows.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/meshing/new_meshing_workflows.rst -------------------------------------------------------------------------------- /doc/source/user_guide/monitors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/monitors.rst -------------------------------------------------------------------------------- /doc/source/user_guide/offline/case_file.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/offline/case_file.rst -------------------------------------------------------------------------------- /doc/source/user_guide/offline/data_file.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/offline/data_file.rst -------------------------------------------------------------------------------- /doc/source/user_guide/offline/file_session.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/offline/file_session.rst -------------------------------------------------------------------------------- /doc/source/user_guide/offline/offline_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/offline/offline_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/physical_variables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/physical_variables.rst -------------------------------------------------------------------------------- /doc/source/user_guide/session/launching_ansys_fluent.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/session/launching_ansys_fluent.rst -------------------------------------------------------------------------------- /doc/source/user_guide/session/session.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/session/session.rst -------------------------------------------------------------------------------- /doc/source/user_guide/session/session_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/session/session_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/boundary_conditions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/boundary_conditions.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/materials.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/materials.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/models/battery.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/models/battery.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/models/dpm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/models/dpm.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/models/energy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/models/energy.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/models/models_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/models/models_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/models/radiation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/models/radiation.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/models/species.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/models/species.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/models/viscous.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/models/viscous.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/set_up/setup_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/set_up/setup_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/solution.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/solution.rst -------------------------------------------------------------------------------- /doc/source/user_guide/solver_settings/solver_settings_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/solver_settings/solver_settings_contents.rst -------------------------------------------------------------------------------- /doc/source/user_guide/transfer_data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/transfer_data.rst -------------------------------------------------------------------------------- /doc/source/user_guide/ui.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/ui.rst -------------------------------------------------------------------------------- /doc/source/user_guide/units.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/units.rst -------------------------------------------------------------------------------- /doc/source/user_guide/usability.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/usability.rst -------------------------------------------------------------------------------- /doc/source/user_guide/user_guide_contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/source/user_guide/user_guide_contents.rst -------------------------------------------------------------------------------- /doc/styles/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/styles/.gitignore -------------------------------------------------------------------------------- /doc/styles/config/vocabularies/ANSYS/accept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/styles/config/vocabularies/ANSYS/accept.txt -------------------------------------------------------------------------------- /doc/styles/config/vocabularies/ANSYS/reject.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/tui_rstgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/tui_rstgen.py -------------------------------------------------------------------------------- /doc/validate_png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/doc/validate_png.py -------------------------------------------------------------------------------- /docker/copy_ansys_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/copy_ansys_files.py -------------------------------------------------------------------------------- /docker/fluent_222/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_222/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_222/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_222/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_222/ceiList.txt: -------------------------------------------------------------------------------- 1 | v222/CEI -------------------------------------------------------------------------------- /docker/fluent_222/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_222/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_231/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_231/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_231/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_231/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_231/ceiList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_231/ceiList.txt -------------------------------------------------------------------------------- /docker/fluent_231/cfdpostList.txt: -------------------------------------------------------------------------------- 1 | v231/CFD-Post -------------------------------------------------------------------------------- /docker/fluent_231/excludeCEIList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_231/excludeCEIList.txt -------------------------------------------------------------------------------- /docker/fluent_231/excludeFluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_231/excludeFluentList.txt -------------------------------------------------------------------------------- /docker/fluent_231/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_231/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_232/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_232/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_232/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_232/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_232/ceiList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_232/ceiList.txt -------------------------------------------------------------------------------- /docker/fluent_232/cfdpostList.txt: -------------------------------------------------------------------------------- 1 | v232/CFD-Post -------------------------------------------------------------------------------- /docker/fluent_232/excludeCEIList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_232/excludeCEIList.txt -------------------------------------------------------------------------------- /docker/fluent_232/excludeFluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_232/excludeFluentList.txt -------------------------------------------------------------------------------- /docker/fluent_232/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_232/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_241/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_241/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_241/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_241/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_241/ceiList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_241/ceiList.txt -------------------------------------------------------------------------------- /docker/fluent_241/cfdpostList.txt: -------------------------------------------------------------------------------- 1 | v241/CFD-Post -------------------------------------------------------------------------------- /docker/fluent_241/excludeCEIList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_241/excludeCEIList.txt -------------------------------------------------------------------------------- /docker/fluent_241/excludeFluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_241/excludeFluentList.txt -------------------------------------------------------------------------------- /docker/fluent_241/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_241/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_242/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_242/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_242/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_242/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_242/ceiList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_242/ceiList.txt -------------------------------------------------------------------------------- /docker/fluent_242/cfdpostList.txt: -------------------------------------------------------------------------------- 1 | v242/CFD-Post -------------------------------------------------------------------------------- /docker/fluent_242/excludeCEIList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_242/excludeCEIList.txt -------------------------------------------------------------------------------- /docker/fluent_242/excludeFluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_242/excludeFluentList.txt -------------------------------------------------------------------------------- /docker/fluent_242/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_242/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_251/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_251/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_251/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_251/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_251/ceiList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_251/ceiList.txt -------------------------------------------------------------------------------- /docker/fluent_251/cfdpostList.txt: -------------------------------------------------------------------------------- 1 | v251/CFD-Post -------------------------------------------------------------------------------- /docker/fluent_251/excludeCEIList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_251/excludeCEIList.txt -------------------------------------------------------------------------------- /docker/fluent_251/excludeFluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_251/excludeFluentList.txt -------------------------------------------------------------------------------- /docker/fluent_251/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_251/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_252/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_252/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_252/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_252/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_252/ceiList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_252/ceiList.txt -------------------------------------------------------------------------------- /docker/fluent_252/cfdpostList.txt: -------------------------------------------------------------------------------- 1 | v252/CFD-Post -------------------------------------------------------------------------------- /docker/fluent_252/excludeCEIList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_252/excludeCEIList.txt -------------------------------------------------------------------------------- /docker/fluent_252/excludeFluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_252/excludeFluentList.txt -------------------------------------------------------------------------------- /docker/fluent_252/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_252/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_252/fluidsoneList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_252/fluidsoneList.txt -------------------------------------------------------------------------------- /docker/fluent_dev/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_dev/Dockerfile -------------------------------------------------------------------------------- /docker/fluent_dev/cadList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_dev/cadList.txt -------------------------------------------------------------------------------- /docker/fluent_dev/ceiList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_dev/ceiList.txt -------------------------------------------------------------------------------- /docker/fluent_dev/cfdpostList.txt: -------------------------------------------------------------------------------- 1 | v261/CFD-Post -------------------------------------------------------------------------------- /docker/fluent_dev/excludeCEIList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_dev/excludeCEIList.txt -------------------------------------------------------------------------------- /docker/fluent_dev/excludeFluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_dev/excludeFluentList.txt -------------------------------------------------------------------------------- /docker/fluent_dev/fluentList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_dev/fluentList.txt -------------------------------------------------------------------------------- /docker/fluent_dev/fluidsoneList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/docker/fluent_dev/fluidsoneList.txt -------------------------------------------------------------------------------- /examples/00-fluent/DOE_ML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/DOE_ML.py -------------------------------------------------------------------------------- /examples/00-fluent/Electrolysis_Modeling_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/Electrolysis_Modeling_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/Modeling_solidification_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/Modeling_solidification_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/README.txt -------------------------------------------------------------------------------- /examples/00-fluent/ahmed_body_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/ahmed_body_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/battery_pack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/battery_pack.py -------------------------------------------------------------------------------- /examples/00-fluent/brake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/brake.py -------------------------------------------------------------------------------- /examples/00-fluent/catalytic_converter_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/catalytic_converter_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/conjugate_heat_transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/conjugate_heat_transfer.py -------------------------------------------------------------------------------- /examples/00-fluent/exhaust_system_settings_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/exhaust_system_settings_api.py -------------------------------------------------------------------------------- /examples/00-fluent/external_compressible_flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/external_compressible_flow.py -------------------------------------------------------------------------------- /examples/00-fluent/frozen_rotor_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/frozen_rotor_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/fsi_1way_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/fsi_1way_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/lunar_lander_thermal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/lunar_lander_thermal.py -------------------------------------------------------------------------------- /examples/00-fluent/mixing_elbow_settings_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/mixing_elbow_settings_api.py -------------------------------------------------------------------------------- /examples/00-fluent/mixing_tank_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/mixing_tank_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/modeling_ablation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/modeling_ablation.py -------------------------------------------------------------------------------- /examples/00-fluent/modeling_cavitation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/modeling_cavitation.py -------------------------------------------------------------------------------- /examples/00-fluent/parametric_static_mixer_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/parametric_static_mixer_1.py -------------------------------------------------------------------------------- /examples/00-fluent/radiation_headlamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/radiation_headlamp.py -------------------------------------------------------------------------------- /examples/00-fluent/single_battery_cell_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/single_battery_cell_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/species_transport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/species_transport.py -------------------------------------------------------------------------------- /examples/00-fluent/steady_vortex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/steady_vortex.py -------------------------------------------------------------------------------- /examples/00-fluent/transient_compressible_nozzle_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/transient_compressible_nozzle_workflow.py -------------------------------------------------------------------------------- /examples/00-fluent/tyler_sofrin_modes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/00-fluent/tyler_sofrin_modes.py -------------------------------------------------------------------------------- /examples/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/examples/README.txt -------------------------------------------------------------------------------- /pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/pylintrc -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements/requirements_build.txt: -------------------------------------------------------------------------------- 1 | flit>=3.10.1 -------------------------------------------------------------------------------- /src/ansys/fluent/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/_stand_alone_datamodel_client/_datamodel_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/_stand_alone_datamodel_client/_datamodel_client.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/_types.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/allapigen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/allapigen.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/builtin_settingsgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/builtin_settingsgen.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/data/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/data/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/data/fluent_gui_help_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/data/fluent_gui_help_patch.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/data/meshing_utilities_examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/data/meshing_utilities_examples.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/data/static_info_222_meshing.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/data/static_info_222_meshing.pickle -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/data/static_info_222_solver.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/data/static_info_222_solver.pickle -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/datamodelgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/datamodelgen.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/print_fluent_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/print_fluent_version.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/settingsgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/settingsgen.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/tuigen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/tuigen.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/walk_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/walk_api.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/codegen/write_settings_yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/codegen/write_settings_yaml.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/data_model_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/data_model_cache.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/docker/docker_compose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/docker/docker_compose.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/docker/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/docker/utils.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/docs/.gitignore: -------------------------------------------------------------------------------- 1 | README.rst -------------------------------------------------------------------------------- /src/ansys/fluent/core/examples/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/examples/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/examples/downloads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/examples/downloads.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/exceptions.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/field_data_interfaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/field_data_interfaces.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/file_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/file_session.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/filereader/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/filereader/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/filereader/case_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/filereader/case_file.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/filereader/casereader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/filereader/casereader.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/filereader/data_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/filereader/data_file.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/filereader/lispy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/filereader/lispy.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/filereader/pre_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/filereader/pre_processor.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/fluent_connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/fluent_connection.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/get_build_details.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/get_build_details.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/journaling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/journaling.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/container_launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/container_launcher.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/error_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/error_handler.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/fluent_container.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/fluent_container.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/fluent_launcher_options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/fluent_launcher_options.json -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/launch_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/launch_options.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/launcher.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/launcher_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/launcher_utils.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/pim_launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/pim_launcher.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/process_launch_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/process_launch_string.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/server_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/server_info.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/slurm_launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/slurm_launcher.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/standalone_launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/standalone_launcher.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/watchdog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/watchdog.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/launcher/watchdog_exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/launcher/watchdog_exec -------------------------------------------------------------------------------- /src/ansys/fluent/core/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/logger.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/logging_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/logging_config.yaml -------------------------------------------------------------------------------- /src/ansys/fluent/core/meshing/meshing_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/meshing/meshing_workflow.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/module_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/module_config.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/parametric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/parametric.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/pyfluent_warnings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/pyfluent_warnings.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/report.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/rpvars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/rpvars.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/scheduler/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/scheduler/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/scheduler/load_machines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/scheduler/load_machines.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/scheduler/machine_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/scheduler/machine_list.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/search.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/api_upgrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/api_upgrade.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/app_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/app_utilities.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/batch_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/batch_ops.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/datamodel_se.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/datamodel_se.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/datamodel_tui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/datamodel_tui.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/deprecated_field_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/deprecated_field_data.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/events.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/field_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/field_data.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/health_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/health_check.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/interceptors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/interceptors.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/monitor.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/reduction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/reduction.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/scheme_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/scheme_eval.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/settings.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/solution_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/solution_variables.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/services/transcript.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/services/transcript.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_base_meshing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_base_meshing.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_meshing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_meshing.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_meshing.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_meshing.pyi -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_pure_meshing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_pure_meshing.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_pure_meshing.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_pure_meshing.pyi -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_shared.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_shared.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_solver.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_solver.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_solver.pyi -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_solver_aero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_solver_aero.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_solver_icing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_solver_icing.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_solver_lite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_solver_lite.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/session_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/session_utilities.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/_docstrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/_docstrings.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/error_message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/error_message.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/flobject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/flobject.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/flunits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/flunits.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/function/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/function/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/function/reduction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/function/reduction.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/settings_builtin_bases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/settings_builtin_bases.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/settings_builtin_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/settings_builtin_data.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/solver/settings_external.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/solver/settings_external.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/datamodel_event_streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/datamodel_event_streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/datamodel_streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/datamodel_streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/events_streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/events_streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/field_data_streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/field_data_streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/monitor_streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/monitor_streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/streaming_services/transcript_streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/streaming_services/transcript_streaming.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/system_coupling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/system_coupling.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/ui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/ui/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/ui/jupyter_ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/ui/jupyter_ui.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/ui/standalone_web_ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/ui/standalone_web_ui.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/ui/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/ui/utils.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/context_managers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/context_managers.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/data_transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/data_transfer.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/deprecate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/deprecate.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/dictionary_operations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/dictionary_operations.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/dump_session_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/dump_session_data.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/event_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/event_loop.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/execution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/execution.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/file_transfer_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/file_transfer_service.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/fix_doc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/fix_doc.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/fldoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/fldoc.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/fluent_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/fluent_version.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/networking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/networking.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/setup_for_fluent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/setup_for_fluent.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/utils/test_grpc_connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/utils/test_grpc_connection.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/variable_strategies/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/variable_strategies/__init__.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/variable_strategies/expr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/variable_strategies/expr.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/variable_strategies/field.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/variable_strategies/field.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/variable_strategies/svar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/variable_strategies/svar.py -------------------------------------------------------------------------------- /src/ansys/fluent/core/workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/src/ansys/fluent/core/workflow.py -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/fluent_fixtures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/fluent_fixtures.py -------------------------------------------------------------------------------- /tests/integration/test_optislang/test_optislang_integration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/integration/test_optislang/test_optislang_integration.py -------------------------------------------------------------------------------- /tests/journals/test_DataModelService_26_Journal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/journals/test_DataModelService_26_Journal.py -------------------------------------------------------------------------------- /tests/journals/test_DatamodelAPIService_Journal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/journals/test_DatamodelAPIService_Journal.py -------------------------------------------------------------------------------- /tests/journals/test_DatamodelService_Journal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/journals/test_DatamodelService_Journal.py -------------------------------------------------------------------------------- /tests/parametric/test_local_parametric_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/parametric/test_local_parametric_run.py -------------------------------------------------------------------------------- /tests/parametric/test_local_parametric_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/parametric/test_local_parametric_setup.py -------------------------------------------------------------------------------- /tests/parametric/test_parametric_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/parametric/test_parametric_workflow.py -------------------------------------------------------------------------------- /tests/podman_compose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/podman_compose.py -------------------------------------------------------------------------------- /tests/test_aero_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_aero_session.py -------------------------------------------------------------------------------- /tests/test_batch_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_batch_ops.py -------------------------------------------------------------------------------- /tests/test_builtin_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_builtin_settings.py -------------------------------------------------------------------------------- /tests/test_cad_to_post_ftm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_cad_to_post_ftm.py -------------------------------------------------------------------------------- /tests/test_cad_to_post_wtm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_cad_to_post_wtm.py -------------------------------------------------------------------------------- /tests/test_casereader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_casereader.py -------------------------------------------------------------------------------- /tests/test_codegen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_codegen.py -------------------------------------------------------------------------------- /tests/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_config.py -------------------------------------------------------------------------------- /tests/test_creatable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_creatable.py -------------------------------------------------------------------------------- /tests/test_data_model_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_data_model_cache.py -------------------------------------------------------------------------------- /tests/test_datamodel_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_datamodel_api.py -------------------------------------------------------------------------------- /tests/test_datamodel_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_datamodel_service.py -------------------------------------------------------------------------------- /tests/test_datareader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_datareader.py -------------------------------------------------------------------------------- /tests/test_deprecate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_deprecate.py -------------------------------------------------------------------------------- /tests/test_error_handling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_error_handling.py -------------------------------------------------------------------------------- /tests/test_events_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_events_manager.py -------------------------------------------------------------------------------- /tests/test_field_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_field_data.py -------------------------------------------------------------------------------- /tests/test_file_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_file_session.py -------------------------------------------------------------------------------- /tests/test_file_transfer_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_file_transfer_service.py -------------------------------------------------------------------------------- /tests/test_fix_doc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_fix_doc.py -------------------------------------------------------------------------------- /tests/test_flobject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_flobject.py -------------------------------------------------------------------------------- /tests/test_fluent_fixes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_fluent_fixes.py -------------------------------------------------------------------------------- /tests/test_fluent_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_fluent_session.py -------------------------------------------------------------------------------- /tests/test_fluent_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_fluent_version.py -------------------------------------------------------------------------------- /tests/test_fluent_version_marker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_fluent_version_marker.py -------------------------------------------------------------------------------- /tests/test_icing_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_icing_session.py -------------------------------------------------------------------------------- /tests/test_launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_launcher.py -------------------------------------------------------------------------------- /tests/test_launcher_remote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_launcher_remote.py -------------------------------------------------------------------------------- /tests/test_lispy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_lispy.py -------------------------------------------------------------------------------- /tests/test_logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_logging.py -------------------------------------------------------------------------------- /tests/test_mapped_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_mapped_api.py -------------------------------------------------------------------------------- /tests/test_meshing_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_meshing_utilities.py -------------------------------------------------------------------------------- /tests/test_meshing_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_meshing_workflow.py -------------------------------------------------------------------------------- /tests/test_meshingmode/test_meshing_launch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_meshingmode/test_meshing_launch.py -------------------------------------------------------------------------------- /tests/test_new_meshing_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_new_meshing_workflow.py -------------------------------------------------------------------------------- /tests/test_physical_quantities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_physical_quantities.py -------------------------------------------------------------------------------- /tests/test_pre_post_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_pre_post_session.py -------------------------------------------------------------------------------- /tests/test_preferences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_preferences.py -------------------------------------------------------------------------------- /tests/test_pure_mesh_vs_mesh_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_pure_mesh_vs_mesh_workflow.py -------------------------------------------------------------------------------- /tests/test_reduction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_reduction.py -------------------------------------------------------------------------------- /tests/test_rp_vars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_rp_vars.py -------------------------------------------------------------------------------- /tests/test_scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_scheduler.py -------------------------------------------------------------------------------- /tests/test_scheme_eval_231.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_scheme_eval_231.py -------------------------------------------------------------------------------- /tests/test_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_search.py -------------------------------------------------------------------------------- /tests/test_server_meshing_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_server_meshing_workflow.py -------------------------------------------------------------------------------- /tests/test_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_session.py -------------------------------------------------------------------------------- /tests/test_settings_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_settings_api.py -------------------------------------------------------------------------------- /tests/test_settings_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_settings_reader.py -------------------------------------------------------------------------------- /tests/test_slurm_future.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_slurm_future.py -------------------------------------------------------------------------------- /tests/test_solution_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solution_variables.py -------------------------------------------------------------------------------- /tests/test_solver_monitors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solver_monitors.py -------------------------------------------------------------------------------- /tests/test_solvermode/boundaries_periodic_expDict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/boundaries_periodic_expDict -------------------------------------------------------------------------------- /tests/test_solvermode/test_boundaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_boundaries.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_calculationactivities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_calculationactivities.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_controls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_controls.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_general.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_general.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_initialization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_initialization.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_materials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_materials.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_methods.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_models.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_named_expressions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_named_expressions.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_post_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_post_vector.py -------------------------------------------------------------------------------- /tests/test_solvermode/test_species_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_solvermode/test_species_model.py -------------------------------------------------------------------------------- /tests/test_streaming_services.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_streaming_services.py -------------------------------------------------------------------------------- /tests/test_systemcoupling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_systemcoupling.py -------------------------------------------------------------------------------- /tests/test_topy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_topy.py -------------------------------------------------------------------------------- /tests/test_tui_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_tui_api.py -------------------------------------------------------------------------------- /tests/test_type_stub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_type_stub.py -------------------------------------------------------------------------------- /tests/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/test_utils.py -------------------------------------------------------------------------------- /tests/util/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/util/__init__.py -------------------------------------------------------------------------------- /tests/util/meshing_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/util/meshing_workflow.py -------------------------------------------------------------------------------- /tests/util/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansys/pyfluent/HEAD/tests/util/solver.py --------------------------------------------------------------------------------