Classes | Enumerations | Functions
nmx::apps::x1500 Namespace Reference

Classes

class  C1500
 The X1500 class Harmonische Schwingungen mit Dämpfung. More...
 
class  Critical
 The Critical class Aperiodischer Grenzfall (Rechenmodell) More...
 
class  Overdamped
 The Overdamped class starke Dämpfung (Rechenmodell) More...
 
class  Underdamped
 The Underdamped class Schwache Dämpfung (Rechenmodell) More...
 
class  X1500
 The X1500 class Harmonische Schwingungen mit Dämpfung (Modellklasse) More...
 

Enumerations

enum  Damping { Damping::over = 0, Damping::critical = 1, Damping::under = 2 }
 The Damping enum Mögliche Schwingungstypen. More...
 

Functions

void run ()
 run Berechnung von Beispieldaten More...
 

Enumeration Type Documentation

◆ Damping

The Damping enum Mögliche Schwingungstypen.

Enumerator
over 
critical 
under 

Definition at line 14 of file x1500.h.

Function Documentation

◆ run()

void nmx::apps::x1500::run ( )
inline

run Berechnung von Beispieldaten

Definition at line 331 of file x1500.h.