net.simplace.usermodules.legumes.NFix_Nresponse_2
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | iSoilN | soil nitrogen status | DOUBLE | g m-2 | - | - | 0.0 |
out | NFixRatio_Nmodifier | fractional modifier of Nitrogen fixation rate due to soil N content | DOUBLE | one | 0.0 | - | - |
public class NFix_Nresponse_2 extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public NFix_Nresponse_2(String aName, HashMap aFieldMap, HashMap aInputMap,
Element aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public NFix_Nresponse_2();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent
// Protected Instance Methods protected void init(); // Defines net.simplace.sim.model.FWSimComponent
protected void process(); // Defines net.simplace.sim.model.FWSimComponent
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent
creates a clone from this SimComponent for use in other threads
}
Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - NFix_Nresponse_2