org.systemsbiology.chem
Class Constants

java.lang.Object
  extended byorg.systemsbiology.chem.Constants

public final class Constants
extends Object

Definitions of constants that are useful in simulations of coupled chemical reactions.


Field Summary
static double AVOGADRO_CONSTANT
          The number of molecules per mole.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AVOGADRO_CONSTANT

public static final double AVOGADRO_CONSTANT
The number of molecules per mole. Value taken from the 1998 CODATA recommended values. Uncertainty is plus or minus 0.00000047e+23.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()