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

Reading global values from preCICE and providing in "global dictionary" #278

Open
uekerman opened this issue Feb 15, 2023 · 2 comments
Open
Labels
enhancement Nice to have, but not a problem

Comments

@uekerman
Copy link
Member

Motivated from @ahmed-h-elsheikh s case, but this could be a general solution to many applications.
We could first work with a one-vertex dummy helper mesh in preCICE and later use precice/precice#202

We are not sure yet if this "global dictionary" is really accessible, but investigating this could be helpful.

Connected to #277

@MakisH
Copy link
Member

MakisH commented Feb 15, 2023

Do you mean that we need a subdictionary in preciceDict to specify which global values we want to exchange via the preCICE "global values exchange" feature?

Or do you mean creating a similar feature directly in the adapter, which would go via a single point mesh? Would the latter make sense in the long run?

@mosayebshams
Copy link

mosayebshams commented Feb 15, 2023

In our case the "global value (an action)" is specific to an OpenFOAM patch, which ideally, we want the value to be directly communicated with the patch rather than we convert the action to a patch field (within our python environment) and then communicate the whole field via preCICE.

@MakisH MakisH added the enhancement Nice to have, but not a problem label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Nice to have, but not a problem
Projects
None yet
Development

No branches or pull requests

3 participants