Spread_Rate Modelling Fire #13736
Unanswered
UnknownFdsUser
asked this question in
Q&A
Replies: 1 comment 3 replies
-
SPREAD_RATE defines the time when grid cells ignite and start burning. Once those cells start burning, they then follow the HRRPUA and RAMP for the SURF. Each cell follows the RAMP based on the time it ignites. After 150 s, the first cell to ignite will have an HRRPUA of 1543 * 0.2 (The RAMP value at 150 s). The cells at a distance of 0.45 m (150 * 0.003) which and an HRRPUA of 1543 * 0 (The RAMP value at 150 s). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good evening,
Wanting to use al Spread_Rate function in FDS I find a publication where the velocity in m/s is calculated as below:
𝑆𝑃𝑅𝐸𝐴𝐷_𝑅𝐴𝑇𝐸=sqrt((𝛼/𝜋)∙(1/𝐻𝑅𝑅𝑃𝑈𝐴)) where α = Alpha-t2 growth rate (kW/s2)
My Fire has a peak of 5,000 kW distributed over a square area of 1.80 m x 1.80 m.
HRRPUA = 5000 kW /3.24sqm =1543 kW/sqm
𝛼= 1,000 kW /150 s^2 = 0.04444 kW/s^2
Mesh 0.20 m x 0.20 m x 0.20 m
Applying the above formula I will have a Spread_Rate velocity of 0.0030 m/s.
By entering this value into FDS, after 150 s I do not have 1,000 kW. I cannot figure out where the error is...
S_R.zip
Beta Was this translation helpful? Give feedback.
All reactions