-
Notifications
You must be signed in to change notification settings - Fork 1
/
2.ipt
47 lines (37 loc) · 1019 Bytes
/
2.ipt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*input number of planes
*total, body immersed, bottom
8 3 1
*====================
*what kind of boundary is left and right?
*0 = wall; 1 = piston wavemaker; 2 = flap wavemaker; 3=radiation
3 3
*====================
*what kind of wave
*1 = periodic; 2 = solitary; 0 = no wave security
0 0
*====================
*wavemaker parameters
*if piston: amplitude(m), omega(rad/s), phase lag(rad)
*if flap: stroke(m), duration(s), na
0.01293 3.8353 0 -0.01293 3.8353 0
*====================
*input number of wave gauge
6
*====================
*input wave gauge x location
1 2 4 6 8 9
*====================
*input number of body mass
1
*====================
*input length, height, density of floating body
1.0 0.5 450
*====================
*input initial x, y, and angular displacements
* unit = m, m, degree
0 0 0
*====================
*input degree of freedom of the body along 3 directions
*1 = free; 0 = fixed
1 1 1
*file end