xref: /libCEED/examples/fluids/blasius.yaml (revision 94c017353f70642ff53584f4c2920d59bb75d965)
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'
24Ctau_t: 1
25# Linear Settings:
26Ctau_C: 0.25
27Ctau_M: 0.25
28Ctau_E: 0.125
29# # Quadratic Settings:
30# Ctau_C: 0.125
31# Ctau_M: 0.125
32# Ctau_E: 0.125
33
34q_extra: 0
35
36dm_plex_box_lower: 0,0,0
37dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-5
38dm_plex_dim: 3
39# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
40bc_slip_z: 1,2
41bc_wall: 3
42wall_comps: 1,2,3
43bc_inflow: 6
44bc_outflow: 5,4
45g: 0,0,0
46
47stg:
48  use: false
49  inflow_path: "./STGInflow_blasius.dat"
50  mean_only: true
51