xref: /libCEED/examples/fluids/tests-output/stats_test.yaml (revision 1ea55a34129e65adf46cc9aad604e9be02563d89)
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_slip_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/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