CFDTOOLS documentation
cfdtools is python library dedicated to mesh pre- and post-processing.
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.