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

standing_wave.arma (294B)


      1 out_grid = (200,40,40)
      2 
      3 model = AR
      4 verification = manual
      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 velocity_potential_solver = linear {
     14 	wnmax = (0,0.25)
     15 	depth = 12
     16 	domain = from (10,-12) to (10,4) npoints (1,128)
     17 }