Skip to content

CFDTOOLS documentation

cfdtools is python library dedicated to mesh pre- and post-processing.

PyPi Version PyPI pyversions GitHub stars PyPi downloads codecov

Doc Slack

to start

cfdtools requires at least python 3.6. To install, pip can be directly used to get last stable version.

pip install [--user] cfdtools

or clone and install develop branch

git clone https://github.com/jgressier/cfdtools.git
cd cfdtools
git checkout develop
pip install [--user] .

first steps

cfdtools provides direct and simple command line tools (see CLI). A second stage may be to directly implement you needed workflow using either these embedded tools as examples (see sources) or the examples on this site.