Skip to content
Discussion options

You must be logged in to vote

Couple of other points

EMerge doesn't care if surfaces of stripline sections overlap. So you dont have to use all these remove operations.

If you read the documentation(in your IDE) for the function .outside() you will read that the arguments determine which boundaries are not included. Granted this is not very intuitive. So outside("top") takes all boundaries except the top. If you want to select only the top you use .face('top'). I might pick a better name for .outside().

On this line: le_4_res = model.mw.bc.LumpedElement(port_4_res.boundary(), you don't have to use .boundary(). You can just pass the object.

If I remove the absorbing boundary condition it works.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gadiLhv
Comment options

Answer selected by gadiLhv
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@gadiLhv
Comment options

@FennisRobert
Comment options

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