Class ThermalSinkResult

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ThermalHouseResult

public abstract class ThermalSinkResult extends ThermalUnitResult
Represents calculation results of a ThermalSinkInput
See Also:
  • Constructor Details

    • ThermalSinkResult

      protected ThermalSinkResult(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot)
      Standard constructor which includes auto generation of the resulting output models uuid.
      Parameters:
      time - date and time when the result is produced
      inputModel - uuid of the input model that produces the result
      qDot - thermal heat demand of the sink
    • ThermalSinkResult

      protected ThermalSinkResult(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot)
      Standard constructor without uuid generation.
      Parameters:
      uuid - uuid of this result entity, for automatic uuid generation use primary constructor above
      time - date and time when the result is produced
      inputModel - uuid of the input model that produces the result
      qDot - thermal heat demand of the sink