xref: /honee/examples/advection_bl.yaml (revision 337840fc9f8b699b98947f09e30443f8c0c7f962)
163cbeca8SJames Wrightproblem: advection
263cbeca8SJames Wrightstab: supg
363cbeca8SJames Wrightstab_tau: advdiff_shakib
463cbeca8SJames Wrightdegree: 1
563cbeca8SJames Wright
663cbeca8SJames Wrightwind_type: boundary_layer
763cbeca8SJames Wrightadvection_ic_type: boundary_layer
863cbeca8SJames Wrightdiffusion_coeff: 5e-4
963cbeca8SJames Wright
1063cbeca8SJames Wrightimplicit:
1163cbeca8SJames Wrightts:
12*8314b541SJames Wright  time_step: 1e-2
1363cbeca8SJames Wright  type: alpha
1463cbeca8SJames Wright  alpha_radius: 1
1563cbeca8SJames Wright  adapt_type: none
1663cbeca8SJames Wright  max_steps: 200
1763cbeca8SJames Wright  # monitor_solution: cgns:advection_wave.cgns
1863cbeca8SJames Wright  # monitor_solution_interval: 1
1963cbeca8SJames Wrightsnes:
2063cbeca8SJames Wright  mf_operator:
2163cbeca8SJames Wright  lag_jacobian: 100
2263cbeca8SJames Wright  lag_jacobian_persists: true
2363cbeca8SJames Wrightdm_mat_preallocate_skip: false
2463cbeca8SJames Wright
2563cbeca8SJames Wrightdm_plex:
2663cbeca8SJames Wright  dim: 2
2763cbeca8SJames Wright  box_lower: 0,0
2863cbeca8SJames Wright  box_upper: 1,0.5
2963cbeca8SJames Wright  box_faces: 20,20
3063cbeca8SJames Wright  shape: box
3163cbeca8SJames Wright  box_bd: none,none
3263cbeca8SJames Wrightbc_wall: 1,2,3,4
3363cbeca8SJames Wrightwall_comps: 0,1,2,3,4
34