Uses of Class
org.djunits.quantity.Speed
Packages that use Speed
Package
Description
The quantity package stores information about quantities with their units.
General utilities for djunits.
-
Uses of Speed in org.djunits.quantity
Fields in org.djunits.quantity declared as SpeedModifier and TypeFieldDescriptionstatic final SpeedSpeed.NaNConstant with value NaN.static final SpeedSpeed.NEG_MAXVALUEConstant with value -MAX_VALUE.static final SpeedSpeed.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final SpeedSpeed.ONEConstant with value one.static final SpeedSpeed.POS_MAXVALUEConstant with value MAX_VALUE.static final SpeedSpeed.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final SpeedSpeed.ZEROConstant with value zero.Methods in org.djunits.quantity that return SpeedModifier and TypeMethodDescriptionCalculate the division of Acceleration and Frequency, which results in a Speed scalar.Calculate the division of Energy and Momentum, which results in a Speed scalar.Calculate the division of FlowVolume and Area, which results in a Speed scalar.Calculate the division of Length and Duration, which results in a Speed quantity.Calculate the division of Momentum and Mass, which results in a Speed scalar.Calculate the division of Power and Force, which results in a Speed scalar.Speed.instantiateSi(double siValue, UnitInterface<Speed> displayUnit) Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.Duration.multiply(Acceleration v) Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.Calculate the multiplication of Frequency and Length, which results in a Speed scalar.Calculate the multiplication of Length and Frequency, which results in a Speed quantity.static SpeedReturns a Speed based on a value and the textual representation of the unit, which can be localized.static SpeedSpeed.of(double valueInUnit, Speed.Unit unit) Returns a Speed based on a value expressed in the unit.static SpeedSpeed.ofSi(double si) Return a Speed instance based on an SI value.static SpeedSpeed.ofSi(double siValue, Speed.Unit displayUnit) Instantiate a Speed quantity with an SI or base value and a display unit.Speed.Unit.ofSi(double si, UnitInterface<Speed> displayUnit) static SpeedReturns a Speed representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type SpeedModifier and TypeMethodDescriptionCalculate the division of Acceleration and Speed, which results in a Frequency scalar.Calculate the division of Energy and Speed, which results in a Momentum scalar.Calculate the division of FlowVolume and Speed, which results in a Area scalar.Calculate the division of Length and Speed, which results in a Duration quantity.Calculate the division of Momentum and Speed, which results in a Mass scalar.Calculate the division of Power and Speed, which results in a Force scalar.Calculate the division of Speed and Speed, which results in a Dimensionless scalar.Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.Calculate the multiplication of Duration and Speed, which results in a Length scalar.Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.Calculate the multiplication of Force and Speed, which results in a Power scalar.Calculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.Multiplies this linear density by a speed to yield a mass flow.Calculate the multiplication of LinearObjectDensity and Speed, which results in a Frequency scalar.Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.Method parameters in org.djunits.quantity with type arguments of type SpeedModifier and TypeMethodDescriptionSpeed.instantiateSi(double siValue, UnitInterface<Speed> displayUnit) Speed.Unit.ofSi(double si, UnitInterface<Speed> displayUnit) -
Uses of Speed in org.djunits.util
Fields in org.djunits.util declared as SpeedModifier and TypeFieldDescriptionstatic final SpeedConstants.LIGHTSPEEDSpeed of light in vacuum.