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
- Added support for circuit synthesis from the PROM in adaptive driven simulations
26
+
(`config["Solver"]["Driven"]["AdaptiveCircuitSynthesis"]`). Modifies ROM to add `LumpedPort` fields to make circuit. Prints out the projected matrices of the driven problem as well as the basis orthogonalization matrix.
orthogonalization matrix). These matrices are directly normalized to the conventional voltage for
222
+
the external ports. This adds the port fields as a basis function `LumpedPort` to the reduced order
223
+
model. Requires:
224
+
225
+
- Adaptive frequency sweep `AdaptiveTol > 0.0` are turned on,
226
+
- All `LumpedPort` fields are orthogonal to each other,
227
+
- Only terms with LRC like frequency dependence are currently supported. This means no `WavePort` or `WavePortPEC`, no `Conductivity`, and no second-order `Farfield` boundary conditions.
0 commit comments