This commit is contained in:
xinxiao
2026-03-13 11:24:41 +08:00
commit 04e2bb29c7
238 changed files with 29102 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
figure('color','w');
plot(wellResponseData(1:105,1),wellResponseData(1:105,2),'rs-','markersize',6);
hold on;
plot(wellResponseData(1:105,3),wellResponseData(1:105,4),'bo-','markersize',6);
hold on;
plot(wellResponseData(1:104,5),wellResponseData(1:104,6),'k^-','markersize',6);
hold on;
plot(wellResponseData(1:104,7),wellResponseData(1:104,8),'gv-','markersize',6);
hold on;
plot(wellResponseData(1:104,9),wellResponseData(1:104,10),'k-','markersize',6);
hold off;
xlabel('time, days');
ylabel('water cut of the porduction well, fraction');
ylabel('BHP of the injection well, MPa');
legend('EDFM', 'pEDFM-discontinuous', 'pEDFM-continuous','proposed pEDFM workflow','reference solution');% ,'pEDFM, case 3'