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