skillfed

ansys-api-fluent

Autogenerated python gRPC interface package for ansys-api-fluent, built on 07:01:17 on 02 August 2026

ansys-api-fluent v0.6.0 87.4K downloads/30d#13,800 on PyPI
Permissive license MIT Active released

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 on this page — 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

ansys-api-fluent on PyPI

pip

pip install ansys-api-fluent

uv

uv add ansys-api-fluent

poetry

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 the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — grpcio, protobuf
Maintenance actively maintained — 12 days since the last release
First released
Downloads 87,444/month — #13,800 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: ansys_api_fluent-0.6.0-py3-none-any.whl

Tags

grpc fluent interfaceansys fluent python apifluent computational fluid dynamicsansys cfd remote accessfluent grpc clientansys fluent automation
grpc-interfacecfd-automationansys-ecosystem

More Scientific/Engineering packages

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

pandas

pandas provides fast, flexible data structures…

permissive · top 100 on PyPI

scipy

scipy provides numerical algorithms for…

permissive · top 100 on PyPI

scikit-learn

scikit-learn provides a comprehensive Python…

permissive · top 1,000 on PyPI

dill

dill extends Python's pickle module to…

permissive · top 1,000 on PyPI

multiprocess

Multiprocess is an enhanced fork of Python's…

permissive · top 1,000 on PyPI

ansys-api-platform-instancemanagement

Provides auto-generated gRPC Python interface…

permissive · top 15,000 on PyPI

ansys-fluent-core

PyFluent provides Python bindings to launch and…

permissive · top 15,000 on PyPI

ansys-api-tools-filetransfer

Provides auto-generated gRPC Python interface…

permissive · top 15,000 on PyPI

ansys-api-edb

Provides auto-generated gRPC Python interface…

permissive · top 15,000 on PyPI

ansys-platform-instancemanagement

PyPIM provides a Python client to communicate…

permissive · top 15,000 on PyPI

ansys-dpf-core

Provides a Python interface to Ansys Data…

permissive · top 15,000 on PyPI

fluent.pygments

Adds syntax highlighting support for Fluent…

permissive · top 15,000 on PyPI

grpc-gateway-protoc-gen-openapiv2

Generates Python support code for gRPC Gateway…

permissive · top 15,000 on PyPI

grpcio

gRPC Python is an HTTP/2-based RPC framework…

permissive · top 100 on PyPI

fluent.syntax

Parse, write, and transform Fluent localization…

permissive · top 15,000 on PyPI