Package javax.measure.quantity
Interface VolumetricFlowRate
-
- All Superinterfaces:
Quantity
public interface VolumetricFlowRate extends Quantity
This interface represents the volume of fluid passing a point in a system per unit of time. The system unit for this quantity is "m³/s" (cubic meter per second).- See Also:
- Wikipedia: Volumetric Flow Rate
-
-
Field Summary
Fields Modifier and Type Field Description static Unit<VolumetricFlowRate>
UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
-
-
-
Field Detail
-
UNIT
static final Unit<VolumetricFlowRate> UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
-
-