cffview
CFF is an abbreviation for Ansys Common Fluids Format.
A command-line tool for inspecting Ansys Fluent .cas.h5 / .msh.h5 files without opening Fluent.
- Read solver settings, materials, boundary conditions, discretisation schemes, and more directly from the HDF5 file.
- Visualise the mesh with PyVista.
Installation
PyPI
pip install cffview
From source
git clone https://github.com/preamer/cffview.git
cd cffview
pip install .
Usage
[!IMPORTANT] Only tested with Ansys Fluent 25R2!
cffview <file> [options]
Options
| Option | Description |
|---|---|
--version |
Print the Fluent version of file |
--extract |
Dump raw Scheme settings to general.scm and boundary.scm |
--mesh, --showmesh |
Visualise the mesh interactively with PyVista |
--solver |
Solver type, time, dimension, precision, turbulence model, energy, radiation, gravity |
--mat, --materials |
Material properties |
--bd, --boundary |
Boundary condition settings |
--interfaces |
Mesh interfaces settings |
--ne, --named-expressions |
Named expressions |
--disc |
Discretisation schemes and relaxation factors |
--rd, --report-definitions |
Report definitions |
--plotsets |
Plot sets |
--monitorsets |
Monitor sets |
--residuals |
Residual settings |
--iter |
Iteration / time-step settings |
--contours |
Graphics contours settings |
--vectors |
Graphics vectors settings |
--xy, --xy-plot |
Graphics xy-plot settings |
--save |
Save the output to file_name.json (if file_name not specified, it is the same as input file) |
--plot |
Plot the outfile with matplotlib |
Multiple flags can be combined freely. Case settings flags (--solver, --mat, etc.) apply to .cas.h5 files only.
Examples
# Show all settings and save to JSON
cffview case.cas.h5 --save
# Show solver configuration and boundary conditions
cffview case.cas.h5 --solver --bd
# Visualise the mesh
cffview case.cas.h5 --mesh
cffview mesh.msh.h5
# Check the Fluent version of file
cffview case.cas.h5 --version
# Extract raw Scheme strings for manual inspection
cffview case.cas.h5 --extract
Demo
https://github.com/user-attachments/assets/7f97b559-87fa-4822-be9f-4e82b8c5cab6
License
Release files for cffview 0.3.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cffview-0.3.6.tar.gz | 17.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cffview-0.3.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.1 kB
Release files / cffview-0.3.6.tar.gz
| Download URL | cffview-0.3.6.tar.gz |
|---|---|
| Size | 17.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7390b2be64ce7f3b627163795b03c1840beb659d5669e442d12c89eea9c96466
|
|
BLAKE2b-256 checksum How to use checksums |
660a0eff6224c33abbdeb0191da49349614869a6540dbecaa1c3dbfe99f8c651
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 11, 2026.
Transparency logRelease files / cffview-0.3.6-py3-none-any.whl
| Download URL | cffview-0.3.6-py3-none-any.whl |
|---|---|
| Size | 16.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
27d8efae6bc8174d2e12234215cf1113cae18dfba63bff32fcb7dab34da79364
|
|
BLAKE2b-256 checksum How to use checksums |
f32e6cab37866cd3733f76eadf1891d3a1baf20ac59b2fa7a8071a8bc1d43fab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 11, 2026.
Transparency log