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 parametric DMD time windowing example #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions examples/dmd/README_window_example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#Steps for running parametric_tw_csv_rdim_window.py

#generate heat conduction data via:
sh heat_conducrtion_csv.sh
#edit rdim_window_example.csv file to user's liking; each row contains the window number and corresponding reduced basis size for the given window
#copy rdim_window_example.csv to the dmd_list directory
#run parametric_tw_csv_rdim_window.py via:
python3 parametric_tw_csv_rdim_window.py -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -rdim_window_file rdim_window_example.csv -offline
python3 parametric_tw_csv_rdim_window.py -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -rdim_window_file rdim_window_example.csv -online
#NOTE: -nwinsamp must be set such that the number of windows generated is the same as the number of windows specified in -rdim_window_file for consistency
Loading
Loading