net.simplace.client.simulation.lap.experimental.lintulcc.LintulCC

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcCO2AAtmospheric CO2 concentrationDOUBLEmicromol m-2 s-1--0.0
constantcILAIInitial value of LAIDOUBLEm 2 leaf m-2 ground--0.0
constantcILPNInitial value of LPNDOUBLE--0.0
constantcIWLVGInitial value of dry weight of green leafDOUBLEkg ha-1--0.0
constantcIWRTInitial value of dry weight of rootDOUBLEkg ha-1--0.0
constantcIWSOInitial value of dry weight of organDOUBLEkg ha-1--0.0
constantcIWSTInitial value of dry weight of stemDOUBLEkg 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