The X130 class Gravitationsfeld zweier Massen.
More...
#include <x130.h>
|
| const double | m1 |
| |
| const double | m2 |
| |
| const double | m3 |
| |
| const double | d |
| |
| const double | dx |
| |
| const double | dy |
| |
| const double | xlim |
| |
| const double | ylim |
| |
The X130 class Gravitationsfeld zweier Massen.
Definition at line 13 of file x130.h.
◆ X130()
| nmx::apps::x130::X130::X130 |
( |
double |
m1, |
|
|
double |
m2, |
|
|
double |
d, |
|
|
double |
m3 = 1, |
|
|
double |
xlim = 5, |
|
|
double |
dx = 1, |
|
|
double |
ylim = 5, |
|
|
double |
dy = 1 |
|
) |
| |
|
inline |
X130 Konstruktor.
- Parameters
-
| m1 | Masse 1 (Quelle) |
| m2 | Masse 2 (Quelle) |
| d | Abstand zwischen m1 und m2 |
| m3 | Probemasse |
| xlim | Darstellung von [-xlim,xlim] |
| dx | Schrittweite in x-Richtung |
| ylim | Darstellung von [-ylim,ylim] |
| dy | Schrittweite in y-Richtung |
Definition at line 45 of file x130.h.
◆ exec()
| void nmx::apps::x130::X130::exec |
( |
| ) |
|
|
inline |
exec Berechnung der normierten Kraftvektoren
Definition at line 88 of file x130.h.
◆ force1()
| auto nmx::apps::x130::X130::force1 |
( |
const Vector & |
v | ) |
const |
|
inline |
force1 Berechnung der Kraft von m1 auf die Probemasse
- Parameters
-
| v | Ortsvektor der Probemasse |
- Returns
- Kraft
Definition at line 58 of file x130.h.
◆ force2()
| auto nmx::apps::x130::X130::force2 |
( |
const Vector & |
v | ) |
const |
|
inline |
force2 Berechnung der Kraft von m2 auf die Probemasse
- Parameters
-
| v | Ortsvektor der Probemasse |
- Returns
- Kraft
Definition at line 74 of file x130.h.
◆ save_data()
| void nmx::apps::x130::X130::save_data |
( |
| ) |
const |
|
inline |
save_data Speicherung der Daten, z.B. -1 -1 5 8
Definition at line 121 of file x130.h.
| const double nmx::apps::x130::X130::d |
◆ dx
| const double nmx::apps::x130::X130::dx |
◆ dy
| const double nmx::apps::x130::X130::dy |
◆ m1
| const double nmx::apps::x130::X130::m1 |
◆ m2
| const double nmx::apps::x130::X130::m2 |
◆ m3
| const double nmx::apps::x130::X130::m3 |
◆ xlim
| const double nmx::apps::x130::X130::xlim |
◆ ylim
| const double nmx::apps::x130::X130::ylim |
The documentation for this class was generated from the following file: