mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Updated doc to match new parameter names.
New parameters are (default): pvt_tab_size (200) sat_tab_size (200) threephase_model ("simple") [also accepts "stone2"].
This commit is contained in:
parent
03f6f43160
commit
0101e1f575
@ -53,8 +53,9 @@ namespace Opm
|
|||||||
/// mapping from cell indices (typically from a processed grid)
|
/// mapping from cell indices (typically from a processed grid)
|
||||||
/// to logical cartesian indices consistent with the deck.
|
/// to logical cartesian indices consistent with the deck.
|
||||||
/// \param[in] param Parameters. Accepted parameters include:
|
/// \param[in] param Parameters. Accepted parameters include:
|
||||||
/// dead_tab_size (1025) number of uniform sample points for dead-oil pvt tables.
|
/// pvt_tab_size (200) number of uniform sample points for dead-oil pvt tables.
|
||||||
/// tab_size_kr (200) number of uniform sample points for saturation tables.
|
/// sat_tab_size (200) number of uniform sample points for saturation tables.
|
||||||
|
/// threephase_model("simple") three-phase relperm model (accepts "simple" and "stone2").
|
||||||
/// For both parameters, a 0 or negative value indicates that no spline fitting is to
|
/// For both parameters, a 0 or negative value indicates that no spline fitting is to
|
||||||
/// be done, and the input fluid data used directly for linear interpolation.
|
/// be done, and the input fluid data used directly for linear interpolation.
|
||||||
BlackoilPropertiesFromDeck(const EclipseGridParser& deck,
|
BlackoilPropertiesFromDeck(const EclipseGridParser& deck,
|
||||||
|
Loading…
Reference in New Issue
Block a user