setConstantMeshDictionaryIO.H
Go to the documentation of this file.
1IOobject dictIO = IOobject::selectIO
2(
3 IOobject
4 (
6 runTime.constant(),
7 mesh,
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
dynamicFvMesh & mesh
engineTime & runTime
const word dictName("faMeshDefinition")
IOobject dictIO
Foam::argList args(argc, argv)