Hickles02 / FYP478

This is the repository for my Final Year Project, part of my BEng degree.
MIT License
0 stars 0 forks source link

DR not matching model values #16

Closed Hickles02 closed 2 years ago

Hickles02 commented 2 years ago

Hi @tmlouw,

Please would you have a look at this issue?

image Figure 1

Figure one's results correspond to this system of equations:
% 1. L1 - LB - V0 = 0 % 2. LF + L2 - L1 + V0 - V1 = 0 % 3. L3 - L2 + V1 - V2 = 0 % 4. L4 - L3 + V2 - V3 = 0 % 5. LR - L4 + V3 - V4 = 0 % 6. V4 - LR - LD = 0

image Figure 2

Figure two's results correspond to this system of equations:
% 1. L1 - LB - V0 = 0 % 2. LF + L2 - L1 + V0 - V1 = 0 % 3. L3 - L2 + V1 - V2 = 0 % 4. L4 - L3 + V2 - V3 = 0 % 5. LR - L4 + V3 - V4 = 0 % 6. V4 - LR - LD = 0 % 7. LF - LD - LB = 0

Can you spot what's wrong? The code that generates those figures is under data_reconciliation.

Hickles02 commented 2 years ago

@tmlouw This has been sorted. I incorrectly added the flow feed rate to tray 1, when it should have been added to tray 2.