Unsteady Flow Field Analysis for CFD Data
- Free software: MIT license
- Documentation: https://flowpost.readthedocs.io.
This is a collection of scripts for computation and analysis of wake quantities. It is aimed at data produced by the TAU flow solver, however anyone can plug different reading and writing routines in order to carry out the same analysis. Presently, the input is assumed to be 2D planar and unstructured. Adapt as necessary if you use different inputs.
Add the top level directory (i.e. TAU_processing) to PYTHONPATH
the pyTecIO folder contains tecreader.py, which is a module for bindary Tecplot I/O. It is a link to the tec_series repo, i.e. linked via git submodule add https://github.com/ awaldm/tec_series pyTecIO
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.