Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Oct 16, 2024
1 parent d75c6b6 commit c849e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions finish.m
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
finishsav
2 changes: 1 addition & 1 deletion plot_result.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function plot_result(rock, mask, strata_trapped, params, kr_scale)
curves_plot([ax_krw_x,ax_krw_y,ax_krw_z;ax_krg_x,ax_krg_y,ax_krg_z], mask, strata_trapped, params, kr_scale);

xlabel(t_all,'Wetting phase saturation',FontSize=14);
ylabel(t_kr,'Relative permeability',FontSize=14);
title(t_kr,'Relative permeability',FontSize=14);
title(t_krw,'Water',FontSize=14);
title(t_krg,'Gas',FontSize=14);

Expand Down

0 comments on commit c849e6d

Please sign in to comment.