Uses of Class
org.djunits.quantity.Volume

Packages that use Volume
Package
Description
The quantity package stores information about quantities with their units.
  • Uses of Volume in org.djunits.quantity

    Fields in org.djunits.quantity declared as Volume
    Modifier and Type
    Field
    Description
    static final Volume
    Volume.NaN
    Constant with value NaN.
    static final Volume
    Constant with value -MAX_VALUE.
    static final Volume
    Constant with value NEGATIVE_INFINITY.
    static final Volume
    Volume.ONE
    Constant with value one.
    static final Volume
    Constant with value MAX_VALUE.
    static final Volume
    Constant with value POSITIVE_INFINITY.
    static final Volume
    Volume.ZERO
    Constant with value zero.
    Methods in org.djunits.quantity that return Volume
    Modifier and Type
    Method
    Description
    final Volume
    Calculate the division of Area and LinearObjectDensity, which results in a Volume scalar.
    final Volume
    Energy.divide(Pressure v)
    Calculate the division of Energy and Pressure, which results in a Volume scalar.
    final Volume
    FlowVolume.divide(Frequency v)
    Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.
    final Volume
    Mass.divide(Density v)
    Calculate the division of Mass and Density, which results in a Volume scalar.
    final Volume
    Torque.divide(Pressure v)
    Calculate the division of Torque and Pressure, which results in a Volume scalar.
    Volume.instantiate(double si)
     
    final Volume
    Area.multiply(Length v)
    Calculate the multiplication of Area and Length, which results in a Volume scalar.
    final Volume
    Duration.multiply(FlowVolume v)
    Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.
    final Volume
    FlowVolume.multiply(Duration v)
    Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.
    final Volume
    Length.multiply(Area v)
    Calculate the multiplication of Length and Area, which results in a Volume quantity.
    static Volume
    Volume.of(double value, String unitString)
    Returns a Volume based on a value and the textual representation of the unit, which can be localized.
    static Volume
    Volume.ofSi(double si)
    Return a Volume instance based on an SI value.
    Volume.Unit.ofSi(double si)
     
    VolumetricObjectDensity.reciprocal()
     
    static Volume
    Volume.valueOf(String text)
    Returns a Volume representation of a textual representation of a value with a unit.
    Methods in org.djunits.quantity with parameters of type Volume
    Modifier and Type
    Method
    Description
    Area.divide(Volume v)
    Calculate the division of Area and Volume, which results in a LinearObjectDensity scalar.
    final Pressure
    Energy.divide(Volume v)
    Calculate the division of Energy and Volume, which results in a Pressure scalar.
    final Frequency
    FlowVolume.divide(Volume v)
    Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.
    final Density
    Mass.divide(Volume v)
    Calculate the division of Mass and Volume, which results in a Density scalar.
    final Pressure
    Torque.divide(Volume v)
    Calculate the division of Torque and Volume, which results in a Pressure scalar.
    Volume.divide(Volume v)
    Calculate the division of Volume and Volume, which results in a Dimensionless scalar.
    final Mass
    Density.multiply(Volume v)
    Calculate the multiplication of Density and Volume, which results in a Mass scalar.
    final Energy
    Pressure.multiply(Volume v)
    Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.
    VolumetricObjectDensity.multiply(Volume volume)
    Multiplies this volumetric object density by a volume to yield a dimensionless count.
    Constructors in org.djunits.quantity with parameters of type Volume
    Modifier
    Constructor
    Description
     
    Volume(Volume value)
    Construct Volume quantity.