net.simplace.sim.components.experimental.amei.DayLength

Calculates the day length from physical dependences with the latitude only.

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcLatitudeLatitude of the simulated locationDOUBLE°0.090.060.0
inputiDayOfYearDay Of YearINT11366-
outDayLengthDay Length in minutesINTmin014410



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


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


Create the FWSimVariables as interface for this SimComponent

// 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




}



Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - DayLength