xref: /libCEED/examples/fluids/blasius.yaml (revision 019b76820d7ff306c177822c4e76ffe5939c204b)
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#snes_max_it: 4
12#snes_convergence_test: skip
13
14## Linear Settings:
15degree: 1
16dm_plex_box_faces: 40,60,1
17nDelta: 45
18
19## Quadratic Settings:
20#degree: 2
21#dm_plex_box_faces: 20,30,1
22#nDelta: 22
23#growth: 1.1664 # 1.08^2
24
25stab: 'supg'
26Ctau_t: 1
27#Ctau_v: 36,60,128 is what PHASTA has for p=1,2, 3
28## linear Settings:
29Ctau_v: 36
30Ctau_C: 0.25
31Ctau_M: 0.25
32Ctau_E: 0.125
33## Quadratic Settings:
34#Ctau_v: 60
35#Ctau_C: 0.125
36#Ctau_M: 0.125
37#Ctau_E: 0.125
38
39q_extra: 0
40
41dm_plex_box_lower: 0,0,0
42dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-5
43dm_plex_dim: 3
44# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
45bc_slip_z: 1,2
46bc_wall: 3
47wall_comps: 1,2,3
48bc_inflow: 6
49bc_outflow: 5,4
50g: 0,0,0
51