Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.74 KB

ServiceHotWater.md

File metadata and controls

19 lines (14 loc) · 1.74 KB

DragonflySchema.Model.ServiceHotWater

Properties

Name Type Description Notes
UserData Object Optional dictionary of user data associated with the object.All keys and values of this dictionary should be of a standard data type to ensure correct serialization of the object (eg. str, float, int, list). [optional]
FlowPerArea double Number for the total volume flow rate of water per unit area of floor [L/h-m2].
Schedule AnyOfScheduleRulesetScheduleFixedInterval The schedule for the use of hot water over the course of the year. The type of this schedule should be Fractional and the fractional values will get multiplied by the flow_per_area to yield a complete water usage profile.
Type string [optional] [readonly] [default to "ServiceHotWater"]
TargetTemperature double Number for the target temperature of water out of the tap (C). This the temperature after hot water has been mixed with cold water from the water mains. The default is 60C, which essentially assumes that the flow_per_area on this object is only for water straight out of the water heater. [optional] [default to 60D]
SensibleFraction double A number between 0 and 1 for the fraction of the total hot water load given off as sensible heat in the zone. [optional] [default to 0.2D]
LatentFraction double A number between 0 and 1 for the fraction of the total hot water load that is latent. [optional] [default to 0.05D]

[Back to Model list] [Back to API list] [Back to README]