Fundamental algorithms from the field of fire science and fire safety engineering, for computations with Python.
Documentation is available here:
Examples are available in Jupyter notebooks in the FireSciPy repo on GitHub.
Distributed under the CC-BY-4.0 license (Creative Commons Attribution 4.0 International Public License, https://creativecommons.org/licenses/by/4.0/). See LICENSE
for more information.
https://github.com/FireDynamics/FireSciPy
Contributions to this package are welcome!
Please feel free to use the discussions forum or the issue tracker to get in contact with us. From there, we can talk about your ideas and see how to implement them.
Practical summary for contributions directly to the repo:
- Fork it (https://github.com/FireDynamics/FireSciPy/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request