xref: /honee/examples/advection_wave.yaml (revision 337840fc9f8b699b98947f09e30443f8c0c7f962)
122312f1fSJames Wrightproblem: advection
222312f1fSJames Wrightstab: supg
322312f1fSJames Wrightstab_tau: advdiff_shakib
422312f1fSJames Wrightdegree: 1
522312f1fSJames Wright
622312f1fSJames Wrightwind_type: translation
722312f1fSJames Wrightwind_translation: -0.7071067811865475,0.7071067811865475
822312f1fSJames Wrightadvection_ic_type: wave
980e9ac5bSJames Wrightadvection_ic_wave:
1022312f1fSJames Wright  type: square
1122312f1fSJames Wright  frequency: 17.771531752633464 # 8 pi / sqrt(2)
1222312f1fSJames Wright  phase: 0
1322312f1fSJames Wrightdiffusion_coeff: 0
1422312f1fSJames Wright
1522312f1fSJames Wrightts:
16*8314b541SJames Wright  time_step: 1e-3
1722312f1fSJames Wright  type: rk
1822312f1fSJames Wright  adapt_type: none
1922312f1fSJames Wright  max_steps: 100
2022312f1fSJames Wright  # monitor_solution: cgns:advection_wave.cgns
2122312f1fSJames Wright  # monitor_solution_interval: 5
2222312f1fSJames Wrightdm_mat_preallocate_skip: true
2322312f1fSJames Wright
2422312f1fSJames Wrightdm_plex:
2522312f1fSJames Wright  box_lower: 0,0
2622312f1fSJames Wright  box_upper: 1,1
2722312f1fSJames Wright  box_faces: 20,20
2822312f1fSJames Wright  shape: zbox
2922312f1fSJames Wright  box_bd: periodic,periodic
30