ISO file reading #11105
Replies: 13 comments
-
The format used to output isosurface, .iso files is documented in.an
appendix in the fds users guide.
…On Fri, Nov 11, 2022, 11:04 AM chenlinjie1213 ***@***.***> wrote:
Dear all, I would like to ask how to open and edit the ISO file exported
by FDS calculation? I tried to open the ISO file with winrar software, but
it shows that the ISO file is corrupted. Can you tell me how to edit the
ISO file? Thank you!
—
Reply to this email directly, view it on GitHub
<#11105>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRVTJUT5UY4VSITJZVLWHZVBZANCNFSM6AAAAAAR5XKEXI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes, thank you very much for your reply
…------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2022年11月12日(星期六) 凌晨0:15
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
The format used to output isosurface, .iso files is documented in.an
appendix in the fds users guide.
On Fri, Nov 11, 2022, 11:04 AM chenlinjie1213 ***@***.***>
wrote:
> Dear all, I would like to ask how to open and edit the ISO file exported
> by FDS calculation? I tried to open the ISO file with winrar software, but
> it shows that the ISO file is corrupted. Can you tell me how to edit the
> ISO file? Thank you!
>
> —
> Reply to this email directly, view it on GitHub
> <#11105>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AC6UCRVTJUT5UY4VSITJZVLWHZVBZANCNFSM6AAAAAAR5XKEXI>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Dear professor, I may need your help, thank you. We want to read the relevant plot3D sequence data and then do the relevant data analysis, but I'm encountering obstacles. For example, we want to read the plot3D data of temperature, currently, if we take the toolkit developed by FDS team, we can only export the .dat data set at a certain moment by running fds2ascii.exe once, how can we run fds2ascii.exe once to export all the .dat files in the numerical simulation time (according to one second time interval to export a .dat file)? Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
fds2ascii was developed to analyze a single Plot3d file. For multiple files, you either have a write a script of some sort to invoke fds2ascii multiple times, or you can rework the fds2ascii.f90 code to do whatever you want. |
Beta Was this translation helpful? Give feedback.
-
OK, thank you.
Thanks again
…------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2022年12月14日(星期三) 晚上10:33
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
fds2ascii was developed to analyze a single Plot3d file. For multiple files, you either have a write a script of some sort to invoke fds2ascii multiple times, or you can rework the fds2ascii.f90 code to do whatever you want.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Dear professor , we want to ask if the visibility calculation in the result file in Pyrosim has considered the shielding effect of smoke on the light?
In addition, we also want to ask a question: Is the visibility in Pyrosim measured under what intensity of illumination? Because the influence of smoke on visibility may be more slight when the illumination is high.
Thanks a lot.
…------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2022年12月14日(星期三) 晚上10:33
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
fds2ascii was developed to analyze a single Plot3d file. For multiple files, you either have a write a script of some sort to invoke fds2ascii multiple times, or you can rework the fds2ascii.f90 code to do whatever you want.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Visibility is based solely no Beer's Law; that is, the absorption of light is proportional to the concentration of smoke or I = I0 exp(-K L) where I is the light intensity, K the absorption coefficient and L the distance. |
Beta Was this translation helpful? Give feedback.
-
Dear professor,
THANKS A LOT.
In addition, there is another question.
When FDS calculates visibility, is it measured under what lighting conditions? (Is the default visibility of the FDS software 30m, and then with the increasing concentration of smoke, does the visibility decrease?)
Thanks again.
…------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2023年2月11日(星期六) 晚上11:56
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
Visibility is based solely no Beer's Law; that is, the absorption of light is proportional to the concentration of smoke or I = I0 exp(-K L) where I is the light intensity, K the absorption coefficient and L the distance.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Visbiilty is Eq. 21.22 in the User's Guide S = C / K where K = Km rho Y_S The limit of S as Y_S goes to zero is infinity. We have chosen to limit the upper value of visiiblity to MAXIMUM_VISIBILITY which has a default value of 30 m. This way when you load a slice file of visibility in smokeview, you get a useful colorbar scale for the duration of a simulation. If we set MAXIMUM_VISIBILITY=10,000, then you wouldn't have any resolution of low visibility vlaues that begin to impact egress. There is no explicit assumption on lighting condition; however, there is an implicit one. The values for C come from human experiments perceiving lit or unlit objects in smokey environments. There is a range of values for each condition that resulted from various experiments and 3 and 8 are the midpoints of those ranges. You would have to look at the original research that measured those values to see what the lighting conditions were (see the SFPE Handbook discussion on visibility for a list of references). |
Beta Was this translation helpful? Give feedback.
-
THANKS A LOT.
This reply is very valuable and helpful.
…------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2023年2月12日(星期天) 上午9:50
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
Visbiilty is Eq. 21.22 in the User's Guide
S = C / K where K = Km rho Y_S
The limit of S as Y_S goes to zero is infinity. We have chosen to limit the upper value of visiiblity to MAXIMUM_VISIBILITY which has a default value of 30 m. This way when you load a slice file of visibility in smokeview, you get a useful colorbar scale for the duration of a simulation. If we set MAXIMUM_VISIBILITY=10,000, then you wouldn't have any resolution of low visibility vlaues that begin to impact egress.
There is no explicit assumption on lighting condition; however, there is an implicit one. The values for C come from human experiments perceiving lit or unlit objects in smokey environments. There is a range of values that resulted from various experiments and 3 and 8 are the midpoints of that range. You would have to look at the original research that measured those values to see what the lighting conditions were (see the SFPE Handbook discussion on visibility for a list of refereces).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Dear engineer, I would like to ask if the FDS currently developed by your team has any GIS related development interface? Thank you.
Currently, I would like to import the .sf file from the calculation result file in FDS to GIS for display and then do further development, but unfortunately, we cannot read the .sf file through GIS at the moment.
Thanks again and good luck!
…------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2023年2月11日(星期六) 晚上11:56
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
Visibility is based solely no Beer's Law; that is, the absorption of light is proportional to the concentration of smoke or I = I0 exp(-K L) where I is the light intensity, K the absorption coefficient and L the distance.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Currently the only visualization interface is Smokeview. But FDS file
formats are open and fully documented, so you can write a conversion script
to another format.
Il dom 19 feb 2023, 04:11 chenlinjie1213 ***@***.***> ha
scritto:
… Dear engineer, I would like to ask if the FDS currently developed by your
team has any GIS related development interface? Thank you.
Currently, I would like to import the .sf file from the calculation result
file in FDS to GIS for display and then do further development, but
unfortunately, we cannot read the .sf file through GIS at the moment.
Thanks again and good luck!
------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2023年2月11日(星期六) 晚上11:56
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
Visibility is based solely no Beer's Law; that is, the absorption of light
is proportional to the concentration of smoke or I = I0 exp(-K L) where I
is the light intensity, K the absorption coefficient and L the distance.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#11105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXMVYYOQQSCBWLQ55GNZSDWYGFPBANCNFSM6AAAAAAR5XKEXI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
ok, thank you
…------------------ 原始邮件 ------------------
发件人: "firemodels/fds" ***@***.***>;
发送时间: 2023年2月19日(星期天) 晚上9:40
***@***.***>;
***@***.******@***.***>;
主题: Re: [firemodels/fds] ISO file reading (Discussion #11105)
Currently the only visualization interface is Smokeview. But FDS file
formats are open and fully documented, so you can write a conversion script
to another format.
Il dom 19 feb 2023, 04:11 chenlinjie1213 ***@***.***> ha
scritto:
> Dear engineer, I would like to ask if the FDS currently developed by your
> team has any GIS related development interface? Thank you.
>
>
> Currently, I would like to import the .sf file from the calculation result
> file in FDS to GIS for display and then do further development, but
> unfortunately, we cannot read the .sf file through GIS at the moment.
>
>
> Thanks again and good luck!
>
>
>
>
>
> ------------------&nbsp;原始邮件&nbsp;------------------
> 发件人: "firemodels/fds" ***@***.***&gt;;
> 发送时间:&nbsp;2023年2月11日(星期六) 晚上11:56
> ***@***.***&gt;;
> ***@***.******@***.***&gt;;
> 主题:&nbsp;Re: [firemodels/fds] ISO file reading (Discussion #11105)
>
>
>
>
>
>
> Visibility is based solely no Beer's Law; that is, the absorption of light
> is proportional to the concentration of smoke or I = I0 exp(-K L) where I
> is the light intensity, K the absorption coefficient and L the distance.
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you commented.Message ID: ***@***.***&gt;
>
> —
> Reply to this email directly, view it on GitHub
> <#11105 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACXMVYYOQQSCBWLQ55GNZSDWYGFPBANCNFSM6AAAAAAR5XKEXI>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all, I would like to ask how to open and edit the ISO file exported by FDS calculation? I tried to open the ISO file with winrar software, but it shows that the ISO file is corrupted. Can you tell me how to edit the ISO file? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions