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