![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambackends/sycl.hpp"#include "shamunits/Constants.hpp"#include "shamunits/UnitSystem.hpp"Go to the source code of this file.
Functions | |
| template<class T> | |
| T | shamphys::hill_radius (T R, T m, T M) |
| template<class T> | |
| T | shamphys::keplerian_speed (T G, T M, T R) |
| template<class T, class Tu> | |
| T | shamphys::keplerian_speed (T M, T R, const shamunits::UnitSystem< Tu > usys={}) |
Definition in file Planets.hpp.
| T shamphys::hill_radius | ( | T | R, |
| T | m, | ||
| T | M ) |
Definition at line 25 of file Planets.hpp.
| T shamphys::keplerian_speed | ( | T | G, |
| T | M, | ||
| T | R ) |
Definition at line 30 of file Planets.hpp.
| T shamphys::keplerian_speed | ( | T | M, |
| T | R, | ||
| const shamunits::UnitSystem< Tu > | usys = {} ) |
Definition at line 35 of file Planets.hpp.