#include "orsa_universe.h"
#include "orsa_file.h"
#include "orsa_error.h"
#include <iostream>
#include <string>
#include <limits>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | orsa |
Functions | |
double | GetG () |
double | GetG_MKS () |
double | GetMSun () |
double | GetC () |
double | FromUnits (const double, const time_unit, const int=1) |
double | FromUnits (const double, const length_unit, const int=1) |
double | FromUnits (const double, const mass_unit, const int=1) |
std::string | TimeLabel () |
std::string | LengthLabel () |
std::string | MassLabel () |
Frame | StartFrame (const vector< BodyWithEpoch > &f, vector< JPL_planets > &jf, const Interaction *itr, const Integrator *itg, const UniverseTypeAwareTime &t) |
Variables | |
Universe * | universe = 0 |
The active universe. |