net.simplace.sim.components.experimental.amei.DayLength
Calculates the day length from physical dependences with the latitude only.
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cLatitude | Latitude of the simulated location | DOUBLE | ° | 0.0 | 90.0 | 60.0 |
input | iDayOfYear | Day Of Year | INT | 1 | 1 | 366 | - |
out | DayLength | Day Length in minutes | INT | min | 0 | 1441 | 0 |
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