xref: /libCEED/examples/fluids/blasius.yaml (revision 970fa48b9a53db16b0ccdf8217e67fcf459fb2c7)
1problem: 'blasius'
2
3implicit: true
4ts:
5  adapt_type: 'none'
6  type: 'beuler'
7  dt: 2e-6
8  max_time: 1.0e-3
9  #monitor_solution: cgns:blasius-%d.cgns
10  #monitor_solution_interval: 10
11checkpoint_interval: 10
12
13## Linear Settings:
14degree: 1
15dm_plex_box_faces: 40,60,1
16platemesh_nDelta: 45
17
18# # Quadratic Settings:
19# degree: 2
20# dm_plex_box_faces: 20,30,1
21# platemesh:
22#   nDelta: 22
23#   growth: 1.1664 # 1.08^2
24
25stab: 'supg'
26
27dm_plex_box_lower: 0,0,0
28dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-5
29dm_plex_dim: 3
30# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
31bc_slip_z: 1,2
32bc_wall: 3
33wall_comps: 1,2,3
34bc_inflow: 6
35bc_outflow: 5,4
36g: 0,0,0
37
38stg:
39  use: false
40  inflow_path: "./STGInflow_blasius.dat"
41  mean_only: true
42
43# ts_monitor_turbulence_spanstats:
44#   collect_interval: 1
45#   viewer_interval: 5
46#   viewer: cgns:stats-%d.cgns
47#   viewer_cgns_batch_size: 1
48