net.simplace.client.simulation.lap.SimpleIrrigation

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcIRRTABtable with effective applications of irrigation water as function of day numberDOUBLEARRAYmm/d---
constantcMaxRainWithoutRunoffmaximum precipitation at which no runoff is calculatedDOUBLEmm/d--0.0
inputiRAINprecipitationDOUBLEmm/d--0.0
AppliedIrrDepthdaily applied depth of irrigationDOUBLEmm/dnull
CalculateRunoff-BOOLEANnull
RainAndIrrigationprecipitation + irrigationDOUBLEmm/dnull



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


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