miccetro
@tamte, what love to know what your chain of thought was here to figure out that you can plug the wire solver into the pop solver. Was this from experimentation or what is the logic you used to figure this out?
there's definitely logic involved, I don't like using setups that wouldn't make clear sense
it's partially experience with how DOPs work and then knowledge of inner working of POP Solver (since it's hda that you can look inside) which makes such connection less mystical
if you dive into POP Solver you can see what it does, it's just a bunch of microsolvers doing specific operations, so the only interesting part here are nodes that integrate v@v from force and wind specific attributes, which luckily the mentioned checkboxes allow you to do
so in that configuration POP Solver is just solving for new v@v
then traditionally you'd combine solvers using Multi Solver DOP
so you'd just append Multi Solver to your object and connect both POP Solver (with all POP forces connected to it's presolve)
and Wire solver to the Multisolver
however since POP Solver is already internally a multisolver and also has a post-solve input which is executed after v@v is integrated you can just utilize that instead and connect wire solver there directly, eliminating the need of another Multisolver
it will also make it substepped by POP Solver's settings since it's internally connected to Gas Substep, which whether desired or not is good to keep in mind