-
Notifications
You must be signed in to change notification settings - Fork 68
-
Hello,
I have been working for a while on a Python library for CFAST called PyCFAST. It might be useful for people who want to automate things with CFAST simulations without relying on CEdit or maintaining custom scripts that are hard to generalize.
The library lets you build, run, and analyze CFAST models directly in Python. It also includes a parser to import existing .in input files.
It is available on PyPI and conda-forge:
pip install pycfast
conda install -c conda-forge pycfast
Documentation: https://pycfast.org/
Github: https://github.com/bewygs/pycfast
The library is still in early development, so any feedback or suggestions are very welcome!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Thanks for the contribution. I added a Third Party Tools wiki for CFAST to keep track of contributions like this, similar to how we do this for FDS. Let me know if you want anything changed.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks a lot, appreciate that you made this page.
Beta Was this translation helpful? Give feedback.