![]() |
Hex
2.2
Hydrogen-electron collision solver
|
#include <algorithm>#include "hex-special.h"#include "hex-vec3d.h"#include "hex-version.h"#include "utils.h"
Functions | |
| double | change_units (eUnit A, eUnit B) |
| Energy units change. More... | |
| double | change_units (lUnit A, lUnit B) |
| Lengths units change. More... | |
| double | change_units (aUnit A, aUnit B) |
| Angular units change. More... | |
| std::string | unit_name (eUnit u) |
| Energy unit name. More... | |
| std::string | unit_name (lUnit u) |
| Length unit name. More... | |
| std::string | unit_name (aUnit u) |
| Length unit name. More... | |
Returns factor that can be used to transform from the unit system A to the unit system B.
Returns factor that can be used to transform from the unit system A to the unit system B.
Returns factor that can be used to transform from the unit system A to the unit system B.
| std::string unit_name | ( | eUnit | u | ) |
Return energy unit name as string.
| std::string unit_name | ( | lUnit | u | ) |
Return length unit name as string.
| std::string unit_name | ( | aUnit | u | ) |
Return length unit name as string.
1.8.13