equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Allow for specifying grid properties #442

Open plgbrts opened 2 years ago

plgbrts commented 2 years ago

It appears that grid properties can currently not be defined as static property for inclusion in a flownet (FLOW_REALIZATION.DATA) input file. For, e.g., PVT tables this can be done via aPROPS.INC in the config/*_static folder.

An example of a grid property (for a thermal simulation) in the GRID section is

-- total thermal conductivity
THCONR
6242*112/

A complication of specifying a grid property for a flownet simulation is that a priori the number of grid cells is not known. A suggestion may be to introduce a template file GRID.INC.TMPL with contents (example)

-- total thermal conductivity
THCONR
{{nx}} * 112/

to be processed into a regular GRID.INC include file.