-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
DisplacementDeltas not implemented for explicit coupling? #8
Comments
Is there a difference in how calculix-adapter/nonlingeo_precice.c Line 1116 in 10938d8
|
Yes, for explicit coupling, it will always return |
So, when should calculix-adapter/adapter/CCXHelpers.c Line 83 in 10938d8
Here the previous solution is added to Possibly there are other parts to the restart setting that I haven't seen. |
No, this should not be related to restarts. For explicit coupling, |
Right! calculix-adapter/adapter/CCXHelpers.c Line 148 in 10938d8
This must be why I was getting wrong velocities when computed at the fluid side from |
https://github.com/precice/calculix-adapter/blob/master/adapter/PreciceInterface.c
It seems like
sim->coupling_init_v
is only updated for implicit coupling (throughPrecice_WriteIterationCheckpoint
), but never if only explicit coupling is used.@arusch Are we overseeing something?
Thanks!
The text was updated successfully, but these errors were encountered: