net.simplace.usermodules.legumes.NFixation
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | NFixRatio | fractional default ratio of total N for nitrogen fixation | DOUBLE | one | 0.0 | - | - |
input | NFixRatio_Cmodifier | fractional modifier of Nitrogen fixation rate due to available photosynthetic carbon | DOUBLE | one | 1.0 | - | - |
input | NFixRatio_DVSmodifier | fractional modifier of Nitrogen fixation rate due to develop stage content | DOUBLE | one | 1.0 | - | - |
input | NFixRatio_Nmodifier | fractional modifier of Nitrogen fixation rate due to soil N content | DOUBLE | one | 1.0 | - | - |
input | NFixRatio_STmodifier | fractional modifier of Nitrogen fixation rate due to soil temperature | DOUBLE | one | 1.0 | - | - |
input | NFixRatio_SWmodifier | fractional modifier of Nitrogen fixation rate due to soil water content | DOUBLE | one | 1.0 | - | - |
out | NFixRatio_modified | modified ratio of total nitrogen from nitrogen fixation | DOUBLE | one | 1.0 | - | - |
public class NFixation extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public NFixation(String aName, HashMap aFieldMap, HashMap aInputMap, Element
aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public NFixation();
// 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) - NFixation