setSystemRunTimeDictionaryIO.H
Go to the documentation of this file.
1IOobject dictIO = IOobject::selectIO
2(
3 IOobject
4 (
6 runTime.system(),
8 IOobject::MUST_READ_IF_MODIFIED,
9 IOobject::NO_WRITE
10 ),
11 args.getOrDefault<fileName>("dict", "")
12);
T getOrDefault(const word &optName, const T &deflt) const
Get a value from the named option if present, or return default.
Definition: argListI.H:307
engineTime & runTime
const word dictName("faMeshDefinition")
Foam::argList args(argc, argv)
IOobject dictIO