![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Functions for gravitational collapse calculations. More...
#include "shambackends/math.hpp"#include "shammath/matrix.hpp"#include "shamunits/Constants.hpp"#include "shamunits/UnitSystem.hpp"Go to the source code of this file.
Functions | |
| template<class T> | |
| T | shamphys::free_fall_time (T rho, T G) |
| template<class T> | |
| T | shamphys::free_fall_time (T rho, const shamunits::UnitSystem< T > usys={}) |
Functions for gravitational collapse calculations.
Definition in file collapse.hpp.
| T shamphys::free_fall_time | ( | T | rho, |
| const shamunits::UnitSystem< T > | usys = {} ) |
Definition at line 31 of file collapse.hpp.
| T shamphys::free_fall_time | ( | T | rho, |
| T | G ) |
Definition at line 26 of file collapse.hpp.