Jpp
17.2.1-pre0
the software that should make you happy
|
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 for given actual 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 39 of file JMechanics.hh.
|
inline |
Default constructor.
Definition at line 43 of file JMechanics.hh.
|
inline |
Constructor.
a | logarithmic term |
b | linear term |
Definition at line 55 of file JMechanics.hh.
|
inline |
Get effective height for given actual height.
height | height |
Definition at line 68 of file JMechanics.hh.
|
friend |
Read parameters from input stream.
in | input stream |
parameters | parameters |
Definition at line 81 of file JMechanics.hh.
|
friend |
Write parameters to output stream.
out | output stream |
parameters | parameters |
Definition at line 94 of file JMechanics.hh.
double JACOUSTICS::JMechanics::a |
0 <= a < (maximal height)⁻1;
[m^-1]
Definition at line 100 of file JMechanics.hh.
double JACOUSTICS::JMechanics::b |
0 <= b;
[m]
Definition at line 101 of file JMechanics.hh.