Structure of input parameters consumed by the solver. More...
#include <lob.h>
Public Attributes | |
| uint16_t | drags [LOB_TABLE_SIZE] |
| The drag table. | |
| double | table_coefficient |
| Used to scale the drag table. | |
| double | speed_of_sound |
| The local speed of sound in Fps. | |
| uint16_t | velocity |
| Initial velocity of projectile in Fps. | |
| double | mass |
| Mass of the projectile in pounds. | |
| double | optic_height |
| Height of the optic above the bore. | |
| LobGravity | gravity |
| Gravity vector. | |
| LobWind | wind |
| Wind vector. | |
| LobCoriolis | coriolis |
| Coriolis effect parameters. | |
| double | zero_angle |
| Angle between sight and trajectory. | |
| double | stability_factor |
| Miller stability factor. | |
| double | aerodynamic_jump |
| Aerodynamic jump effect in Moa. | |
| double | spindrift_factor |
| Spin drift factor. | |
| uint16_t | minimum_speed |
| Minimum speed for solver. | |
| double | max_time |
| Max time of flight for solver. | |
| uint16_t | step_size |
| Step size for solver. | |
| LobErrorT | error |
| Builder error field. | |
Structure of input parameters consumed by the solver.
| double LobInput::aerodynamic_jump |
Aerodynamic jump effect in Moa.
| LobCoriolis LobInput::coriolis |
Coriolis effect parameters.
| uint16_t LobInput::drags[LOB_TABLE_SIZE] |
The drag table.
| LobErrorT LobInput::error |
Builder error field.
| LobGravity LobInput::gravity |
Gravity vector.
| double LobInput::mass |
Mass of the projectile in pounds.
| double LobInput::max_time |
Max time of flight for solver.
| uint16_t LobInput::minimum_speed |
Minimum speed for solver.
| double LobInput::optic_height |
Height of the optic above the bore.
| double LobInput::speed_of_sound |
The local speed of sound in Fps.
| double LobInput::spindrift_factor |
Spin drift factor.
| double LobInput::stability_factor |
Miller stability factor.
| uint16_t LobInput::step_size |
Step size for solver.
| double LobInput::table_coefficient |
Used to scale the drag table.
| uint16_t LobInput::velocity |
Initial velocity of projectile in Fps.
| LobWind LobInput::wind |
Wind vector.
| double LobInput::zero_angle |
Angle between sight and trajectory.