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