Class PhysicalConstants
java.lang.Object
org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
PhysicalConstants - class representing the most important physical constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleBoltzmann constantstatic final doubleElectron equivalent rest massstatic final doubleElectron rest massstatic final doubleElementary chargestatic final doubleGravitational acceleration - Earth (normal)static final doubleGravitational constantstatic final doubleLight speedstatic final doubleAvagadro's constantstatic final doubleNeutron equivalent rest massstatic final doubleNeutron rest massstatic final doublePlanck constantstatic final doubleReduced Planck constantstatic final doublePlanck lengthstatic final doublePlanck massstatic final doublePlanck timestatic final doubleProton equivalent rest massstatic final doubleProton rest massstatic final doubleGas constantstatic final doubleVacuum permeabilitystatic final doubleVacuum permittivity -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LIGHT_SPEED
public static final double LIGHT_SPEEDLight speed- See Also:
-
GRAVITATIONAL_CONSTANT
public static final double GRAVITATIONAL_CONSTANTGravitational constant- See Also:
-
GRAVIT_ACC_EARTH
public static final double GRAVIT_ACC_EARTHGravitational acceleration - Earth (normal)- See Also:
-
PLANCK_CONSTANT
public static final double PLANCK_CONSTANTPlanck constant- See Also:
-
PLANCK_CONSTANT_REDUCED
public static final double PLANCK_CONSTANT_REDUCEDReduced Planck constant- See Also:
-
PLANCK_LENGTH
public static final double PLANCK_LENGTHPlanck length- See Also:
-
PLANCK_MASS
public static final double PLANCK_MASSPlanck mass- See Also:
-
PLANCK_TIME
public static final double PLANCK_TIMEPlanck time- See Also:
-
N_A
public static final double N_AAvagadro's constant- See Also:
-
R
public static final double RGas constant- See Also:
-
BOLTZMANN_CONSTANT
public static final double BOLTZMANN_CONSTANTBoltzmann constant- See Also:
-
NEUTRON_REST_MASS
public static final double NEUTRON_REST_MASSNeutron rest mass- See Also:
-
NEUTRON_EQUIVALENT_REST_MASS
public static final double NEUTRON_EQUIVALENT_REST_MASSNeutron equivalent rest mass- See Also:
-
PROTON_REST_MASS
public static final double PROTON_REST_MASSProton rest mass- See Also:
-
PROTON_EQUIVALENT_REST_MASS
public static final double PROTON_EQUIVALENT_REST_MASSProton equivalent rest mass- See Also:
-
ELEMENTARY_CHARGE
public static final double ELEMENTARY_CHARGEElementary charge- See Also:
-
ELECTRON_REST_MASS
public static final double ELECTRON_REST_MASSElectron rest mass- See Also:
-
ELECTRON_EQUIVALENT_REST_MASS
public static final double ELECTRON_EQUIVALENT_REST_MASSElectron equivalent rest mass- See Also:
-
VACUUM_PERMITTIVITY
public static final double VACUUM_PERMITTIVITYVacuum permittivity- See Also:
-
VACUUM_PERMEABILITY
public static final double VACUUM_PERMEABILITYVacuum permeability- See Also:
-
-
Constructor Details
-
PhysicalConstants
public PhysicalConstants()
-