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

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

Jupiter units-type.

The units are:

  • Length: Jupiter-radii
  • Time: s
  • Mass: Jupiter mass
  • Energy: J
  • Temperature: K

Definition at line 120 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)
 
static constexpr realT time = static_cast<realT>( 1.0 )
 Conversion from SI (s)
 
static constexpr realT mass
 Conversion from SI (kg)
 
static constexpr realT energy = static_cast<realT>( 1.0 )
 Conversion from SI (J)
 
static constexpr realT temperature = static_cast<realT>( 1.0 )
 Conversion from SI (K)
 

Member Typedef Documentation

◆ realT

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

The real floating point type in which to specify constants.

Definition at line 122 of file units.hpp.

Member Data Documentation

◆ energy

template<typename _realT >
constexpr realT mx::astro::units::jupiter< _realT >::energy = static_cast<realT>( 1.0 )
staticconstexpr

Conversion from SI (J)

Definition at line 128 of file units.hpp.

◆ length

template<typename _realT >
constexpr realT mx::astro::units::jupiter< _realT >::length
staticconstexpr
Initial value:
=
static_cast<realT>( 1 ) / constants::radJupiter<si<realT>>()
constexpr units::realT radJupiter()
Radius of Jupiter (nominal equatorial)

Conversion from SI (m)

Definition at line 123 of file units.hpp.

◆ mass

template<typename _realT >
constexpr realT mx::astro::units::jupiter< _realT >::mass
staticconstexpr
Initial value:
=
static_cast<realT>( 1.0 ) / constants::massJupiter<si<realT>>()
constexpr units::realT massJupiter()
Jupiter Mass.

Conversion from SI (kg)

Definition at line 126 of file units.hpp.

◆ temperature

template<typename _realT >
constexpr realT mx::astro::units::jupiter< _realT >::temperature = static_cast<realT>( 1.0 )
staticconstexpr

Conversion from SI (K)

Definition at line 129 of file units.hpp.

◆ time

template<typename _realT >
constexpr realT mx::astro::units::jupiter< _realT >::time = static_cast<realT>( 1.0 )
staticconstexpr

Conversion from SI (s)

Definition at line 125 of file units.hpp.


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