etomica.units
Class Erg

java.lang.Object
  extended by etomica.units.SimpleUnit
      extended by etomica.units.Erg
All Implemented Interfaces:
Unit, Serializable

public final class Erg
extends SimpleUnit

The erg unit of energy, equal to 1 dyn-cm or 1 g-cm^2/s^2. This is the standard unit of energy in the CGS unit system. It is equal to 10^-7 Joules, or approximately 6.022e15 simulation energy units.

See Also:
Serialized Form

Field Summary
static Erg UNIT
          Singleton instance of this unit.
 
Method Summary
 
Methods inherited from class etomica.units.SimpleUnit
dimension, fromSim, prefixAllowed, symbol, toSim, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNIT

public static final Erg UNIT
Singleton instance of this unit.