| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.common.thermalsim |
| Modifier and Type | Class and Description |
|---|---|
class |
HeatSink
Heat sink with fixed temperature.
|
| Modifier and Type | Field and Description |
|---|---|
protected ThermalCapacitance |
HeatSource.element |
protected ThermalCapacitance |
ThermalLink.left |
protected ThermalCapacitance |
ThermalLink.right |
| Modifier and Type | Method and Description |
|---|---|
ThermalCapacitance |
HeatSource.getAttached() |
ThermalCapacitance |
ThermalLink.getLeft() |
ThermalCapacitance |
ThermalLink.getRight() |
| Modifier and Type | Method and Description |
|---|---|
void |
HeatSource.attachTo(ThermalCapacitance e) |
void |
RadiativeThermalLink.setLeft(ThermalCapacitance e1,
double emissivity) |
void |
RadiativeThermalLink.setRight(ThermalCapacitance e2,
double emissivity) |
Copyright © 2016 LSST. All rights reserved.