xref: /libCEED/examples/fluids/tests-output/stats_test.yaml (revision 8fb33541c0006446646a5f49fd7454feff98577f)
1*8fb33541SJames Wrightproblem: 'blasius'
2*8fb33541SJames Wright
3*8fb33541SJames Wrightimplicit: true
4*8fb33541SJames Wrightts:
5*8fb33541SJames Wright  adapt_type: 'none'
6*8fb33541SJames Wright  type: 'beuler'
7*8fb33541SJames Wright  dt: 2e-6
8*8fb33541SJames Wright  max_steps: 10
9*8fb33541SJames Wright
10*8fb33541SJames Wrightdm_plex_box_faces: 3,20,2
11*8fb33541SJames Wrightplatemesh:
12*8fb33541SJames Wright  Ndelta: 15
13*8fb33541SJames Wright  growth: 1.3
14*8fb33541SJames Wright
15*8fb33541SJames Wrightstab: 'supg'
16*8fb33541SJames Wright
17*8fb33541SJames Wrightdm_plex:
18*8fb33541SJames Wright  box_lower: 0,0,0
19*8fb33541SJames Wright  box_upper: 4.2e-3,4.2e-3,5.e-4
20*8fb33541SJames Wright  dim: 3
21*8fb33541SJames Wright  box_bd: 'none,none,periodic'
22*8fb33541SJames Wright  shape: zbox
23*8fb33541SJames Wright
24*8fb33541SJames Wright# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
25*8fb33541SJames Wrightbc_slip_z: 1,2
26*8fb33541SJames Wrightbc_wall: 3
27*8fb33541SJames Wrightwall_comps: 1,2,3
28*8fb33541SJames Wrightbc_inflow: 6
29*8fb33541SJames Wrightbc_outflow: 5,4
30*8fb33541SJames Wrightoutflow_type: pressure # simpler, but worse than default "riemann"
31*8fb33541SJames Wrightg: 0,0,0
32*8fb33541SJames Wright
33*8fb33541SJames Wrightstg:
34*8fb33541SJames Wright  use: true
35*8fb33541SJames Wright  inflow_path: "./examples/fluids/STGInflow_blasius.dat"
36*8fb33541SJames Wright  rand_path: "./examples/fluids/STGRand.dat"
37*8fb33541SJames Wright  mean_only: true
38*8fb33541SJames Wright  strong: true
39*8fb33541SJames Wright
40*8fb33541SJames Wrightts_monitor_turbulence_spanstats:
41*8fb33541SJames Wright  viewer:
42*8fb33541SJames Wright
43*8fb33541SJames Wrightcontinue:
44*8fb33541SJames Wrightcontinue_filename: ./examples/fluids/tests-output/fluids-navierstokes-turb-spanstats-IC.bin
45