etomica.units
Class Pressure2D

java.lang.Object
  extended by etomica.units.Dimension
      extended by etomica.units.Pressure2D
All Implemented Interfaces:
Serializable

public final class Pressure2D
extends Dimension

Simulation unit of (2D) pressure is (D-A/ps^2)/A = D/ps^2

See Also:
Serialized Form

Field Summary
static Dimension DIMENSION
           
static Unit SIM_UNIT
           
 
Fields inherited from class etomica.units.Dimension
MIXED, N_BASE
 
Method Summary
 Unit getUnit(UnitSystem unitSystem)
          Returns the unit of this dimension as derived in the given system of units.
 
Methods inherited from class etomica.units.Dimension
equals, introspect, signature, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIMENSION

public static final Dimension DIMENSION

SIM_UNIT

public static final Unit SIM_UNIT
Method Detail

getUnit

public Unit getUnit(UnitSystem unitSystem)
Description copied from class: Dimension
Returns the unit of this dimension as derived in the given system of units. Default constructs a CompoundUnit using the base units of the unit system.

Overrides:
getUnit in class Dimension