mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
commit
3678464d51
@ -104,7 +104,7 @@ try
|
||||
if (use_deck) {
|
||||
std::string deck_filename = param.get<std::string>("deck_filename");
|
||||
Opm::ParserPtr parser(new Opm::Parser());
|
||||
Opm::DeckConstPtr deck = parser->parseFile( deck_filename );
|
||||
deck = parser->parseFile( deck_filename );
|
||||
eclipseState.reset(new EclipseState(deck));
|
||||
|
||||
// Grid init
|
||||
|
@ -272,9 +272,9 @@ namespace Opm {
|
||||
/// residual mass balance (tol_cnv).
|
||||
bool getConvergence(const double dt);
|
||||
|
||||
const double dpMaxRel() const { return dp_max_rel_; }
|
||||
const double dsMax() const { return ds_max_; }
|
||||
const double drsMaxRel() const { return drs_max_rel_; }
|
||||
double dpMaxRel() const { return dp_max_rel_; }
|
||||
double dsMax() const { return ds_max_; }
|
||||
double drsMaxRel() const { return drs_max_rel_; }
|
||||
|
||||
};
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user