mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 09:10:59 -06:00
flow: print the parameters at the beginning of the .PRT and .DBG files
This commit is contained in:
parent
0714ab5930
commit
1ac74c62ee
@ -406,6 +406,11 @@ namespace Opm
|
||||
ss << "User = " << user << std::endl;
|
||||
}
|
||||
ss << "Simulation started on " << tmstr << " hrs\n";
|
||||
|
||||
ss << "---- parameters ----\n";
|
||||
Ewoms::Parameters::printValues<TypeTag>(ss);
|
||||
ss << "---- /parameters ----\n";
|
||||
|
||||
OpmLog::note(ss.str());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user