Uses of Class
org.djunits.quantity.MagneticFlux
Packages that use MagneticFlux
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of MagneticFlux in org.djunits.quantity
Fields in org.djunits.quantity declared as MagneticFluxModifier and TypeFieldDescriptionstatic final MagneticFluxMagneticFlux.NaNConstant with value NaN.static final MagneticFluxMagneticFlux.NEG_MAXVALUEConstant with value -MAX_VALUE.static final MagneticFluxMagneticFlux.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final MagneticFluxMagneticFlux.ONEConstant with value one.static final MagneticFluxMagneticFlux.POS_MAXVALUEConstant with value MAX_VALUE.static final MagneticFluxMagneticFlux.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final MagneticFluxMagneticFlux.ZEROConstant with value zero.Methods in org.djunits.quantity that return MagneticFluxModifier and TypeMethodDescriptionMagneticFlux.instantiate(double si) final MagneticFluxDuration.multiply(ElectricPotential v) Calculate the multiplication of Duration and ElectricPotential, which results in a MagneticFlux scalar.final MagneticFluxCalculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.static MagneticFluxReturns a MagneticFlux based on a value and the textual representation of the unit, which can be localized.static MagneticFluxMagneticFlux.ofSi(double si) Return a MagneticFlux instance based on an SI value.MagneticFlux.Unit.ofSi(double si) static MagneticFluxReturns a MagneticFlux representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type MagneticFluxModifier and TypeMethodDescriptionfinal DimensionlessMagneticFlux.divide(MagneticFlux v) Calculate the division of MagneticFlux and MagneticFlux, which results in a Dimensionless quantity.Constructors in org.djunits.quantity with parameters of type MagneticFlux