Skip to content

Commit b54d96d

Browse files
authored
Merge branch 'main' into release-v0.4
2 parents af64dfb + c3e9824 commit b54d96d

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ In all data subfolders, FDS input files as well as a run script `case_run.sh` is
5050

5151
The `case_download.sh` script inside the individual data subfolders can be used to download precomputed data.
5252

53+
## Contribution
54+
55+
### For external
56+
57+
Please for the `development` branch and create a pull request based on that.
58+
59+
### For internal
60+
61+
**New section / content**: Create a feature branch of `development`. Once finished, merge it back and create a release branch with your changes that have to be pushed to `main`. Assign Lukas as reviewer for the pull request.
62+
63+
**Typos / Fixes**: Push them directly to the `development` branch and then directly to `main`.
64+
5365
## License
5466

5567
This work is licensed under a
@@ -59,4 +71,4 @@ This work is licensed under a
5971

6072
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
6173
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
62-
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
74+
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg

book/_toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@
5656

5757
- file: content/tools/03_analysis/00_overview
5858
sections:
59-
- file: content/tools/03_analysis/01_python
59+
- file: content/tools/03_analysis/01_python
60+

book/content/modelling/01_general/02_fse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In a prescriptive design, fire safety measures are carried out based on general
3232

3333
However, this design approach has also some flows, like
3434

35-
* descriptive designs are prone for individuality and complexicity
35+
* descriptive designs are prone for individuality and complexity
3636
* the application of *deemed-to-satisfy* strategies can be inappropriate, uneconomic or even impossible
3737
* under certain circumstances nonconformities to applicable regulations and standards are unavoidable
3838
* restrictions for international harmonisation and standardisation
@@ -43,7 +43,7 @@ An alternative to prescriptive designs is the application of performance based d
4343

4444
**General Approach**
4545

46-
In contrast to the static and general rules of a regulation, the performance based design follows the idea to create an equivalent level of safety by satisfying protection goals. This process allows the engineers to use multiple approaches, which do also include fire simulations, to iteratively design a safety concept. A scematic flow diagram is shown in {numref}`fig-performance-based-design`.
46+
In contrast to the static and general rules of a regulation, the performance based design follows the idea to create an equivalent level of safety by satisfying protection goals. This process allows the engineers to use multiple approaches, which do also include fire simulations, to iteratively design a safety concept. A schematic flow diagram is shown in {numref}`fig-performance-based-design`.
4747

4848
:::{figure-md} fig-performance-based-design
4949

0 commit comments

Comments
 (0)