mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: clarify startup message
this hopefully makes the purpose of `ebos` clear in its description. this prose should be interpreted as "if you use ebos in production, you are on your own and you should only expect a very limited amount of support (or even sympathy) if something breaks".
This commit is contained in:
parent
2e75eaa0ac
commit
7165ae246a
@ -500,8 +500,11 @@ public:
|
|||||||
return
|
return
|
||||||
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon "
|
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon "
|
||||||
"reservoir simulation program that processes ECL-formatted input "
|
"reservoir simulation program that processes ECL-formatted input "
|
||||||
"files which is provided by the Open Porous Media project "
|
"files and is provided by the Open Porous Media project "
|
||||||
"(https://opm-project.org).";
|
"(https://opm-project.org).\n"
|
||||||
|
"\n"
|
||||||
|
"THE `ebos` SIMULATOR IS FOR RESEARCH PURPOSES ONLY! For industrial "
|
||||||
|
"applications, use `flow`."
|
||||||
else
|
else
|
||||||
return briefDescription_;
|
return briefDescription_;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user