Package org.djunits.unit
Class 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-2020 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:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FlowVolumeUnit()
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "kg/s" as the SI signature. -
SI
The SI unit for volume flow rate is m^3/s. -
CUBIC_METER_PER_SECOND
m^3/s. -
CUBIC_METER_PER_MINUTE
m^3/min. -
CUBIC_METER_PER_HOUR
m^3/hour. -
CUBIC_METER_PER_DAY
m^3/day. -
LITER_PER_SECOND
L/s. -
LITER_PER_MINUTE
L/min. -
LITER_PER_HOUR
L/hour. -
LITER_PER_DAY
L/day. -
CUBIC_FEET_PER_SECOND
ft^3/s. -
CUBIC_FEET_PER_MINUTE
ft^3/min. -
CUBIC_INCH_PER_SECOND
in^3/s. -
CUBIC_INCH_PER_MINUTE
in^3/min. -
GALLON_US_PER_SECOND
gallon/s (US). -
GALLON_US_PER_MINUTE
gallon/min (US). -
GALLON_US_PER_HOUR
gallon/hour (US). -
GALLON_US_PER_DAY
gallon/day (US).
-
-
Constructor Details
-
FlowVolumeUnit
public FlowVolumeUnit()
-