public class ElectricPotential extends Dimension
Internally, charge is represented as q/(4 pi epsilon0)^1/2, and is a quantity having units of mass^(1/2)-length^(3/2)/time, so the simulation unit for the quantity representing electric potential is [(A)^2 (D) (ps)^-2] [(D)^-1/2 A^-3/2 ps] = A^(1/2) D^(1/2) ps^(-1).
Modifier and Type | Field | Description |
---|---|---|
static Dimension |
DIMENSION |
Singleton instance of this class.
|
static Unit |
SIM_UNIT |
Simulation unit of charge.
|
Modifier and Type | Method | Description |
---|---|---|
Unit |
getUnit(UnitSystem unitSystem) |
Returns the unit of this dimension as derived in the given system of units.
|
equals, introspect, signature, toString
public static final Dimension DIMENSION
public static final Unit SIM_UNIT
public Unit getUnit(UnitSystem unitSystem)
Dimension