-
Notifications
You must be signed in to change notification settings - Fork 13
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
Print the wavespeed that sets the CFL timestep #73
base: main
Are you sure you want to change the base?
Print the wavespeed that sets the CFL timestep #73
Conversation
@forrestglines do you want to try this out? I think it should work, but it could use some testing. You should be able to immediately modify it to compute and print out the temperature/sound speed, Alfven speed, and bulk velocity from the primitive vars of the timestep-limiting cell. |
@pgrete Could you take a look at this? I can also add a runtime option to turn this on/off if that would be useful. |
Several of the tests fail with a CUDA memory error:
I will try to debug on the HPCC tomorrow. |
This modifies the timestep reduction to include the cell properties, and prints the wavespeeds (sound speed, Alfven speed, and fluid velocity) for the cell that has the minimum timestep.
When running the Orzsag-Tang problem, the output looks like this: