Class FlowVolumeUnit

java.lang.Object
org.djunits.unit.Unit<FlowVolumeUnit>
org.djunits.unit.FlowVolumeUnit
All Implemented Interfaces:
Serializable, Cloneable

public class FlowVolumeUnit extends Unit<FlowVolumeUnit>
The volume flow rate is the volume of fluid which passes through a given surface per unit of time (wikipedia).

Copyright (c) 2015-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.

Author:
Alexander Verbraeck
See Also:
  • Field Details

    • BASE

      public static final Quantity<FlowVolumeUnit> BASE
      The base, with "kg/s" as the SI signature.
    • SI

      public static final FlowVolumeUnit SI
      The SI unit for volume flow rate is m^3/s.
    • CUBIC_METER_PER_SECOND

      public static final FlowVolumeUnit CUBIC_METER_PER_SECOND
      m^3/s.
    • CUBIC_METER_PER_MINUTE

      public static final FlowVolumeUnit CUBIC_METER_PER_MINUTE
      m^3/min.
    • CUBIC_METER_PER_HOUR

      public static final FlowVolumeUnit CUBIC_METER_PER_HOUR
      m^3/hour.
    • CUBIC_METER_PER_DAY

      public static final FlowVolumeUnit CUBIC_METER_PER_DAY
      m^3/day.
    • LITER_PER_SECOND

      public static final FlowVolumeUnit LITER_PER_SECOND
      L/s.
    • LITER_PER_MINUTE

      public static final FlowVolumeUnit LITER_PER_MINUTE
      L/min.
    • LITER_PER_HOUR

      public static final FlowVolumeUnit LITER_PER_HOUR
      L/hour.
    • LITER_PER_DAY

      public static final FlowVolumeUnit LITER_PER_DAY
      L/day.
    • CUBIC_FEET_PER_SECOND

      public static final FlowVolumeUnit CUBIC_FEET_PER_SECOND
      ft^3/s.
    • CUBIC_FEET_PER_MINUTE

      public static final FlowVolumeUnit CUBIC_FEET_PER_MINUTE
      ft^3/min.
    • CUBIC_INCH_PER_SECOND

      public static final FlowVolumeUnit CUBIC_INCH_PER_SECOND
      in^3/s.
    • CUBIC_INCH_PER_MINUTE

      public static final FlowVolumeUnit CUBIC_INCH_PER_MINUTE
      in^3/min.
    • GALLON_US_PER_SECOND

      public static final FlowVolumeUnit GALLON_US_PER_SECOND
      gallon/s (US).
    • GALLON_US_PER_MINUTE

      public static final FlowVolumeUnit GALLON_US_PER_MINUTE
      gallon/min (US).
    • GALLON_US_PER_HOUR

      public static final FlowVolumeUnit GALLON_US_PER_HOUR
      gallon/hour (US).
    • GALLON_US_PER_DAY

      public static final FlowVolumeUnit GALLON_US_PER_DAY
      gallon/day (US).
  • Constructor Details

    • FlowVolumeUnit

      public FlowVolumeUnit()