Uses of Class
org.djunits.value.vdouble.scalar.Force
| 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.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of Force in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Force Modifier and Type Method Description ForceForceMatrix. instantiateScalarSI(double valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Force Modifier and Type Method Description Class<Force>ForceMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Force in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Force Modifier and Type Field Description static ForceForce. NaNConstant with value NaN.static ForceForce. NEG_MAXVALUEConstant with value -MAX_VALUE.static ForceForce. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static ForceForce. ONEConstant with value one.static ForceForce. POS_MAXVALUEConstant with value MAX_VALUE.static ForceForce. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static ForceForce. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Force Modifier and Type Method Description ForceSIScalar. asForce()Return the current scalar as a force.ForceSIScalar. asForce(ForceUnit displayUnit)Return the current scalar as a force, and provide a display unit.ForceEnergy. divide(Length v)Calculate the division of Energy and Length, which results in a Force scalar.ForcePower. divide(Speed v)Calculate the division of Power and Speed, which results in a Force scalar.ForceTorque. divide(Length v)Calculate the division of Torque and Length, which results in a Force scalar.ForceForce. instantiateRel(double value, ForceUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static ForceForce. instantiateSI(double value)Construct Force scalar.static ForceForce. interpolate(Force zero, Force one, double ratio)Interpolate between two values.static ForceForce. max(Force r1, Force r2)Return the maximum value of two relative scalars.static ForceForce. max(Force r1, Force r2, Force... rn)Return the maximum value of more than two relative scalars.static ForceForce. min(Force r1, Force r2)Return the minimum value of two relative scalars.static ForceForce. min(Force r1, Force r2, Force... rn)Return the minimum value of more than two relative scalars.static ForceForce. of(double value, String unitString)Returns a Force based on a value and the textual representation of the unit.ForceAcceleration. times(Mass v)Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.ForceArea. times(Pressure v)Calculate the multiplication of Area and Pressure, which results in a Force scalar.ForceDimensionless. times(Force v)Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.ForceEnergy. times(LinearDensity v)Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.ForceFlowMass. times(Speed v)Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.ForceLinearDensity. times(Energy v)Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar.ForceMass. times(Acceleration v)Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.ForcePressure. times(Area v)Calculate the multiplication of Pressure and Area, which results in a Force scalar.ForceSpeed. times(FlowMass v)Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.ForceTorque. times(LinearDensity v)Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.static ForceForce. valueOf(String text)Returns a Force representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Force Modifier and Type Method Description LengthEnergy. divide(Force v)Calculate the division of Energy and Force, which results in a Length scalar.DimensionlessForce. divide(Force v)Calculate the division of Force and Force, which results in a Dimensionless scalar.SpeedPower. divide(Force v)Calculate the division of Power and Force, which results in a Speed scalar.LengthTorque. divide(Force v)Calculate the division of Torque and Force, which results in a Length scalar.static ForceForce. interpolate(Force zero, Force one, double ratio)Interpolate between two values.static ForceForce. max(Force r1, Force r2)Return the maximum value of two relative scalars.static ForceForce. max(Force r1, Force r2, Force... rn)Return the maximum value of more than two relative scalars.static ForceForce. min(Force r1, Force r2)Return the minimum value of two relative scalars.static ForceForce. min(Force r1, Force r2, Force... rn)Return the minimum value of more than two relative scalars.ForceDimensionless. times(Force v)Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.EnergyLength. times(Force v)Calculate the multiplication of Length and Force, which results in a Energy scalar.PowerSpeed. times(Force v)Calculate the multiplication of Speed and Force, which results in a Power scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Force Constructor Description Force(Force value)Construct Force scalar. -
Uses of Force in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Force Modifier and Type Method Description ForceForceVector. instantiateScalarSI(double valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Force Modifier and Type Method Description Class<Force>ForceVector. getScalarClass()Return the class of the corresponding scalar.