Jpp
19.1.0-rc.1
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 41 of file JMechanics.hh.
|
inline |
|
inline |
|
inline |
Get effective height for given actual height.
height | height |
Definition at line 70 of file JMechanics.hh.
|
friend |
Read parameters from input stream.
in | input stream |
parameters | parameters |
Definition at line 83 of file JMechanics.hh.
|
friend |
Write parameters to output stream.
out | output stream |
parameters | parameters |
Definition at line 96 of file JMechanics.hh.
double JACOUSTICS::JMechanics::a |
0 <= a < (maximal height)⁻1;
[m^-1]
Definition at line 102 of file JMechanics.hh.
double JACOUSTICS::JMechanics::b |
0 <= b;
[m]
Definition at line 103 of file JMechanics.hh.