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