gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
ThermalEntity Class Referenceabstract

An abstract class that represents any thermal entity which is used in the circuital thermal equivalent model. More...

#include <thermal_entity.hh>

Inheritance diagram for ThermalEntity:
ThermalCapacitor ThermalDomain ThermalReference ThermalResistor

Public Member Functions

virtual LinearEquation getEquation (ThermalNode *tn, unsigned n, double step) const =0
 

Detailed Description

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 51 of file thermal_entity.hh.

Member Function Documentation

◆ getEquation()

virtual LinearEquation ThermalEntity::getEquation ( ThermalNode tn,
unsigned  n,
double  step 
) const
pure virtual

The documentation for this class was generated from the following file:

Generated on Tue Mar 23 2021 19:41:41 for gem5 by doxygen 1.8.17