mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-30 21:13:49 -06:00
Inserted some documentation.
This commit is contained in:
parent
6a587ba8d9
commit
6f3a03c072
@ -541,6 +541,17 @@ namespace Opm
|
|||||||
* - @c depth Depth of gas-oil contact
|
* - @c depth Depth of gas-oil contact
|
||||||
* - @c press Gas-oil capillary pressure at gas-oil contact.
|
* - @c press Gas-oil capillary pressure at gas-oil contact.
|
||||||
* Capillary pressure defined as "P_gas - P_oil".
|
* Capillary pressure defined as "P_gas - P_oil".
|
||||||
|
*
|
||||||
|
* For the time being, items 7-9 of ECLIPSE's 'EQUIL' records are also
|
||||||
|
* stored here, but might (should?) eventually be moved elsewhere.
|
||||||
|
*
|
||||||
|
* - @c live_oil_table_index Indicates type of initialisation for live oil.
|
||||||
|
* Positive value points to corresponding Rs vs. depth table.
|
||||||
|
* - @c wet_gas_table_index Indicates type of initialisation for wet gas.
|
||||||
|
* Positive value points to corresponding Rv vs. depth table.
|
||||||
|
* - @c N Defines accuracy of initialisation computations. Currently
|
||||||
|
* only @c N=0 is supported.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
struct EquilRecord {
|
struct EquilRecord {
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user