java.lang.Object
simpa.core.api.PhysicsConstants
Class that contains the constants related to physics for the application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleThe mass of an electron in kg.static final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doubleThe energy of a proton in eV.static final doubleThe mass of a proton in kg.static final doubleThe speed of light in m/s.static final doubleThe speed of light squared in m/s. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
POSITIVE_ELEMENTARY_CHARGE
public static final double POSITIVE_ELEMENTARY_CHARGE- See Also:
-
PROTON_MASS
public static final double PROTON_MASSThe mass of a proton in kg.- See Also:
-
ELECTRON_MASS
public static final double ELECTRON_MASSThe mass of an electron in kg.- See Also:
-
PROTON_ENERGY
public static final double PROTON_ENERGYThe energy of a proton in eV.- See Also:
-
SPEED_OF_LIGHT
public static final double SPEED_OF_LIGHTThe speed of light in m/s.- See Also:
-
SPEED_OF_LIGHT_SQUARED
public static final double SPEED_OF_LIGHT_SQUAREDThe speed of light squared in m/s.- See Also:
-
MU_OVER_4PI
public static final double MU_OVER_4PI- See Also:
-
MU
public static final double MU- See Also:
-
EPSILON
public static final double EPSILON- See Also:
-
EPSILON4PI
public static final double EPSILON4PI- See Also:
-
-
Constructor Details
-
PhysicsConstants
public PhysicsConstants()
-