-
Notifications
You must be signed in to change notification settings - Fork 624
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
Link cutcells across mesh boundaries #12596
Comments
Sorry, here is the test case. |
I'll take a look
…________________________________
From: Randy McDermott ***@***.***>
Sent: Thursday, March 7, 2024 04:26 PM
To: firemodels/fds ***@***.***>
Cc: marcosvanella ***@***.***>; Assign ***@***.***>
Subject: Re: [firemodels/fds] Issue at mesh boundaries using ZVALS for GEOM (Issue #12596)
Sorry, here is the test case.
topo_demo.fds.txt<https://github.com/firemodels/fds/files/14530269/topo_demo.fds.txt>
—
Reply to this email directly, view it on GitHub<#12596 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABY23VLT4HV5IDRD2K6ORJTYXDLQJAVCNFSM6AAAAABELX24JCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBUGUZDSNJVGY>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
Try this with latest source. You'll still see some cut-cells blocked (unlinked), but not the line of cubes. |
When I try to run with the latest code I get a seg fault. Here is the debug output.
|
Same case from the op? This is what I see in blaze (dv mode):
|
Let me try the debug target. |
OK, I still had |
@marcosvanella The main problem is solved. I think we should leave this open until we get linking working across meshes. We should be able to set the |
Additionally we should set |
Related to the cell linking, this case has an instability if |
Ok will look into this. Just pushed setting default cell blocking IOR to -3 for terrains. |
Describe the bug
When a ZVALS terrain crosses a mesh boundary it looks like we have some old code that blocks cells.
To Reproduce
Run the attached case and you will see the terrain looks fine with the 32 mesh set, which does not have a mesh boundary cutting the geometry. Comment the 32 mesh set and uncomment the 64 mesh case, which splits the lower set of meshes and then you see the blocked cells.
Expected behavior
Should look like this one. The grid resolution does not change. I think this case (ZVALS) slipped through the cracks when the other mesh to mesh errors where fixed for GEOM.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: