Orrery
A GPU-accelerated N-body gravitational simulator
Loading...
Searching...
No Matches
units.hpp
Go to the documentation of this file.
1#pragma once
2
22
23#include "orrery/core/types.hpp"
24
25namespace orrery::core {
26
38inline constexpr Real kGravitationalConstant = 1;
39
40} // namespace orrery::core
The scalar and index types that every layer of the project agrees on.
constexpr Real kGravitationalConstant
The gravitational constant, one by the definition of the unit system.
Definition units.hpp:38