net.simplace.sim.components.experimental.livestock.FeedEnergyContent

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcFeedEnergyContent1Energy content of Feed - Feed Compartment [J/g]DOUBLEJ/g0.01.00.25
constantcFeedEnergyContent2Energy content of Feed - Feed Compartment [J/g]DOUBLEJ/g0.01.00.25
constantcFeedEnergyContent3Energy content of Feed - Feed Compartment [J/g]DOUBLEJ/g0.01.00.25
constantcFeedEnergyContent4Energy content of Feed - Feed Compartment [J/g]DOUBLEJ/g0.01.00.25
constantcFeedEnergyContent5Energy content of Feed - Feed Compartment [J/g]DOUBLEJ/g0.01.00.25
inputiFeedProduction1Amount of Feed produced and importedDOUBLEg0.0100000.00.0
inputiFeedProduction2Amount of Feed produced and importedDOUBLEg0.0100000.00.0
inputiFeedProduction3Amount of Feed produced and importedDOUBLEg0.0100000.00.0
inputiFeedProduction4Amount of Feed produced and importedDOUBLEg0.0100000.00.0
inputiFeedProduction5Amount of Feed produced and importedDOUBLEg0.0100000.00.0
outFeedProductionEnergyContentSum Amount of Feed consumed (sum)DOUBLEg0.01.0E80.0



public class FeedEnergyContent extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public FeedEnergyContent();


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


Create the FWSimVariables as interface for this SimComponent

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

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

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