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 PressureUnit |
UNITS.ATMOSPHERE_STANDARD |
static PressureUnit |
PressureUnit.ATMOSPHERE_STANDARD
standard atmosphere.
|
static PressureUnit |
UNITS.ATMOSPHERE_TECHNICAL |
static PressureUnit |
PressureUnit.ATMOSPHERE_TECHNICAL
technical atmosphere.
|
static PressureUnit |
UNITS.BAR |
static PressureUnit |
PressureUnit.BAR
bar.
|
static PressureUnit |
UNITS.BARYE |
static PressureUnit |
PressureUnit.BARYE
barye.
|
static PressureUnit |
UNITS.CENTIMETER_MERCURY |
static PressureUnit |
PressureUnit.CENTIMETER_MERCURY
cm Hg.
|
static PressureUnit |
UNITS.FOOT_MERCURY |
static PressureUnit |
PressureUnit.FOOT_MERCURY
foot Hg.
|
static PressureUnit |
UNITS.HECTOPASCAL |
static PressureUnit |
PressureUnit.HECTOPASCAL
hectoPascal.
|
static PressureUnit |
UNITS.INCH_MERCURY |
static PressureUnit |
PressureUnit.INCH_MERCURY
inch Hg.
|
static PressureUnit |
UNITS.KGF_PER_SQUARE_MM |
static PressureUnit |
PressureUnit.KGF_PER_SQUARE_MM
kilogram-force per square millimeter.
|
static PressureUnit |
UNITS.KILOPASCAL |
static PressureUnit |
PressureUnit.KILOPASCAL
kiloPascal.
|
static PressureUnit |
UNITS.MILLIBAR |
static PressureUnit |
PressureUnit.MILLIBAR
millibar.
|
static PressureUnit |
UNITS.MILLIMETER_MERCURY |
static PressureUnit |
PressureUnit.MILLIMETER_MERCURY
mm Hg.
|
static PressureUnit |
UNITS.PASCAL |
static PressureUnit |
PressureUnit.PASCAL
Pascal.
|
static PressureUnit |
UNITS.PIEZE |
static PressureUnit |
PressureUnit.PIEZE
pieze.
|
static PressureUnit |
UNITS.POUND_PER_SQUARE_FOOT |
static PressureUnit |
PressureUnit.POUND_PER_SQUARE_FOOT
pound per square foot.
|
static PressureUnit |
UNITS.POUND_PER_SQUARE_INCH |
static PressureUnit |
PressureUnit.POUND_PER_SQUARE_INCH
pound per square inch.
|
static PressureUnit |
PressureUnit.SI
The SI unit for pressure is Pascal.
|
static PressureUnit |
UNITS.TORR |
static PressureUnit |
PressureUnit.TORR
torr.
|
Modifier and Type | Method and Description |
---|---|
PressureUnit |
PressureUnit.getStandardUnit() |
Constructor and Description |
---|
PressureUnit(String name,
String abbreviation,
UnitSystem unitSystem,
PressureUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined PressureUnit with a conversion factor to another PressureUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutablePressureMatrix |
PressureMatrix.instantiateMutableType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutablePressureMatrix |
MutablePressureMatrix.instantiateMutableType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Pressure |
PressureMatrix.instantiateScalar(double value,
PressureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Pressure |
MutablePressureMatrix.instantiateScalar(double value,
PressureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected PressureMatrix |
PressureMatrix.instantiateType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected PressureMatrix |
MutablePressureMatrix.instantiateType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MutablePressureMatrix(double[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureMatrix.
|
MutablePressureMatrix(DoubleMatrixData data,
PressureUnit unit) |
PressureMatrix(double[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureMatrix.
|
PressureMatrix(DoubleMatrixData data,
PressureUnit unit) |
Modifier and Type | Method and Description |
---|---|
Pressure |
Pressure.instantiateRel(double value,
PressureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Pressure(double value,
PressureUnit unit)
Construct Pressure scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutablePressureVector |
PressureVector.instantiateMutableType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutablePressureVector |
MutablePressureVector.instantiateMutableType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Pressure |
PressureVector.instantiateScalar(double value,
PressureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Pressure |
MutablePressureVector.instantiateScalar(double value,
PressureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected PressureVector |
PressureVector.instantiateType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected PressureVector |
MutablePressureVector.instantiateType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MutablePressureVector(double[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutablePressureVector(DoubleVectorData data,
PressureUnit unit) |
MutablePressureVector(List<Double> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutablePressureVector(SortedMap<Integer,Double> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(double[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(DoubleVectorData data,
PressureUnit unit) |
PressureVector(List<Double> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(SortedMap<Integer,Double> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatPressureMatrix |
MutableFloatPressureMatrix.instantiateMutableType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatPressureMatrix |
FloatPressureMatrix.instantiateMutableType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatPressure |
MutableFloatPressureMatrix.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPressure |
FloatPressureMatrix.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPressureMatrix |
MutableFloatPressureMatrix.instantiateType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatPressureMatrix |
FloatPressureMatrix.instantiateType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatPressureMatrix(float[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
FloatPressureMatrix(FloatMatrixData data,
PressureUnit unit) |
MutableFloatPressureMatrix(float[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
MutableFloatPressureMatrix(FloatMatrixData data,
PressureUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatPressure |
FloatPressure.instantiateRel(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatPressure(double value,
PressureUnit unit)
Construct FloatPressure scalar using a double value.
|
FloatPressure(float value,
PressureUnit unit)
Construct FloatPressure scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatPressureVector |
MutableFloatPressureVector.instantiateMutableType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatPressureVector |
FloatPressureVector.instantiateMutableType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatPressure |
MutableFloatPressureVector.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPressure |
FloatPressureVector.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPressureVector |
MutableFloatPressureVector.instantiateType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatPressureVector |
FloatPressureVector.instantiateType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatPressureVector(float[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatPressureVector.
|
FloatPressureVector(FloatVectorData data,
PressureUnit unit) |
FloatPressureVector(List<Float> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatPressureVector.
|
FloatPressureVector(SortedMap<Integer,Float> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatPressureVector.
|
MutableFloatPressureVector(float[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float PressureVector.
|
MutableFloatPressureVector(FloatVectorData data,
PressureUnit unit) |
MutableFloatPressureVector(List<Float> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float PressureVector.
|
MutableFloatPressureVector(SortedMap<Integer,Float> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float PressureVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.