net.simplace.client.simulation.lap.PhotosynthesisSimple
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cEpsilon | Quantum yield | DOUBLE | mg/J | 0.0 | 20.0 | 11.0 |
constant | cFgmax | Max photosynhesis | DOUBLE | mg/(m2 s) | 0.1 | 1600.0 | 800.0 |
constant | cGlucoseEquivalent | Glucose equivalent | DOUBLE | 1 | 0.0 | 1.0 | 0.65 |
constant | cGrowthRespiration | Factor for growth respiration | DOUBLE | 1 | 0.0 | 6.0 | 0.35 |
constant | cK | Extinction Coefficient | DOUBLE | 1 | 0.0 | 6.0 | 0.6 |
constant | cLatitude | Latitude | DOUBLE | 1 | -90.0 | 90.0 | 60.0 |
constant | cMaintainanceRespirationAnthesis | Factor for maintainance respiration before anthesis | DOUBLE | 1 | 0.0 | 1.0 | 0.002 |
constant | cMaintainanceRespirationMaturity | Factor for maintainance respiration between anthesis and maturity | DOUBLE | 1 | 0.0 | 1.0 | 0.001 |
constant | cTheta | Curvature | DOUBLE | m | 0.0 | 6.0 | 0.7 |
constant | cTransmissionCoefficient | Transmission Coefficient | DOUBLE | 1 | 0.0 | 6.0 | 0.1 |
input | iCropWeight | Crop Weight | DOUBLE | g/m2 | - | - | 0.0 |
input | iDailyTotalRadiation | Irradiation | DOUBLE | J/m2 | - | - | 0.0 |
input | iDavTemp | Daily average temperature | DOUBLE | °C | - | - | 0.0 |
input | iDevStage | Development Stage | DOUBLE | 1 | - | - | 0.0 |
input | iLai | Leaf area index | DOUBLE | 1 | - | - | 0.0 |
BiomassIncrease | Biomass Production | DOUBLE | g/m2 | null |
public class PhotosynthesisSimple extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public PhotosynthesisSimple(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public PhotosynthesisSimple();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent
// Protected Instance Methods protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent
protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent
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) - PhotosynthesisSimple