| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.common.thermalsim |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestModel.rtmModel(ThermalModel model) |
static void |
TestModel.testModel1(ThermalModel model) |
static void |
TestModel.testModel2(ThermalModel model) |
static void |
TestModel.testModel3(ThermalModel model) |
static void |
TestModel.testModelPID(ThermalModel model) |
| Constructor and Description |
|---|
HeatSink(ThermalModel model,
String name,
double temperature) |
HeatSource(ThermalModel model,
String name,
double power) |
LumpedThermalCapacitanceLink(ThermalModel model,
String name,
double resistance,
double capacitance,
int nParts) |
RadiativeThermalLink(ThermalModel model,
String name,
double area) |
ResistiveThermalLink(ThermalModel model,
String name,
double resistance) |
ThermalCapacitance(ThermalModel model,
String name,
double capacitance) |
ThermalCapacitanceLink(ThermalModel model,
String name,
double resistance,
double capacitance) |
ThermalLink(ThermalModel model,
String name) |
ThermalSimElement(ThermalModel model,
String name) |
Copyright © 2016 LSST. All rights reserved.