Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
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.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
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 scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFlowMassMatrix |
MutableFlowMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFlowMassMatrix |
FlowMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected FlowMass |
MutableFlowMassMatrix.instantiateScalar(double value,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowMass |
FlowMassMatrix.instantiateScalar(double value,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowMassMatrix |
MutableFlowMassMatrix.instantiateType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FlowMassMatrix |
FlowMassMatrix.instantiateType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
FlowMassMatrix(double[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassMatrix.
|
FlowMassMatrix(DoubleMatrixData data,
FlowMassUnit unit) |
MutableFlowMassMatrix(double[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassMatrix.
|
MutableFlowMassMatrix(DoubleMatrixData data,
FlowMassUnit unit) |
Modifier and Type | Method and Description |
---|---|
FlowMass |
FlowMass.instantiateRel(double value,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
FlowMass(double value,
FlowMassUnit unit)
Construct FlowMass scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFlowMassVector |
MutableFlowMassVector.instantiateMutableType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFlowMassVector |
FlowMassVector.instantiateMutableType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected FlowMass |
MutableFlowMassVector.instantiateScalar(double value,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowMass |
FlowMassVector.instantiateScalar(double value,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowMassVector |
MutableFlowMassVector.instantiateType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FlowMassVector |
FlowMassVector.instantiateType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
FlowMassVector(double[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowMassVector(DoubleVectorData data,
FlowMassUnit unit) |
FlowMassVector(List<Double> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowMassVector(SortedMap<Integer,Double> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(double[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(DoubleVectorData data,
FlowMassUnit unit) |
MutableFlowMassVector(List<Double> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(SortedMap<Integer,Double> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatFlowMassMatrix |
MutableFloatFlowMassMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFlowMassMatrix |
FloatFlowMassMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatFlowMass |
MutableFloatFlowMassMatrix.instantiateScalar(float value,
FlowMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowMass |
FloatFlowMassMatrix.instantiateScalar(float value,
FlowMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowMassMatrix |
MutableFloatFlowMassMatrix.instantiateType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFlowMassMatrix |
FloatFlowMassMatrix.instantiateType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatFlowMassMatrix(float[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassMatrix.
|
FloatFlowMassMatrix(FloatMatrixData data,
FlowMassUnit unit) |
MutableFloatFlowMassMatrix(float[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassMatrix.
|
MutableFloatFlowMassMatrix(FloatMatrixData data,
FlowMassUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatFlowMass |
FloatFlowMass.instantiateRel(float value,
FlowMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatFlowMass(double value,
FlowMassUnit unit)
Construct FloatFlowMass scalar using a double value.
|
FloatFlowMass(float value,
FlowMassUnit unit)
Construct FloatFlowMass scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatFlowMassVector |
MutableFloatFlowMassVector.instantiateMutableType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFlowMassVector |
FloatFlowMassVector.instantiateMutableType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatFlowMass |
MutableFloatFlowMassVector.instantiateScalar(float value,
FlowMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowMass |
FloatFlowMassVector.instantiateScalar(float value,
FlowMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowMassVector |
MutableFloatFlowMassVector.instantiateType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFlowMassVector |
FloatFlowMassVector.instantiateType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatFlowMassVector(float[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatFlowMassVector.
|
FloatFlowMassVector(FloatVectorData data,
FlowMassUnit unit) |
FloatFlowMassVector(List<Float> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatFlowMassVector.
|
FloatFlowMassVector(SortedMap<Integer,Float> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatFlowMassVector.
|
MutableFloatFlowMassVector(float[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FlowMassVector.
|
MutableFloatFlowMassVector(FloatVectorData data,
FlowMassUnit unit) |
MutableFloatFlowMassVector(List<Float> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FlowMassVector.
|
MutableFloatFlowMassVector(SortedMap<Integer,Float> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FlowMassVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.