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 |
---|---|
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.
|
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.NaN
constant with value NaN.
|
static Force |
Force.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static Force |
Force.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static Force |
Force.POS_MAXVALUE
constant with value MAX_VALUE.
|
static Force |
Force.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static Force |
Force.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static Force |
Force.createSI(double value)
Construct Force scalar.
|
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.
|
Force |
Force.instantiateRel(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.
|
static Force |
Force.valueOf(String text)
Returns a Force representation of a textual representation of a value with a unit.
|
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 |
---|---|
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.
|
Force[] |
MutableForceVector.toArray()
Return an array of Force Scalars from this vector.
|
Force[] |
ForceVector.toArray()
Return an array of Force Scalars from this vector.
|
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–2019 Delft University of Technology. All rights reserved.