mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
more documents for BlackoilPolymerModel construction function.
This commit is contained in:
parent
2100f10411
commit
c026503e91
@ -56,18 +56,21 @@ namespace Opm {
|
|||||||
/// Construct the model. It will retain references to the
|
/// Construct the model. It will retain references to the
|
||||||
/// arguments of this functions, and they are expected to
|
/// arguments of this functions, and they are expected to
|
||||||
/// remain in scope for the lifetime of the solver.
|
/// remain in scope for the lifetime of the solver.
|
||||||
/// \param[in] param parameters
|
/// \param[in] param parameters
|
||||||
/// \param[in] grid grid data structure
|
/// \param[in] grid grid data structure
|
||||||
/// \param[in] fluid fluid properties
|
/// \param[in] fluid fluid properties
|
||||||
/// \param[in] geo rock properties
|
/// \param[in] geo rock properties
|
||||||
/// \param[in] rock_comp_props if non-null, rock compressibility properties
|
/// \param[in] rock_comp_props if non-null, rock compressibility properties
|
||||||
/// \param[in] wells well structure
|
/// \param[in] wells well structure
|
||||||
/// \param[in] linsolver linear solver
|
/// \param[in] linsolver linear solver
|
||||||
/// \param[in] has_disgas turn on dissolved gas
|
/// \param[in] has_disgas turn on dissolved gas
|
||||||
/// \param[in] has_vapoil turn on vaporized oil feature
|
/// \param[in] has_vapoil turn on vaporized oil feature
|
||||||
/// \param[in] has_polymer turn on polymer feature
|
/// \param[in] has_polymer turn on polymer feature
|
||||||
/// \param[in] has_plyshlog true when PLYSHLOG keyword available
|
/// \param[in] has_plyshlog true when PLYSHLOG keyword available
|
||||||
/// \param[in] has_shrate true when PLYSHLOG keyword available
|
/// \param[in] has_shrate true when PLYSHLOG keyword available
|
||||||
|
/// \param[in] wells_rep_radius representative radius of well perforations during shear effects calculation
|
||||||
|
/// \param[in] wells_perf_length perforation length for well perforations
|
||||||
|
/// \param[in] wells_bore_diameter wellbore diameters for well performations
|
||||||
/// \param[in] terminal_output request output to cout/cerr
|
/// \param[in] terminal_output request output to cout/cerr
|
||||||
BlackoilPolymerModel(const typename Base::ModelParameters& param,
|
BlackoilPolymerModel(const typename Base::ModelParameters& param,
|
||||||
const Grid& grid,
|
const Grid& grid,
|
||||||
|
Loading…
Reference in New Issue
Block a user