| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Force |
MutableForceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Force |
ForceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
| Constructor and Description |
|---|
ForceMatrix(Force[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
MutableForceMatrix(Force[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
| Modifier and Type | Field and Description |
|---|---|
static Force |
Force.ZERO
constant with value zero.
|
| Modifier and Type | Method and Description |
|---|---|
Force |
Torque.divideBy(Length v)
Calculate the division of Torque and Length, which results in a Force scalar.
|
Force |
Energy.divideBy(Length v)
Calculate the division of Energy and Length, which results in a Force scalar.
|
Force |
Power.divideBy(Speed v)
Calculate the division of Power and Speed, which results in a Force scalar.
|
protected Force |
Force.instantiateTypeRel(double value,
ForceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
static Force |
Force.interpolate(Force zero,
Force one,
double ratio)
Interpolate between two values.
|
static Force |
Force.max(Force r1,
Force r2)
Return the maximum value of two relative scalars.
|
static Force |
Force.max(Force r1,
Force r2,
Force... rn)
Return the maximum value of more than two relative scalars.
|
static Force |
Force.min(Force r1,
Force r2)
Return the minimum value of two relative scalars.
|
static Force |
Force.min(Force r1,
Force r2,
Force... rn)
Return the minimum value of more than two relative scalars.
|
Force |
Mass.multiplyBy(Acceleration v)
Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.
|
Force |
Pressure.multiplyBy(Area v)
Calculate the multiplication of Pressure and Area, which results in a Force scalar.
|
Force |
LinearDensity.multiplyBy(Energy v)
Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar.
|
Force |
Speed.multiplyBy(FlowMass v)
Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.
|
Force |
Dimensionless.multiplyBy(Force v)
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.
|
Force |
Torque.multiplyBy(LinearDensity v)
Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.
|
Force |
Energy.multiplyBy(LinearDensity v)
Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.
|
Force |
Acceleration.multiplyBy(Mass v)
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.
|
Force |
Area.multiplyBy(Pressure v)
Calculate the multiplication of Area and Pressure, which results in a Force scalar.
|
Force |
FlowMass.multiplyBy(Speed v)
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.
|
| Modifier and Type | Method and Description |
|---|---|
Length |
Torque.divideBy(Force v)
Calculate the division of Torque and Force, which results in a Length scalar.
|
Speed |
Power.divideBy(Force v)
Calculate the division of Power and Force, which results in a Speed scalar.
|
Dimensionless |
Force.divideBy(Force v)
Calculate the division of Force and Force, which results in a Dimensionless scalar.
|
Length |
Energy.divideBy(Force v)
Calculate the division of Energy and Force, which results in a Length scalar.
|
static Force |
Force.interpolate(Force zero,
Force one,
double ratio)
Interpolate between two values.
|
static Force |
Force.max(Force r1,
Force r2)
Return the maximum value of two relative scalars.
|
static Force |
Force.max(Force r1,
Force r2,
Force... rn)
Return the maximum value of more than two relative scalars.
|
static Force |
Force.max(Force r1,
Force r2,
Force... rn)
Return the maximum value of more than two relative scalars.
|
static Force |
Force.min(Force r1,
Force r2)
Return the minimum value of two relative scalars.
|
static Force |
Force.min(Force r1,
Force r2,
Force... rn)
Return the minimum value of more than two relative scalars.
|
static Force |
Force.min(Force r1,
Force r2,
Force... rn)
Return the minimum value of more than two relative scalars.
|
Power |
Speed.multiplyBy(Force v)
Calculate the multiplication of Speed and Force, which results in a Power scalar.
|
Energy |
Length.multiplyBy(Force v)
Calculate the multiplication of Length and Force, which results in a Energy scalar.
|
Force |
Dimensionless.multiplyBy(Force v)
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.
|
| Constructor and Description |
|---|
Force(Force value)
Construct Force scalar.
|
| Modifier and Type | Method and Description |
|---|---|
Force |
MutableForceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Force |
ForceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
| Constructor and Description |
|---|
ForceVector(Force[] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(Force[] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
| Constructor and Description |
|---|
ForceVector(List<Force> values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(SortedMap<Integer,Force> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(List<Force> values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(SortedMap<Integer,Force> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.