dmarek-flex
dmarek-flex
Related to [issue 523](https://github.com/flexcompute/tidy3d-core/issues/523). Adding support for coaxial ports. This requires adding support for lumped elements with coaxial geometry as well. The basic idea is the same as for the...
Validate that mode sources have at least 3 cells (even with size 0 it is possible to pick up 2 cells, so I chose 2 as the limit). Also included...
Added the ability for Transformed/GeometryGroup/ClipOperation geometries to be composed of 2D materials. Solves [issue 576](https://github.com/flexcompute/tidy3d-core/issues/576)
Testing coverage is low for the microwave models: > tidy3d/plugins/microwave/models/coupled_microstrip.py 49 42 0 14% > tidy3d/plugins/microwave/models/microstrip.py 64 52 0 19%
add a new type of port to the TerminalComponentModeler. WavePorts are the optimal port for exciting transmission lines, and they function like a hybrid between LumpedPorts and the modal-based Port....
As simulations become more complex, setting up the path integrals for each port will become tedious! We should implement a method that automatically creates path integrals from very simple user...
The present choice for mesh refinement at lumped ports is suitable for the transverse dimensions of the port, but can lead to over refinement along the normal axis. What we...
Adding support for simple RLC circuits as lumped elements, as well as more generalized networks that are described by an admittance transfer function in the Laplace domain. These elements get...
Currently users must use the `AdmittanceNetwork` class to model arbitrary linear networks with the `LumpedElement`. Although general, it is not very convenient, since the complete transfer function must be derived...