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

Add error message for overlapping elliptical apertures #757

Open
cemitch99 opened this issue Nov 12, 2024 · 1 comment
Open

Add error message for overlapping elliptical apertures #757

cemitch99 opened this issue Nov 12, 2024 · 1 comment

Comments

@cemitch99
Copy link
Member

cemitch99 commented Nov 12, 2024

The case of a periodic array of elliptical apertures yields incorrect results when the apertures overlap, which occurs when xmax >= repeat_x/2 or ymax >= repeat_y/2. This case is also unphysical, since the solid material of the aperture plane is not topologically connected in this case.

Check for this condition, and add an error message.

The case of overlapping rectangular apertures simply yields full transmission, and no error message is required.

Pointed out by SchroederSa.

@cemitch99
Copy link
Member Author

EllipticalAperture_Overlapping

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

1 participant