net.simplace.client.simulation.lap.SimpleTranspirationReductionFactor
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | iActualTranspiration | actual crop transpiration | DOUBLE | mm/d | - | - | 0.0 |
input | iPotentialTranspiration | potential crop transpiration | DOUBLE | mm/d | - | - | 0.0 |
TRANRF | transpiration reduction factor | DOUBLE | 1 | null |
public class SimpleTranspirationReductionFactor extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public SimpleTranspirationReductionFactor(String aName, HashMap aFieldMap,
HashMap aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap,
int aOrderNumber);
public SimpleTranspirationReductionFactor();
// 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) - SimpleTranspirationReductionFactor