Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smokeview not displaying boundary data at mesh interface #1845

Closed
drjfloyd opened this issue Mar 20, 2024 · 6 comments
Closed

Smokeview not displaying boundary data at mesh interface #1845

drjfloyd opened this issue Mar 20, 2024 · 6 comments

Comments

@drjfloyd
Copy link
Contributor

When loading the bndf file using last night's build the OBST at the MESH boundary does not have BNDF data being displayed. Using fds2ascii, if I extract the -1 direction data I can see that we are writing the data.

&HEAD CHID='bndf_test'/

&MESH IJK=10,1,10,XB=0,1,0,1,0,1/
&MESH IJK=10,1,10,XB=1,2,0,1,0,1/

&TIME T_END=1/

&OBST XB=1,1.1,0,1,0,1/
&OBST XB=0.4,0.5,0,1,0,1/

&BNDF QUANTITY='WALL TEMPERATURE'/

bndf_test_0002

@gforney
Copy link
Contributor

gforney commented Mar 20, 2024 via email

@gforney
Copy link
Contributor

gforney commented Mar 29, 2024

should be fixed in smokeview posted here. hopefully this is not a whackamole bug - that is let me know if you see boundary files displayed at mesh interfaces without blockages (I didn't see any instances of this)
https://github.com/firemodels/test_bundles/releases/tag/SMOKEVIEW_TEST2

@drjfloyd
Copy link
Contributor Author

I see the boundary files but smokeview isn't setting the initial color bar to the bounds for BNDF. The colorbar should be ~0 - 25 kW/m2 for incident flux but it is 0 - 0 kW/m2.

The case is an 80 mesh DNS case but it is 2D so running single core won't take long to get to 0.01 s

sensor_25_0598

sensor_25.txt

@gforney
Copy link
Contributor

gforney commented Mar 31, 2024 via email

@gforney
Copy link
Contributor

gforney commented Apr 1, 2024

try smokeview posted at link below or update your smv repo and rebuild. cell centered and node centered boundary files (and slice files) output the same amount of data. when cell centered data is output the first row and first column is ignored. smokeview had a flaw in how it was ignoring data in this case (was using the mod function wrong)

https://github.com/firemodels/test_bundles/releases/tag/SMOKEVIEW_TEST2

@drjfloyd
Copy link
Contributor Author

drjfloyd commented Apr 1, 2024

looks ok now. Thanks.

@gforney gforney closed this as completed Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants