xref: /honee/tests/gaussianwave_cgns_load.yaml (revision 337840fc9f8b699b98947f09e30443f8c0c7f962)
1c4a0f6c7SJames Wrightproblem: gaussian_wave
2c4a0f6c7SJames Wrightmu: 0 # Effectively solving Euler momentum equations
3c4a0f6c7SJames Wright
4c4a0f6c7SJames Wrightbc_freestream: 4,6,3,5
5c4a0f6c7SJames Wrightbc_symmetry_z: 1,2
6c4a0f6c7SJames Wright
7c4a0f6c7SJames Wrightreference:
8c4a0f6c7SJames Wright  temperature: 0.25
9c4a0f6c7SJames Wright  pressure: 71.75
10c4a0f6c7SJames Wrightfreestream:
11c4a0f6c7SJames Wright  # riemann: hll # causes thermal bubble to reflect acoustic waves from boundary
12c4a0f6c7SJames Wright  velocity: 2,2,0
13c4a0f6c7SJames Wright
14c4a0f6c7SJames Wrightepicenter: 0.33,0.75,0
15c4a0f6c7SJames Wrightamplitude: 2
16c4a0f6c7SJames Wrightwidth: 0.05
17c4a0f6c7SJames Wright
18c4a0f6c7SJames Wrightts:
19c4a0f6c7SJames Wright  adapt_type: none
20c4a0f6c7SJames Wright  max_steps: 100
21*8314b541SJames Wright  time_step: 2e-3
22c4a0f6c7SJames Wright  type: alpha
23c4a0f6c7SJames Wright  #monitor_solution: cgns:nwave.cgns
24c4a0f6c7SJames Wright  #monitor_solution_interval: 10
25c4a0f6c7SJames Wright
26c4a0f6c7SJames Wrightimplicit: true
27c4a0f6c7SJames Wrightstab: supg
28c4a0f6c7SJames Wrightstate_var: primitive
29c4a0f6c7SJames Wright
30c4a0f6c7SJames Wrightsnes_rtol: 1e-4
31c4a0f6c7SJames Wrightksp_rtol: 1e-2
32c4a0f6c7SJames Wrightsnes_lag_jacobian: 20
33c4a0f6c7SJames Wrightsnes_lag_jacobian_persists:
34c4a0f6c7SJames Wright
35c4a0f6c7SJames Wright## Demonstrate acoustic wave dissipation using an internal damping layer
36c4a0f6c7SJames Wright# idl:
37c4a0f6c7SJames Wright#   decay_time: 2e-3
38c4a0f6c7SJames Wright#   start: 0
39c4a0f6c7SJames Wright#   length: .25
40c4a0f6c7SJames Wright
41c4a0f6c7SJames Wrightoptions_left: false # to ignore error with -dm_localize and -dm_plex_simplex being set but not used
42