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 TypeMethodDescriptionfinal SpeedCalculate the division of Acceleration and Frequency, which results in a Speed scalar.final SpeedCalculate the division of Energy and Momentum, which results in a Speed scalar.final SpeedCalculate the division of FlowVolume and Area, which results in a Speed scalar.final SpeedCalculate the division of Length and Duration, which results in a Speed quantity.final SpeedCalculate the division of Momentum and Mass, which results in a Speed scalar.final SpeedCalculate the division of Power and Force, which results in a Speed scalar.Speed.instantiate(double si) final SpeedCalculate the multiplication of Acceleration and Duration, which results in a Speed scalar.final SpeedDuration.multiply(Acceleration v) Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.final SpeedCalculate the multiplication of Frequency and Length, which results in a Speed scalar.final SpeedCalculate 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.ofSi(double si) Return a Speed instance based on an SI value.Speed.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal FrequencyCalculate the division of Acceleration and Speed, which results in a Frequency scalar.final MomentumCalculate the division of Energy and Speed, which results in a Momentum scalar.final AreaCalculate the division of FlowVolume and Speed, which results in a Area scalar.final DurationCalculate the division of Length and Speed, which results in a Duration quantity.final MassCalculate the division of Momentum and Speed, which results in a Mass scalar.final ForceCalculate the division of Power and Speed, which results in a Force scalar.final DimensionlessCalculate the division of Speed and Speed, which results in a Dimensionless scalar.final FlowVolumeCalculate the multiplication of Area and Speed, which results in a FlowVolume scalar.final LengthCalculate the multiplication of Duration and Speed, which results in a Length scalar.final ForceCalculate the multiplication of FlowMass and Speed, which results in a Force scalar.final PowerCalculate the multiplication of Force and Speed, which results in a Power scalar.final AccelerationCalculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.final FlowMassMultiplies this linear density by a speed to yield a mass flow.final FrequencyCalculate the multiplication of LinearObjectDensity and Speed, which results in a Frequency scalar.final MomentumCalculate the multiplication of Mass and Speed, which results in a Momentum scalar.final EnergyCalculate the multiplication of Momentum and Speed, which results in a Energy scalar.Constructors in org.djunits.quantity with parameters of type Speed -
Uses of Speed in org.djunits.util
Fields in org.djunits.util declared as SpeedModifier and TypeFieldDescriptionstatic final SpeedConstants.LIGHTSPEEDSpeed of light in vacuum.