xref: /libCEED/examples/fluids/tests-output/stats_test.yaml (revision 5fb68f377259d3910de46d787b7c5d1587fd01e1)
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
11platemesh:
12  Ndelta: 15
13  growth: 1.3
14
15stab: 'supg'
16
17dm_plex:
18  box_lower: 0,0,0
19  box_upper: 4.2e-3,4.2e-3,5.e-4
20  dim: 3
21  box_bd: 'none,none,periodic'
22  shape: zbox
23
24# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
25bc_slip_z: 1,2
26bc_wall: 3
27wall_comps: 1,2,3
28bc_inflow: 6
29bc_outflow: 5,4
30outflow_type: pressure # simpler, but worse than default "riemann"
31g: 0,0,0
32
33stg:
34  use: true
35  inflow_path: "./examples/fluids/STGInflow_blasius.dat"
36  rand_path: "./examples/fluids/STGRand.dat"
37  mean_only: true
38  strong: true
39
40ts_monitor_turbulence_spanstats:
41  viewer:
42
43continue:
44continue_filename: ./examples/fluids/tests-output/fluids-navierstokes-turb-spanstats-IC.bin
45