mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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 << "User = " << user << std::endl;
|
||||||
}
|
}
|
||||||
ss << "Simulation started on " << tmstr << " hrs\n";
|
ss << "Simulation started on " << tmstr << " hrs\n";
|
||||||
|
|
||||||
|
ss << "---- parameters ----\n";
|
||||||
|
Ewoms::Parameters::printValues<TypeTag>(ss);
|
||||||
|
ss << "---- /parameters ----\n";
|
||||||
|
|
||||||
OpmLog::note(ss.str());
|
OpmLog::note(ss.str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user