firemodels / fds

Fire Dynamics Simulator
https://pages.nist.gov/fds-smv/
Other
664 stars 623 forks source link

Output of raw data #459

Closed gforney closed 9 years ago

gforney commented 9 years ago
Please complete the following lines...

Application Version:
SVN Revision Number:
Compile Date:
Operating System: All

Describe details of the issue below:
To verify code details it is helpfull to 
write the raw data in ASCII format into a file.

Using thef fds2ascii tool produces mean values on nodes
instead on cell or face centers. 

Best regards
Matthias

Original issue reported on code.google.com by muench264 on 2008-10-02 11:10:11

gforney commented 9 years ago
OK, I will work on this.

Original issue reported on code.google.com by mcgratta on 2008-10-02 12:26:33

gforney commented 9 years ago
This problem is more difficult than I first thought because of the close tie between

FDS and Smokeview, and the assumption of nodal averages. However, the DEVC command

allows you to plot out the raw values. For example, the XYZ coordinate on the DEVC

line is used to determine the indicies of the cell in which the point is located. 
The output variable is thus A(I,J,K). If it is a cell face quantity, like the 
velocity component, then U(I,J,K) is the value of u on the forward facing face.

Do you need SLCF or BNDF files changed, or can you work with DEVC?

Original issue reported on code.google.com by mcgratta on 2008-10-14 20:57:49

gforney commented 9 years ago
No, at the moment DEVC should be work fine.
We will use it and see what's happen.

Thanks

Original issue reported on code.google.com by muench264 on 2008-10-17 12:18:19

gforney commented 9 years ago
I'll close the case for now, but re-open it if you still have trouble getting 
appropriate output.

Original issue reported on code.google.com by mcgratta on 2008-10-18 21:47:57