Package org.djunits.unit
Class ElectricalChargeUnit
- All Implemented Interfaces:
Serializable
,Cloneable
Units for electrical charge.
Copyright (c) 2015-2024 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ElectricalChargeUnit
abcoulomb (CGS EMU).static final ElectricalChargeUnit
ampere hour.static final ElectricalChargeUnit
atomic unit of charge.static final Quantity<ElectricalChargeUnit>
The base, with "sA" as the SI signature.static final ElectricalChargeUnit
Coulomb = A.s.static final ElectricalChargeUnit
emu (CGS EMU).static final ElectricalChargeUnit
esu (CGS ESU).static final ElectricalChargeUnit
Faraday.static final ElectricalChargeUnit
franklin (CGS ESU).static final ElectricalChargeUnit
kiloampere hour.static final ElectricalChargeUnit
megaampere hour.static final ElectricalChargeUnit
microCoulomb = muA.s.static final ElectricalChargeUnit
milliampere hour.static final ElectricalChargeUnit
milliampere second.static final ElectricalChargeUnit
milliCoulomb = mA.s.static final ElectricalChargeUnit
The SI unit for electrical charge is Coulomb = A.s.static final ElectricalChargeUnit
statcoulomb (CGS ESU). -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, 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()
-