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 functionality for spanshot computation from a full-order model #89

Closed
5 tasks done
IshaanDesai opened this issue Mar 28, 2024 · 2 comments
Closed
5 tasks done
Assignees
Labels
new-feature Adding a new feature

Comments

@IshaanDesai
Copy link
Member

IshaanDesai commented Mar 28, 2024

In the framework of the SimTech project PN5-9(II) the Micro Manager needs to be extended to be able to do an offline snapshot computation step for a given full-order model. The input parameter space for creating the snapshots will be defined by the user through a configuration file. The existing JSON file could be potentially used for this, or a new configuration file format can be explored. The data required from the simulations (output) is also defined by the user. The database developed from this computation should have an interface between its output and the reduced-order/surrogate models, presumably using hdf5. Rough tasks to add this functionality are:

  • Design configuration options for parameter space and data output options to run a full-order model
  • Finalize a file format for configuring the parameters of the snapshot computation
  • Implement a new class in the Micro Manager to run the offline computation
  • Find the most suitable file format to store the snapshots and create an interface to surrogate/reduced-order models
  • For a simple dummy simulation, try to output the snapshots in the file format finalized in the previous step
@uekerman
Copy link
Member

uekerman commented Apr 24, 2024

And (advanced)

  • Provide a callback interface to call any user-provided (Python?) post-processing script

@IshaanDesai IshaanDesai added the new-feature Adding a new feature label Jun 3, 2024
@IshaanDesai
Copy link
Member Author

Closed via #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Adding a new feature
Projects
None yet
Development

No branches or pull requests

3 participants