xref: /honee/examples/advection_wave.yaml (revision 49c2c2da4bdb2e3c2e8a681550774f7954eb4237)
1problem: advection
2stab: supg
3stab_tau: advdiff_shakib
4degree: 1
5
6units_kilogram: 1
7units_meter: 1
8units_second: 1
9
10wind_type: translation
11wind_translation: -0.7071067811865475,0.7071067811865475
12advection_ic_type: wave
13wave:
14  type: square
15  frequency: 17.771531752633464 # 8 pi / sqrt(2)
16  phase: 0
17diffusion_coeff: 0
18
19ts:
20  dt: 1e-3
21  type: rk
22  adapt_type: none
23  max_steps: 100
24  # monitor_solution: cgns:advection_wave.cgns
25  # monitor_solution_interval: 5
26dm_mat_preallocate_skip: true
27
28dm_plex:
29  box_lower: 0,0
30  box_upper: 1,1
31  box_faces: 20,20
32  shape: zbox
33  box_bd: periodic,periodic
34