xref: /honee/examples/flatplate_STG.yaml (revision ea615d4cc464aa6ad650c06fae6d120cc2465bc4)
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
31mesh_transform: platemesh
32dm_plex:
33   dim: 3
34   box:
35     faces: 22,63,14
36     lower: -3.1,0,0
37     upper: -2.97, 2.4, 0.03390625
38     bd: none,none,periodic
39dm_plex_shape: zbox
40
41bc_wall: 3
42wall_comps: 1,2,3
43bc_inflow: 6
44bc_outflow: 5,4
45
46state_var: primitive
47
48gravity: 0,0,0
49mu: 1.2502e-5
50pressure_infinity: 71.75
51temperature_infinity: .25
52reference:
53  temperature: 0.25
54  pressure: 71.75
55
56stg:
57  use: true
58  strong: true
59  inflow_path: examples/STGInflow_flatplate_STG.dat
60  rand_path: examples/STGRand_flatplate_STG.dat
61  u0: 1
62  mean_only: false
63  fluctuating_IC: false
64platemesh_y_node_locs_path: examples/flatplate_STG_spacing.dat
65
66# # Logging settings
67# ts_monitor:
68# snes_monitor:
69# snes_converged_reason:
70# ksp_converged_reason:
71