Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4032ab5e
Commit
4032ab5e
authored
Apr 03, 2020
by
Andrew Heather
Browse files
DOC: waveMaker - removed references to unused x0 input parameter
parent
53767fc8
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/waveModels/derivedPointPatchFields/waveMaker/waveMakerPointPatchVectorField.H
View file @
4032ab5e
...
@@ -58,7 +58,6 @@ Usage
...
@@ -58,7 +58,6 @@ Usage
\table
\table
Property | Description | Required | Default value
Property | Description | Required | Default value
motionType | See motion types below | yes |
motionType | See motion types below | yes |
x0 | Reference point on patch | yes |
n | Direction of motion | yes |
n | Direction of motion | yes |
initialDepth | Initial depth | yes |
initialDepth | Initial depth | yes |
wavePeriod | wave period | yes |
wavePeriod | wave period | yes |
...
...
tutorials/multiphase/interFoam/laminar/waves/waveMakerFlap/0.orig/pointDisplacement
View file @
4032ab5e
...
@@ -37,7 +37,6 @@ boundaryField
...
@@ -37,7 +37,6 @@ boundaryField
value uniform (0 0 0);
value uniform (0 0 0);
motionType flap;
motionType flap;
x0 (0 0 0);
n (1 0 0);
n (1 0 0);
waveHeight 0.06;
waveHeight 0.06;
initialDepth 0.25;
initialDepth 0.25;
...
...
tutorials/multiphase/interFoam/laminar/waves/waveMakerMultiPaddleFlap/0.orig/pointDisplacement
View file @
4032ab5e
...
@@ -37,7 +37,6 @@ boundaryField
...
@@ -37,7 +37,6 @@ boundaryField
value uniform (0 0 0);
value uniform (0 0 0);
motionType flap;
motionType flap;
x0 (0 0 0);
n (1 0 0);
n (1 0 0);
waveHeight 0.06;
waveHeight 0.06;
initialDepth 0.25;
initialDepth 0.25;
...
...
tutorials/multiphase/interFoam/laminar/waves/waveMakerMultiPaddlePiston/0.orig/pointDisplacement
View file @
4032ab5e
...
@@ -37,7 +37,6 @@ boundaryField
...
@@ -37,7 +37,6 @@ boundaryField
value uniform (0 0 0);
value uniform (0 0 0);
motionType piston;
motionType piston;
x0 (0 0 0);
n (1 0 0);
n (1 0 0);
waveHeight 0.06;
waveHeight 0.06;
initialDepth 0.25;
initialDepth 0.25;
...
...
tutorials/multiphase/interFoam/laminar/waves/waveMakerPiston/0.orig/pointDisplacement
View file @
4032ab5e
...
@@ -37,7 +37,6 @@ boundaryField
...
@@ -37,7 +37,6 @@ boundaryField
value uniform (0 0 0);
value uniform (0 0 0);
motionType piston;
motionType piston;
x0 (0 0 0);
n (1 0 0);
n (1 0 0);
waveHeight 0.06;
waveHeight 0.06;
initialDepth 0.25;
initialDepth 0.25;
...
...
tutorials/multiphase/interFoam/laminar/waves/waveMakerSolitary/0.orig/pointDisplacement
View file @
4032ab5e
...
@@ -37,7 +37,6 @@ boundaryField
...
@@ -37,7 +37,6 @@ boundaryField
value uniform (0 0 0);
value uniform (0 0 0);
motionType solitary;
motionType solitary;
x0 (0 0 0);
n (1 0 0);
n (1 0 0);
waveHeight 0.1;
waveHeight 0.1;
initialDepth 0.2;
initialDepth 0.2;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment