arma-thesis

Simulation modelling of irregular waves for marine object dynamics programmes
git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

nit-standing-none (359B)


      1 no_seed = 1
      2 out_grid = (200,40,40)
      3 
      4 model = AR
      5 ar_model = {
      6 	acf = {
      7 		func = standing_wave
      8 		grid = (10,10,10) : (2.5,5,5)
      9 	}
     10 	least_squares = 0
     11 	order = (7,7,7)
     12 }
     13 verification = manual
     14 velocity_potential_solver = high_amplitude {
     15 	wnmax = from (0,0) to (0,0.25) npoints (2,2)
     16 	depth = 12
     17 	domain = from (10,-12) to (10,3) npoints (1,128)
     18 }
     19 transform = none