constant | cConcentrateInitial | Concentrate in Storage initial | DOUBLE | J | 0.0 | 1.0E7 | 0.0 |
constant | cDegradationFactor | Fraction of Forage in Storage that degrades per day | DOUBLE | 1 | 0.0 | 1.0 | 0.001 |
constant | cForageInitial | Forage in Storage initial | DOUBLE | J | 0.0 | 1.0E8 | 0.0 |
constant | cForageMax | Forage in Storage max | DOUBLE | J | 0.0 | 1.0E8 | 0.0 |
input | iConcentrateEnergyConsumption | Amount of Concentrate consumed today | DOUBLE | J | 0.0 | 100000.0 | - |
input | iConcentrateProductionEnergyContent | Amount of Forage produced and imported | DOUBLE | J | 0.0 | 100000.0 | 0.0 |
input | iDoEmptyForageStore | Switch to empty forage store values. | BOOLEAN | 1 | - | - | false |
input | iDoInitialize | Switch to re-initialize the model with initial values. | BOOLEAN | 1 | - | - | false |
input | iForageEnergyConsumption | Amount of Forage consumed today | DOUBLE | J | 0.0 | 100000.0 | - |
input | iForageProductionEnergyContent | Amount of Forage produced and imported | DOUBLE | J | 0.0 | 100000.0 | 0.0 |
state | sConcentrateStorage | Amount of Concentrate available in storage | DOUBLE | J | 0.0 | 1.0E7 | 0.0 |
state | sForageStorage | Amount of Forage available in storage | DOUBLE | J | 0.0 | 1.0E7 | 0.0 |
out | ConcentrateConsumed | Sum Amount of Concentrate consumed (sum) | DOUBLE | J | 0.0 | 1.0E8 | 0.0 |
out | ForageConsumed | Sum Amount of Forage consumed (sum) | DOUBLE | J | 0.0 | 1.0E8 | 0.0 |
out | ForageDegraded | Sum Amount of Forage degraded (sum) | DOUBLE | J | 0.0 | 1.0E8 | 0.0 |