Package net.simplace.usermodules.gzhao
Klasse EvapTran
java.lang.Object
net.simplace.sim.model.FWSimComponent
net.simplace.usermodules.gzhao.EvapTran
- Alle implementierten Schnittstellen:
net.simplace.sim.util.FWSimFieldContainer
public class EvapTran
extends net.simplace.sim.model.FWSimComponent
- Autor:
- Gunther Krauss, Andreas Enders
Component Variables
| Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
|---|---|---|---|---|---|---|---|
| constant | cTRANCO | - | DOUBLE | mm | 0.0 | 20.0 | 8.0 |
| constant | cWaterContentAirDry | amount of water drown | DOUBLE | mm | 0.0 | 20.0 | 0.005 |
| constant | cWaterContentFieldCapacity | Feild Capicity to hold water | DOUBLE | mm | 0.0 | 20.0 | 0.29 |
| constant | cWaterContentInitial | Initial soil water content (at start of the simulation run) | DOUBLE | m3/m3 | 0.0 | 20.0 | 0.23 |
| constant | cWaterContentSaturation | Water COntent standing | DOUBLE | mm | 0.0 | 20.0 | 0.41 |
| constant | cWaterContentWet | - | DOUBLE | mm | 0.0 | 20.0 | 0.37 |
| constant | cWaterContentWiltingPoint | Water content present at wilting point | DOUBLE | mm | 0.0 | 20.0 | 0.12 |
| input | iDoHarvest | Plant ready for harvest | BOOLEAN | 1 | - | - | false |
| input | iDoSow | Plant present or not | BOOLEAN | 1 | - | - | false |
| input | iPotentialEvaporation | Evaporation daily | DOUBLE | mm | 0.0 | 20.0 | - |
| input | iPotentialTranspiration | Transpiration daily | DOUBLE | mm | 0.0 | 20.0 | - |
| input | iRootDepth | Deapth of root | DOUBLE | m | 0.0 | 20.0 | 0.0 |
| input | iWaterContent | Water Content available | DOUBLE | mm | 0.0 | 25.0 | - |
| out | Evaporation | Evaporation effect at given conditions | DOUBLE | mm | 0.0 | 20.0 | 0.0 |
| out | Transpiration | Transpiration under given condition | DOUBLE | mm | 0.0 | 20.0 | 0.0 |
| out | mMyAVAILF | mMyAVAILF | DOUBLE | mm | -10.0 | 20.0 | 0.0 |
| out | mMyFR | mMyFR | DOUBLE | mm | 0.0 | 20.0 | 0.0 |
| out | mMyWC | mMyWC | DOUBLE | mm | -10.0 | 20.0 | 0.0 |
| out | mMyWCCR | mMyWCCR | DOUBLE | mm | 0.0 | 20.0 | 0.0 |
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.simplace.sim.model.FWSimComponent
net.simplace.sim.model.FWSimComponent.TEST_STATE -
Feldübersicht
Von Klasse geerbte Felder net.simplace.sim.model.FWSimComponent
iFieldMap, iFrequence, iInputMap, iJexlRule, iMasterComponentGroup, iName, iOrderNumber, isComponentGroup, iSimComponentElement, iSimModel, iVarMap -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected net.simplace.sim.model.FWSimComponentclone(net.simplace.sim.util.FWSimVarMap aVarMap) creates a clone from this SimComponent for use in other threadsCreate the FWSimVariables as interface for this SimComponentfillTestVariables(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck) called for single component test to check the components algorithm.protected voidinit()initializes the fields by getting input and output FWSimVariables from VarMapprotected voidprocess()Process the algorithm and write the results back to VarMapVon Klasse geerbte Methoden net.simplace.sim.model.FWSimComponent
addVariable, bind, checkCondition, createSimComponent, createSimComponent, createSimComponent, createSimComponent, doProcess, getConstantVariables, getContentType, getCreateFormXML, getDescription, getEditFormXML, getFieldMap, getFrequence, getFrequenceRuleScript, getInputs, getInputVariables, getMasterComponentGroup, getName, getOrderNumber, getOutputVariables, getVariable, getVariableField, getVarMap, initialize, isConditionCheck, isVariableAvailable, performLinks, performLinks, readInputs, removeVariable, reset, runComponentTest, setVariablesDefault, toComponentLinkingXML, toDocXML, toGroupXML, toOutputDefinitionXML, toResourcesDataXML, toResourcesDefinitionXML, toString, toXML, writeVarInfos
-
Konstruktordetails
-
EvapTran
public EvapTran()Empty constructor used by class.forName()
-
-
Methodendetails
-
createVariables
Create the FWSimVariables as interface for this SimComponent- Angegeben von:
createVariablesin Schnittstellenet.simplace.sim.util.FWSimFieldContainer- Angegeben von:
createVariablesin Klassenet.simplace.sim.model.FWSimComponent- Siehe auch:
-
init
protected void init()initializes the fields by getting input and output FWSimVariables from VarMap- Angegeben von:
initin Klassenet.simplace.sim.model.FWSimComponent- Siehe auch:
-
process
protected void process()Process the algorithm and write the results back to VarMap- Angegeben von:
processin Klassenet.simplace.sim.model.FWSimComponent- Siehe auch:
-
fillTestVariables
public HashMap<String,net.simplace.sim.util.FWSimVariable<?>> fillTestVariables(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck) called for single component test to check the components algorithm.- Angegeben von:
fillTestVariablesin Klassenet.simplace.sim.model.FWSimComponent- Siehe auch:
-
clone
protected net.simplace.sim.model.FWSimComponent clone(net.simplace.sim.util.FWSimVarMap aVarMap) creates a clone from this SimComponent for use in other threads- Angegeben von:
clonein Klassenet.simplace.sim.model.FWSimComponent- Siehe auch:
-