net.simplace.client.simulation.lap.lintul.variants.LintulBiomassProduction

Component for the Lintul crop model

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcKExtinction coefficient for photosynthetically active radiationDOUBLE10.01.00.6
constantcLueNStressReductionN Stress on LUEDOUBLE10.020.01.0
inputiDoHarvestDo HarvestBOOLEAN1--false
inputiLAILeaf area indexDOUBLE10.020.00.0
inputiLUELight Use EfficiencyDOUBLE1---
inputiNitrogenNutritionIndexNitrogen Nutrition Index gives information of the fraction of Nitrogen the plant has available relative to the demandDOUBLE10.01.01.0
inputiRadiationDaily global radiation (weather file)DOUBLEMJ/m20.02000000.00.0
inputiTranspirationReductionFactorTranspiration reductionDOUBLE10.01.01.0
statesPARINTIntercepted part of radiationDOUBLE10.020.00.0
outBiomassIncreaseDaily increase of biomass due to photosynthesisDOUBLEg/m20.010000.00.0



public class LintulBiomassProduction extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public LintulBiomassProduction(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public LintulBiomassProduction();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent


create the FWSimVariables as interface for this SimComponent

// Protected Instance Methods
protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent


initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


process the algorithm and write the results back to VarMap
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) - LintulBiomassProduction