Loading [MathJax]/extensions/tex2jax.js
net.simplace.sim.components.experimental.livestock.FeedEnergyContent
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cFeedEnergyContent1 | Energy content of Feed - Feed Compartment [J/g] | DOUBLE | J/g | 0.0 | 1.0 | 0.25 |
constant | cFeedEnergyContent2 | Energy content of Feed - Feed Compartment [J/g] | DOUBLE | J/g | 0.0 | 1.0 | 0.25 |
constant | cFeedEnergyContent3 | Energy content of Feed - Feed Compartment [J/g] | DOUBLE | J/g | 0.0 | 1.0 | 0.25 |
constant | cFeedEnergyContent4 | Energy content of Feed - Feed Compartment [J/g] | DOUBLE | J/g | 0.0 | 1.0 | 0.25 |
constant | cFeedEnergyContent5 | Energy content of Feed - Feed Compartment [J/g] | DOUBLE | J/g | 0.0 | 1.0 | 0.25 |
input | iFeedProduction1 | Amount of Feed produced and imported | DOUBLE | g | 0.0 | 100000.0 | 0.0 |
input | iFeedProduction2 | Amount of Feed produced and imported | DOUBLE | g | 0.0 | 100000.0 | 0.0 |
input | iFeedProduction3 | Amount of Feed produced and imported | DOUBLE | g | 0.0 | 100000.0 | 0.0 |
input | iFeedProduction4 | Amount of Feed produced and imported | DOUBLE | g | 0.0 | 100000.0 | 0.0 |
input | iFeedProduction5 | Amount of Feed produced and imported | DOUBLE | g | 0.0 | 100000.0 | 0.0 |
out | FeedProductionEnergyContent | Sum Amount of Feed consumed (sum) | DOUBLE | g | 0.0 | 1.0E8 | 0.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