Package javax.measure.quantity
Interface MassFlowRate
-
- All Superinterfaces:
Quantity
public interface MassFlowRate extends Quantity
This interface represents the movement of mass per time. The system unit for this quantity is "kg/s" (kilogram per second).- See Also:
- Wikipedia: Mass Flow Rate
-
-
Field Summary
Fields Modifier and Type Field Description static Unit<MassFlowRate>
UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
-
-
-
Field Detail
-
UNIT
static final Unit<MassFlowRate> UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
-
-