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