mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::astro::units::solar< _realT > Struct Template Reference

template<typename _realT>
struct mx::astro::units::solar< _realT >

Solar units-type.

The units are:

  • Length: au
  • Time: year
  • Mass: solar mass
  • Energy: solar-luminosity-year
  • Temperature: solar effective temperature

Definition at line 73 of file units.hpp.

#include <astro/units.hpp>

Public Types

typedef _realT realT
 The real floating point type in which to specify constants.
 

Static Public Attributes

static constexpr realT length
 Conversion from SI (m) to solar (au)
 
static constexpr realT time
 Conversion from SI (s) to solar (yr)
 
static constexpr realT mass
 Conversion from SI (kg) to solar (M_sun)
 
static constexpr realT energy
 Conversion from SI (J) to solar (Solar-luminosities X year)
 
static constexpr realT temperature
 Conversion from SI (K) to solar (5772 K)
 

Member Typedef Documentation

◆ realT

template<typename _realT >
typedef _realT mx::astro::units::solar< _realT >::realT

The real floating point type in which to specify constants.

Definition at line 75 of file units.hpp.

Member Data Documentation

◆ energy

template<typename _realT >
constexpr realT mx::astro::units::solar< _realT >::energy
staticconstexpr
Initial value:
=
static_cast<realT>( 1.0 ) /
( constants::lumSun<si<realT>>() * static_cast<realT>( 365.25 ) *
static_cast<realT>( 86400.0 ) )
constexpr units::realT lumSun()
Luminosity of the Sun.

Conversion from SI (J) to solar (Solar-luminosities X year)

Definition at line 82 of file units.hpp.

◆ length

template<typename _realT >
constexpr realT mx::astro::units::solar< _realT >::length
staticconstexpr
Initial value:
=
static_cast<realT>( 1 ) / constants::au<si<realT>>()
constexpr units::realT au()
Astronomical Unit.

Conversion from SI (m) to solar (au)

Definition at line 76 of file units.hpp.

◆ mass

template<typename _realT >
constexpr realT mx::astro::units::solar< _realT >::mass
staticconstexpr
Initial value:
=
constants::G<si<realT>>() / constants::GMSun<si<realT>>()
constexpr units::realT GMSun()
Solar Mass Parameter.

Conversion from SI (kg) to solar (M_sun)

Definition at line 80 of file units.hpp.

◆ temperature

template<typename _realT >
constexpr realT mx::astro::units::solar< _realT >::temperature
staticconstexpr
Initial value:
=
static_cast<realT>( 1.0 ) / constants::TeffSun<si<realT>>()
constexpr units::realT TeffSun()
Effective Temperature of the Sun.

Conversion from SI (K) to solar (5772 K)

Definition at line 86 of file units.hpp.

◆ time

template<typename _realT >
constexpr realT mx::astro::units::solar< _realT >::time
staticconstexpr
Initial value:
=
static_cast<realT>( 1.0 ) / constants::year<si<realT>>()
constexpr units::realT year()
Length of year.

Conversion from SI (s) to solar (yr)

Definition at line 78 of file units.hpp.


The documentation for this struct was generated from the following file: