1.1. Real-Time Animation of Graphs Real-time graphs are helpful when you need to visualise values from sensors or databases in real-time. This serves an important function in many critical industries where continuous monitoring of data is required, e.g. monitoring ground movement, emission control in tunnel environment, stock market etc. This article goes through the Python […]
Author: Jabir
This article will look at how to extract fire location-specific information from the Fire and Rescue New South Wales (FRNSW) website using the BeautifulSoup package. The data extracted is used to generate a map with all the station locations on an HTML page. Map of all fire station locations is here: https://jabirjamal.com/frnsw-stations/ You can also check […]
Introduction This week’s article will look at python scripts to generate graphs to measure the total exhaust rate provided in a compartment and gas temperature measured at discrete locations in FDS models. For this task, I have created two models in FDS: Model 1: Containing only volume flow devices Model 2: Containing volume flow and […]
Introduction One of the simple mistakes I have made in fire modelling is specifying the wrong Heat Release Rate (HRR). This mistake is often realised when results are post-processed at the end of the simulation resulting in wasted days and weeks of simulation. Although this mistake can be avoided easily by verifying the input parameters […]