xref: /honee/examples/blasius.yaml (revision 26d401f341abd2ffa9d6447a9dd4eef440436380)
1problem: 'blasius'
2
3implicit: true
4ts:
5  adapt_type: 'none'
6  type: 'beuler'
7  time_step: 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
16meshtransform:
17  type: platemesh
18  platemesh:
19    Ndelta: 45
20    growth: 1.08
21
22# # Quadratic Settings:
23# degree: 2
24# dm_plex_box_faces: 20,30,1
25# meshtransform:
26#   type: platemesh
27#   platemesh:
28#     Ndelta: 22
29#     growth: 1.1664 # 1.08^2
30
31stab: 'supg'
32
33dm_plex_box_lower: 0,0,0
34dm_plex_box_upper: 4.2e-3,4.2e-3,5.e-5
35dm_plex_dim: 3
36# Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
37bc_symmetry_z: 1,2
38bc_wall: 3
39wall_comps: 1,2,3
40bc_inflow: 6
41bc_outflow: 5,4
42gravity: 0,0,0
43
44# stg:
45#   use: false
46#   inflow_path: "./STGInflow_blasius.dat"
47#   mean_only: true
48
49# ts_monitor_spanstats_turbulence: cgns:stats-%d.cgns
50# ts_monitor_spanstats_turbulence:
51#   collect_interval: 1
52#   interval: 5
53#   cgns_batch_size: 1
54