Yinan-Scott-Shi / fds-smv

Automatically exported from code.google.com/p/fds-smv
0 stars 0 forks source link

Output of raw data #480

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter 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 muench...@gmail.com on 2 Oct 2008 at 11:10

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

Original comment by mcgra...@gmail.com on 2 Oct 2008 at 12:26

GoogleCodeExporter 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 comment by mcgra...@gmail.com on 14 Oct 2008 at 8:57

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

Thanks

Original comment by muench...@gmail.com on 17 Oct 2008 at 12:18

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

Original comment by mcgra...@gmail.com on 18 Oct 2008 at 9:47