Logbook  (07-04-2025)
Static problems
Constants::Physics Class Reference

Lists physical constants. More...

#include <constants.hpp>

Inheritance diagram for Constants::Physics:

Public Attributes

const double pi
 The ratio between the circumference and the diameter of any circle, \(\pi\). More...
 
const double c = 299792458.0
 The speed of light in free space, \(c\).
 
const double permeability_fs = 4.0 * pi * 1.0e-7
 The permeability of the free space, \(\mu_0\).
 
const double permittivity_fs = 1.0 / (std::pow(c, 2) * permeability_fs)
 The permittivity of the free space, \(\epsilon_0\).
 

Detailed Description

Lists physical constants.

Definition at line 27 of file constants.hpp.

Member Data Documentation

◆ pi

const double Constants::Physics::pi
Initial value:
=
3.141592653589793238462643383279502884197169399375105820974944592307816406286

The ratio between the circumference and the diameter of any circle, \(\pi\).

Definition at line 36 of file constants.hpp.


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