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
To ensure that the `Restrictor` component does not disrupt the domain network, the [`domain_connect()`](@ref) function can be used, which explicitly only connects the domain network and not the unknown variables.
@@ -322,15 +321,14 @@ To ensure that the `Restrictor` component does not disrupt the domain network, t
322
321
ODESystem(eqs, t, [], pars; systems, name)
323
322
end
324
323
325
-
@named ressys = RestrictorSystem()
326
-
sys = structural_simplify(ressys)
324
+
@mtkbuild ressys = RestrictorSystem()
327
325
nothing #hide
328
326
```
329
327
330
328
Now that the `Restrictor` component is properly defined using `domain_connect()`, the defaults for `res.port_b` and `vol.port` are properly defined.
0 commit comments