Package edu.ie3.datamodel.models.value
Class WindValue
java.lang.Object
edu.ie3.datamodel.models.value.WindValue
- All Implemented Interfaces:
Value
,Serializable
Describes wind as a pair of direction and velocity
- See Also:
-
Constructor Summary
ConstructorDescriptionWindValue
(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Angle> direction, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Speed> velocity) -
Method Summary
-
Constructor Details
-
WindValue
public WindValue(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Angle> direction, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Speed> velocity) - Parameters:
direction
- Direction, the wind comes from as an angle from north increasing clockwise (typically in rad)velocity
- Wind velocity (typically in m/s)
-
-
Method Details