Geometric object representing a wavy wall, parametrised by. More...
Public Member Functions | |
| WavyWall (const double &l, const double &litude) | |
| Constructor: Pass wavelength and amplitude. | |
| void | position (const Vector< double > &zeta, Vector< double > &r) const |
| Position vector to wavy wall. | |
Protected Attributes | |
| double | L |
| Wavelength. | |
| double | A |
| Amplitude. | |
Geometric object representing a wavy wall, parametrised by.
Definition at line 52 of file simple_spine_channel.cc.
Constructor: Pass wavelength and amplitude.
Definition at line 58 of file simple_spine_channel.cc.
Position vector to wavy wall.
Definition at line 62 of file simple_spine_channel.cc.
|
protected |
|
protected |