Allowing changing of timestep size after starting solving? #322
TessellateDataScience
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
@TessellateDataScience your code snippet should work (does it not?). For what it's worth, I've done things just like this in the past. Just make sure that the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm liking the idea of using Python to control my OpenFOAM case setup & solving (and keeping everything in Python for ease-of-use). However, I have an issue where I can't change the timestep size after an arbitrary time. Is there a way to do this or should I dive into modifying the code (if so where should I go)? Code below shows how I'm currently trying to do this:
Note this using numerous cores (i.e. parallised via decomposePar).
Beta Was this translation helpful? Give feedback.
All reactions