-
Notifications
You must be signed in to change notification settings - Fork 62
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
Dem dmt force model #1045
Dem dmt force model #1045
Conversation
e79887d
to
77b4b42
Compare
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.
fiest batch
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.
This is the first batch because I saw Bruno posted a review.
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.
Nice model! Some comments for the doc. Also, I think you did update the theory guide, but not the parameter guide.
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.
Nothing else to say except that p-w contact models really need a refactor as p-p contact, lots of copy and paste
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.
Some more comments. I will finish the rest tomorrow
8add0da
to
09c280f
Compare
@voferreira could y ou also give it a look? |
@blaisb Absolutely. I will start looking into it Today and finish Tomorrow or so. |
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.
I reviewed everything and compared the much I could with the code. I would say maybe make sure it fits, but it's a pretty good work with the references. (I like to check the equation haha)
I have another comment, we can discuss it in person, but since you use many time variables store (i.e. surface energy, young modulus, ...) in tables, use variables so you prevent many access to the value and also it helps to read the code. I can help you with refactoring if you want (for another PR)
@@ -28,7 +28,7 @@ subsection model parameters | |||
set neighborhood threshold = 20 | |||
end | |||
subsection load balancing | |||
set load balance method = once | |||
set load balance method = none |
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.
You can remove the load balancing for all test
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.
Good job! Nice that you implemented the models separately (2 prs) and also took the time to do a theory guide on it. I would change a bit the architecture here to reduce the amount of repeated code, but we already talked about this. Let me know what you have decided and I will give it a read again when you have the final version.
09c280f
to
100de8a
Compare
Applying comments Co-authored-by: Audrey Collard-Daigneault <[email protected]> Co-authored-by: Victor Oliveira Ferreira <[email protected]>
New feature New DMT contact force model. How Has This Been Tested? Application test need to be added. I think I'm just going to use the same test as the JKR model. Coming soon Documentation Theory has been refactor. Co-authored-by: Audrey Collard-Daigneault <[email protected]> Co-authored-by: Victor Oliveira Ferreira <[email protected]> Former-commit-id: d3ef43a
New feature New DMT contact force model. How Has This Been Tested? Application test need to be added. I think I'm just going to use the same test as the JKR model. Coming soon Documentation Theory has been refactor. Co-authored-by: Audrey Collard-Daigneault <[email protected]> Co-authored-by: Victor Oliveira Ferreira <[email protected]> Former-commit-id: d3ef43a
New feature
How Has This Been Tested?
Documentation