Back to Input Deck Cards

Back to SOURCE_SINK_SANDBOX

PRESSURE

Specifies parameters for the pressure-based source/sink sandbox where the prescribed mass rate transitions from the maximum rate to zero at the prescribed pressure.

rate=αi×γi×MAXIMUM_MASS_RATE

where

INHIBIT_FLOW_ABOVE_PRESSURE:α=1(3z22z3)
INHIBIT_FLOW_BELOW_PRESSURE:α=3z22z3

and

z=max(min(PPminPmaxPmin,1),0)
Pmax=PRESSURE
Pmin=PmaxPRESSURE_SPAN

Mass can be distributed across multiple grid cell using the following scaling algorithm:

γi=1 or ViVCELL_IDS with SCALE_MAXIMUM_MASS_RATE

Required Cards:

CELL_IDS <integers> or COORDINATE <float,float,float>

Specifies the cell or cells in which the source/sink is assigned.

INHIBIT_FLOW_ABOVE_PRESSURE

Specifies that flow is inhibited when the cell pressure is above Pmax.

INHIBIT_FLOW_BELOW_PRESSURE

Specifies that flow is inhibited when the cell pressure is above Pmin.

MAXIMUM_MASS_RATE <float> <optional units>

Specifies the maximum rate (e.g., kg/s). Positive for injection. Therefore, to increase pressure, one must inject (positive rate), and to release pressure on must extract (negative rate).

PHASE <string>

Specifies the fluid phase to which mass will be added/removed. LIQUID or GAS.

PRESSURE <float>

Specifies the pressure at which the rate is zero.

Optional Cards:

PRESSURE_SPAN <float>

Span between PmaxPmin. Default = 104 [Pa].

SCALE_MAXIMUM_MASS_RATE

Flag that specifies that the maximum mass rate be distributed among all assigned cells as a function of cell volume fraction γi=ViVCELL_IDS.

Examples

SOURCE_SINK_SANDBOX
  PRESSURE
    CELL_IDS 8 13 18 23
    PHASE LIQUID
    PRESSURE 1.1d6
    SCALE_MAXIMUM_MASS_RATE
    MAXIMUM_MASS_RATE 4.d-4 kg/s
  /
END