Uses of Interface
org.episteme.core.measure.quantity.Inductance
Packages that use Inductance
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
-
Uses of Inductance in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type InductanceModifier and TypeFieldDescriptionstatic final Unit<Inductance> Units.HENRYHenry: H (inductance). 1 H = kg⋅m²/(s²⋅A²) -
Uses of Inductance in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Inductance in org.episteme.core.measure.quantity -
Uses of Inductance in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type Inductance -
Uses of Inductance in org.episteme.natural.engineering.electrical
Method parameters in org.episteme.natural.engineering.electrical with type arguments of type InductanceModifier and TypeMethodDescriptionCircuitAnalysis.resonantFrequency(Quantity<Inductance> inductance, Quantity<ElectricCapacitance> capacitance) Resonant frequency for LC circuit. f = 1 / (2Ï€ * sqrt(LC))CircuitAnalysis.rlTimeConstant(Quantity<Inductance> l, Quantity<ElectricResistance> r) RL time constant.