Skip to content

How to initialize reservoir pressure? #1436

Closed Answered by francoishamon
wdmhouston asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,
This means that the initial pressure is uniform, with a value in each cell equal to 1.25 x 10^7 Pa. All the pressure units that are in GEOSX (reservoir, wells) are in Pa.

Currently we do not support the PRESSURE input from the GRDECL file. Here is what you have to do to initialize the reservoir for pressure (and possibly for the other variables as well if you have, say, a gas-oil contact or something like that):

<FieldSpecification
      name="initialPressure"
      initialCondition="1"
      setNames="{ all }"
      objectPath="ElementRegions/Reservoir"
      fieldName="pressure"
      scale="1"
      functionName="initialPressureFunction"/>

    <FieldSpecification
      name="in…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by francoishamon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants