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

panzer: Access to physics parameters from closure model factory #13741

Open
kincaidkc opened this issue Jan 23, 2025 · 1 comment
Open

panzer: Access to physics parameters from closure model factory #13741

kincaidkc opened this issue Jan 23, 2025 · 1 comment

Comments

@kincaidkc
Copy link

Question

Good afternoon,

I am a developer on a multiphysics package using Trilinos as a base. As we add different types of physics to the code, we are adding additional closures to the factory. As we do this, we are often finding that we need to have entries in multiple places in the input file, e.g. both in the physics parameters and in the closure model list, or put things in the user parameters list that is accessible in both locations (which we have been advised to avoid). The root issue is that we can't seem to find a way to access the physics parameters from the closure model factory, which seems like a good feature to have, since the physics parameters may influence which closures are to be built. Is there a way to access the physics parameters from the closure model factory that we are missing?

Thanks,
Kellis

@rppawlo

@cgcgcg
Copy link
Contributor

cgcgcg commented Jan 23, 2025

@rppawlo

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

2 participants