Uses of Interface
org.episteme.core.measure.quantity.ElectricCurrent
Packages that use ElectricCurrent
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
-
Uses of ElectricCurrent in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type ElectricCurrentModifier and TypeFieldDescriptionstatic final Unit<ElectricCurrent> Units.AMPEREThe SI unit of electric current: ampere (A).Methods in org.episteme.core.measure that return types with arguments of type ElectricCurrentModifier and TypeMethodDescriptionstatic Quantity<ElectricCurrent> QuantityUtils.amperes(double value) -
Uses of ElectricCurrent in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type ElectricCurrent in org.episteme.core.measure.quantity -
Uses of ElectricCurrent in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type ElectricCurrent -
Uses of ElectricCurrent in org.episteme.natural.engineering.electrical
Methods in org.episteme.natural.engineering.electrical that return types with arguments of type ElectricCurrentModifier and TypeMethodDescriptionstatic Quantity<ElectricCurrent> CircuitAnalysis.current(Quantity<ElectricPotential> voltage, Quantity<ElectricResistance> resistance) Current from voltage and resistance.static Quantity<ElectricCurrent> CircuitAnalysis.currentDivider(Quantity<ElectricCurrent> iTotal, Quantity<ElectricResistance> r1, Quantity<ElectricResistance> r2) Current divider for 2 parallel resistors.Method parameters in org.episteme.natural.engineering.electrical with type arguments of type ElectricCurrentModifier and TypeMethodDescriptionstatic Quantity<ElectricCurrent> CircuitAnalysis.currentDivider(Quantity<ElectricCurrent> iTotal, Quantity<ElectricResistance> r1, Quantity<ElectricResistance> r2) Current divider for 2 parallel resistors.CircuitAnalysis.powerFromCurrent(Quantity<ElectricCurrent> current, Quantity<ElectricResistance> resistance) Power from current and resistance.static Quantity<ElectricPotential> CircuitAnalysis.voltage(Quantity<ElectricCurrent> current, Quantity<ElectricResistance> resistance) Voltage from current and resistance. -
Uses of ElectricCurrent in org.episteme.natural.physics.classical.waves.electromagnetism.field
Method parameters in org.episteme.natural.physics.classical.waves.electromagnetism.field with type arguments of type ElectricCurrentModifier and TypeMethodDescriptionstatic Quantity<ElectricPotential> Electromagnetism.voltage(Quantity<ElectricCurrent> current, Quantity<ElectricResistance> resistance) Ohm's law: V = IR