Loading...
Searching...
No Matches
Parameters::dynamics_options_t Struct Reference

#include <Parameters.h>

Public Attributes

double time_step_input {1.0}
double time_step {0.0}
double time_input {1000.0}
double time {0.0}
long steps {0}

Detailed Description

Definition at line 540 of file Parameters.h.

Member Data Documentation

◆ steps

Definition at line 545 of file Parameters.h.

545{0}; // computed: time / time_step

◆ time

Definition at line 544 of file Parameters.h.

544{0.0}; // computed: input / timeUnit

◆ time_input

Definition at line 543 of file Parameters.h.

543{1000.0};

◆ time_step

Definition at line 542 of file Parameters.h.

542{0.0}; // computed: input / timeUnit

◆ time_step_input

Definition at line 541 of file Parameters.h.

541{1.0};

The documentation for this struct was generated from the following file: