net.simplace.client.simulation.lap.experimental.lintulcc.LintulCC
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cCO2A | Atmospheric CO2 concentration | DOUBLE | micromol m-2 s-1 | - | - | 0.0 |
constant | cILAI | Initial value of LAI | DOUBLE | m 2 leaf m-2 ground | - | - | 0.0 |
constant | cILPN | Initial value of LPN | DOUBLE | | - | - | 0.0 |
constant | cIWLVG | Initial value of dry weight of green leaf | DOUBLE | kg ha-1 | - | - | 0.0 |
constant | cIWRT | Initial value of dry weight of root | DOUBLE | kg ha-1 | - | - | 0.0 |
constant | cIWSO | Initial value of dry weight of organ | DOUBLE | kg ha-1 | - | - | 0.0 |
constant | cIWST | Initial value of dry weight of stem | DOUBLE | kg ha-1 | - | - | 0.0 |
public class LintulCC extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public LintulCC(String aName, HashMap aFieldMap, HashMap aInputMap, Element
aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public LintulCC();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent
Create the FWSimVariables as interface for this SimComponent
public void init(); // Defines net.simplace.simulation.model.FWSimComponent
public void resetVariables();
public void process(); // Defines
net.simplace.simulation.model.FWSimComponent
// Protected Instance Methods 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) - LintulCC