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.
0 replies
-
|
Thanks a lot, appreciate that you made this page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
.ininput files.It is available on PyPI and conda-forge:
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