Data Structure: Supply_reservoir_boundary |
|
Description |
Defines a boundary inlet/outlet connected to a fluid reservoir |
Usage |
Supply_reservoir_boundary NUM=ival where ival is the data structure number |
Description |
Overview A supply reservoir boundary condition may be applied to both liquid (nearly incompressible) and gas (compressible) phases. The supply reservoir is associated with geometry entities in the model that define the inflow or outflow area. In 2-D these correspond to a single or series of geometry lines and in 3-D a single or series of geometry surfaces. This is achieved by assigning a History_surface data structure to the supply boundary. In addition to defining the supply boundary geometry the surface history outputs the integrated data associated with the supply boundary; e.g. flux, reservoir pressure, etc.
Notes •Prescribed pore pressure boundary conditions are automatically set for all nodes corresponding to the supply reservoir boundary. •Both incremental (end of step) and iterative (every iteration) update of the pore pressure on the supply reservoir boundary may be utilised. In some cases an iterative update can result in quite a large number of iterations without a large benefit in accuracy. In these cases the incremental update may be much more efficient. Iterative update is the default setting. •Several Supply_reservoir_boundary data structures may be specified.
Examples demonstrating the usage of Supply_reservoir_boundary include: •Civan_2d3n_001.dat •elts_2d4n_014h.dat •elts_3d8n_014a.dat
|
Name Name of supply reservoir |
Usage |
||||
|
||||
Description |
||||
Defines the name of the supply reservoir (maximum 32 characters).
|
Reservoir_volume Initial reservoir volume |
Usage |
||||
|
||||
Description |
||||
Defines the initial volume of the supply reservoir.
|
Reservoir_pressure Initial reservoir pressure |
Usage |
||||
|
||||
Description |
||||
Defines the initial fluid pressure for the supply reservoir.
|
Reservoir_temperature Initial reservoir temperature |
Usage |
||||
|
||||
Description |
||||
Defines the initial temperature for the supply reservoir. The temperature should be defined in the same units (i.e. Celsius or Kelvin) as defined for the problem (Default: Celsius).
|
Singlephase_fluid Single phase fluid ID number |
Usage |
||||
|
||||
Description |
||||
Assigns the single-phase fluid ID number defined in Fluid_properties to the supply reservoir.
|
History_surface History set number |
Usage |
||||
|
||||
Description |
||||
Specifies the history surface (by number) to be applied to the supply reservoir (see History_surface ).
|
Iterative_update_flag Nonlinear Flag (0-incremental update, 1-iterative update) |
Usage |
||||
|
||||
Description |
||||
Flag denoting whether an incremental or iterative update should be used for the reservoir pressure. Valid values are: • 0 - Incremental update (update reservior pressure at the end of the increment) • 1 - Iterative update (update reservoir pressure every step, Default)
In some cases an iterative update can result in quite a large number of iterations without a large benefit in accuracy. In these cases the incremental update may be much more efficient.
|