A ThermalDomain is used to group objects under that operate under the same temperature.
void setNode(ThermalNode *n)
Set/Get circuit node associated with this domain.
void setSubSystem(SubSystem *ss)
Set the SubSystem reference we belong to.
void emitUpdate()
Emit a temperature update through probe points interface.
Temperature currentTemperature() const
Get the current temperature.
ThermalDomain(const Params &p)
ThermalNode * getNode() const
const Temperature _initTemperature
Stats::Value currentTemp
Stat for reporting voltage of the domain.
Temperature initialTemperature() const
Get the startup temperature.
ThermalDomainParams Params
LinearEquation getEquation(ThermalNode *tn, unsigned n, double step) const override
Get nodal equation imposed by this node.
ProbePointArg< Temperature > * ppThermalUpdate
Probe to signal for temperature changes in this domain.