public abstract class ThermalLink extends ThermalSimElement
| Modifier and Type | Field and Description |
|---|---|
protected ThermalCapacitance |
left |
protected ThermalCapacitance |
right |
future, lastVisit, timeStep| Constructor and Description |
|---|
ThermalLink(ThermalModel model,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getExtraInfo() |
ThermalCapacitance |
getLeft() |
ThermalCapacitance |
getRight() |
abstract double |
power(double tLeft,
double tRight) |
protected void |
thermalLoop(long dt) |
dump, getActualLeft, getActualRight, getName, getTemperature, getTimeStep, isActive, setTimeStepprotected ThermalCapacitance left
protected ThermalCapacitance right
public ThermalLink(ThermalModel model, String name)
public ThermalCapacitance getLeft()
public ThermalCapacitance getRight()
public abstract double power(double tLeft,
double tRight)
protected void thermalLoop(long dt)
thermalLoop in class ThermalSimElementprotected String getExtraInfo()
getExtraInfo in class ThermalSimElementCopyright © 2016 LSST. All rights reserved.