The X2000 class Bewegung im konstanten Gravitationsfeld mit Reibung nach Stokes (Modellklasse)
More...
#include <x2000.h>
|
| const double | mass |
| |
| const double | beta |
| |
| const double | y0 |
| |
| const double | v0 |
| |
The X2000 class Bewegung im konstanten Gravitationsfeld mit Reibung nach Stokes (Modellklasse)
Definition at line 15 of file x2000.h.
◆ X2000()
| nmx::apps::x2000::X2000::X2000 |
( |
double |
m, |
|
|
double |
b, |
|
|
double |
y0, |
|
|
double |
v0 |
|
) |
| |
|
inline |
X2000 Konstruktor.
- Parameters
-
| m | Masse |
| b | Reibungskoeffizient |
| y0 | Höhe zur Zeit t=0 |
| v0 | Geschwindigkeit zur Zeit t=0 |
Definition at line 36 of file x2000.h.
◆ terminal_velocity()
| double nmx::apps::x2000::X2000::terminal_velocity |
( |
| ) |
const |
|
inline |
terminalVelocity
- Returns
- Endgeschwindigkeit
Definition at line 51 of file x2000.h.
◆ time4ymax()
| double nmx::apps::x2000::X2000::time4ymax |
( |
| ) |
const |
|
inline |
time4ymax
- Returns
- Zeit für maximale Höhe
Definition at line 77 of file x2000.h.
◆ v()
| double nmx::apps::x2000::X2000::v |
( |
double |
t | ) |
const |
|
inline |
v Geschwindigkeit als Funktion der Zeit
- Parameters
-
- Returns
- Geschwindigkeit
Definition at line 58 of file x2000.h.
◆ y()
| double nmx::apps::x2000::X2000::y |
( |
double |
t | ) |
const |
|
inline |
y Ort als Funktion der Zeit
- Parameters
-
- Returns
- Ort zum Zeitpunkt t
Definition at line 67 of file x2000.h.
◆ ymax()
| double nmx::apps::x2000::X2000::ymax |
( |
| ) |
const |
|
inline |
ymax
- Returns
- maximale Höhe
Definition at line 85 of file x2000.h.
◆ beta
| const double nmx::apps::x2000::X2000::beta |
◆ mass
| const double nmx::apps::x2000::X2000::mass |
◆ v0
| const double nmx::apps::x2000::X2000::v0 |
◆ y0
| const double nmx::apps::x2000::X2000::y0 |
The documentation for this class was generated from the following file: