--- id: ansys-fluent-core version: "0.41.0" license: MIT license_treatment: permissive maintenance: active --- # ansys-fluent-core — PyFluent provides Pythonic access to Ansys Fluent. License: permissive · Maintenance: active · Downloads: 81.0K/mo ## What it is and what it does PyFluent is a Python wrapper around Ansys Fluent, the commercial computational fluid dynamics (CFD) solver. It lets you launch Fluent from Python, issue text user interface (TUI) commands for meshing and solving, and access built-in postprocessing capabilities—all without leaving your Python environment. This is useful for automating simulation workflows, parameterizing studies, or integrating Fluent into larger Python-based engineering pipelines. The package requires a licensed local Fluent installation (2024 R2 SP05 or later on Windows or Linux) and handles communication via gRPC. It depends on numpy, pandas, and other standard scientific Python libraries, plus Ansys-specific packages for platform management and file transfer. Installation is straightforward, and the project is actively maintained with regular updates. Use it for: - Automate parametric CFD studies by launching Fluent, setting up geometry and mesh parameters, running solvers, and extracting results in a single Python script. - Integrate Fluent simulations into a larger engineering workflow that combines preprocessing, simulation, and postprocessing in one reproducible pipeline. - Build batch job submission systems that spawn multiple Fluent instances with different configurations and collect results for comparison. - Develop custom analysis tools that query Fluent's TUI to extract intermediate results or monitor solver convergence in real time. - Create Python-based optimization loops that adjust simulation inputs, run Fluent, and evaluate objectives without manual intervention. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. PyFluent provides Python bindings to launch and control Ansys Fluent, enabling access to its text user interface (TUI) commands for meshing, solving, and postprocessing from within Python scripts. Yes, if you have a licensed Fluent installation and need to automate or integrate CFD simulations into Python workflows. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and offers low installation friction. The main constraint is the external Fluent dependency and environment variable setup on Linux; if you lack a Fluent license or cannot meet the version requirements (2024 R2 SP05 or later), it will not be useful. ## Install pip install ansys-fluent-core uv add ansys-fluent-core poetry add ansys-fluent-core ## Installing ansys-fluent-core Before you install: Low friction installation with a pure-Python wheel. Active maintenance with a recent release (8 days old) and steady commit activity. Depends on 17 runtime packages including gRPC, numpy, and pandas, all standard ecosystem libraries. License in practice: MIT license permits commercial and private use with minimal restrictions. No copyleft obligations; you can integrate PyFluent into proprietary code without licensing concerns. Quickstart: import ansys.fluent.core as pyfluent solver_session = pyfluent.launch_fluent() solver_session.is_server_healthy() Requires a licensed local installation of Ansys Fluent (versions 2024 R2 SP05, 2025 R1 SP04, 2025 R2 SP03, 2026 R1, or later). On Linux, the AWP_ROOT environment variable must be set manually to point to the Fluent installation directory. Verify before relying: - Whether the package works with Fluent versions older than 2024 R2 SP05 despite the documentation stating they are no longer supported. - Performance characteristics and scalability limits for large-scale simulations or batch job submission. - Compatibility details with Fluent's distributed computing features and cluster job scheduling. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 81.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags fluent python interface, ansys fluent automation, computational fluid dynamics python, fluent solver control, cfd workflow python, fluent tui commands, ansys fluent scripting, cfd-simulation, fluent-automation, engineering-workflow [View on SkillFed](https://skillfed.io/packages/ansys-fluent-core) · [View on PyPI](https://pypi.org/project/ansys-fluent-core/)