Uses of Interface
org.episteme.core.measure.quantity.ElectricCharge
Packages that use ElectricCharge
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Covers:
-
Uses of ElectricCharge in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type ElectricChargeModifier and TypeFieldDescriptionstatic final Unit<ElectricCharge> Units.COULOMBCoulomb: C (electric charge). 1 C = 1 Aâ‹…sMethods in org.episteme.core.measure that return types with arguments of type ElectricChargeModifier and TypeMethodDescriptionstatic Quantity<ElectricCharge> QuantityUtils.coulombs(double value) -
Uses of ElectricCharge in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type ElectricCharge in org.episteme.core.measure.quantity -
Uses of ElectricCharge in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type ElectricCharge -
Uses of ElectricCharge in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return types with arguments of type ElectricChargeMethod parameters in org.episteme.natural.chemistry with type arguments of type ElectricCharge -
Uses of ElectricCharge in org.episteme.natural.chemistry.electrochemistry
Method parameters in org.episteme.natural.chemistry.electrochemistry with type arguments of type ElectricChargeModifier and TypeMethodDescriptionFaradayLaws.calculateMass(Quantity<ElectricCharge> charge, double molarMassGramPerMol, int valence) Type-safe version using Units. -
Uses of ElectricCharge in org.episteme.natural.physics
Fields in org.episteme.natural.physics with type parameters of type ElectricChargeModifier and TypeFieldDescriptionstatic final Quantity<ElectricCharge> PhysicalConstants.ELEMENTARY_CHARGEstatic final PhysicalConstant<ElectricCharge> PhysicalConstants.ELEMENTARY_CHARGE_REF -
Uses of ElectricCharge 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 ElectricChargeModifier and TypeMethodDescriptionElectromagnetism.coulombForce(Quantity<ElectricCharge> q1, Quantity<ElectricCharge> q2, Quantity<Length> r) Coulomb's law: F = k * |q1*q2| / r² where k = 1/(4Àε₀)Electromagnetism.lorentzForce(Quantity<ElectricCharge> charge, Quantity<Velocity> velocity, Quantity<MagneticFluxDensity> B) Magnetic force on moving charge: F = qvB (simplified, perpendicular case)