cpgr / em2ex

Converts reservoir models to Exodus II format
Other
8 stars 4 forks source link

Material properties #32

Closed raincoder87 closed 5 years ago

raincoder87 commented 5 years ago

Dear Chris, As em2ex keep reservoir model material properties like porosity/permeability when it converts from eclipse format into exodus format. I am kindly wondering about the best way to get these material properties of the elements from exodus file when we read in moose [porousflow M.], instead of typing one single value for porosity/ permeability,..etc within the input file. Thanks so much Sam

cpgr commented 5 years ago

This is pretty easy once you have the model converted to exodus format. I wrote a brief tutorial on it here https://mooseframework.inl.gov/modules/porous_flow/heterogeneous_models.html

raincoder87 commented 5 years ago

That's really awesome, thanks so much Chriss

cpgr commented 5 years ago

No worries. Let me know if you run into any issues.

raincoder87 commented 5 years ago

Thanks so much, Chris, for your offer. much appreciated I have another one and I am sorry for being so simple in my questions but I am starting to learn moose. what would the best way to position two points within the realistic reservoir model exodus file (like the one presented here form SAIGUP project )? these points are to simulate the injection and production boreholes. do I have to create other input files for this step? Thanks you very much for your help in advance, Best, Sam

cpgr commented 5 years ago

You can do this in MOOSE - check out https://mooseframework.inl.gov/modules/porous_flow/sinks.html for some examples. There should be plenty of input files in the test suite that show how to do this.

raincoder87 commented 5 years ago

these keywords and link will be of great importance as a starting point. thanks a lot for your guides.