You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dot-cross why do you think S21 for waveport is 4dB more lossy? this simple cpw line should be very close to no loss. can you look at what mode is being excite in the waveport? maybe it's the wrong mode
@dot-cross why do you think S21 for waveport is 4dB more lossy? this simple cpw line should be very close to no loss. can you look at what mode is being excite in the waveport? maybe it's the wrong mode
Not sure why is 4dB more lossy. The mode is set to one, which by Palace documentation correspond to the biggest wave number.
Maybe the waveport region should be made larger? I mean, perhaps the 2D eigenvalue solver is converging to the correct numerical solution, but the domain where the problem is defined (which is a truncation of the real unbounded domain) is too small. Maybe even the airbox is not large enough. For example, I know that in antenna problems we need an air region that is at least $\lambda/2$ large.
We could also add the visualization of the mode for verification purposes.
For an example reference, here I have a CPW simulation where the airbox seems to be too small, as the eigenmode is non-zero at the top:
I think that for this PR just making the domain (and the waveport) large enough should be sufficient, but eventually we need to bring the viz server back to life :-D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for waveports. Modified palace_demo_cpw notebook to simulate and plot both lumped and waveports.