xref: /libCEED/examples/fluids/blasius.yaml (revision 00d548f6cce3ebb77e7917d79b50a2a368cad12e)
1problem: 'blasius'
2
3implicit: true
4ts:
5  adapt_type: 'none'
6  type: 'beuler'
7  dt: 0.2e-5
8  max_time: 1.0e-3
9output_freq: 10
10
11## Linear Settings:
12degree: 1
13dm_plex_box_faces: 40,60,1
14platemesh_nDelta: 45
15
16# # Quadratic Settings:
17# degree: 2
18# dm_plex_box_faces: 20,30,1
19# platemesh:
20#   nDelta: 22
21#   growth: 1.1664 # 1.08^2
22
23stab: 'supg'
24
25dm_plex_box_lower: 0,0,0
26dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-5
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: false
38  inflow_path: "./STGInflow_blasius.dat"
39  mean_only: true
40