Class ChemistryConstants
java.lang.Object
org.episteme.natural.chemistry.ChemistryConstants
Constants and enumerations for chemistry.
Provides chemical constants (Avogadro, Gas constant, etc.) and classifications for states of matter and phase transitions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStates of matter.static enumPhase transitions. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Quantity<?> Avogadro's constant.static final Quantity<?> Boltzmann's constant (k_B).static final Quantity<?> Molar gas constant (R).Molar volume of an ideal gas at SATP (25°C, 100 kPa).Molar volume of an ideal gas at STP (0°C, 1 atm).static final Quantity<?> Stefan-Boltzmann constant (sigma). -
Method Summary
-
Field Details
-
AVOGADRO
Avogadro's constant. -
MOLAR_GAS_CONSTANT
Molar gas constant (R). -
BOLTZMANN_CONSTANT
Boltzmann's constant (k_B). -
STEFAN_BOLTZMANN_CONSTANT
Stefan-Boltzmann constant (sigma). -
MOLAR_VOLUME_STP
-
MOLAR_VOLUME_SATP
-