xref: /libCEED/examples/fluids/blasius.yaml (revision 5cd6c1fb67d52eb6a42b887bb79c183682dd86ca)
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
16mesh_transform: platemesh
17platemesh_nDelta: 45
18
19# # Quadratic Settings:
20# degree: 2
21# dm_plex_box_faces: 20,30,1
22# platemesh:
23#   modify_mesh: true
24#   nDelta: 22
25#   growth: 1.1664 # 1.08^2
26
27stab: 'supg'
28
29dm_plex_box_lower: 0,0,0
30dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-5
31dm_plex_dim: 3
32# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
33bc_slip_z: 1,2
34bc_wall: 3
35wall_comps: 1,2,3
36bc_inflow: 6
37bc_outflow: 5,4
38g: 0,0,0
39
40stg:
41  use: false
42  inflow_path: "./STGInflow_blasius.dat"
43  mean_only: true
44
45# ts_monitor_turbulence_spanstats:
46#   collect_interval: 1
47#   viewer_interval: 5
48#   viewer: cgns:stats-%d.cgns
49#   viewer_cgns_batch_size: 1
50