xref: /honee/tests/stats_test.yaml (revision c9f376050d3861e44a3522dda28dab81f9a3076c)
1problem: 'blasius'
2
3implicit: true
4ts:
5  adapt_type: 'none'
6  type: 'beuler'
7  dt: 2e-6
8  max_steps: 10
9
10dm_plex_box_faces: 3,20,2
11mesh_transform: platemesh
12platemesh:
13  Ndelta: 15
14  growth: 1.3
15
16stab: 'supg'
17
18dm_plex:
19  box_lower: 0,0,0
20  box_upper: 4.2e-3,4.2e-3,5.e-4
21  dim: 3
22  box_bd: 'none,none,periodic'
23  shape: zbox
24
25# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
26bc_symmetry_z: 1,2
27bc_wall: 3
28wall_comps: 1,2,3
29bc_inflow: 6
30bc_outflow: 5,4
31outflow_type: pressure # simpler, but worse than default "riemann"
32
33stg:
34  use: true
35  inflow_path: "examples/STGInflow_blasius.dat"
36  rand_path: "examples/STGRand.dat"
37  mean_only: true
38  strong: true
39
40continue_filename: tests/output/turb-spanstats-IC.bin
41