net.simplace.client.simulation.lap.experimental.canopytemperature.CropHeight
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cInitialHeight | initial crop height | DOUBLE | m | - | - | 0.01 |
constant | cMaximumHeight | maximum crop height | DOUBLE | m | - | - | 2.0 |
input | iDVS | current crop development stage | DOUBLE | one | - | - | 0.0 |
input | iLAI | crop LAI | DOUBLE | one | - | - | 0.0 |
out | height | crop height | DOUBLE | m s-1 | 0.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