Skip to content

Units of totalVolRate in WellControl and brine water salinity in FlashModel? #1439

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

You must be logged in to vote

In the block WellControls, when you select control="totalVolRate", then the active constraint is set by targetTotalRate="5e-8", where the value is in m^3.s^-1. Unless you select the flag useSurfaceConditions=1, this value is at reservoir conditions. I recommend setting useSurfaceConditions=0 if you use the well to inject CO2. You can do something like:

   <WellControls
        name="wellControls"
        type="injector"
        control="totalVolRate"
        referenceElevation="-2000" 
        targetBHP="5e7"
        targetTotalRate="1e-1"
        injectionStream="{0.995, 0.005}"/>

In the CO2BrineFluid model, the water salinity is expressed in molality (molal concentration): moles of NaC…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@wdmhouston
Comment options

@wdmhouston
Comment options

@wdmhouston
Comment options

@francoishamon
Comment options

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