gem5
|
An abstract class that represents any thermal entity which is used in the circuital thermal equivalent model. More...
#include <thermal_entity.hh>
Public Member Functions | |
virtual LinearEquation | getEquation (ThermalNode *tn, unsigned n, double step) const =0 |
An abstract class that represents any thermal entity which is used in the circuital thermal equivalent model.
It is necessary for ThermalModel to be able to solve the circuit.
Definition at line 53 of file thermal_entity.hh.
|
pure virtual |
Implemented in ThermalReference, ThermalCapacitor, ThermalDomain, and ThermalResistor.