Package org.djunits.unit
Class FlowVolumeUnit
- All Implemented Interfaces:
Serializable
,Cloneable
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Quantity<FlowVolumeUnit>
The base, with "kg/s" as the SI signature.static final FlowVolumeUnit
ft^3/min.static final FlowVolumeUnit
ft^3/s.static final FlowVolumeUnit
in^3/min.static final FlowVolumeUnit
in^3/s.static final FlowVolumeUnit
m^3/day.static final FlowVolumeUnit
m^3/hour.static final FlowVolumeUnit
m^3/min.static final FlowVolumeUnit
m^3/s.static final FlowVolumeUnit
gallon/day (US).static final FlowVolumeUnit
gallon/hour (US).static final FlowVolumeUnit
gallon/min (US).static final FlowVolumeUnit
gallon/s (US).static final FlowVolumeUnit
L/day.static final FlowVolumeUnit
L/hour.static final FlowVolumeUnit
L/min.static final FlowVolumeUnit
L/s.static final FlowVolumeUnit
The SI unit for volume flow rate is m^3/s. -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, 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()
-