Skip to content

Commit ae76654

Browse files
Change module name to h2-biochem
1 parent 2f8fdc1 commit ae76654

27 files changed

+5
-5
lines changed
File renamed without changes.

modules/biochemistry/examples/exampleBlackoilVsCompositional.m renamed to modules/h2-biochem/examples/exampleBlackoilVsCompositional.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ This file is part of The MATLAB Reservoir Simulation Toolbox (MRST).
2828
along with MRST. If not, see <http://www.gnu.org/licenses/>.
2929
%}
3030

31-
clearvars; clc;
31+
%clearvars; clc;
3232
mrstModule add ad-blackoil ad-core ad-props mrst-gui deckformat
33-
mrstModule add compositional biochemistry h2store
33+
mrstModule add compositional h2-biochem h2store
3434

3535
%% ============ PART 1: BLACK-OIL MODEL (Original Script) =====================
3636
fprintf('=== Setting up Black-Oil Model ===\n');

modules/biochemistry/examples/exampleCompositionalBacterial2D.m renamed to modules/h2-biochem/examples/exampleCompositionalBacterial2D.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
clearvars;
2323
mrstModule add ad-core ad-blackoil ad-props deckformat mrst-gui upr test-suite spe10
24-
mrstModule add compositional biochemistry h2store
24+
mrstModule add compositional h2-biochem h2store
2525
%% Define case identifiers and Eclipse deck
2626
baseName = 'H2_STORAGE_DOME_TRAP';
2727
dataPath = getDatasetPath('h2storage');

modules/biochemistry/examples/exampleCompositionalBacterial3DbenchmarkEAGE2023.m renamed to modules/h2-biochem/examples/exampleCompositionalBacterial3DbenchmarkEAGE2023.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
%% Initialization
2727
clear; clc;
28-
mrstModule add biochemistry compositional ad-blackoil ad-core ad-props mrst-gui
28+
mrstModule add h2-biochem compositional ad-blackoil ad-core ad-props mrst-gui
2929

3030
gravity reset on
3131

modules/biochemistry/examples/simple1DBacterialExample.m renamed to modules/h2-biochem/examples/simple1DBacterialExample.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
% ===========================================================================
2222

2323
mrstModule add ad-core ad-props deckformat mrst-gui
24-
mrstModule add compositional biochemistry
24+
mrstModule add compositional h2-biochem
2525
mrstVerbose off;
2626

2727
%% Setup base compositional model

0 commit comments

Comments
 (0)