Package org.djunits.unit
Class ElectricalChargeUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class ElectricalChargeUnit extends Unit<ElectricalChargeUnit>
Units for electrical charge.
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Fields Modifier and Type Field Description static ElectricalChargeUnit
ABCOULOMB
abcoulomb (CGS EMU).static ElectricalChargeUnit
AMPERE_HOUR
ampere hour.static ElectricalChargeUnit
ATOMIC_UNIT
atomic unit of charge.static Quantity<ElectricalChargeUnit>
BASE
The base, with "sA" as the SI signature.static ElectricalChargeUnit
COULOMB
Coulomb = A.s.static ElectricalChargeUnit
EMU
emu (CGS EMU).static ElectricalChargeUnit
ESU
esu (CGS ESU).static ElectricalChargeUnit
FARADAY
Faraday.static ElectricalChargeUnit
FRANKLIN
franklin (CGS ESU).static ElectricalChargeUnit
KILOAMPERE_HOUR
kiloampere hour.static ElectricalChargeUnit
MEGAAMPERE_HOUR
megaampere hour.static ElectricalChargeUnit
MICROCOULOMB
microCoulomb = muA.s.static ElectricalChargeUnit
MILLIAMPERE_HOUR
milliampere hour.static ElectricalChargeUnit
MILLIAMPERE_SECOND
milliampere second.static ElectricalChargeUnit
MILLICOULOMB
milliCoulomb = mA.s.static ElectricalChargeUnit
SI
The SI unit for electrical charge is Coulomb = A.s.static ElectricalChargeUnit
STATCOULOMB
statcoulomb (CGS ESU). -
Constructor Summary
Constructors Constructor Description ElectricalChargeUnit()
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "sA" as the SI signature. -
SI
The SI unit for electrical charge is Coulomb = A.s. -
COULOMB
Coulomb = A.s. -
MICROCOULOMB
microCoulomb = muA.s. -
MILLICOULOMB
milliCoulomb = mA.s. -
AMPERE_HOUR
ampere hour. -
MILLIAMPERE_HOUR
milliampere hour. -
MILLIAMPERE_SECOND
milliampere second. -
KILOAMPERE_HOUR
kiloampere hour. -
MEGAAMPERE_HOUR
megaampere hour. -
FARADAY
Faraday. -
ATOMIC_UNIT
atomic unit of charge. This value is exact since the 2019 redefinition of the SI base units. -
STATCOULOMB
statcoulomb (CGS ESU). -
FRANKLIN
franklin (CGS ESU). -
ESU
esu (CGS ESU). -
ABCOULOMB
abcoulomb (CGS EMU). -
EMU
emu (CGS EMU).
-
-
Constructor Details
-
ElectricalChargeUnit
public ElectricalChargeUnit()
-