case6-7, add case 1 config result data

This commit is contained in:
xinxiao
2026-03-18 14:49:06 +08:00
parent 8e28f9b68d
commit 36f0592bff
5 changed files with 109 additions and 14 deletions
@@ -27,10 +27,10 @@ config = build_basic_case_template( ...
struct('pressure', 20, 'sw', 0.2, 'cs', 0.0, 'cb', 0.0), ...
struct( ...
'well1', {{
'w1', 2, [20 10 1;20 10 2], 0.178/2, 0, 1;
'w2', 2, [80 10 1;80 10 2], 0.178/2, 0, 1;
'w3', 1, [20 40 1], 0.178/2, 0, 1;
'w4', 1, [80 40 1], 0.178/2, 0, 1
'w1', 2, [2 2 1;2 2 2], 0.178/2, 0, 1;
'w2', 2, [19 2 1;19 2 2], 0.178/2, 0, 1;
'w3', 1, [2 9 1], 0.178/2, 0, 1;
'w4', 1, [19 9 1], 0.178/2, 0, 1
}}, ...
'welloc', {{[
255,255,5;
@@ -1,6 +1,24 @@
function config = load_case_template_case07()
%LOAD_CASE_TEMPLATE_CASE07 Build config for case 7.
welloc = {
[255,255,5];
[355,255,5];
[455,255,5];
[555,255,5];
[655,255,5];
[755,255,5]
};
well2 = {
'w1_f1', 0, [], 0.178/2, 0, 4;
'w1_f2', 0, [], 0.178/2, 0, 4;
'w1_f3', 0, [], 0.178/2, 0, 4;
'w1_f4', 0, [], 0.178/2, 0, 4;
'w1_f5', 0, [], 0.178/2, 0, 4;
'w1_f6', 0, [], 0.178/2, 0, 4
};
config = build_basic_case_template( ...
'case07', ...
'case07_oil_water_multiple_fracture_regimes', ...
@@ -22,15 +40,8 @@ config = build_basic_case_template( ...
struct('pressure', 20, 'sw', 0.2, 'cs', 0.0, 'cb', 0.0), ...
struct( ...
'well1', {{}}, ...
'welloc', {{[255,255,5]}, {[355,255,5]}, {[455,255,5]}, {[555,255,5]}, {[655,255,5]}, {[755,255,5]}}, ...
'well2', {{
'w1_f1', 0, [], 0.178/2, 0, 4;
'w1_f2', 0, [], 0.178/2, 0, 4;
'w1_f3', 0, [], 0.178/2, 0, 4;
'w1_f4', 0, [], 0.178/2, 0, 4;
'w1_f5', 0, [], 0.178/2, 0, 4;
'w1_f6', 0, [], 0.178/2, 0, 4
}}), ...
'welloc', {welloc}, ...
'well2', {well2}), ...
struct( ...
'time', [10; 10; 10; 200], ...
'dtmax', [0.5; 0.5; 0.5; 1], ...