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 ForceUnit |
UNITS.DYNE |
static ForceUnit |
ForceUnit.DYNE
Dyne.
|
static ForceUnit |
UNITS.KILOGRAM_FORCE |
static ForceUnit |
ForceUnit.KILOGRAM_FORCE
kilogram-force.
|
static ForceUnit |
UNITS.NEWTON |
static ForceUnit |
ForceUnit.NEWTON
Newton.
|
static ForceUnit |
UNITS.OUNCE_FORCE |
static ForceUnit |
ForceUnit.OUNCE_FORCE
ounce-force.
|
static ForceUnit |
UNITS.POUND_FORCE |
static ForceUnit |
ForceUnit.POUND_FORCE
pound-force.
|
static ForceUnit |
ForceUnit.SI
The SI unit for force is Newton.
|
static ForceUnit |
UNITS.STHENE |
static ForceUnit |
ForceUnit.STHENE
sthene.
|
static ForceUnit |
UNITS.TON_FORCE |
static ForceUnit |
ForceUnit.TON_FORCE
ton-force.
|
Modifier and Type | Method and Description |
---|---|
ForceUnit |
ForceUnit.getStandardUnit() |
Constructor and Description |
---|
EnergyUnit(ForceUnit forceUnit,
LengthUnit lengthUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined EnergyUnit based on a LengthUnit and a ForceUnit, e.g.
|
ForceUnit(String name,
String abbreviation,
UnitSystem unitSystem,
ForceUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined ForceUnit with a conversion factor to another ForceUnit.
|
PowerUnit(LengthUnit lengthUnit,
ForceUnit forceUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined PowerUnit based on a LengthUnit, a ForceUnit, and a TimeUnit, e.g.
|
PressureUnit(ForceUnit forceUnit,
AreaUnit areaUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Construct a user-defined pressure unit from force and area units, e.g.
|
TorqueUnit(ForceUnit forceUnit,
LengthUnit lengthUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Create a user-defined torque unit from force and length units.
|
Modifier and Type | Method and Description |
---|---|
protected MutableForceMatrix |
MutableForceMatrix.instantiateMutableType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableForceMatrix |
ForceMatrix.instantiateMutableType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Force |
MutableForceMatrix.instantiateScalar(double value,
ForceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Force |
ForceMatrix.instantiateScalar(double value,
ForceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ForceMatrix |
MutableForceMatrix.instantiateType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ForceMatrix |
ForceMatrix.instantiateType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
ForceMatrix(double[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
ForceMatrix(DoubleMatrixData data,
ForceUnit unit) |
MutableForceMatrix(double[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
MutableForceMatrix(DoubleMatrixData data,
ForceUnit unit) |
Modifier and Type | Method and Description |
---|---|
Force |
Force.instantiateRel(double value,
ForceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Force(double value,
ForceUnit unit)
Construct Force scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableForceVector |
MutableForceVector.instantiateMutableType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableForceVector |
ForceVector.instantiateMutableType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Force |
MutableForceVector.instantiateScalar(double value,
ForceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Force |
ForceVector.instantiateScalar(double value,
ForceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ForceVector |
MutableForceVector.instantiateType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ForceVector |
ForceVector.instantiateType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
ForceVector(double[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(DoubleVectorData data,
ForceUnit unit) |
ForceVector(List<Double> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(SortedMap<Integer,Double> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(double[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(DoubleVectorData data,
ForceUnit unit) |
MutableForceVector(List<Double> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(SortedMap<Integer,Double> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatForceMatrix |
MutableFloatForceMatrix.instantiateMutableType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatForceMatrix |
FloatForceMatrix.instantiateMutableType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatForce |
MutableFloatForceMatrix.instantiateScalar(float value,
ForceUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatForce |
FloatForceMatrix.instantiateScalar(float value,
ForceUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatForceMatrix |
MutableFloatForceMatrix.instantiateType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatForceMatrix |
FloatForceMatrix.instantiateType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatForceMatrix(float[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceMatrix.
|
FloatForceMatrix(FloatMatrixData data,
ForceUnit unit) |
MutableFloatForceMatrix(float[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceMatrix.
|
MutableFloatForceMatrix(FloatMatrixData data,
ForceUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatForce |
FloatForce.instantiateRel(float value,
ForceUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatForce(double value,
ForceUnit unit)
Construct FloatForce scalar using a double value.
|
FloatForce(float value,
ForceUnit unit)
Construct FloatForce scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatForceVector |
MutableFloatForceVector.instantiateMutableType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatForceVector |
FloatForceVector.instantiateMutableType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatForce |
MutableFloatForceVector.instantiateScalar(float value,
ForceUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatForce |
FloatForceVector.instantiateScalar(float value,
ForceUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatForceVector |
MutableFloatForceVector.instantiateType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatForceVector |
FloatForceVector.instantiateType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatForceVector(float[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatForceVector.
|
FloatForceVector(FloatVectorData data,
ForceUnit unit) |
FloatForceVector(List<Float> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatForceVector.
|
FloatForceVector(SortedMap<Integer,Float> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatForceVector.
|
MutableFloatForceVector(float[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float ForceVector.
|
MutableFloatForceVector(FloatVectorData data,
ForceUnit unit) |
MutableFloatForceVector(List<Float> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float ForceVector.
|
MutableFloatForceVector(SortedMap<Integer,Float> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float ForceVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.