| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Field and Description |
|---|---|
static FlowMassUnit |
UNITS.KILOGRAM_PER_SECOND |
static FlowMassUnit |
FlowMassUnit.KILOGRAM_PER_SECOND
kg/s.
|
static FlowMassUnit |
UNITS.POUND_PER_SECOND |
static FlowMassUnit |
FlowMassUnit.POUND_PER_SECOND
lb/s.
|
static FlowMassUnit |
FlowMassUnit.SI
The SI unit for mass flow rate is kg/s.
|
| Modifier and Type | Method and Description |
|---|---|
FlowMassUnit |
FlowMassUnit.getStandardUnit() |
| Constructor and Description |
|---|
FlowMassUnit(String name,
String abbreviation,
UnitSystem unitSystem,
FlowMassUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Constructor and Description |
|---|
FlowMass(double value,
FlowMassUnit unit)
Construct FlowMass scalar.
|
| Constructor and Description |
|---|
FlowMass(DoubleScalar.Rel<FlowMassUnit> value)
Construct FlowMass scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
FlowMassUnit unit)
Construct a new Dense Immutable Double FlowMass Vector.
|
Dense(double[] values,
FlowMassUnit unit)
Construct a new Dense Immutable Double FlowMass Vector.
|
Dense(List<Double> values,
FlowMassUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
FlowMassUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
FlowMassVector(FlowMassUnit unit) |
MutableFlowMassVector(FlowMassUnit unit) |
Sparse(double[] values,
FlowMassUnit unit)
Construct a new Sparse Immutable Double FlowMass Vector.
|
Sparse(double[] values,
FlowMassUnit unit)
Construct a new Sparse Immutable Double FlowMass Vector.
|
Sparse(SortedMap<Integer,Double> values,
FlowMassUnit unit,
int length)
Construct a new Sparse Immutable FlowMass Vector.
|
Sparse(SortedMap<Integer,Double> values,
FlowMassUnit unit,
int length)
Construct a new Sparse Immutable FlowMass Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<FlowMassUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<FlowMassUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<FlowMassUnit>> values,
int length)
Construct a new Sparse Immutable FlowMass Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<FlowMassUnit>> values,
int length)
Construct a new Sparse Immutable FlowMass Vector.
|
| Constructor and Description |
|---|
FloatFlowMass(double value,
FlowMassUnit unit)
Construct FloatFlowMass scalar using a double value.
|
FloatFlowMass(float value,
FlowMassUnit unit)
Construct FloatFlowMass scalar.
|
| Constructor and Description |
|---|
FloatFlowMass(FloatScalar.Rel<FlowMassUnit> value)
Construct FloatFlowMass scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.