-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# StrataTrapper | ||
|
||
*********************** Field scale model generation and upscaling *********************** <br> | ||
This is a tool to generate heterogenerous fine-scale model with specific correlation legth & <br> | ||
update model for two-phase flow simluation. You should have received a copy of the GNU <br> | ||
This is a tool to generate heterogeneous fine-scale model with specific correlation length & <br> | ||
update model for two-phase flow simulation. You should have received a copy of the GNU <br> | ||
along with Sam Krevor ([email protected]) or Senyou An ([email protected]). <br> | ||
If not, see <http://www.gnu.org/licenses/>. <br> | ||
********************************************************************************************<br> | ||
|
||
* Code structure <br> | ||
All function codes in the folder (Functions). <br> | ||
Setting & fluid properties for simuatione in folder (Input). <br> | ||
All function codes are in the folder (Functions). <br> | ||
Setting & fluid properties for simulation in folder (Input). <br> | ||
The visualization and intermediate files are stored in the folder (Output). <br> | ||
The Eclipse running files after upscaling are stored in the folder (Result). <br> | ||
A0_mian.m is the main code. A1--A5.m codes are functions called by A0, and can also be run individually. | ||
|
||
* How to run codes <br> | ||
Change parameters in Input floder .<br> | ||
Run A0_mian.m to call all funtions, without need to change other codes. <br> | ||
Change parameters in Input folder .<br> | ||
Run A0_mian.m to call all functions, without the need to change other codes. <br> | ||
If users would like to re-run A1--A5.m codes individually, it is also doable. <br> | ||
The gnerated Eclipse running dataset is based on version 2019. Change it if needed. <br> | ||
The generated Eclipse running dataset is based on version 2019. Change it if needed. <br> | ||
|
||
* Reference <br> | ||
Please refer to the user guide for more detailed instructions. <br> | ||
|