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