1problem: 'blasius' 2 3implicit: true 4ts: 5 adapt_type: 'none' 6 type: 'beuler' 7 dt: 0.2e-5 8 max_time: 1.0e-3 9output_freq: 10 10 11## Linear Settings: 12degree: 1 13dm_plex_box_faces: 40,60,1 14platemesh_nDelta: 45 15 16# # Quadratic Settings: 17# degree: 2 18# dm_plex_box_faces: 20,30,1 19# platemesh: 20# nDelta: 22 21# growth: 1.1664 # 1.08^2 22 23stab: 'supg' 24 25q_extra: 0 26 27dm_plex_box_lower: 0,0,0 28dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-5 29dm_plex_dim: 3 30# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x- 31bc_slip_z: 1,2 32bc_wall: 3 33wall_comps: 1,2,3 34bc_inflow: 6 35bc_outflow: 5,4 36g: 0,0,0 37 38stg: 39 use: false 40 inflow_path: "./STGInflow_blasius.dat" 41 mean_only: true 42