net.simplace.client.simulation.lap.SimpleAutomaticIrrigation
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cIrrigationTriggerDepth | depth to sum plant available water to, to determine if irrigation is required | DOUBLE | mm/d | - | - | 0.0 |
constant | cIrrigationTriggerFactor | fraction of total plant available water in a given depth of soil below which irrigation is applied | DOUBLE | mm/d | - | - | 0.0 |
constant | cMaxRainWithoutRunoff | maximum precipitation at which no runoff is calculated | DOUBLE | mm/d | - | - | 0.0 |
constant | cSoilLayerDepth | depth of soil layers | DOUBLEARRAY | mm/d | - | - | - |
constant | cSoilWaterFieldCapacity | field capacity per layer | DOUBLEARRAY | mm/d | - | - | - |
constant | cSoilWaterWiltingPoint | wilting point per layer | DOUBLEARRAY | mm/d | - | - | - |
input | iRAIN | precipitation | DOUBLE | mm/d | - | - | 0.0 |
input | iWM | mobile water per layer | DOUBLEARRAY | mm | - | - | - |
input | iWR | retained water per layer | DOUBLEARRAY | mm | - | - | - |
AppliedIrrDepth | daily applied depth of irrigation | DOUBLE | mm/d | null |
CalculateRunoff | - | BOOLEAN | | null |
CumulativeAppliedIrrDepth | cumulative applied depth of irrigation | DOUBLE | mm | null |
RainAndIrrigation | precipitation + irrigation | DOUBLE | mm/d | null |
public class SimpleAutomaticIrrigation extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public SimpleAutomaticIrrigation(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public SimpleAutomaticIrrigation();
// 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) - SimpleAutomaticIrrigation