xref: /libCEED/examples/fluids/tests-output/blasius_stgtest.yaml (revision 990fdeb6bb8fc9af2da4472bdc0d1f57da5da0e5)
1problem: 'blasius'
2
3implicit: true
4ts:
5  adapt_type: 'none'
6  type: 'beuler'
7  dt: 2e-6
8  max_steps: 10
9output_freq: 10
10
11dm_plex_box_faces: 3,30,1
12platemesh:
13  Ndelta: 22
14  growth: 1.1664 # 1.08^2
15
16stab: 'supg'
17Ctau_t: 1
18Ctau_v: 36
19Ctau_C: 0.25
20Ctau_M: 0.25
21Ctau_E: 0.125
22
23q_extra: 0
24
25dm_plex_box_lower: 0,0,0
26dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-4
27dm_plex_dim: 3
28# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
29bc_slip_z: 1,2
30bc_wall: 3
31wall_comps: 1,2,3
32bc_inflow: 6
33bc_outflow: 5,4
34g: 0,0,0
35
36stg:
37  use: true
38  inflow_path: "./examples/fluids/STGInflow_blasius.dat"
39  rand_path: "./examples/fluids/STGRand.dat"
40  mean_only: false
41