Class PhysicalConstants
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
-
public final class PhysicalConstants extends Object
PhysicalConstants - class representing the most important physical constants.
-
-
Field Summary
Fields Modifier and Type Field Description static doubleBOLTZMANN_CONSTANTBoltzmann constantstatic doubleELECTRON_EQUIVALENT_REST_MASSElectron equivalent rest massstatic doubleELECTRON_REST_MASSElectron rest massstatic doubleELEMENTARY_CHARGEElementary chargestatic doubleGRAVIT_ACC_EARTHGravitational acceleration - Earth (normal)static doubleGRAVITATIONAL_CONSTANTGravitational constantstatic doubleLIGHT_SPEEDLight speedstatic doubleN_AAvagadro's constantstatic doubleNEUTRON_EQUIVALENT_REST_MASSNeutron equivalent rest massstatic doubleNEUTRON_REST_MASSNeutron rest massstatic doublePLANCK_CONSTANTPlanck constantstatic doublePLANCK_CONSTANT_REDUCEDReduced Planck constantstatic doublePLANCK_LENGTHPlanck lengthstatic doublePLANCK_MASSPlanck massstatic doublePLANCK_TIMEPlanck timestatic doublePROTON_EQUIVALENT_REST_MASSProton equivalent rest massstatic doublePROTON_REST_MASSProton rest massstatic doubleRGas constantstatic doubleVACUUM_PERMEABILITYVacuum permeabilitystatic doubleVACUUM_PERMITTIVITYVacuum permittivity
-
Constructor Summary
Constructors Constructor Description PhysicalConstants()
-
-
-
Field Detail
-
LIGHT_SPEED
public static final double LIGHT_SPEED
Light speed- See Also:
- Constant Field Values
-
GRAVITATIONAL_CONSTANT
public static final double GRAVITATIONAL_CONSTANT
Gravitational constant- See Also:
- Constant Field Values
-
GRAVIT_ACC_EARTH
public static final double GRAVIT_ACC_EARTH
Gravitational acceleration - Earth (normal)- See Also:
- Constant Field Values
-
PLANCK_CONSTANT
public static final double PLANCK_CONSTANT
Planck constant- See Also:
- Constant Field Values
-
PLANCK_CONSTANT_REDUCED
public static final double PLANCK_CONSTANT_REDUCED
Reduced Planck constant- See Also:
- Constant Field Values
-
PLANCK_LENGTH
public static final double PLANCK_LENGTH
Planck length- See Also:
- Constant Field Values
-
PLANCK_MASS
public static final double PLANCK_MASS
Planck mass- See Also:
- Constant Field Values
-
PLANCK_TIME
public static final double PLANCK_TIME
Planck time- See Also:
- Constant Field Values
-
N_A
public static final double N_A
Avagadro's constant- See Also:
- Constant Field Values
-
R
public static final double R
Gas constant- See Also:
- Constant Field Values
-
BOLTZMANN_CONSTANT
public static final double BOLTZMANN_CONSTANT
Boltzmann constant- See Also:
- Constant Field Values
-
NEUTRON_REST_MASS
public static final double NEUTRON_REST_MASS
Neutron rest mass- See Also:
- Constant Field Values
-
NEUTRON_EQUIVALENT_REST_MASS
public static final double NEUTRON_EQUIVALENT_REST_MASS
Neutron equivalent rest mass- See Also:
- Constant Field Values
-
PROTON_REST_MASS
public static final double PROTON_REST_MASS
Proton rest mass- See Also:
- Constant Field Values
-
PROTON_EQUIVALENT_REST_MASS
public static final double PROTON_EQUIVALENT_REST_MASS
Proton equivalent rest mass- See Also:
- Constant Field Values
-
ELEMENTARY_CHARGE
public static final double ELEMENTARY_CHARGE
Elementary charge- See Also:
- Constant Field Values
-
ELECTRON_REST_MASS
public static final double ELECTRON_REST_MASS
Electron rest mass- See Also:
- Constant Field Values
-
ELECTRON_EQUIVALENT_REST_MASS
public static final double ELECTRON_EQUIVALENT_REST_MASS
Electron equivalent rest mass- See Also:
- Constant Field Values
-
VACUUM_PERMITTIVITY
public static final double VACUUM_PERMITTIVITY
Vacuum permittivity- See Also:
- Constant Field Values
-
VACUUM_PERMEABILITY
public static final double VACUUM_PERMEABILITY
Vacuum permeability- See Also:
- Constant Field Values
-
-