public class FlowMassUnit extends LinearUnit<FlowMassUnit>
Copyright (c) 2015-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2016-05-28 14:25:52 +0200 (Sat, 28 May 2016) $, @version $Revision: 202 $, by $Author: averbraeck $,
initial version May 15, 2014
| Modifier and Type | Field and Description |
|---|---|
static FlowMassUnit |
KILOGRAM_PER_SECOND
kg/s.
|
static FlowMassUnit |
POUND_PER_SECOND
lb/s.
|
static FlowMassUnit |
SI
The SI unit for mass flow rate is kg/s.
|
scale, STANDARD_UNITS| Constructor and Description |
|---|
FlowMassUnit(MassUnit massUnit,
TimeUnit timeUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Create a user-defined flow-massunit based on mass and time.
|
FlowMassUnit(String name,
String abbreviation,
UnitSystem unitSystem,
FlowMassUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Modifier and Type | Method and Description |
|---|---|
MassUnit |
getMassUnit() |
String |
getSICoefficientsString() |
FlowMassUnit |
getStandardUnit() |
TimeUnit |
getTimeUnit() |
getConversionFactorToStandardUnit, getScaleequals, getAbbreviation, getAbbreviationKey, getAllUnitsOfThisType, getName, getNameKey, getSICoefficients, getUnits, getUnitSystem, hashCode, isLocalizable, lookupOrCreateSIUnitWithSICoefficients, lookupOrCreateUnitWithSICoefficients, lookupUnitWithSICoefficients, toStringpublic static final FlowMassUnit SI
public static final FlowMassUnit KILOGRAM_PER_SECOND
public static final FlowMassUnit POUND_PER_SECOND
public FlowMassUnit(MassUnit massUnit, TimeUnit timeUnit, String name, String abbreviation, UnitSystem unitSystem)
massUnit - the unit of mass for the flow unit, e.g., kilogramtimeUnit - the unit of time for the flow unit, e.g., secondname - the long name of the unitabbreviation - the abbreviation of the unitunitSystem - the unit system, e.g. SI or Imperialpublic FlowMassUnit(String name, String abbreviation, UnitSystem unitSystem, FlowMassUnit referenceUnit, double conversionFactorToReferenceUnit)
name - the long name of the unitabbreviation - the abbreviation of the unitunitSystem - the unit system, e.g. SI or ImperialreferenceUnit - the unit to convert toconversionFactorToReferenceUnit - multiply a value in this unit by the factor to convert to the given reference unitpublic final MassUnit getMassUnit()
public final TimeUnit getTimeUnit()
public final FlowMassUnit getStandardUnit()
getStandardUnit in class Unit<FlowMassUnit>public final String getSICoefficientsString()
getSICoefficientsString in class Unit<FlowMassUnit>Copyright © 2015–2016 Delft University of Technology. All rights reserved.