Hipace
Public Attributes | List of all members
PhysConst Struct Reference

Struct containing physical constants, our main strategy to handle both SI and normalized units. More...

#include <Constants.H>

Public Attributes

amrex::Real c
 
amrex::Real ep0
 
amrex::Real mu0
 
amrex::Real q_e
 
amrex::Real m_e
 
amrex::Real m_p
 

Detailed Description

Struct containing physical constants, our main strategy to handle both SI and normalized units.

Cannot be a namespace with "static constexpr"s because these values depend on the unit system (SI or normalized), which is defined at runtime.

Member Data Documentation

◆ c

amrex::Real PhysConst::c

◆ ep0

amrex::Real PhysConst::ep0

◆ m_e

amrex::Real PhysConst::m_e

◆ m_p

amrex::Real PhysConst::m_p

◆ mu0

amrex::Real PhysConst::mu0

◆ q_e

amrex::Real PhysConst::q_e

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