etomica.units
Class Volt

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

public final class Volt
extends SimpleUnit

The Volt unit of electric potential. One volt is equal to a Joule per Coulomb, or Watt per Ampere, or 1 meter^2 kg sec^-3 amp^-1. One volt is approximately 25.885 simulation units.

See Also:
Serialized Form

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