-
Notifications
You must be signed in to change notification settings - Fork 189
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
Removed ENGINE shear torque calculation #3277
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3277 +/- ##
======================================
- Coverage 86% 85% -1%
======================================
Files 533 533
Lines 25577 25522 -55
======================================
- Hits 22002 21945 -57
- Misses 3575 3577 +2
Continue to review full report at Codecov.
|
Yes that's the one, thank you. |
Oh, then why did the test pass? |
core/testsuite: engine_lb test fix from christophlohrmann
bors r=RudolfWeeber |
3277: Removed ENGINE shear torque calculation r=RudolfWeeber a=fweik @RudolfWeeber @christophlohrmann is this what you had in mind? If so the simplification is quite significant because all of the custom communication code for ENGINE can be removed. Also the LB coupling should now work in parallel. Description of changes: - Removed ENGINE shear torque calculation - Moved swimmer parameters into ParticleProperties - Removed custom communiication code for ENGINE - Adaped docs Co-authored-by: Florian Weik <[email protected]>
Build succeeded |
3277: Removed ENGINE shear torque calculation Description of the partial merge: - Removed rotational_friction - Fixed engine_lb test - Adaped docs Co-authored-by: Florian Weik <[email protected]>
@RudolfWeeber @christophlohrmann is this what you had in mind?
If so the simplification is quite significant because all of the custom
communication code for ENGINE can be removed. Also the LB coupling
should now work in parallel.
Description of changes: