Skip to content
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

Limit time step based on control system timescales in LTS #6394

Open
wthrowe opened this issue Dec 4, 2024 · 0 comments
Open

Limit time step based on control system timescales in LTS #6394

wthrowe opened this issue Dec 4, 2024 · 0 comments

Comments

@wthrowe
Copy link
Member

wthrowe commented Dec 4, 2024

Quoting @markscheel from elsewhere:

The thing I am specifically worried about is that the control system has some damping time T, but updates fail to be done on a timescale of T/3 , which will happen if the timestep is larger than T/3. In that case I think the control system will go unstable. Presumably with LTS the timestep that matters is the timestep in the elements that cover AhA (the BH that goes bad)

I don't think we currently have any way to determine what elements are involved in a control system measurement, so we don't know where in the domain to impose a limit on the time step. This might tie into #4765.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant