net.simplace.usermodules.ET_Study.ET_helper

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
inputiEvaporation_cumulativeactual cumulative soil evaporation with a cropDOUBLEmm0.03000.0-
inputiEvaporation_dayactual daily soil evaporation with a cropDOUBLEmm0.030.0-
inputiIsHarvest-BOOLEAN1--false
inputiTranspiration_cumulativeactual cumulative crop transpirationDOUBLEmm0.03000.0-
inputiTranspiration_dayactual daily crop transpirationDOUBLEmm0.030.0-
outETCrop_cumulativeactual cumulative crop evapotranspiration - input to this classDOUBLEmm0.05000.0-
outETCrop_dayactual daily crop evapotranspiration - input to this classDOUBLEmm0.050.0-



public class ET_helper extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public ET_helper();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent


create the FWSimVariables as interface for this SimComponent

// Protected Instance Methods
protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent


initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


process the algorithm and write the results back to VarMap
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) - ET_helper