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

SLCT / Terrain slice file format with GEOM terrain #11952

Open
johodges opened this issue Jul 5, 2023 · 4 comments
Open

SLCT / Terrain slice file format with GEOM terrain #11952

johodges opened this issue Jul 5, 2023 · 4 comments
Assignees

Comments

@johodges
Copy link
Collaborator

johodges commented Jul 5, 2023

My understanding is the SLCT format uses the 2-d structured grid file format for output with the node locations aligned with the gas phase grid near the surface. Is the plan to continue using this data format for GEOM terrain or do we want to switch to the GCF format aligning to the bingeom? I have a slight preference for swapping to the GCF format since it will align it with other GEOM outputs and similar to other file formats like VTK.

@marcosvanella
Copy link
Contributor

Is SLCT what is used for AGL slices?

@johodges
Copy link
Collaborator Author

johodges commented Jul 5, 2023

That's correct. I was visualizing AGL slices in an external software package and this question came to mind.

@mcgratta
Copy link
Contributor

mcgratta commented Jul 5, 2023

There have been several different approaches to visualizing GEOM data and terrain data. Before any new formats are proposed, let's make sure we've considered existing ones and if they are not sufficient, maybe we can replace the old with the new.

@marcosvanella
Copy link
Contributor

Most if not all af the AGL data is related to gasphase data, which is sampled either from cut-cells or the structured mesh, depending how far from the geometry the AGL slice is. Using the geometry triangulation with an offset as the mesh where this data lives for AGL is something we have thought about in the past (Glenn had an idea on generalizing this). The right refinement of the mesh for gasphase info is not the terrain triangulation but the fds mesh size though. We could use the CFACE mesh to create a triangulation extruded to the AGL position, but this will not be optimal for all ratios of surface triangle size/FDS mesh size. We might end up with a large amount of small triangles that take the same value of gas temp for example. The other option is to convert the structured AGL slice we already have to an unstructured one where each quadrilateral is now defined by two triangles, as done in structured faces for unstructured slices.

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

3 participants