Replies: 5 comments 3 replies
|
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. |
|
Thanks a lot, appreciate that you made this page. |
|
@bewygs Would you or someone in your group be interested to beta test the new CFAST user interface? Nightly builds are posted here: https://github.com/firemodels/test_bundles/releases/tag/CFAST_TEST If you find anything that does not behave as you expect, we would appreciate it if you would post an Issue. Thanks! |
|
Dear @bewygs , I wanted to check in and see how the testing is coming along. Please note that we are making changes rapidly and it will be necessary to check the latest test bundle daily while testing. Also, in case your plan may have been to hold off on reporting until you have organized a large report, please let me encourage you to instead make atomic Issues for anything you find. In particular, we are interested in any special output requirements you have that may not be exercised in the local CFAST V&V. Thanks! |
|
Hi @rmcdermo, thanks for the reminder. I found a few minor issues and some possible improvements that I hadn't reported yet, I'm opening separate issues for them now. For the output requirements, I'm checking with a colleague who has our own CFAST test cases and will get back to you as soon as I can. |
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!
All reactions