mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing reviewing comments from PR 1279.
This commit is contained in:
@@ -81,14 +81,14 @@ namespace Opm
|
||||
/// Try to detect oscillation or stagnation.
|
||||
bool use_update_stabilization_;
|
||||
|
||||
/// Whehter to use MultisegmentWell to handle multisegment wells
|
||||
// it is something temporary before the multisegment well model is considered to be
|
||||
// well developed and tested.
|
||||
// if it is false, we will handle multisegment wells as standard wells, which will be
|
||||
// the default behavoir for the moment. Later, we might it to be true by default if necessary
|
||||
/// Whether to use MultisegmentWell to handle multisegment wells
|
||||
/// it is something temporary before the multisegment well model is considered to be
|
||||
/// well developed and tested.
|
||||
/// if it is false, we will handle multisegment wells as standard wells, which will be
|
||||
/// the default behavoir for the moment. Later, we might set it to be true by default if necessary
|
||||
bool use_multisegment_well_;
|
||||
|
||||
// The file name of the deck
|
||||
/// The file name of the deck
|
||||
std::string deck_file_name_;
|
||||
|
||||
/// Construct from user parameters or defaults.
|
||||
|
||||
Reference in New Issue
Block a user