SfePrapy
Structural fire engineering (Sfe) probabilistic reliability assessment (Pra) Python (py) is a probabilistic analysis tool. It calculates equivalent of time exposure to ISO 834 standard fire and this can be used to assess the appropriate fire resistance rating for structural elements using reliability based methods.
sfeprapy is under continuous development and actively used in research and real engineering design problems.
A publication summarising the capabilities can be found here.
Getting Started
Documentation can be found in the wiki.
Installation
Chose one of the following installation path.
Python 3.7 or later is required. Anaconda Distribution is recommended for new starters, it includes Python and few useful packages including a package management tool pip (see below).
pip is a package management system for installing and updating Python packages. pip comes with Python, so you get pip simply by installing Python. On Ubuntu and Fedora Linux, you can simply use your system package manager to install the python3-pip package. The Hitchhiker's Guide to Python provides some guidance on how to install Python on your system if it isn't already; you can also install Python directly from python.org. You might want to upgrade pip before using it to install other programs.
-
to use
pipinstall from PyPI:pip install --upgrade sfeprapy
-
to use
pipinstall from GitHub (requires git):Note installing
SfePrapyvia this route will include the lastest commits/changes to the library.pip install --upgrade "git+https://github.com/fsepy/SfePrapy.git@master"
Command line interface
sfeprapy command line interface (CLI) uses the current working directory to obtain and/or save files.
To get help
sfeprapy -h
To produce a sfeprapy.mcs0 example input file
sfeprapy mcs0 template example_input.csv
To run sfeprapy.mcs0 simulation
sfeprapy mcs0 -p 4 example_input.csv
sfeprapy.mcs0 uses the multiprocessing library to utilise full potential performance of multi-core CPUs. The -p 4 defines 4 threads will be used in running the simulation, 1 is the default value.
Authors
Ian Fu - ian.fu@ofrconsultants.com
Danny Hopkin - danny.hopkin@ofrconsultants.com
Ieuan Rickard - ieuan.rickard@ofrconsultants.com
License
This project is licensed under the MIT License - see the LICENSE file for details
Release files for sfeprapy 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sfeprapy-0.8.1.tar.gz | 60.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sfeprapy-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 133.9 kB
Release files / sfeprapy-0.8.1.tar.gz
| Download URL | sfeprapy-0.8.1.tar.gz |
|---|---|
| Size | 60.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e659f6209ffb761e16ffc2906f40dc937196461a267c37f63443080ca720a60
|
|
BLAKE2b-256 checksum How to use checksums |
3070cbb9652bec3fd551b3b518c51e3c2df04981f88055036ba109cb845b6052
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9
|
Release files / sfeprapy-0.8.1-py3-none-any.whl
| Download URL | sfeprapy-0.8.1-py3-none-any.whl |
|---|---|
| Size | 73.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
655388e6acfa65e962b40be830fdd53ed0e099b3bb18cd6574c4940cb8096a21
|
|
BLAKE2b-256 checksum How to use checksums |
b11f1a855d5b18da79ef11c5d4af7ea8b674b1304bea3b3c399cc607539752f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9
|