-
Notifications
You must be signed in to change notification settings - Fork 179
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
boundary file interpolation looks off on GEOM terrain #2102
Comments
Is this a Smokeview or FDS issue. Can you assign it. |
Ah sorry, Glenn asked me to post it here so I will assign him for now. Edit: or maybe I wont... I don't seem to have that power on this repo |
I assigned myself |
marcos, are geometry boundary files node centered or cell centered? |
smokeview is drawing geometry boundary files as if they are "cell" centered - that is coloring each triangle according to the value passed for that triangle |
Is that the expected behavior, then? I'm not so familiar with GEOM boundary outputs ...and equally likely the appearance of an inverted color gradient with the cells is just my bad eyesight |
smokeview is drawing the same color for each vertex in a triangle. I assume because fds is passing data to smokeview by triangle, one value for each triangle. marcos is there an option to pass values to smokeview by vertex? |
cell_centered is set to true always in DUMP_BNDF. Not clear why as we have the option to do VERTEX writing in DUMP_SLICE_GEOM_DATA. Take a look in there in the code section:
|
@ericvmueller is this still and issue? |
@marcosvanella and I were discussing whether we should allow |
Run the LS_ellipse_0ms_30deg.fds case and pull up the
IGNITION TIME
boundary file in smokeview. Clip the upper bound to something close to T_END (125 s).It looks like the interpolation to the nodes is flipped in each patch or something
The text was updated successfully, but these errors were encountered: