Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Oct 8, 2024
1 parent bdc66c9 commit 0867990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot_result.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function plot_result(rock, mask, strata_trapped, params, kr_scale)

leverett_j_upscaled = params.cap_pressure.inv_lj(strata_trapped.capillary_pressure(mask,:),rock.poro(mask),strata_trapped.permeability(mask,:));

[y_lim_pc, ax_pc] = stat_plot(axes(figure),'Leverett J-function','',strata_trapped.saturation,...
[~, ax_pc] = stat_plot(axes(figure),'Leverett J-function','',strata_trapped.saturation,...
@(sw)params.cap_pressure.leverett_j.func(sw), leverett_j_upscaled,true);

ax_pc.YScale='log';
Expand Down

0 comments on commit 0867990

Please sign in to comment.