To illustrate the flow smoothing mechanism, consider a simplified production scenario where a source changes its monthly production target.
The production plans are:
Planning period | Production plan |
January | 10,000 tons |
February | 20,000 tons |
Assume that the January production plan is converted into an average mass flow rate:
QJan=10,00031×24=13.44 t/hQ_{Jan}=\frac{10,000}{31 \times 24}=13.44 \ t/hQJan=31×2410,000=13.44 t/hFor February:
QFeb=20,00028×24=29.76 t/hQ_{Feb}=\frac{20,000}{28 \times 24}=29.76 \ t/hQFeb=28×2420,000=29.76 t/hWithout smoothing, the Digital Twin would apply an instantaneous change:
January: 13.44 t/h | | v February: 29.76 t/h
Such a step change does not represent a realistic production transition.
Applying flow smoothingAssume:
- SMOOTHING_DURATION = 5 days
- SMOOTHING_INTERVAL = 24 hours
At the end of January, the Digital Twin starts a transition from the current actual flow rate to the February target value.
For example:
Current actual flow: 13.44 t/h Next month target: 29.76 t/h
The transition is distributed over the final five days of January:
Day | Mass flow rate |
Jan 26 | 13.44 t/h |
Jan 27 | 16.70 t/h |
Jan 28 | 19.96 t/h |
Jan 29 | 23.22 t/h |
Jan 30 | 26.49 t/h |
Jan 31 | 29.76 t/h |
However, this transition alone would increase the total January production mass because the final days contain a higher flow rate than the original monthly average.
To maintain the production target of 10,000 tons, the algorithm compensates for this additional transition mass by slightly reducing the flow rate during the non-transition part of January.
As a result:
- the final days of January gradually approach the February operating condition;
- the main part of January operates at a slightly lower flow rate;
- the total January production remains exactly 10,000 tons.
The final profile becomes:
Normal January operation slightly reduced flow | | v Linear transition | | v February target flow
The important result is that flow smoothing changes only
when the mass is delivered, not
how much mass is delivered.
- Therefore, the Digital Twin receives a realistic continuous production profile while maintaining the original production plan.