net.simplace.sim.components.experimental.canopytemperature.Total_LWRad
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | iHeaterRadiation | Daily radiation from heater | DOUBLE | J/m2 | 0.0 | 30.0 | - |
input | iRadiation | Incident solar radiation | DOUBLE | MJ/m2 | 0.0 | 30.0 | - |
out | TotalRadHourly | total radiation on a plot in a day | DOUBLE | MJ m-2 hr | - | - | - |
public class Total_LWRad extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public Total_LWRad(String aName, HashMap aFieldMap, HashMap aInputMap,
Element aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public Total_LWRad();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent
// Protected Instance Methods protected void init(); // Defines net.simplace.sim.model.FWSimComponent
protected void process(); // Defines net.simplace.sim.model.FWSimComponent
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent
creates a clone from this SimComponent for use in other threads
}
Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - Total_LWRad