1problem: 'blasius' 2implicit: true 3ts: 4 adapt_type: 'none' 5 type: 'alpha' 6 alpha_radius: 0.5 7 dt: 1.8e-4 8 max_steps: 500 9 10ts_error_if_step_fails: false 11snes: 12 lag_jacobian: 21 13 lag_jacobian_persists: true 14 max_it: 3 15 convergence_test: skip 16ksp: 17 rtol: 5e-2 18 type: lgmres 19pc_type: vpbjacobi 20amat_type: shell 21 22stab: 'supg' 23Ctau_t: 1 24idl: 25 decay_time: 3.6e-4 26 start: -3.1 27 length: 0.2 28 29degree: 1 30 31meshtransform: 32 type: platemesh 33 platemesh_y_node_locs_path: examples/flatplate_STG_spacing.dat 34dm_plex: 35 dim: 3 36 box: 37 faces: 22,63,14 38 lower: -3.1,0,0 39 upper: -2.97, 2.4, 0.03390625 40 bd: none,none,periodic 41dm_plex_shape: zbox 42 43bc_wall: 3 44wall_comps: 1,2,3 45bc_inflow: 6 46bc_outflow: 5,4 47 48state_var: primitive 49 50gravity: 0,0,0 51mu: 1.2502e-5 52pressure_infinity: 71.75 53temperature_infinity: .25 54reference: 55 temperature: 0.25 56 pressure: 71.75 57 58stg: 59 use: true 60 strong: true 61 inflow_path: examples/STGInflow_flatplate_STG.dat 62 rand_path: examples/STGRand_flatplate_STG.dat 63 u0: 1 64 mean_only: false 65 fluctuating_IC: false 66 67# # Logging settings 68# ts_monitor: 69# snes_monitor: 70# snes_converged_reason: 71# ksp_converged_reason: 72