net.simplace.client.simulation.lap.experimental.canopytemperature.WindTranslation
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | h_crop_REGION | height of crop in region | DOUBLE | m | 0.0 | - | 1.0 |
constant | h_crop_WS | height of crop beneath weather station | DOUBLE | m s-1 | 0.0 | - | 0.12 |
constant | horizontal_fetch_WS | downwind horizontal area (fetch) of WS surface | DOUBLE | m | 0.0 | - | 10.0 |
constant | horizontal_fetch_crop | downwind horizontal area (fetch) of cropped surface | DOUBLE | m | 0.0 | - | 100.0 |
constant | z_WS | wind measurement height at weather station | DOUBLE | m | 0.0 | - | 2.0 |
constant | z_crop | height above crop for output wind speed | DOUBLE | m | 0.0 | - | 2.0 |
input | h_crop | height of crop | DOUBLE | m | 0.0 | - | 1.0 |
input | iDVS | current crop development stage | DOUBLE | one | - | - | 0.0 |
input | iWIND | daily average wind speed measured at weather station | DOUBLE | m s-1 | 0.0 | - | 0.0 |
out | WIND_crop | daily average wind speed calc above crop at z_crop | DOUBLE | m s-1 | 0.0 | - | - |
public class WindTranslation extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public WindTranslation(String aName, HashMap aFieldMap, HashMap aInputMap,
Element aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public WindTranslation();
// 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) - WindTranslation