You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: