Added proper Doxygen tags.
This commit is contained in:
parent
47b40c034e
commit
846f2a534e
@ -39,19 +39,19 @@ namespace Opm
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// Initialize from deck and grid.
|
/// Initialize from deck and grid.
|
||||||
/// \param deck Deck input parser
|
/// \param[in] deck Deck input parser
|
||||||
/// \param grid Grid to which property object applies, needed for the
|
/// \param[in] grid Grid to which property object applies, needed for the
|
||||||
/// 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.
|
||||||
BlackoilPropertiesFromDeck(const EclipseGridParser& deck,
|
BlackoilPropertiesFromDeck(const EclipseGridParser& deck,
|
||||||
const UnstructuredGrid& grid);
|
const UnstructuredGrid& grid);
|
||||||
|
|
||||||
/// Initialize from deck, grid and parameters.
|
/// Initialize from deck, grid and parameters.
|
||||||
/// \param deck Deck input parser
|
/// \param[in] deck Deck input parser
|
||||||
/// \param grid Grid to which property object applies, needed for the
|
/// \param[in] grid Grid to which property object applies, needed for the
|
||||||
/// 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 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.
|
/// dead_tab_size (1025) number of uniform sample points for dead-oil pvt tables.
|
||||||
/// tab_size_kr (200) number of uniform sample points for saturation tables.
|
/// tab_size_kr (200) number of uniform sample points for saturation tables.
|
||||||
BlackoilPropertiesFromDeck(const EclipseGridParser& deck,
|
BlackoilPropertiesFromDeck(const EclipseGridParser& deck,
|
||||||
|
Loading…
Reference in New Issue
Block a user