Uses of Class
org.djunits.value.vdouble.scalar.Volume
-
Packages that use Volume Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vdouble.scalar Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.org.djunits.value.vdouble.vector Double Vector storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of Volume in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Volume Modifier and Type Method Description Volume
VolumeMatrix. instantiateScalarSI(double valueSI, VolumeUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Volume Modifier and Type Method Description Class<Volume>
VolumeMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Volume in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Volume Modifier and Type Field Description static Volume
Volume. NaN
Constant with value NaN.static Volume
Volume. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Volume
Volume. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Volume
Volume. ONE
Constant with value one.static Volume
Volume. POS_MAXVALUE
Constant with value MAX_VALUE.static Volume
Volume. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Volume
Volume. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Volume Modifier and Type Method Description Volume
SIScalar. asVolume()
Return the current scalar as a volume.Volume
SIScalar. asVolume(VolumeUnit displayUnit)
Return the current scalar as a volume, and provide a display unit.Volume
Area. divide(LinearDensity v)
Calculate the division of Area and LinearDensity, which results in a Volume scalar.Volume
Energy. divide(Pressure v)
Calculate the division of Energy and Pressure, which results in a Volume scalar.Volume
FlowVolume. divide(Frequency v)
Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.Volume
Mass. divide(Density v)
Calculate the division of Mass and Density, which results in a Volume scalar.Volume
Torque. divide(Pressure v)
Calculate the division of Torque and Pressure, which results in a Volume scalar.Volume
Volume. instantiateRel(double value, VolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Volume
Volume. instantiateSI(double value)
Construct Volume scalar.static Volume
Volume. interpolate(Volume zero, Volume one, double ratio)
Interpolate between two values.static Volume
Volume. max(Volume r1, Volume r2)
Return the maximum value of two relative scalars.static Volume
Volume. max(Volume r1, Volume r2, Volume... rn)
Return the maximum value of more than two relative scalars.static Volume
Volume. min(Volume r1, Volume r2)
Return the minimum value of two relative scalars.static Volume
Volume. min(Volume r1, Volume r2, Volume... rn)
Return the minimum value of more than two relative scalars.static Volume
Volume. of(double value, String unitString)
Returns a Volume based on a value and the textual representation of the unit.Volume
Area. times(Length v)
Calculate the multiplication of Area and Length, which results in a Volume scalar.Volume
Dimensionless. times(Volume v)
Calculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.Volume
Duration. times(FlowVolume v)
Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.Volume
FlowVolume. times(Duration v)
Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.Volume
Length. times(Area v)
Calculate the multiplication of Length and Area, which results in a Volume scalar.static Volume
Volume. valueOf(String text)
Returns a Volume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Volume Modifier and Type Method Description LinearDensity
Area. divide(Volume v)
Calculate the division of Area and Volume, which results in a LinearDensity scalar.Pressure
Energy. divide(Volume v)
Calculate the division of Energy and Volume, which results in a Pressure scalar.Frequency
FlowVolume. divide(Volume v)
Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.Density
Mass. divide(Volume v)
Calculate the division of Mass and Volume, which results in a Density scalar.Pressure
Torque. divide(Volume v)
Calculate the division of Torque and Volume, which results in a Pressure scalar.Dimensionless
Volume. divide(Volume v)
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
Volume. max(Volume r1, Volume r2)
Return the maximum value of two relative scalars.static Volume
Volume. max(Volume r1, Volume r2, Volume... rn)
Return the maximum value of more than two relative scalars.static Volume
Volume. min(Volume r1, Volume r2)
Return the minimum value of two relative scalars.static Volume
Volume. min(Volume r1, Volume r2, Volume... rn)
Return the minimum value of more than two relative scalars.Mass
Density. times(Volume v)
Calculate the multiplication of Density and Volume, which results in a Mass scalar.Volume
Dimensionless. times(Volume v)
Calculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.Energy
Pressure. times(Volume v)
Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Volume Constructor Description Volume(Volume value)
Construct Volume scalar. -
Uses of Volume in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Volume Modifier and Type Method Description Volume
VolumeVector. instantiateScalarSI(double valueSI, VolumeUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Volume Modifier and Type Method Description Class<Volume>
VolumeVector. getScalarClass()
Return the class of the corresponding scalar.
-