|
Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
|
Run configuration for Stage phase. More...
#include <CoreTypes.hpp>
Public Attributes | |
| double | t_start = 0.0 |
| Simulation start time. | |
| double | t_end = 10.0 |
| Simulation end time. | |
| double | dt = 0.001 |
| Time step. | |
| bool | equilibrium = false |
| If true, run trim solver at Stage. | |
Run configuration for Stage phase.
Passed to components during Stage to set up initial conditions.
| double icarus::RunConfig::dt = 0.001 |
Time step.
| bool icarus::RunConfig::equilibrium = false |
If true, run trim solver at Stage.
| double icarus::RunConfig::t_end = 10.0 |
Simulation end time.
| double icarus::RunConfig::t_start = 0.0 |
Simulation start time.