The X1500 class Harmonische Schwingungen mit Dämpfung (Modellklasse)
More...
#include <x1500.h>
|
| using | IValues = std::array< double, 2 > |
| |
The X1500 class Harmonische Schwingungen mit Dämpfung (Modellklasse)
Definition at line 24 of file x1500.h.
◆ IValues
◆ X1500()
| nmx::apps::x1500::X1500::X1500 |
( |
double |
mass, |
|
|
double |
k, |
|
|
double |
beta, |
|
|
IValues |
initc |
|
) |
| |
|
inline |
X1500 Konstruktor.
- Parameters
-
| mass | Masse |
| k | Federkonstante |
| beta | Reibungskoeffizient |
| initc | Feld der Länge 2 mit Anfangsbedingungen (x0,v0) |
Definition at line 42 of file x1500.h.
◆ acceleration()
| double nmx::apps::x1500::X1500::acceleration |
( |
double |
x, |
|
|
double |
v |
|
) |
| const |
|
inline |
acceleration
- Parameters
-
- Returns
- momentane Beschleunigung
Definition at line 67 of file x1500.h.
◆ expfactor()
| double nmx::apps::x1500::X1500::expfactor |
( |
double |
t | ) |
const |
|
inline |
expfactor Hilfsfunktion
- Parameters
-
- Returns
- e^(-gamma t)
Definition at line 59 of file x1500.h.
◆ type() [1/2]
| Damping nmx::apps::x1500::X1500::type |
( |
| ) |
const |
|
inline |
type Berechnung des Dämpfungstyps
- Returns
- Dämpfungstyp der Instanz
Definition at line 75 of file x1500.h.
◆ type() [2/2]
| static Damping nmx::apps::x1500::X1500::type |
( |
double |
gm, |
|
|
double |
omg0 |
|
) |
| |
|
inlinestatic |
type Hilfsfunktion zur Ermittlung des Dämpfungstyps
- Parameters
-
- Returns
- Dämpfungstyp
Definition at line 83 of file x1500.h.
◆ beta
| const double nmx::apps::x1500::X1500::beta |
◆ frequency0
| const double nmx::apps::x1500::X1500::frequency0 |
◆ gamma
| const double nmx::apps::x1500::X1500::gamma |
| const double nmx::apps::x1500::X1500::k |
◆ mass
| const double nmx::apps::x1500::X1500::mass |
◆ omega0
| const double nmx::apps::x1500::X1500::omega0 |
◆ period0
| const double nmx::apps::x1500::X1500::period0 |
◆ v0
| const double nmx::apps::x1500::X1500::v0 |
◆ x0
| const double nmx::apps::x1500::X1500::x0 |
The documentation for this class was generated from the following file: