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

Generic readers/writers with additional operations #295

Open
MakisH opened this issue Jul 18, 2023 · 0 comments
Open

Generic readers/writers with additional operations #295

MakisH opened this issue Jul 18, 2023 · 0 comments
Labels
CHT Conjugate heat transfer enhancement Nice to have, but not a problem FF Fluid-fluid coupling FSI Fluid-structure interaction

Comments

@MakisH
Copy link
Member

MakisH commented Jul 18, 2023

In the context of #279 and similar issues, and looking at the current state of the adapter, I think that we could move away from the field-specific readers/writers to generic readers/writers very easily for most of the fields, as we are just extracting and injecting values at specific locations.

For the readers/writers that need to do additional conversions, we could potentially use something similar to the coded function objects that OpenFOAM provides. Either the user could provide details on what conversions to do, or (non-exclusive) we could apply the additional operations only on the fields that require this.

Merely documenting the idea for now, I don't yet have clear implementation directions.

@MakisH MakisH added enhancement Nice to have, but not a problem CHT Conjugate heat transfer FSI Fluid-structure interaction FF Fluid-fluid coupling labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHT Conjugate heat transfer enhancement Nice to have, but not a problem FF Fluid-fluid coupling FSI Fluid-structure interaction
Projects
None yet
Development

No branches or pull requests

1 participant