--- id: ansys-api-fluent version: "0.6.0" license: MIT license_treatment: permissive maintenance: active --- # ansys-api-fluent — Autogenerated python gRPC interface package for ansys-api-fluent, built on 07:01:17 on 02 August 2026 License: permissive · Maintenance: active · Downloads: 87.4K/mo ## What it is and what it does ansys-api-fluent is an auto-generated gRPC interface package that exposes Ansys Fluent's computational fluid dynamics engine to Python clients. It contains the compiled Protocol Buffer definitions and gRPC service stubs needed to communicate with a running Fluent server over the network. The package depends only on grpcio and protobuf, making it lightweight and straightforward to integrate. This is a foundational package designed to support programmatic interaction with Fluent—typically used either directly by advanced users building custom CFD automation workflows, or as a dependency for higher-level Ansys Python libraries that wrap these low-level gRPC calls with more user-friendly abstractions. It is not a standalone CFD solver, but rather the communication layer that allows Python code to send commands to and receive results from a Fluent instance. Use it for: - Automate Fluent simulations and parameter sweeps from Python scripts without manual GUI interaction. - Integrate Fluent CFD results into larger engineering analysis pipelines or optimization loops. - Build custom monitoring or post-processing tools that query a running Fluent server in real time. - Develop headless batch processing workflows for computational fluid dynamics on remote or cluster systems. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides auto-generated gRPC Python interface files for communicating with Ansys Fluent, enabling programmatic access to Fluent's computational fluid dynamics capabilities. Yes, if you are building Python automation or integration with Ansys Fluent. Install it as a dependency of higher-level Ansys libraries, or directly if you are writing custom clients to Fluent. The low install friction, permissive MIT license, active maintenance, and zero known vulnerabilities make it a safe choice. Not relevant for users who only interact with Fluent through its GUI. ## Install pip install ansys-api-fluent uv add ansys-api-fluent poetry add ansys-api-fluent ## Installing ansys-api-fluent Before you install: Low friction installation with only two runtime dependencies (grpcio and protobuf). Active maintenance with a recent release 12 days ago. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal legal constraints. Quickstart: pip install ansys-api-fluent from ansys_api_fluent import fluent_pb2, fluent_pb2_grpc # Use the generated protobuf and gRPC service definitions service_stub = fluent_pb2_grpc.FluentServiceStub Requires Python 3.10 or later; a running Fluent server instance must be accessible to connect to. Verify before relying: - Whether this package is intended for end-user direct use or primarily as a dependency for higher-level Ansys libraries. - What version of Fluent server this gRPC interface is compatible with. - Whether authentication or specific network configuration is required to connect to a Fluent instance. - Concrete examples of how to instantiate and use the generated service stubs. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 87.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags grpc fluent interface, ansys fluent python api, fluent computational fluid dynamics, ansys cfd remote access, fluent grpc client, ansys fluent automation, grpc-interface, cfd-automation, ansys-ecosystem [View on SkillFed](https://skillfed.io/packages/ansys-api-fluent) · [View on PyPI](https://pypi.org/project/ansys-api-fluent/)