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

Add more support for Controls in Physics #29687

Open
GiudGiud opened this issue Jan 13, 2025 · 0 comments
Open

Add more support for Controls in Physics #29687

GiudGiud opened this issue Jan 13, 2025 · 0 comments
Labels
C: Framework T: task An enhancement to the software.

Comments

@GiudGiud
Copy link
Contributor

Motivation

As we expand Physics more and more and make it a widely used interface to users, we cannot lose other capabilities. Controls are one of the systems which are inherently not as easy to make work with Physics, as Physics remove the names of the parameters and objects to control from the input file.

This is mitigated by Debug/show_controllable which can be used with Physics to get the controllable parameters still.
But ideally, the interface/workflow would not rely on a debug parameter

Design

First a more general use of connectControllableParameters to go from Physics parameters to object parameters

then a task that makes sure that controlled parameters that are going through a Physics are actually used

Impact

User-friendly combination of Physics and Controls
Catch errors in Physics+Controls setups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

1 participant