Uses of Class
org.djunits.value.vdouble.scalar.Volume
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Volume in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionVolumeMatrix.instantiateScalarSI
(double valueSI, VolumeUnit displayUnit) ModifierConstructorDescriptionVolumeMatrix
(Volume[][] data) Construct a VolumeMatrix from an array of an array of Volume objects.VolumeMatrix
(Volume[][] data, VolumeUnit displayUnit) Construct a VolumeMatrix from an array of an array of Volume objects.VolumeMatrix
(Volume[][] data, VolumeUnit displayUnit, StorageType storageType) Construct a VolumeMatrix from an array of an array of Volume objects.VolumeMatrix
(Volume[][] data, StorageType storageType) Construct a VolumeMatrix from an array of an array of Volume objects.ModifierConstructorDescriptionVolumeMatrix
(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, int rows, int cols) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix
(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, int rows, int cols, StorageType storageType) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix
(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix
(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Volume in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Volume
Volume.NaN
Constant with value NaN.static final Volume
Volume.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Volume
Volume.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Volume
Volume.ONE
Constant with value one.static final Volume
Volume.POS_MAXVALUE
Constant with value MAX_VALUE.static final Volume
Volume.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Volume
Volume.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Volume
SIScalar.asVolume()
Return the current scalar as a volume.final Volume
SIScalar.asVolume
(VolumeUnit displayUnit) Return the current scalar as a volume, and provide a display unit.final Volume
Area.divide
(LinearDensity v) Calculate the division of Area and LinearDensity, which results in a Volume scalar.final Volume
Calculate the division of Energy and Pressure, which results in a Volume scalar.final Volume
Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.final Volume
Calculate the division of Mass and Density, which results in a Volume scalar.final Volume
Calculate the division of Torque and Pressure, which results in a Volume scalar.final Volume
Volume.instantiateRel
(double value, VolumeUnit unit) static final Volume
Volume.instantiateSI
(double value) Construct Volume scalar.static Volume
Volume.interpolate
(Volume zero, Volume one, double ratio) Interpolate between two values.static Volume
Return the maximum value of two relative scalars.static Volume
Return the maximum value of more than two relative scalars.static Volume
Return the minimum value of two relative scalars.static Volume
Return the minimum value of more than two relative scalars.static Volume
Returns a Volume based on a value and the textual representation of the unit, which can be localized.final Volume
Calculate the multiplication of Area and Length, which results in a Volume scalar.final Volume
Calculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.final Volume
Duration.times
(FlowVolume v) Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.final Volume
Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.final Volume
Calculate the multiplication of Length and Area, which results in a Volume scalar.static Volume
Returns a Volume representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal LinearDensity
Calculate the division of Area and Volume, which results in a LinearDensity scalar.final Pressure
Calculate the division of Energy and Volume, which results in a Pressure scalar.final Frequency
Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.final Density
Calculate the division of Mass and Volume, which results in a Density scalar.final Pressure
Calculate the division of Torque and Volume, which results in a Pressure scalar.final Dimensionless
Calculate the division of Volume and Volume, which results in a Dimensionless scalar.static Volume
Volume.interpolate
(Volume zero, Volume one, double ratio) Interpolate between two values.static Volume
Return the maximum value of two relative scalars.static Volume
Return the maximum value of more than two relative scalars.static Volume
Return the minimum value of two relative scalars.static Volume
Return the minimum value of more than two relative scalars.final Mass
Calculate the multiplication of Density and Volume, which results in a Mass scalar.final Volume
Calculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.final Energy
Calculate the multiplication of Pressure and Volume, which results in a Energy scalar. -
Uses of Volume in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionVolumeVector.instantiateScalarSI
(double valueSI, VolumeUnit displayUnit) ModifierConstructorDescriptionVolumeVector
(Volume[] data) Construct an VolumeVector from an array of Volume objects.VolumeVector
(Volume[] data, VolumeUnit displayUnit) Construct an VolumeVector from an array of Volume objects.VolumeVector
(Volume[] data, VolumeUnit displayUnit, StorageType storageType) Construct an VolumeVector from an array of Volume objects.VolumeVector
(Volume[] data, StorageType storageType) Construct an VolumeVector from an array of Volume objects.