init
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user