-
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
Pass time step and temperature as function arguments #4264
Conversation
I think it’s unit conversion. dt^2/agrid is the conversion factor for a force, I guess.
The particle force is stored in MD units on the GPU, so the conversion from LB units has to happen somewhere. But the details of LBGPU-uints are a mystery to me.
This will only get disentangled with the switch to Walberla, I guess.
|
ah I thought that I once had removed almost all MD units. But probably only from the CPU version. |
Fixes #4247, partial fix for #2628
Description of changes:
temperature
andtime_step
globalsint fluidstep
anddouble fluidstep
static globals into a single static globaltau != time_step
)