Skip to content
Discussion options

You must be logged in to vote

Maybe you misunderstood me - the numbers in your example make no sense because you create the third rules from the wrong "resolution" value. It must be one third of the local mesh density used to mesh the line width.

In your example, your 1/3 offset is larger than the line width because you calculate it from lambda/50. That goes wrong because the 1/3 mesh offset is larger than the entire line width...

In your example with 512µm line width, mesh size across line width should be around 100µm, and 1/3 rule refers to this local mesh size. It does not refer to the much larger maximum mesh size (misleading name "resolution" in your code) calculated from lambda/50!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Sarajevo67
Comment options

@VolkerMuehlhaus
Comment options

Answer selected by Sarajevo67
@Sarajevo67
Comment options

@VolkerMuehlhaus
Comment options

@Sarajevo67
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants