net.simplace.sim.components.experimental.lintulcc.PlantSystemConductance
Creates an table from two scalar values.
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cCompensatoryConductanceFactor | Scaling factor for compensatory root water uptake conductance from root system conductance | DOUBLE | 1 | - | - | 0.25 |
constant | cLayerDepth | Depth of soil layer i th | DOUBLEARRAY | m | - | - | - |
constant | cRootsystemConductanceInitial | Inital value of root system conductivity (K_rs inital) at emergency | DOUBLE | d-1 | - | - | 1.2E-5 |
constant | cTotalRLDInitial | Inital value of total root length density at emergency | DOUBLE | cm/cm3 | - | - | 0.01 |
input | iRootLengthDensityPerLayer | Root leng density per soil layer | DOUBLEARRAY | centimetre_per_cubic_centimetre | - | - | - |
out | CompensatoryConductance | Compensatory root water uptake conductivity (K_comp) | DOUBLE | d-1 | - | - | - |
out | RootsystemConductance | Root system conductivity (K_rs) | DOUBLE | d-1 | - | - | - |
See also: net.simplace.sim.components.util.FSTFunctions
public class PlantSystemConductance extends
net.simplace.sim.model.FWSimComponent {
// Public Constructors
public PlantSystemConductance();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent
Create the FWSimVariables as interface for this SimComponent
// Protected Instance Methods protected void init(); // Defines net.simplace.sim.model.FWSimComponent
Initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines net.simplace.sim.model.FWSimComponent
Process the algorithm and write the results back to VarMap
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent
creates a clone from this SimComponent for use in other threads
}
Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - PlantSystemConductance