-
Notifications
You must be signed in to change notification settings - Fork 8
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
Added critical time step for heat transfer #152
Added critical time step for heat transfer #152
Conversation
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.
Yes, I think we should combine these in one function, but in a new function separate from the Inputs
constructor since we need the force model details to determine whether we're running heat transfer or not
Sure, could you please make the change? |
We need to account for "thermal_subcycle_steps>1" for the critical time step calculation for heat transfer. |
72966e2
to
b7c9340
Compare
a9b72fd
to
dc636a8
Compare
Co-authored-by: Sam Reeve <[email protected]>
ab6e65b
to
a8c788b
Compare
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.
Now the example is running. It seems ready.
No description provided.