LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
201 stars 36 forks source link

Add varying rdim for DMD time windowing #282

Closed ckendrick closed 3 months ago

ckendrick commented 5 months ago

This adds an option to the DMD time windowing examples local_tw_csv and parametric_tw_csv for specifying an additional input file containing a reduced dimension or energy fraction value for each window, rather than using the same -rdim or -ef value for all windows.

Example csv input file specifying rdims for each window index:

RDIM
0,6
1,7
2,8
3,10
4,9

The csv input file is assumed to be in the DMD list directory, similar to the other inputs used by local_tw_csv and parametric_tw_csv. The above example can be modified to specify energy fraction values by using EF in the header.