xref: /honee/examples/advection_bl.yaml (revision b4fd18dfeb7fe20bc2ce09e18a422e556e44809a)
1problem: advection
2stab: supg
3stab_tau: advdiff_shakib
4degree: 1
5
6units_kilogram: 1
7units_meter: 1
8units_second: 1
9
10wind_type: boundary_layer
11advection_ic_type: boundary_layer
12diffusion_coeff: 5e-4
13
14implicit:
15ts:
16  dt: 1e-2
17  type: alpha
18  alpha_radius: 1
19  adapt_type: none
20  max_steps: 200
21  # monitor_solution: cgns:advection_wave.cgns
22  # monitor_solution_interval: 1
23snes:
24  mf_operator:
25  lag_jacobian: 100
26  lag_jacobian_persists: true
27dm_mat_preallocate_skip: false
28
29dm_plex:
30  dim: 2
31  box_lower: 0,0
32  box_upper: 1,0.5
33  box_faces: 20,20
34  shape: box
35  box_bd: none,none
36bc_wall: 1,2,3,4
37wall_comps: 0,1,2,3,4
38