|
lob 0.11.0
Exterior ballistics library — API + technical reference
|
Structure of parameters consumed by the solver. More...
#include <lob.hpp>
Public Attributes | |
| double | drag_coeff |
| Drag coefficient scaling factor. | |
| double | speed_of_sound |
| The local speed of sound in Fps. | |
| double | mass |
| Mass of the projectile in pounds. | |
| double | optic_height |
| Height of the optic above the bore. | |
| Gravity | gravity |
| Gravity vector. | |
| Wind | wind |
| Wind vector. | |
| Coriolis | 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. | |
| double | k_lapse |
| Projected linear density lapse coeff. | |
| double | max_time |
| Max time of flight for solver. | |
| std::array< float, kLobCoeffsSize > | drags |
| Drag curve coefficients. | |
| uint16_t | velocity |
| Initial velocity of projectile in Fps. | |
| uint16_t | minimum_speed |
| Minimum speed for solver. | |
| uint16_t | step_size |
| Solver step size in inches. | |
| ErrorT | error |
| Error status after build. | |
Structure of parameters consumed by the solver.
LobContext. | double lob::Context::aerodynamic_jump |
Aerodynamic jump effect in Moa.
| double lob::Context::drag_coeff |
Drag coefficient scaling factor.
| std::array<float, kLobCoeffsSize> lob::Context::drags |
Drag curve coefficients.
| ErrorT lob::Context::error |
Error status after build.
| double lob::Context::k_lapse |
Projected linear density lapse coeff.
| double lob::Context::mass |
Mass of the projectile in pounds.
| double lob::Context::max_time |
Max time of flight for solver.
| uint16_t lob::Context::minimum_speed |
Minimum speed for solver.
| double lob::Context::optic_height |
Height of the optic above the bore.
| double lob::Context::speed_of_sound |
The local speed of sound in Fps.
| double lob::Context::spindrift_factor |
Spin drift factor.
| double lob::Context::stability_factor |
Miller stability factor.
| uint16_t lob::Context::step_size |
Solver step size in inches.
| uint16_t lob::Context::velocity |
Initial velocity of projectile in Fps.
| double lob::Context::zero_angle |
Angle between sight and trajectory.