| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.common.thermalsim |
| Modifier and Type | Class and Description |
|---|---|
class |
HeatSink
Heat sink with fixed temperature.
|
class |
HeatSource
A heat source that provides power (in W) to an attached capacitance.
|
class |
LumpedThermalCapacitanceLink
A lumped bulk element with capacitance and resistance.
|
class |
MergedResistiveThermalLink
A resistive thermal link for internal use, created when several resistive thermal
links are connected together.
|
class |
RadiativeThermalLink
A radiative thermal link (Stefan's law).
|
class |
ResistiveThermalLink
A resistive thermal link.
|
class |
ThermalCapacitance
A bulk element, that will adjust its temperature upon heat transfer.
|
class |
ThermalCapacitanceLink
A composite link + bulk element.
|
class |
ThermalLink
A generic thermal link that transfers heat between elements.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThermalSimElement |
LumpedThermalCapacitanceLink.getActualLeft() |
protected ThermalSimElement |
ThermalCapacitanceLink.getActualLeft() |
protected ThermalSimElement |
ThermalSimElement.getActualLeft() |
protected ThermalSimElement |
LumpedThermalCapacitanceLink.getActualRight() |
protected ThermalSimElement |
ThermalCapacitanceLink.getActualRight() |
protected ThermalSimElement |
ThermalSimElement.getActualRight() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThermalModel.connect(ThermalSimElement left,
ThermalSimElement right) |
Copyright © 2016 LSST. All rights reserved.