-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve ElastoGap #4200
Improve ElastoGap #4200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f_c
is negative for contact = true
, i.e. when s_rel < s_rel0
. This means, the contact occures when the difference s_rel-s_rel0
is negative.
IMO this implies that both f_ref
and s_ref
shall be limited by max = 0
.
f7f99cf
to
eaad69c
Compare
Clearly But I find it easier to have a positive |
Definitely. I prepared a PR on your branch regarding this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for me!
Closes modelica#4197 Prefer code to pre, and move things. Add scaling ratio variable and add parameter description Simplify computation of f_d Documentation: add non-braking spaces where needed Add scaling ratio variable and add parameter description Simplify computation of f_d Documentation: add non-braking spaces where needed Improve documentation concerning s_rel and f_rel Enable only positive values of s_rel and f_rel
883f3c5
to
beac21c
Compare
Closes #4197
(See that ticket for the discussion.)