Package org.djunits.unit
Class ElectricalChargeUnit
- java.lang.Object
-
- org.djunits.unit.Unit<ElectricalChargeUnit>
-
- org.djunits.unit.ElectricalChargeUnit
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ElectricalChargeUnit extends Unit<ElectricalChargeUnit>
Units for electrical charge.Copyright (c) 2015-2022 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 ElectricalChargeUnitABCOULOMBabcoulomb (CGS EMU).static ElectricalChargeUnitAMPERE_HOURampere hour.static ElectricalChargeUnitATOMIC_UNITatomic unit of charge.static Quantity<ElectricalChargeUnit>BASEThe base, with "sA" as the SI signature.static ElectricalChargeUnitCOULOMBCoulomb = A.s.static ElectricalChargeUnitEMUemu (CGS EMU).static ElectricalChargeUnitESUesu (CGS ESU).static ElectricalChargeUnitFARADAYFaraday.static ElectricalChargeUnitFRANKLINfranklin (CGS ESU).static ElectricalChargeUnitKILOAMPERE_HOURkiloampere hour.static ElectricalChargeUnitMEGAAMPERE_HOURmegaampere hour.static ElectricalChargeUnitMICROCOULOMBmicroCoulomb = muA.s.static ElectricalChargeUnitMILLIAMPERE_HOURmilliampere hour.static ElectricalChargeUnitMILLIAMPERE_SECONDmilliampere second.static ElectricalChargeUnitMILLICOULOMBmilliCoulomb = mA.s.static ElectricalChargeUnitSIThe SI unit for electrical charge is Coulomb = A.s.static ElectricalChargeUnitSTATCOULOMBstatcoulomb (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 Detail
-
BASE
public static final Quantity<ElectricalChargeUnit> BASE
The base, with "sA" as the SI signature.
-
SI
public static final ElectricalChargeUnit SI
The SI unit for electrical charge is Coulomb = A.s.
-
COULOMB
public static final ElectricalChargeUnit COULOMB
Coulomb = A.s.
-
MICROCOULOMB
public static final ElectricalChargeUnit MICROCOULOMB
microCoulomb = muA.s.
-
MILLICOULOMB
public static final ElectricalChargeUnit MILLICOULOMB
milliCoulomb = mA.s.
-
AMPERE_HOUR
public static final ElectricalChargeUnit AMPERE_HOUR
ampere hour.
-
MILLIAMPERE_HOUR
public static final ElectricalChargeUnit MILLIAMPERE_HOUR
milliampere hour.
-
MILLIAMPERE_SECOND
public static final ElectricalChargeUnit MILLIAMPERE_SECOND
milliampere second.
-
KILOAMPERE_HOUR
public static final ElectricalChargeUnit KILOAMPERE_HOUR
kiloampere hour.
-
MEGAAMPERE_HOUR
public static final ElectricalChargeUnit MEGAAMPERE_HOUR
megaampere hour.
-
FARADAY
public static final ElectricalChargeUnit FARADAY
Faraday.
-
ATOMIC_UNIT
public static final ElectricalChargeUnit ATOMIC_UNIT
atomic unit of charge. This value is exact since the 2019 redefinition of the SI base units.
-
STATCOULOMB
public static final ElectricalChargeUnit STATCOULOMB
statcoulomb (CGS ESU).
-
FRANKLIN
public static final ElectricalChargeUnit FRANKLIN
franklin (CGS ESU).
-
ESU
public static final ElectricalChargeUnit ESU
esu (CGS ESU).
-
ABCOULOMB
public static final ElectricalChargeUnit ABCOULOMB
abcoulomb (CGS EMU).
-
EMU
public static final ElectricalChargeUnit EMU
emu (CGS EMU).
-
-