-
Notifications
You must be signed in to change notification settings - Fork 188
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
add ext_force_density to ekin #4203
Conversation
@itischler, could you review this one, since you are familiar with the EK code? The way EK "remote-controls" LB is really odd, but as I understand it, that's the way it's currently implemented for all EK/LB features. This will be different, when we switch to Walberla. I foudn one issue: As I see it, you added EK to the list of required featues for the Poisseuille test. Please avoid that. The pure LB version should run independently of whether or not EK is built in. In addition, the EK+LB-poiseuille test should run if EK is built in. I.e., you need two test funcitons |
I think what he did is correct: a new test class was introduced that is skipped if Ekin is not compiled in. The pure LB still runs independently. |
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.
minor readability suggestions
Co-authored-by: Jean-Noël Grad <[email protected]>
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.
Seems good to me.
Just noticed, that modification to external force after the method was activated, would not apply, since thy are not communicated to the gpu. However this is also true to ext forces applied to the species. So this is probably a task for an other pr.
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.
LGTM
please open a ticket |
Description of changes: