net.simplace.client.simulation.lap.lintul5.Irradiation

Calculates the daily total irradiation with respect to daily total solar radiation

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
inputiCOSLDAmplitude of sine of solar heightDOUBLE1--0.0
inputiDAYLAstronomic daylength (base = 0 degrees)DOUBLEh--0.0
inputiDTRdaily total radiation (output of routine WEATHR)DOUBLEJ/(m2 d)--0.0
inputiSINLDSeasonal offset of sine of solar heightDOUBLE1--0.0
outATMTR-DOUBLE1--0.0
outAVRADDaily total irradiationDOUBLEJ/(m2 d)--0.0



public class Irradiation extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public Irradiation(String aName, HashMap aFieldMap, HashMap aInputMap,
Element aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public Irradiation();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent



// Protected Instance Methods
protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent


protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.simulation.model.FWSimComponent


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.simulation.model.FWSimComponent (net.simplace.simulation.util.FWSimFieldContainer) - Irradiation