Jpp
|
Auxiliary data structure for parameters of mechanical model. More...
#include <JMechanics.hh>
Public Member Functions | |
JMechanics () | |
Default constructor. More... | |
JMechanics (const double a, const double b) | |
Constructor. More... | |
double | getHeight (const double height) const |
Get effective height. More... | |
Public Attributes | |
double | a |
0 <= a < (maximal height)⁻1; [m^-1] More... | |
double | b |
0 <= b; [m] More... | |
Friends | |
std::istream & | operator>> (std::istream &in, JMechanics ¶meters) |
Read parameters from input stream. More... | |
std::ostream & | operator<< (std::ostream &out, const JMechanics ¶meters) |
Write parameters to output stream. More... | |
Auxiliary data structure for parameters of mechanical model.
This data structure provides for the implementation of the effective height conform the mechanical model of string.
Definition at line 30 of file JMechanics.hh.
|
inline |
Default constructor.
Definition at line 34 of file JMechanics.hh.
|
inline |
Constructor.
a | logarithmic term |
b | linear term |
Definition at line 46 of file JMechanics.hh.
|
inline |
Get effective height.
height | height |
Definition at line 59 of file JMechanics.hh.
|
friend |
Read parameters from input stream.
in | input stream |
parameters | parameters |
Definition at line 72 of file JMechanics.hh.
|
friend |
Write parameters to output stream.
out | output stream |
parameters | parameters |
Definition at line 85 of file JMechanics.hh.
double JACOUSTICS::JMechanics::a |
0 <= a < (maximal height)⁻1;
[m^-1]
Definition at line 91 of file JMechanics.hh.
double JACOUSTICS::JMechanics::b |
0 <= b;
[m]
Definition at line 92 of file JMechanics.hh.