micro-manager icon indicating copy to clipboard operation
micro-manager copied to clipboard

Add functionality for spanshot computation from a full-order model

Open IshaanDesai opened this issue 11 months ago • 1 comments

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

IshaanDesai avatar Mar 28 '24 16:03 IshaanDesai