public class HeatSource extends ThermalSimElement
| Modifier and Type | Field and Description |
|---|---|
protected ThermalCapacitance |
element |
future, lastVisit, timeStep| Constructor and Description |
|---|
HeatSource(ThermalModel model,
String name,
double power) |
| Modifier and Type | Method and Description |
|---|---|
void |
attachTo(ThermalCapacitance e) |
ThermalCapacitance |
getAttached() |
protected String |
getExtraInfo() |
double |
getPower() |
void |
setPower(double power) |
protected void |
thermalLoop(long dt) |
dump, getActualLeft, getActualRight, getName, getTemperature, getTimeStep, isActive, setTimeStepprotected ThermalCapacitance element
public HeatSource(ThermalModel model, String name, double power)
public void setPower(double power)
public double getPower()
public void attachTo(ThermalCapacitance e)
public ThermalCapacitance getAttached()
protected void thermalLoop(long dt)
thermalLoop in class ThermalSimElementprotected String getExtraInfo()
getExtraInfo in class ThermalSimElementCopyright © 2016 LSST. All rights reserved.