xref: /libCEED/examples/fluids/tests-output/blasius_stgtest.yaml (revision e64bb3f3ed2986a0c10dec3b47522d734c6e367d)
1problem: 'blasius'
2
3implicit: true
4ts:
5  adapt_type: 'none'
6  type: 'beuler'
7  dt: 2e-6
8  max_steps: 5
9
10dm_plex_box_faces: 3,20,1
11mesh_transform: platemesh
12platemesh:
13  Ndelta: 15
14  growth: 1.3
15
16stab: 'supg'
17
18dm_plex_box_lower: 0,0,0
19dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-4
20dm_plex_dim: 3
21# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
22bc_slip_z: 1,2
23bc_wall: 3
24wall_comps: 1,2,3
25bc_inflow: 6
26bc_outflow: 5,4
27outflow_type: pressure # simpler, but worse than default "riemann"
28
29stg:
30  use: true
31  inflow_path: "./examples/fluids/STGInflow_blasius.dat"
32  rand_path: "./examples/fluids/STGRand.dat"
33  mean_only: false
34