net.simplace.client.simulation.lap.experimental.canopytemperature.CropHeight

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcInitialHeightinitial crop heightDOUBLEm--0.01
constantcMaximumHeightmaximum crop heightDOUBLEm--2.0
inputiDVScurrent crop development stageDOUBLEone--0.0
inputiLAIcrop LAIDOUBLEone--0.0
outheightcrop heightDOUBLEm s-10.0--



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


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