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

Ray Visualisation doesnt seem to always capture reflections #31

Open
tomflint22 opened this issue Aug 21, 2024 · 3 comments
Open

Ray Visualisation doesnt seem to always capture reflections #31

tomflint22 opened this issue Aug 21, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tomflint22
Copy link
Contributor

The VTK write-out of the ray paths doesnt always seem to be working correctly.

This can be replicated by running the Plate2D case and then observing the rayQ fields, which is what the code uses for the calculations and comparing this with the VTK paths as shown below for the 1st timesteps. Maybe this is just an issue when the beam is not normal to the surface as some reflections are picked up later.

initial_time_rays

@tomflint22 tomflint22 added the bug Something isn't working label Aug 21, 2024
@philipcardiff
Copy link
Collaborator

Hi, Tom. To check, I understand: Is the problem that the reflected rays not being shown in the VTKs?

@tomflint22
Copy link
Contributor Author

Hi,
Yeah so the code is working correctly in terms of calculating the reflections and deposition, it's just the VTK is not being written correctly. If you look at the VTK's they should lie on top of the rayQ (andrayNumber) fields; these 2 fields are the original way to visualise the rays.

@tomflint22
Copy link
Contributor Author

That's what I was trying to show in the image above. So the VTK rays should come in and be reflected at 90 degrees like the rayQ field is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants