xref: /honee/tests/gaussianwave_cgns_load.yaml (revision 8314b5411f868d3fe195890853902f1e5e532354)
1problem: gaussian_wave
2mu: 0 # Effectively solving Euler momentum equations
3
4bc_freestream: 4,6,3,5
5bc_symmetry_z: 1,2
6
7reference:
8  temperature: 0.25
9  pressure: 71.75
10freestream:
11  # riemann: hll # causes thermal bubble to reflect acoustic waves from boundary
12  velocity: 2,2,0
13
14epicenter: 0.33,0.75,0
15amplitude: 2
16width: 0.05
17
18ts:
19  adapt_type: none
20  max_steps: 100
21  time_step: 2e-3
22  type: alpha
23  #monitor_solution: cgns:nwave.cgns
24  #monitor_solution_interval: 10
25
26implicit: true
27stab: supg
28state_var: primitive
29
30snes_rtol: 1e-4
31ksp_rtol: 1e-2
32snes_lag_jacobian: 20
33snes_lag_jacobian_persists:
34
35## Demonstrate acoustic wave dissipation using an internal damping layer
36# idl:
37#   decay_time: 2e-3
38#   start: 0
39#   length: .25
40
41options_left: false # to ignore error with -dm_localize and -dm_plex_simplex being set but not used
42