The X910 class Schwingung in vertikaler Richtung eines Systems aus zwei Massen (Modellklasse)
More...
#include <x910.h>
|
| const double | m1 |
| |
| const double | m2 |
| |
| const double | k |
| |
| const double | y0 |
| |
| const double | v0 |
| |
| const double | omega0 |
| |
| const double | period |
| |
The X910 class Schwingung in vertikaler Richtung eines Systems aus zwei Massen (Modellklasse)
Definition at line 15 of file x910.h.
◆ X910()
| nmx::apps::x910::X910::X910 |
( |
double |
m1, |
|
|
double |
m2, |
|
|
double |
k, |
|
|
double |
y0, |
|
|
double |
v0 |
|
) |
| |
|
inline |
X910 Konstruktor.
- Parameters
-
| m1 | Masse 1 |
| m2 | Masse 2 |
| k | Federkonstante |
| y0 | maximale Auslenkung |
| v0 | Anfangsgeschwindigkeit |
Definition at line 34 of file x910.h.
◆ acceleration()
| double nmx::apps::x910::X910::acceleration |
( |
double |
x | ) |
const |
|
inline |
acceleration Beschleunigung
- Parameters
-
- Returns
- Beschleunigung an der Stelle x
Definition at line 49 of file x910.h.
◆ normal_force2()
| double nmx::apps::x910::X910::normal_force2 |
( |
double |
t | ) |
const |
|
inline |
normal_force2 Normalkraft
- Parameters
-
- Returns
- Normalkraft zum Zeitpunkt t
Definition at line 58 of file x910.h.
| const double nmx::apps::x910::X910::k |
◆ m1
| const double nmx::apps::x910::X910::m1 |
◆ m2
| const double nmx::apps::x910::X910::m2 |
◆ omega0
| const double nmx::apps::x910::X910::omega0 |
◆ period
| const double nmx::apps::x910::X910::period |
◆ v0
| const double nmx::apps::x910::X910::v0 |
◆ y0
| const double nmx::apps::x910::X910::y0 |
The documentation for this class was generated from the following file: