Replies: 1 comment 5 replies
-
This is an interesting situation I haven't seen before. For some reason, the conversion between fillout factor and radius is failing... that could happen if at least one of the samples is numerically very close to the limits but could also be a bug somewhere in the conversion logic since the exception raising the error you're seeing is a catch-all. To try to track that down... can you enable a debugging logger ( |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In the contact model, I want to get the value of requiv@primary and its error, but it always tells me 'potential probably out of bounds for contact envelope'. However, I found that the potential is between pot_min and pot_max. I would like to know how I can get the requiv@primary and its error.
Also I added
b.flip_constraint('pot', solve_for='requiv@primary')
b.flip_constraint('fillout_factor', solve_for='pot')
Thanks
Beta Was this translation helpful? Give feedback.
All reactions