The C710 class Rechenmodell schiefer Wurf ohne Luftwiderstand. More...
#include <x710.h>
Public Types | |
| using | Ode = gsl::Odeiv2< 4 > |
| using | Data = Data< 9 > |
Public Member Functions | |
| void | exec () |
| solve_ode numerische Lösung der DGL More... | |
| void | save_data () |
| save_data speichert Daten im LaTeX- und im CSV-Format More... | |
Public Member Functions inherited from nmx::apps::x710::X710 | |
| X710 (double m, double yinit, double vinit, double angle) | |
| Konstruktor. More... | |
| double | xmax () const |
| xmax More... | |
| double | ymax () const |
| ymax More... | |
| double | t4xmax () const |
| t4xmax More... | |
| double | t4ymax () const |
| t4ymax More... | |
| double | xmax_angle () const |
| xmax_angle More... | |
| double | vx (double t) const |
| vx x-Komponente der Geschwindigkeit als Funktion der Zeit More... | |
| double | vy (double t) const |
| vy y-Komponente der Geschwindigkeit als Funktion der Zeit More... | |
| double | x (double t) const |
| x -Koordinate als Funktion der Zeit More... | |
| double | y (double t) const |
| y -Koordinate als Funktion der Zeit More... | |
Public Member Functions inherited from nmx::XModel | |
| XModel ()=delete | |
| XModelBase kein Standardkonstruktor. More... | |
| XModel (const char *name) | |
| XModelBase Konstruktor. More... | |
Public Attributes | |
| friend | Ode |
Public Attributes inherited from nmx::apps::x710::X710 | |
| const double | mass |
| const double | H |
| const double | v0 |
| const double | theta0 |
Additional Inherited Members | |
Static Public Member Functions inherited from nmx::XModel | |
| static std::ofstream | get_output_stream (Format fmt) |
| get_output_stream More... | |
| template<class T > | |
| static std::ofstream | get_output_stream (Format fmt, const T &id) |
| get_output_stream More... | |
| template<class T > | |
| static void | save (const T &data, Format fmt) |
| save Speicherung von Daten in eine Datei More... | |
| template<class T , class ID > | |
| static void | save (const T &data, Format fmt, const ID &id) |
| save Speicherung von Daten in eine Datei More... | |
| static std::string | class_name () |
| class_name More... | |
Protected Attributes inherited from nmx::apps::x710::X710 | |
| double | _v0y = 0 |
| double | _v0x = 0 |
The C710 class Rechenmodell schiefer Wurf ohne Luftwiderstand.
| using nmx::apps::x710::C710::Data = Data<9> |
| using nmx::apps::x710::C710::Ode = gsl::Odeiv2<4> |
|
inline |
|
inline |
| friend nmx::apps::x710::C710::Ode |
1.8.13