atwhaley / cfast

Automatically exported from code.google.com/p/cfast
0 stars 2 forks source link

Gas temperature fails for small HRR #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For very small HRR, gas temperature calculations are much higher than layer 
temperatures fat away from the fire. This looks like an error in the logic 
deciding when the point of interest is within the flames.

Original issue reported on code.google.com by rpea...@gmail.com on 2 Mar 2015 at 5:58

GoogleCodeExporter commented 9 years ago
This occurs when the calculated flame height from Heskestad's correlation is 
negative.  Fix is to prevent it from going negative with a check on its value 
in get_gas_temp

Original comment by rpea...@gmail.com on 2 Mar 2015 at 5:59

GoogleCodeExporter commented 9 years ago
Fixed in r1954. Simple set minimum flame height to a value of 0.1 m in 
get_plume_temperatureandvelocity

Original comment by rpea...@gmail.com on 2 Mar 2015 at 6:01