|
Description:This pulse model is a production-consumption model with recycling feedback. It is more realistic for producer-consumer systems than the prey-predator model. Recycling of outputs of consumation are used by production. The total materials (TM) conserved in the system include those available for production (M), those incorporated in the producers (F1*Q) and those in the consumers (F2*C). Examples: |
![]() |
Variables:M = materials available for productionQ = materials stored in the producers C = materials stored in the consumers K1...K4 = factors of interaction Equations:M = TM - F1*Q - F2*CDQ = K1*E*M - K2*Q - K3*C*C*Q DC = K2*Q + K3*Q*C*C - K4*C Simulation:The graph shows the changes of Q (blue) and C (pink) over a time period.Source code: Pulse.java |
|
"What if" Experiments:Think about a shifting agriculture farm in the rain forest: |