Loading [MathJax]/extensions/tex2jax.js
net.simplace.sim.components.experimental.livestock.LivestockEnergyStress
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | iConcentrateEnergyAvailable | Fodder available g dry matter concentrate | DOUBLE | g | 0.0 | 1.0E8 | - |
input | iDoInitialize | Switch to re-initialize the model with initial values. | BOOLEAN | 1 | - | - | false |
input | iForageEnergyAvailable | Fodder available g dry matter forage | DOUBLE | g | 0.0 | 1.0E8 | - |
input | iMaintenanceEnergyDemand | Energy demand for Maintenance only | DOUBLE | animal | 0.0 | 10000.0 | - |
input | iTotalEnergyDemand | Energy demand | DOUBLE | animal | 0.0 | 10000.0 | - |
out | ConcentrateEnergyConsumption | Energy consumption from fraction 2 (Addon) | DOUBLE | g | 0.0 | 1000000.0 | 0.0 |
out | EnergyConsumption | EnergyDemand per Day Juvenile Female | DOUBLE | J | 0.0 | 1000000.0 | 0.0 |
out | ForageEnergyConsumption | Energy consumption from fraction 2 (Gras) | DOUBLE | g | 0.0 | 1000000.0 | 0.0 |
out | ForageStorageFactor | Factor of the storage amount for fraction 1 | DOUBLE | g | 0.0 | 1000.0 | 1.0 |
out | MaintenanceNutritionIndex | Sum EnergyDemand of animals | DOUBLE | 1 | 0.0 | 1.0 | 1.0 |
out | ProductionNutritionIndex | Sum EnergyDemand for maintenance only | DOUBLE | 1 | 0.0 | 1.0 | 1.0 |
public class LivestockEnergyStress extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public LivestockEnergyStress();
// 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) - LivestockEnergyStress