public class ThermalCapacitanceLink extends ThermalLink
left, rightfuture, lastVisit, timeStep| Constructor and Description |
|---|
ThermalCapacitanceLink(ThermalModel model,
String name,
double resistance,
double capacitance) |
| Modifier and Type | Method and Description |
|---|---|
protected ThermalSimElement |
getActualLeft() |
protected ThermalSimElement |
getActualRight() |
protected String |
getExtraInfo() |
double |
getTemperature() |
boolean |
isActive() |
double |
power(double tLeft,
double tRight) |
void |
setTemperature(double t) |
protected void |
thermalLoop(long dt) |
getLeft, getRightdump, getName, getTimeStep, setTimeSteppublic ThermalCapacitanceLink(ThermalModel model, String name, double resistance, double capacitance)
public void setTemperature(double t)
public double getTemperature()
getTemperature in class ThermalSimElementprotected ThermalSimElement getActualLeft()
getActualLeft in class ThermalSimElementprotected ThermalSimElement getActualRight()
getActualRight in class ThermalSimElementprotected void thermalLoop(long dt)
thermalLoop in class ThermalLinkpublic double power(double tLeft,
double tRight)
power in class ThermalLinkprotected String getExtraInfo()
getExtraInfo in class ThermalLinkpublic boolean isActive()
isActive in class ThermalSimElementCopyright © 2016 LSST. All rights reserved.