plain_wave_high_amplitude_solver.arma (528B)
1 out_grid = (200,128,40) : (199,8,8) 2 3 model = plain_wave 4 plain_wave = { 5 func = cos 6 amplitudes = [4] 7 wavenumbers = [0.125] 8 phases = [0] 9 velocities = [0.5] 10 } 11 verification = manual 12 13 velocity_potential_solver = high_amplitude { 14 wnmax = (0,0.25) 15 depth = 12 16 domain = from (10,-12) to (10,4) npoints (1,128) 17 } 18 19 #velocity_potential_solver = plain { 20 # waves = { 21 # func = cos 22 # amplitudes = [4] 23 # wavenumbers = [0.125] 24 # phases = [0] 25 # velocities = [0.5] 26 # } 27 # depth = 12 28 # domain = from (10,-12) to (10,4) npoints (1,128) 29 #}