DOC: waveMaker - removed references to unused x0 input parameter
This commit is contained in:
parent
53767fc8ce
commit
4032ab5e15
@ -58,7 +58,6 @@ Usage
|
||||
\table
|
||||
Property | Description | Required | Default value
|
||||
motionType | See motion types below | yes |
|
||||
x0 | Reference point on patch | yes |
|
||||
n | Direction of motion | yes |
|
||||
initialDepth | Initial depth | yes |
|
||||
wavePeriod | wave period | yes |
|
||||
|
@ -37,7 +37,6 @@ boundaryField
|
||||
value uniform (0 0 0);
|
||||
|
||||
motionType flap;
|
||||
x0 (0 0 0);
|
||||
n (1 0 0);
|
||||
waveHeight 0.06;
|
||||
initialDepth 0.25;
|
||||
|
@ -37,7 +37,6 @@ boundaryField
|
||||
value uniform (0 0 0);
|
||||
|
||||
motionType flap;
|
||||
x0 (0 0 0);
|
||||
n (1 0 0);
|
||||
waveHeight 0.06;
|
||||
initialDepth 0.25;
|
||||
|
@ -37,7 +37,6 @@ boundaryField
|
||||
value uniform (0 0 0);
|
||||
|
||||
motionType piston;
|
||||
x0 (0 0 0);
|
||||
n (1 0 0);
|
||||
waveHeight 0.06;
|
||||
initialDepth 0.25;
|
||||
|
@ -37,7 +37,6 @@ boundaryField
|
||||
value uniform (0 0 0);
|
||||
|
||||
motionType piston;
|
||||
x0 (0 0 0);
|
||||
n (1 0 0);
|
||||
waveHeight 0.06;
|
||||
initialDepth 0.25;
|
||||
|
@ -37,7 +37,6 @@ boundaryField
|
||||
value uniform (0 0 0);
|
||||
|
||||
motionType solitary;
|
||||
x0 (0 0 0);
|
||||
n (1 0 0);
|
||||
waveHeight 0.1;
|
||||
initialDepth 0.2;
|
||||
|
Loading…
Reference in New Issue
Block a user