etomica.units
Class Dyne

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

public final class Dyne
extends SimpleUnit

The dyne unit of force, equal to 1 g-cm/s^2. This is the standard unit of force in the CGS unit system. It is equal to 10^-5 newtons, or approximately 6.022e7 simulation force units.

See Also:
Serialized Form

Field Summary
static Dyne 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 Dyne UNIT
Singleton instance of this unit.